﻿@charset "UTF-8";

: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: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --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: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

@-ms-viewport {
    width: device-width
}

svg {
    overflow: hidden;
    vertical-align: middle
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.form-control-plaintext {
    color: #212529
}

.form-control-sm {
    height: calc(1.8125rem + 2px)
}

.form-control-lg {
    height: calc(2.875rem + 2px)
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.valid-tooltip {
    max-width: 100%
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
    border-color: inherit
}

.invalid-tooltip {
    max-width: 100%
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
    border-color: inherit
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%
}

.dropright .dropdown-toggle::after {
    content: "";
    border-right: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px)
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px)
}

.custom-control-label {
    position: relative
}

    .custom-control-label::before {
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .custom-control-label::after {
        content: ""
    }

.custom-select:focus {
    box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

    .custom-file-input:focus ~ .custom-file-label::after {
        border-color: #80bdff
    }

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-label::after {
    height: 2.25rem;
    content: "Browse"
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media screen and (prefers-reduced-motion:reduce) {
    .btn, .collapsing, .fade, .form-control {
        transition: none
    }

    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    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) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: "/"
    }

.page-link:hover {
    z-index: 2
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select, .modal.fade .modal-dialog, .progress-bar {
        transition: none
    }
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

.tooltip {
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    line-break: auto;
    word-wrap: break-word;
    opacity: 0
}

.popover {
    max-width: 276px;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    line-break: auto;
    word-wrap: break-word
}

.carousel-item {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: transform .6s,-webkit-transform .6s
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-indicators li {
    flex: 0 1 auto;
    text-indent: -999px;
    cursor: pointer
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-auto {
    width: auto !important
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.text-body {
    color: #212529 !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.toast-center-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

.toast-title {
    font-weight: 700
}

.toast-message {
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #fff
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999
}

    .toast-container * {
        box-sizing: border-box
    }

    .toast-container .toast {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        background-size: 24px;
        box-shadow: 0 0 12px #999;
        color: #fff
    }

        .toast-container .toast:hover {
            box-shadow: 0 0 12px #000;
            opacity: 1;
            cursor: pointer
        }

.toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E")
}

.toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")
}

.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")
}

.toast-container.toast-bottom-center .toast, .toast-container.toast-top-center .toast {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

.toast-container.toast-bottom-full-width .toast, .toast-container.toast-top-full-width .toast {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303;
    pointer-events: auto
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@media all and (max-width:240px) {
    .toast-container .toast.div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    .toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    .toast-container .toast.div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    .toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    .toast-container .toast.div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

    .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
        opacity: .4;
        filter: "alpha(opacity=40)";
        -ms-filter: "alpha(opacity=40)"
    }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4)
}

.fr-element, .fr-element:focus {
    outline: transparent solid 0
}

.fr-box.fr-basic .fr-element {
    color: #000;
    padding: 16px;
    box-sizing: border-box;
    overflow-x: auto;
    min-height: 52px
}

.fr-box.fr-basic.fr-rtl .fr-element {
    text-align: right
}

.fr-element {
    background: 0 0;
    position: relative;
    z-index: 2;
    -webkit-user-select: auto
}

    .fr-element a {
        user-select: auto;
        -o-user-select: auto;
        -moz-user-select: auto;
        -khtml-user-select: auto;
        -webkit-user-select: auto;
        -ms-user-select: auto
    }

    .fr-element.fr-disabled {
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none
    }

    .fr-element [contenteditable=true] {
        outline: transparent solid 0
    }

.fr-box a.fr-floating-btn {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 32px;
    width: 32px;
    background: #fff;
    color: #1e88e5;
    -webkit-transition: background .2s,color .2s,transform .2s;
    -moz-transition: background .2s,color .2s,transform .2s;
    -ms-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
    -o-transition: background .2s,color .2s,transform .2s;
    outline: 0;
    left: 0;
    top: 0;
    line-height: 32px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    text-align: center;
    display: block;
    box-sizing: border-box;
    border: 0
}

    .fr-box a.fr-floating-btn svg {
        -webkit-transition: transform .2s;
        -moz-transition: transform .2s;
        -ms-transition: transform .2s ease 0s;
        -o-transition: transform .2s;
        fill: #1e88e5
    }

    .fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
        font-size: 14px;
        line-height: 32px
    }

    .fr-box a.fr-floating-btn.fr-btn + .fr-btn {
        margin-left: 10px
    }

    .fr-box a.fr-floating-btn:hover {
        background: #ebebeb;
        cursor: pointer
    }

        .fr-box a.fr-floating-btn:hover svg {
            fill: #1e88e5
        }

.fr-box .fr-visible a.fr-floating-btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

iframe.fr-iframe {
    width: 100%;
    border: 0;
    position: relative;
    display: block;
    z-index: 2;
    box-sizing: border-box
}

.fr-wrapper {
    position: relative;
    z-index: 1
}

    .fr-wrapper::after {
        clear: both;
        display: block;
        content: "";
        height: 0
    }

    .fr-wrapper .fr-placeholder {
        position: absolute;
        font-size: 12px;
        color: #aaa;
        z-index: 1;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden
    }

    .fr-wrapper.show-placeholder .fr-placeholder {
        display: block
    }

    .fr-wrapper ::-moz-selection {
        background: #b5d6fd;
        color: #000
    }

    .fr-wrapper ::selection {
        background: #b5d6fd;
        color: #000
    }

.fr-box.fr-basic .fr-wrapper {
    background: #fff;
    border: 0;
    border-top: 0;
    top: 0;
    left: 0
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    border-top: 0;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .fr-box.fr-document {
        min-width: 21cm
    }

        .fr-box.fr-document .fr-wrapper {
            text-align: center;
            padding: 30px;
            min-width: 21cm;
            background: #efefef
        }

            .fr-box.fr-document .fr-wrapper .fr-element {
                text-align: left;
                background: #fff;
                width: 21cm;
                margin: auto;
                min-height: 26cm !important;
                padding: 1cm 2cm;
                box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
                overflow: visible
            }

                .fr-box.fr-document .fr-wrapper .fr-element hr {
                    margin-left: -2cm;
                    margin-right: -2cm;
                    background: #efefef;
                    height: 1cm;
                    outline: 0;
                    border: 0
                }
}

.fr-tooltip {
    position: absolute;
    top: 0;
    padding: 0 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);
    background: #222;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    left: -3000px;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 2147483647;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .fr-tooltip.fr-visible {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "alpha(Opacity=0)"
    }

.fr-popup .fr-btn-wrap, .fr-toolbar .fr-btn-wrap {
    float: left;
    white-space: nowrap;
    position: relative
}

    .fr-popup .fr-btn-wrap.fr-hidden, .fr-toolbar .fr-btn-wrap.fr-hidden {
        display: none
    }

.fr-popup .fr-command.fr-btn, .fr-toolbar .fr-command.fr-btn {
    background: padding-box;
    color: #222;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    margin: 0 2px;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float: left;
    padding: 0;
    width: 38px;
    height: 38px
}

    .fr-popup .fr-command.fr-btn::-moz-focus-inner, .fr-toolbar .fr-command.fr-btn::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .fr-popup .fr-command.fr-btn.fr-btn-text, .fr-toolbar .fr-command.fr-btn.fr-btn-text {
        width: auto
    }

    .fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg {
        display: block;
        font-size: 14px;
        width: 14px;
        margin: 12px;
        text-align: center;
        float: none
    }

    .fr-popup .fr-command.fr-btn span.fr-sr-only, .fr-toolbar .fr-command.fr-btn span.fr-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

    .fr-popup .fr-command.fr-btn span, .fr-toolbar .fr-command.fr-btn span {
        font-size: 14px;
        display: block;
        line-height: 17px;
        min-width: 34px;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 17px;
        font-weight: 700;
        padding: 0 2px
    }

    .fr-popup .fr-command.fr-btn img, .fr-toolbar .fr-command.fr-btn img {
        margin: 12px;
        width: 14px
    }

    .fr-popup .fr-command.fr-btn.fr-active, .fr-toolbar .fr-command.fr-btn.fr-active {
        color: #1e88e5;
        background: 0 0
    }

    .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection {
        width: auto
    }

        .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span {
            font-weight: 400
        }

    .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown svg, .fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg {
        margin-left: 8px;
        margin-right: 16px
    }

    .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active {
        color: #222;
        background: #d6d6d6
    }

        .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover {
            background: #d6d6d6 !important;
            color: #222 !important
        }

            .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
                border-top-color: #222 !important
            }

    .fr-popup .fr-command.fr-btn.fr-dropdown::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown::after {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #222;
        right: 4px;
        top: 17px;
        content: ""
    }

    .fr-popup .fr-command.fr-btn.fr-disabled, .fr-toolbar .fr-command.fr-btn.fr-disabled {
        color: #bdbdbd;
        cursor: default
    }

        .fr-popup .fr-command.fr-btn.fr-disabled::after, .fr-toolbar .fr-command.fr-btn.fr-disabled::after {
            border-top-color: #bdbdbd !important
        }

    .fr-popup .fr-command.fr-btn.fr-hidden, .fr-toolbar .fr-command.fr-btn.fr-hidden {
        display: none
    }

.fr-popup.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn.fr-active, .fr-toolbar.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active {
    color: #bdbdbd
}

    .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after {
        border-top-color: #bdbdbd
    }

.fr-popup.fr-rtl .fr-command.fr-btn, .fr-toolbar.fr-rtl .fr-command.fr-btn {
    float: right
}

.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden), .fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden) {
    display: inline-flex;
    float: none
}

.fr-desktop .fr-command.fr-btn-hover, .fr-desktop .fr-command.fr-expanded, .fr-desktop .fr-command:focus, .fr-desktop .fr-command:hover {
    outline: 0;
    color: #222;
    background: #ebebeb
}

    .fr-desktop .fr-command.fr-btn-hover::after, .fr-desktop .fr-command.fr-expanded::after, .fr-desktop .fr-command:focus::after, .fr-desktop .fr-command:hover::after {
        border-top-color: #222 !important
    }

.fr-desktop .fr-command.fr-selected {
    color: #222;
    background: #d6d6d6
}

.fr-desktop .fr-command.fr-active.fr-btn-hover, .fr-desktop .fr-command.fr-active.fr-expanded, .fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active:hover {
    color: #1e88e5;
    background: #ebebeb
}

.fr-desktop .fr-command.fr-active.fr-selected {
    color: #1e88e5;
    background: #d6d6d6
}

.fr-desktop .fr-command.fr-disabled.fr-selected, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled:hover, .fr-desktop.fr-disabled .fr-command.fr-selected, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command:hover, .fr-popup.fr-mobile .fr-command.fr-blink, .fr-toolbar.fr-mobile .fr-command.fr-blink {
    background: 0 0
}

.fr-command.fr-btn.fr-options {
    width: 16px;
    margin-left: -5px
}

    .fr-command.fr-btn.fr-options.fr-btn-hover, .fr-command.fr-btn.fr-options:focus, .fr-command.fr-btn.fr-options:hover {
        border-left: 1px solid #fafafa
    }

.fr-command.fr-btn + .fr-dropdown-menu {
    display: inline-block;
    position: absolute;
    right: auto;
    bottom: auto;
    height: auto;
    z-index: 4;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    zoom: 1;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    background-clip: padding-box
}

    .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        height: auto;
        max-height: 275px
    }

    .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
        background: #fff;
        padding: 0;
        margin: auto;
        display: inline-block;
        text-align: left;
        position: relative;
        box-sizing: border-box;
        -webkit-transition: max-height .2s;
        -moz-transition: max-height .2s;
        -ms-transition: max-height .2s ease 0s;
        -o-transition: max-height .2s;
        float: left;
        max-height: 0;
        height: 0;
        margin-top: 0 !important
    }

        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
            overflow: auto;
            position: relative;
            max-height: 275px
        }

            .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
                list-style-type: none;
                margin: 0;
                padding: 0
            }

                .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
                    padding: 0;
                    margin: 0;
                    font-size: 15px
                }

                    .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
                        padding: 0 24px;
                        line-height: 200%;
                        display: block;
                        cursor: pointer;
                        white-space: nowrap;
                        color: inherit;
                        text-decoration: none
                    }

                        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
                            background: #d6d6d6
                        }

                        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
                            color: #bdbdbd;
                            cursor: default
                        }

.fr-command.fr-btn:not(.fr-active) + .fr-dropdown-menu {
    left: -3000px !important
}

.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14)
}

    .fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
        height: auto;
        max-height: 275px
    }

.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background-clip: padding-box
}

.fr-popup.fr-rtl .fr-dropdown-wrapper, .fr-toolbar.fr-rtl .fr-dropdown-wrapper {
    text-align: right !important
}

body.prevent-scroll {
    overflow: hidden
}

    body.prevent-scroll.fr-mobile {
        position: fixed;
        -webkit-overflow-scrolling: touch
    }

.fr-modal {
    color: #222;
    font-family: Arial,Helvetica,sans-serif;
    position: fixed;
    overflow-x: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2147483640;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.2
}

    .fr-modal.fr-middle .fr-modal-wrapper {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        position: absolute;
        margin: 0 auto
    }

    .fr-modal .fr-modal-wrapper {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        margin: 20px auto;
        display: inline-block;
        background: #fff;
        min-width: 300px;
        box-shadow: 0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);
        border: 0;
        border-top: 5px solid #222;
        overflow: hidden;
        width: 90%;
        position: relative
    }

@media (min-width:768px) and (max-width:991px) {
    .fr-modal .fr-modal-wrapper {
        margin: 30px auto;
        width: 70%
    }
}

@media (min-width:992px) {
    .fr-modal .fr-modal-wrapper {
        margin: 50px auto;
        width: 960px
    }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);
    border-bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    min-height: 42px;
    z-index: 3;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s ease 0s;
    -o-transition: height .2s
}

    .fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
        padding: 12px;
        width: 20px;
        font-size: 30px;
        cursor: pointer;
        line-height: 18px;
        color: #222;
        box-sizing: content-box;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s ease 0s;
        -o-transition: color .2s
    }

    .fr-modal .fr-modal-wrapper .fr-modal-head h4 {
        font-size: 18px;
        padding: 12px 10px;
        margin: 0;
        font-weight: 400;
        line-height: 18px;
        display: inline-block;
        float: left
    }

.fr-modal .fr-modal-wrapper div.fr-modal-body {
    height: 100%;
    min-height: 150px;
    overflow-y: scroll;
    padding-bottom: 10px
}

    .fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
        outline: 0
    }

    .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
        height: 36px;
        line-height: 1;
        color: #1e88e5;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
        border: 0;
        background: padding-box;
        font-size: 16px;
        outline: 0;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        -ms-transition: background .2s ease 0s;
        -o-transition: background .2s;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px
    }

        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
            margin-left: 24px
        }

        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover {
            background: #ebebeb;
            color: #1e88e5
        }

        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
            background: #d6d6d6;
            color: #1e88e5
        }

    .fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
        border: 0
    }

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #ebebeb
}

.fr-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: "alpha(Opacity=0)";
    z-index: 2147483639
}

.fr-popup {
    position: absolute;
    display: none;
    color: #222;
    background: padding-box #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: Arial,Helvetica,sans-serif;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-top: 10px;
    z-index: 2147483635;
    text-align: left;
    border: 0;
    border-top: 5px solid #222;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2
}

    .fr-popup .fr-input-focus {
        background: #f5f5f5
    }

    .fr-popup.fr-above {
        margin-top: -10px;
        border-top: 0;
        border-bottom: 5px solid #222;
        box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)
    }

    .fr-popup.fr-active {
        display: block
    }

    .fr-popup.fr-hidden {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)"
    }

    .fr-popup.fr-empty {
        display: none !important
    }

    .fr-popup .fr-hs {
        display: block !important
    }

        .fr-popup .fr-hs.fr-hidden {
            display: none !important
        }

    .fr-popup .fr-input-line {
        position: relative;
        padding: 8px 0
    }

        .fr-popup .fr-input-line input[type=text], .fr-popup .fr-input-line textarea {
            width: 100%;
            margin: 0 0 1px;
            border: 0;
            border-bottom: 1px solid #bdbdbd;
            color: #222;
            font-size: 14px;
            padding: 6px 0 2px;
            background: rgba(0,0,0,0);
            position: relative;
            z-index: 2;
            box-sizing: border-box
        }

            .fr-popup .fr-input-line input[type=text]:focus, .fr-popup .fr-input-line textarea:focus {
                border-bottom: 2px solid #1e88e5;
                margin-bottom: 0
            }

            .fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 12px;
                color: transparent;
                -webkit-transition: color .2s;
                -moz-transition: color .2s;
                -ms-transition: color .2s ease 0s;
                -o-transition: color .2s;
                z-index: 3;
                width: 100%;
                display: block;
                background: #fff
            }

            .fr-popup .fr-input-line input.fr-not-empty:focus + label, .fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
                color: #1e88e5
            }

            .fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
                color: gray
            }

    .fr-popup input, .fr-popup textarea {
        user-select: text;
        -o-user-select: text;
        -moz-user-select: text;
        -khtml-user-select: text;
        -webkit-user-select: text;
        -ms-user-select: text;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background-clip: padding-box;
        outline: 0
    }

    .fr-popup textarea {
        resize: none
    }

    .fr-popup .fr-buttons {
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
        padding: 0 2px;
        white-space: nowrap;
        line-height: 0;
        border-bottom: 0
    }

        .fr-popup .fr-buttons::after {
            clear: both;
            display: block;
            content: "";
            height: 0
        }

        .fr-popup .fr-buttons .fr-btn {
            display: inline-block;
            float: none
        }

            .fr-popup .fr-buttons .fr-btn i {
                float: left
            }

        .fr-popup .fr-buttons .fr-separator {
            display: inline-block;
            float: none
        }

    .fr-popup .fr-layer {
        width: 225px;
        box-sizing: border-box;
        margin: 10px;
        display: none
    }

@media (min-width:768px) {
    .fr-popup .fr-layer {
        width: 300px
    }
}

.fr-popup .fr-layer.fr-active {
    display: inline-block
}

.fr-popup .fr-action-buttons {
    z-index: 7;
    height: 36px;
    text-align: right
}

    .fr-popup .fr-action-buttons button.fr-command {
        height: 36px;
        line-height: 1;
        color: #1e88e5;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
        border: 0;
        background: padding-box;
        font-size: 16px;
        outline: 0;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        -ms-transition: background .2s ease 0s;
        -o-transition: background .2s;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px
    }

        .fr-popup .fr-action-buttons button.fr-command + button {
            margin-left: 24px
        }

        .fr-popup .fr-action-buttons button.fr-command:focus, .fr-popup .fr-action-buttons button.fr-command:hover {
            background: #ebebeb;
            color: #1e88e5
        }

        .fr-popup .fr-action-buttons button.fr-command:active {
            background: #d6d6d6;
            color: #1e88e5
        }

    .fr-popup .fr-action-buttons button::-moz-focus-inner {
        border: 0
    }

.fr-popup .fr-checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    box-sizing: content-box;
    vertical-align: middle
}

    .fr-popup .fr-checkbox svg {
        margin-left: 2px;
        margin-top: 2px;
        display: none;
        width: 10px;
        height: 10px
    }

    .fr-popup .fr-checkbox span {
        border: 1px solid #222;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        background-clip: padding-box;
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transition: background .2s,border-color .2s;
        -moz-transition: background .2s,border-color .2s;
        -ms-transition: background .2s ease 0s,border-color .2s ease 0s;
        -o-transition: background .2s,border-color .2s
    }

    .fr-popup .fr-checkbox input {
        position: absolute;
        z-index: 2;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        border: 0;
        cursor: pointer;
        height: 16px;
        margin: 0;
        padding: 0;
        width: 16px;
        top: 1px;
        left: 1px
    }

        .fr-popup .fr-checkbox input:checked + span {
            background: #1e88e5;
            border-color: #1e88e5
        }

            .fr-popup .fr-checkbox input:checked + span svg {
                display: block
            }

        .fr-popup .fr-checkbox input:focus + span {
            border-color: #1e88e5
        }

.fr-popup .fr-checkbox-line {
    font-size: 14px;
    line-height: 1.4px;
    margin-top: 10px
}

    .fr-popup .fr-checkbox-line label {
        cursor: pointer;
        margin: 0 5px;
        vertical-align: middle
    }

.fr-popup.fr-rtl {
    direction: rtl;
    text-align: right
}

    .fr-popup.fr-rtl .fr-action-buttons {
        text-align: left
    }

    .fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
        left: auto;
        right: 0
    }

    .fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
        float: right
    }

.fr-popup .fr-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    display: inline-block
}

.fr-popup.fr-above .fr-arrow {
    top: auto;
    bottom: -9px;
    border-bottom: 0;
    border-top: 5px solid #222
}

.fr-text-edit-layer {
    width: 250px;
    box-sizing: border-box;
    display: block !important
}

.fr-toolbar {
    color: #222;
    background: padding-box #fff;
    position: relative;
    z-index: 4;
    font-family: Arial,Helvetica,sans-serif;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    text-align: left;
    border: 0;
    border-top: 5px solid #222;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2
}

    .fr-toolbar::after {
        clear: both;
        display: block;
        content: "";
        height: 0
    }

    .fr-toolbar.fr-rtl {
        text-align: right
    }

    .fr-toolbar.fr-inline {
        display: none;
        white-space: nowrap;
        position: absolute;
        margin-top: 10px
    }

        .fr-toolbar.fr-inline .fr-arrow {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #222;
            position: absolute;
            top: -9px;
            left: 50%;
            margin-left: -5px;
            display: inline-block
        }

        .fr-toolbar.fr-inline.fr-above {
            margin-top: -10px;
            box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);
            border-bottom: 5px solid #222;
            border-top: 0
        }

            .fr-toolbar.fr-inline.fr-above .fr-arrow {
                top: auto;
                bottom: -9px;
                border-bottom: 0;
                border-top: 5px solid;
                border-top-color: inherit
            }

    .fr-toolbar.fr-top {
        top: 0;
        border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        -webkit-border-radius: 2px 2px 0 0;
        background-clip: padding-box;
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)
    }

    .fr-toolbar.fr-bottom {
        bottom: 0;
        border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -webkit-border-radius: 0 0 2px 2px;
        background-clip: padding-box;
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)
    }

.fr-separator {
    background: #ebebeb;
    display: block;
    vertical-align: top;
    float: left
}

    .fr-separator + .fr-separator {
        display: none
    }

    .fr-separator.fr-vs {
        height: 34px;
        width: 1px;
        margin: 2px
    }

    .fr-separator.fr-hs {
        clear: both;
        height: 1px;
        width: calc(100% - (2 * 2px));
        margin: 0 2px
    }

    .fr-separator.fr-hidden {
        display: none !important
    }

.fr-rtl .fr-separator {
    float: right
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
    float: none
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
    float: none;
    display: inline-block
}

.fr-visibility-helper {
    display: none;
    margin-left: 0 !important
}

@media (min-width:768px) {
    .fr-visibility-helper {
        margin-left: 1px !important
    }
}

@media (min-width:992px) {
    .fr-visibility-helper {
        margin-left: 2px !important
    }
}

.fr-opacity-0 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)"
}

.fr-box {
    position: relative
}

.fr-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky
}

.fr-sticky-off {
    position: relative
}

.fr-sticky-on {
    position: fixed
}

    .fr-sticky-on.fr-sticky-ios {
        position: absolute;
        left: 0;
        right: 0;
        width: auto !important
    }

.fr-sticky-dummy {
    display: none
}

.fr-sticky-box > .fr-sticky-dummy, .fr-sticky-on + .fr-sticky-dummy {
    display: block
}

span.fr-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.fr-box .fr-counter {
    position: absolute;
    bottom: 0;
    padding: 5px;
    right: 0;
    color: #ccc;
    content: attr(data-chars);
    font-size: 15px;
    font-family: "Times New Roman",Georgia,Serif;
    z-index: 1;
    background: padding-box #fff;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -webkit-border-radius: 2px 0 0
}

.fr-box.fr-rtl .fr-counter {
    left: 0;
    right: auto;
    border-left: 0;
    border-right: 1px solid #ebebeb;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    background-clip: padding-box
}

.fr-box.fr-code-view .fr-counter {
    display: none
}

textarea.fr-code {
    display: none;
    width: 100%;
    resize: none;
    -moz-resize: none;
    -webkit-resize: none;
    box-sizing: border-box;
    border: 0;
    padding: 10px;
    margin: 0;
    font-family: "Courier New",monospace;
    font-size: 14px;
    background: #fff;
    color: #000;
    outline: 0
}

.fr-box.fr-rtl textarea.fr-code {
    direction: rtl
}

.fr-box .CodeMirror {
    display: none
}

.fr-box.fr-code-view textarea.fr-code {
    display: block
}

.fr-box.fr-code-view.fr-inline {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)
}

.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-iframe, .fr-box.fr-code-view .fr-placeholder {
    display: none
}

.fr-box.fr-code-view .CodeMirror, .fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    display: block
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    display: none;
    background: padding-box #fff;
    color: #222;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    padding: 12px;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 2;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

    .fr-box.fr-inline .fr-command.fr-btn.html-switch i {
        font-size: 14px;
        width: 14px;
        text-align: center
    }

    .fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
        background: #ebebeb
    }

.fr-popup .fr-colors-tabs {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    margin-bottom: 5px;
    line-height: 16px;
    margin-left: -2px;
    margin-right: -2px
}

    .fr-popup .fr-colors-tabs .fr-colors-tab {
        display: inline-block;
        width: 50%;
        cursor: pointer;
        text-align: center;
        color: #222;
        font-size: 13px;
        padding: 8px 0;
        position: relative
    }

        .fr-popup .fr-colors-tabs .fr-colors-tab:focus, .fr-popup .fr-colors-tabs .fr-colors-tab:hover {
            color: #1e88e5
        }

        .fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #1e88e5;
            content: '';
            -webkit-transition: transform .2s;
            -moz-transition: transform .2s;
            -ms-transition: transform .2s ease 0s;
            -o-transition: transform .2s
        }

        .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
            color: #1e88e5
        }

            .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
                -webkit-transform: translate3d(-100%,0,0);
                -moz-transform: translate3d(-100%,0,0);
                -ms-transform: translate3d(-100%,0,0);
                -o-transform: translate3d(-100%,0,0)
            }

.fr-popup .fr-color-hex-layer {
    width: 100%;
    margin: 0;
    padding: 10px
}

    .fr-popup .fr-color-hex-layer .fr-input-line {
        float: left;
        width: calc(100% - 50px);
        padding: 8px 0 0
    }

    .fr-popup .fr-color-hex-layer .fr-action-buttons {
        float: right;
        width: 50px
    }

        .fr-popup .fr-color-hex-layer .fr-action-buttons button.fr-command {
            background-color: #1e88e5;
            color: #fff !important;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            background-clip: padding-box;
            font-size: 13px;
            height: 32px
        }

            .fr-popup .fr-color-hex-layer .fr-action-buttons button.fr-command:hover {
                background-color: #166dba;
                color: #fff
            }

.fr-popup .fr-separator + .fr-colors-tabs {
    box-shadow: none;
    margin-left: 2px;
    margin-right: 2px
}

.fr-popup .fr-color-set {
    line-height: 0;
    display: none
}

    .fr-popup .fr-color-set.fr-selected-set {
        display: block
    }

    .fr-popup .fr-color-set > span {
        display: inline-block;
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 1
    }

        .fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
            text-align: center;
            line-height: 32px;
            height: 32px;
            width: 32px;
            font-size: 13px;
            position: absolute;
            bottom: 0;
            cursor: default;
            left: 0
        }

        .fr-popup .fr-color-set > span .fr-selected-color {
            color: #fff;
            font-family: FontAwesome;
            font-size: 13px;
            font-weight: 400;
            line-height: 32px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            text-align: center;
            cursor: default
        }

        .fr-popup .fr-color-set > span:focus, .fr-popup .fr-color-set > span:hover {
            outline: #222 solid 1px;
            z-index: 2
        }

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0)
}

.fr-drag-helper {
    background: #1e88e5;
    height: 2px;
    margin-top: -1px;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    -ms-filter: "alpha(Opacity=0)";
    position: absolute;
    z-index: 2147483640;
    display: none
}

    .fr-drag-helper.fr-visible {
        display: block
    }

.fr-dragging {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -ms-filter: "alpha(Opacity=0)"
}

.fr-popup .fr-emoticon {
    display: inline-block;
    font-size: 20px;
    width: 20px;
    padding: 5px;
    line-height: 1;
    cursor: default;
    font-weight: 400;
    font-family: "Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;
    box-sizing: content-box
}

    .fr-popup .fr-emoticon img {
        height: 20px
    }

.fr-popup .fr-link:focus {
    outline: 0;
    background: #ebebeb
}

.fr-popup .fr-file-upload-layer {
    border: 2px dashed #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    box-sizing: border-box;
    text-align: center
}

    .fr-popup .fr-file-upload-layer:hover {
        background: #ebebeb
    }

    .fr-popup .fr-file-upload-layer.fr-drop {
        background: #ebebeb;
        border-color: #1e88e5
    }

    .fr-popup .fr-file-upload-layer .fr-form {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2147483640;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

        .fr-popup .fr-file-upload-layer .fr-form input {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 500%;
            height: 100%;
            margin: 0;
            font-size: 400px
        }

.fr-popup .fr-file-progress-bar-layer {
    box-sizing: border-box
}

    .fr-popup .fr-file-progress-bar-layer > h3 {
        font-size: 16px;
        margin: 10px 0;
        font-weight: 400
    }

    .fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
        display: none
    }

    .fr-popup .fr-file-progress-bar-layer > div.fr-loader {
        background: #bcdbf7;
        height: 10px;
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
        position: relative
    }

        .fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
            display: block;
            height: 100%;
            width: 0;
            background: #1e88e5;
            -webkit-transition: width .2s;
            -moz-transition: width .2s;
            -ms-transition: width .2s ease 0s;
            -o-transition: width .2s
        }

        .fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
            width: 30% !important;
            position: absolute;
            top: 0;
            -webkit-animation: 2s linear infinite loading;
            animation: 2s linear infinite loading
        }

    .fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
        display: none
    }

    .fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
        display: block
    }

body.fr-fullscreen {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed
}

.fr-box.fr-fullscreen {
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483630 !important;
    width: auto !important
}

    .fr-box.fr-fullscreen .fr-toolbar.fr-top {
        top: 0 !important
    }

    .fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
        bottom: 0 !important
    }

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
    text-align: left;
    padding: 20px 20px 10px
}

    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
        border-collapse: collapse;
        font-size: 14px;
        line-height: 1.5;
        width: 100%
    }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
            margin-top: 20px
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
            border: 0
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td, .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
            padding: 6px 0 4px
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
            border-bottom: 1px solid #ebebeb
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
            width: 60%;
            color: #646464
        }

        .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
            letter-spacing: .5px
        }

.fr-element img {
    cursor: pointer
}

.fr-image-resizer {
    position: absolute;
    border: 1px solid #1e88e5;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-sizing: content-box;
    z-index: 2
}

    .fr-image-resizer.fr-active {
        display: block
    }

    .fr-image-resizer .fr-handler {
        display: block;
        position: absolute;
        background: #1e88e5;
        border: 1px solid #fff;
        z-index: 4;
        box-sizing: border-box;
        width: 12px;
        height: 12px
    }

        .fr-image-resizer .fr-handler.fr-hnw {
            cursor: nw-resize;
            left: -6px;
            top: -6px
        }

        .fr-image-resizer .fr-handler.fr-hne {
            cursor: ne-resize;
            right: -6px;
            top: -6px
        }

        .fr-image-resizer .fr-handler.fr-hsw {
            cursor: sw-resize;
            left: -6px;
            bottom: -6px
        }

        .fr-image-resizer .fr-handler.fr-hse {
            cursor: se-resize;
            right: -6px;
            bottom: -6px
        }

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .fr-visibility-helper {
        margin-left: 3px !important
    }

    .fr-image-resizer .fr-handler {
        width: 10px;
        height: 10px
    }

        .fr-image-resizer .fr-handler.fr-hnw {
            left: -5px;
            top: -5px
        }

        .fr-image-resizer .fr-handler.fr-hne {
            right: -5px;
            top: -5px
        }

        .fr-image-resizer .fr-handler.fr-hsw {
            left: -5px;
            bottom: -5px
        }

        .fr-image-resizer .fr-handler.fr-hse {
            right: -5px;
            bottom: -5px
        }
}

.fr-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
    display: none
}

.fr-popup .fr-image-upload-layer {
    border: 2px dashed #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center
}

    .fr-popup .fr-image-upload-layer:hover {
        background: #ebebeb
    }

    .fr-popup .fr-image-upload-layer.fr-drop {
        background: #ebebeb;
        border-color: #1e88e5
    }

    .fr-popup .fr-image-upload-layer .fr-form {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2147483640;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

        .fr-popup .fr-image-upload-layer .fr-form input {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 500%;
            height: 100%;
            margin: 0;
            font-size: 400px
        }

.fr-popup .fr-image-progress-bar-layer > h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400
}

.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
    display: none
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative
}

    .fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
        display: block;
        height: 100%;
        width: 0;
        background: #1e88e5;
        -webkit-transition: width .2s;
        -moz-transition: width .2s;
        -ms-transition: width .2s ease 0s;
        -o-transition: width .2s
    }

    .fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
        width: 30% !important;
        position: absolute;
        top: 0;
        -webkit-animation: 2s linear infinite loading;
        animation: 2s linear infinite loading
    }

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
    display: none
}

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
}

.fr-image-size-layer .fr-image-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block
}

    .fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
        margin-left: 10px
    }

.fr-uploading {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -ms-filter: "alpha(Opacity=0)"
}

@keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes loading {
    from {
        left: -25%
    }

    to {
        left: 100%
    }
}

.fr-modal-head .fr-modal-head-line::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-modal-head .fr-modal-head-line i.fr-modal-more {
    float: left;
    opacity: 1;
    -webkit-transition: padding .2s,width .2s,opacity .2s;
    -moz-transition: padding .2s,width .2s,opacity .2s;
    -ms-transition: padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s;
    -o-transition: padding .2s,width .2s,opacity .2s;
    padding: 12px
}

    .fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
        opacity: 0;
        width: 0;
        padding: 12px 0
    }

.fr-modal-head .fr-modal-tags {
    display: none;
    text-align: left
}

    .fr-modal-head .fr-modal-tags a {
        display: inline-block;
        opacity: 0;
        padding: 6px 8px;
        margin: 8px 0 8px 8px;
        text-decoration: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        background-clip: padding-box;
        color: #1e88e5;
        -webkit-transition: opacity .2s,background .2s;
        -moz-transition: opacity .2s,background .2s;
        -ms-transition: opacity .2s ease 0s,background .2s ease 0s;
        -o-transition: opacity .2s,background .2s;
        cursor: pointer
    }

        .fr-modal-head .fr-modal-tags a:focus {
            outline: 0
        }

        .fr-modal-head .fr-modal-tags a.fr-selected-tag {
            background: #d6d6d6
        }

div.fr-modal-body .fr-preloader {
    display: block;
    margin: 50px auto
}

div.fr-modal-body div.fr-image-list {
    text-align: center;
    margin: 0 10px;
    padding: 0
}

    div.fr-modal-body div.fr-image-list::after {
        clear: both;
        display: block;
        content: "";
        height: 0
    }

    div.fr-modal-body div.fr-image-list .fr-list-column {
        float: left;
        width: calc((100% - 10px)/ 2)
    }

@media (min-width:768px) and (max-width:1199px) {
    div.fr-modal-body div.fr-image-list .fr-list-column {
        width: calc((100% - 20px)/ 3)
    }
}

@media (min-width:1200px) {
    div.fr-modal-body div.fr-image-list .fr-list-column {
        width: calc((100% - 30px)/ 4)
    }
}

div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
    margin-left: 10px
}

div.fr-modal-body div.fr-image-list div.fr-image-container {
    position: relative;
    width: 100%;
    display: block;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden
}

    div.fr-modal-body div.fr-image-list div.fr-image-container + div, div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
        margin-top: 10px
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
        position: absolute;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
        -ms-filter: "alpha(Opacity=0)";
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -ms-transition: opacity .2s ease 0s;
        -o-transition: opacity .2s;
        background: #000;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
        content: attr(data-deleting);
        color: #fff;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        position: absolute;
        z-index: 3;
        font-size: 15px;
        height: 20px
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
        height: 95px;
        background: #ccc;
        z-index: 1
    }

        div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
            position: absolute;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: attr(data-loading);
            display: inline-block;
            height: 20px
        }

    div.fr-modal-body div.fr-image-list div.fr-image-container img {
        width: 100%;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "alpha(Opacity=0)";
        -webkit-transition: opacity .2s,filter .2s;
        -moz-transition: opacity .2s,filter .2s;
        -ms-transition: opacity .2s ease 0s,filter .2s ease 0s;
        -o-transition: opacity .2s,filter .2s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0)
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75;
        -ms-filter: "alpha(Opacity=0)"
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
        display: inline-block
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
        display: none;
        top: 50%;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -webkit-transition: background .2s,color .2s;
        -moz-transition: background .2s,color .2s;
        -ms-transition: background .2s ease 0s,color .2s ease 0s;
        -o-transition: background .2s,color .2s;
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
        position: absolute;
        cursor: pointer;
        margin: 0;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-decoration: none;
        z-index: 3
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
        background: #b8312f;
        color: #fff;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(25%);
        -moz-transform: translateY(-50%) translateX(25%);
        -ms-transform: translateY(-50%) translateX(25%);
        -o-transform: translateY(-50%) translateX(25%)
    }

    div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
        background: #fff;
        color: #1e88e5;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-125%);
        -moz-transform: translateY(-50%) translateX(-125%);
        -ms-transform: translateY(-50%) translateX(-125%);
        -o-transform: translateY(-50%) translateX(-125%)
    }

.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
    background: #ebebeb
}

.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    -ms-filter: "alpha(Opacity=0)"
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
    display: inline-block
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644;
    color: #fff
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #ebebeb
}

.fr-line-breaker {
    cursor: text;
    border-top: 1px solid #1e88e5;
    position: fixed;
    z-index: 2;
    display: none
}

    .fr-line-breaker.fr-visible {
        display: block
    }

    .fr-line-breaker a.fr-floating-btn {
        position: absolute;
        left: calc(50% - (32px / 2));
        top: -16px
    }

.fr-quick-insert {
    position: absolute;
    z-index: 2147483639;
    white-space: nowrap;
    padding-right: 5px;
    margin-left: -5px;
    box-sizing: content-box
}

    .fr-quick-insert.fr-on a.fr-floating-btn svg {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg)
    }

    .fr-quick-insert.fr-hidden {
        display: none
    }

.fr-qi-helper {
    position: absolute;
    z-index: 3;
    padding-left: 16px;
    white-space: nowrap
}

    .fr-qi-helper a.fr-btn.fr-floating-btn {
        text-align: center;
        display: inline-block;
        color: #222;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0)
    }

        .fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -ms-filter: "alpha(Opacity=0)";
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1)
        }

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal {
    text-align: left;
    padding: 20px 20px 10px
}

    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-list {
        margin-bottom: 20px
    }

    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-title {
        font-weight: 700;
        font-size: 14px;
        padding: 6px 0 4px;
        margin: 0 0 5px
    }

    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
        display: inline-block;
        font-size: 16px;
        width: 20px;
        height: 20px;
        padding: 5px;
        line-height: 20px;
        cursor: default;
        font-weight: 400;
        box-sizing: content-box;
        text-align: center;
        border: 1px solid #ccc;
        margin: -1px 0 0 -1px
    }

.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
    border: 1px double #1e88e5
}

.fr-element table tr {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-element table td, .fr-element table th {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text
}

.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-table-resizer {
    cursor: col-resize;
    position: absolute;
    z-index: 3;
    display: none
}

    .fr-table-resizer.fr-moving {
        z-index: 2
    }

    .fr-table-resizer div {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        border-right: 1px solid #1e88e5
    }

.fr-no-selection {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-popup .fr-table-colors-hex-layer {
    width: 100%;
    margin: 0;
    padding: 10px
}

    .fr-popup .fr-table-colors-hex-layer .fr-input-line {
        float: left;
        width: calc(100% - 50px);
        padding: 8px 0 0
    }

    .fr-popup .fr-table-colors-hex-layer .fr-action-buttons {
        float: right;
        width: 50px
    }

        .fr-popup .fr-table-colors-hex-layer .fr-action-buttons button {
            background-color: #1e88e5;
            color: #fff;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            background-clip: padding-box;
            font-size: 13px;
            height: 32px
        }

            .fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover {
                background-color: #166dba;
                color: #fff
            }

.fr-popup .fr-table-size .fr-table-size-info {
    text-align: center;
    font-size: 14px;
    padding: 8px
}

.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 0 5px 5px;
    white-space: nowrap
}

    .fr-popup .fr-table-size .fr-select-table-size > span {
        display: inline-block;
        padding: 0 4px 4px 0;
        background: 0 0
    }

        .fr-popup .fr-table-size .fr-select-table-size > span > span {
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd
        }

        .fr-popup .fr-table-size .fr-select-table-size > span.hover {
            background: 0 0
        }

            .fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
                background: rgba(30,136,229,.3);
                border: 1px solid #1e88e5
            }

    .fr-popup .fr-table-size .fr-select-table-size .new-line::after {
        clear: both;
        display: block;
        content: "";
        height: 0
    }

.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
    display: inline-block !important
}

.fr-popup .fr-table-colors-buttons {
    margin-bottom: 5px
}

.fr-popup .fr-table-colors {
    line-height: 0;
    display: block
}

    .fr-popup .fr-table-colors > span {
        display: inline-block;
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 1
    }

        .fr-popup .fr-table-colors > span > i {
            text-align: center;
            line-height: 32px;
            height: 32px;
            width: 32px;
            font-size: 13px;
            position: absolute;
            bottom: 0;
            cursor: default;
            left: 0
        }

        .fr-popup .fr-table-colors > span:focus {
            outline: #222 solid 1px;
            z-index: 2
        }

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
    width: 12px;
    height: 12px
}

.fr-insert-helper {
    position: absolute;
    z-index: 9999;
    white-space: nowrap
}

.fr-element .fr-video {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

    .fr-element .fr-video::after {
        position: absolute;
        content: '';
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        display: block;
        background: rgba(0,0,0,0)
    }

    .fr-element .fr-video.fr-active > * {
        z-index: 2;
        position: relative
    }

    .fr-element .fr-video > * {
        box-sizing: content-box;
        max-width: 100%;
        border: 0
    }

.fr-box .fr-video-resizer {
    position: absolute;
    border: 1px solid #1e88e5;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

    .fr-box .fr-video-resizer.fr-active {
        display: block
    }

    .fr-box .fr-video-resizer .fr-handler {
        display: block;
        position: absolute;
        background: #1e88e5;
        border: 1px solid #fff;
        z-index: 4;
        box-sizing: border-box;
        width: 12px;
        height: 12px
    }

        .fr-box .fr-video-resizer .fr-handler.fr-hnw {
            cursor: nw-resize;
            left: -6px;
            top: -6px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hne {
            cursor: ne-resize;
            right: -6px;
            top: -6px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hsw {
            cursor: sw-resize;
            left: -6px;
            bottom: -6px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hse {
            cursor: se-resize;
            right: -6px;
            bottom: -6px
        }

@media (min-width:1200px) {
    .fr-box .fr-video-resizer .fr-handler {
        width: 10px;
        height: 10px
    }

        .fr-box .fr-video-resizer .fr-handler.fr-hnw {
            left: -5px;
            top: -5px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hne {
            right: -5px;
            top: -5px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hsw {
            left: -5px;
            bottom: -5px
        }

        .fr-box .fr-video-resizer .fr-handler.fr-hse {
            right: -5px;
            bottom: -5px
        }
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block
}

    .fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
        margin-left: 10px
    }

.fr-popup .fr-video-upload-layer {
    border: 2px dashed #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center
}

    .fr-popup .fr-video-upload-layer:hover {
        background: #ebebeb
    }

    .fr-popup .fr-video-upload-layer.fr-drop {
        background: #ebebeb;
        border-color: #1e88e5
    }

    .fr-popup .fr-video-upload-layer .fr-form {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2147483640;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

        .fr-popup .fr-video-upload-layer .fr-form input {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 500%;
            height: 100%;
            margin: 0;
            font-size: 400px
        }

.fr-popup .fr-video-progress-bar-layer > h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400
}

.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
    display: none
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative
}

    .fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
        display: block;
        height: 100%;
        width: 0;
        background: #1e88e5;
        -webkit-transition: width .2s;
        -moz-transition: width .2s;
        -ms-transition: width .2s ease 0s;
        -o-transition: width .2s
    }

    .fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
        width: 30% !important;
        position: absolute;
        top: 0;
        -webkit-animation: 2s linear infinite loading;
        animation: 2s linear infinite loading
    }

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
    display: none
}

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
}

.fr-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
    display: none
}
/*!
 * froala_editor v2.9.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */

.clearfix::after {
    content: "";
    height: 0
}

.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.fr-img-caption.fr-rounded img, img.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-clip: padding-box
}

.fr-img-caption.fr-bordered img, img.fr-bordered {
    border: 5px solid #ccc
}

img.fr-bordered {
    box-sizing: content-box
}

.fr-img-caption.fr-bordered img {
    box-sizing: border-box
}

.fr-img-caption.fr-shadow img, img.fr-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)
}

.fr-view {
    word-wrap: break-word
}

    .fr-view span[style~="color:"] a {
        color: inherit
    }

    .fr-view strong {
        font-weight: 700
    }

    .fr-view table {
        border: 0;
        border-collapse: collapse;
        empty-cells: show;
        max-width: 100%
    }

        .fr-view table td {
            min-width: 5px
        }

        .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
            border-style: dashed
        }

        .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
            background: #f5f5f5
        }

        .fr-view table td, .fr-view table th {
            border: 1px solid #ddd
        }

            .fr-view table td:empty, .fr-view table th:empty {
                height: 20px
            }

            .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
                border: 1px double red
            }

            .fr-view table td.fr-thick, .fr-view table th.fr-thick {
                border-width: 2px
            }

        .fr-view table th {
            background: #e6e6e6
        }

    .fr-view hr {
        clear: both;
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        page-break-after: always
    }

    .fr-view .fr-file {
        position: relative
    }

        .fr-view .fr-file::after {
            position: relative;
            content: "\1F4CE";
            font-weight: 400
        }

    .fr-view pre {
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: visible
    }

    .fr-view[dir=rtl] blockquote {
        border-left: 0;
        border-right: 2px solid #5e35b1;
        margin-right: 0;
        padding-right: 5px;
        padding-left: 0
    }

        .fr-view[dir=rtl] blockquote blockquote {
            border-color: #00bcd4
        }

            .fr-view[dir=rtl] blockquote blockquote blockquote {
                border-color: #43a047
            }

    .fr-view blockquote {
        border-left: 2px solid #5e35b1;
        margin-left: 0;
        padding-left: 5px;
        color: #5e35b1
    }

        .fr-view blockquote blockquote {
            border-color: #00bcd4;
            color: #00bcd4
        }

            .fr-view blockquote blockquote blockquote {
                border-color: #43a047;
                color: #43a047
            }

    .fr-view span.fr-emoticon {
        font-weight: 400;
        font-family: "Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;
        display: inline;
        line-height: 0
    }

        .fr-view span.fr-emoticon.fr-emoticon-img {
            background-repeat: no-repeat !important;
            font-size: inherit;
            height: 1em;
            width: 1em;
            min-height: 20px;
            min-width: 20px;
            display: inline-block;
            margin: -.1em .1em .1em;
            line-height: 1;
            vertical-align: middle
        }

    .fr-view .fr-text-gray {
        color: #aaa !important
    }

    .fr-view .fr-text-bordered {
        border-top: 1px solid #222;
        border-bottom: 1px solid #222;
        padding: 10px 0
    }

    .fr-view .fr-text-spaced {
        letter-spacing: 1px
    }

    .fr-view .fr-text-uppercase {
        text-transform: uppercase
    }

    .fr-view .fr-class-highlighted {
        background-color: #ff0
    }

    .fr-view .fr-class-code {
        border-color: #ccc;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        background: #f5f5f5;
        padding: 10px;
        font-family: "Courier New",Courier,monospace
    }

    .fr-view .fr-class-transparency {
        opacity: .5
    }

    .fr-view img {
        position: relative;
        max-width: 100%
    }

        .fr-view img.fr-dib {
            margin: 5px auto;
            display: block;
            float: none;
            vertical-align: top
        }

            .fr-view img.fr-dib.fr-fil {
                margin-left: 0;
                text-align: left
            }

            .fr-view img.fr-dib.fr-fir {
                margin-right: 0;
                text-align: right
            }

        .fr-view img.fr-dii {
            display: inline-block;
            float: none;
            vertical-align: bottom;
            margin-left: 5px;
            margin-right: 5px;
            max-width: calc(100% - (2 * 5px))
        }

            .fr-view img.fr-dii.fr-fil {
                float: left;
                margin: 5px 5px 5px 0;
                max-width: calc(100% - 5px)
            }

            .fr-view img.fr-dii.fr-fir {
                float: right;
                margin: 5px 0 5px 5px;
                max-width: calc(100% - 5px)
            }

    .fr-view span.fr-img-caption {
        position: relative;
        max-width: 100%
    }

        .fr-view span.fr-img-caption.fr-dib {
            margin: 5px auto;
            display: block;
            float: none;
            vertical-align: top
        }

            .fr-view span.fr-img-caption.fr-dib.fr-fil {
                margin-left: 0;
                text-align: left
            }

            .fr-view span.fr-img-caption.fr-dib.fr-fir {
                margin-right: 0;
                text-align: right
            }

        .fr-view span.fr-img-caption.fr-dii {
            display: inline-block;
            float: none;
            vertical-align: bottom;
            margin-left: 5px;
            margin-right: 5px;
            max-width: calc(100% - (2 * 5px))
        }

            .fr-view span.fr-img-caption.fr-dii.fr-fil {
                float: left;
                margin: 5px 5px 5px 0;
                max-width: calc(100% - 5px)
            }

            .fr-view span.fr-img-caption.fr-dii.fr-fir {
                float: right;
                margin: 5px 0 5px 5px;
                max-width: calc(100% - 5px)
            }

    .fr-view .fr-video {
        text-align: center;
        position: relative
    }

        .fr-view .fr-video.fr-rv {
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden
        }

            .fr-view .fr-video.fr-rv embed, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv > iframe {
                position: absolute !important;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

        .fr-view .fr-video > * {
            box-sizing: content-box;
            max-width: 100%;
            border: 0
        }

        .fr-view .fr-video.fr-dvb {
            display: block;
            clear: both
        }

            .fr-view .fr-video.fr-dvb.fr-fvl {
                text-align: left
            }

            .fr-view .fr-video.fr-dvb.fr-fvr {
                text-align: right
            }

        .fr-view .fr-video.fr-dvi {
            display: inline-block
        }

            .fr-view .fr-video.fr-dvi.fr-fvl {
                float: left
            }

            .fr-view .fr-video.fr-dvi.fr-fvr {
                float: right
            }

    .fr-view a.fr-strong {
        font-weight: 700
    }

    .fr-view a.fr-green {
        color: green
    }

    .fr-view .fr-img-caption {
        text-align: center
    }

        .fr-view .fr-img-caption .fr-img-wrap {
            padding: 0;
            display: inline-block;
            margin: auto;
            text-align: center;
            width: 100%
        }

            .fr-view .fr-img-caption .fr-img-wrap img {
                display: block;
                margin: auto;
                width: 100%
            }

            .fr-view .fr-img-caption .fr-img-wrap > span {
                margin: auto;
                display: block;
                padding: 5px 5px 10px;
                font-size: 14px;
                font-weight: initial;
                box-sizing: border-box;
                -webkit-opacity: .9;
                -moz-opacity: .9;
                opacity: .9;
                -ms-filter: "alpha(Opacity=0)";
                width: 100%;
                text-align: center
            }

    .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-clip: padding-box
    }

    .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
        font-size: 24px
    }

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    position: relative;
    max-width: 100%
}

    img.fr-view.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top
    }

        img.fr-view.fr-dib.fr-fil {
            margin-left: 0;
            text-align: left
        }

        img.fr-view.fr-dib.fr-fir {
            margin-right: 0;
            text-align: right
        }

    img.fr-view.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px))
    }

        img.fr-view.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px)
        }

        img.fr-view.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px)
        }

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%
}

    span.fr-img-caption.fr-view.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top
    }

        span.fr-img-caption.fr-view.fr-dib.fr-fil {
            margin-left: 0;
            text-align: left
        }

        span.fr-img-caption.fr-view.fr-dib.fr-fir {
            margin-right: 0;
            text-align: right
        }

    span.fr-img-caption.fr-view.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px))
    }

        span.fr-img-caption.fr-view.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px)
        }

        span.fr-img-caption.fr-view.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px)
        }



.sr-only {
    clip: rect(0,0,0,0);
    margin: -1px;
    clip: rect(0,0,0,0)
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    margin: 0;
    clip: auto
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], [data-aos][data-aos][data-aos-easing=ease-in-quad], [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-cubic] [data-aos], body[data-aos-easing=ease-in-quad] [data-aos], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], [data-aos][data-aos][data-aos-easing=ease-out-quad], [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-cubic] [data-aos], body[data-aos-easing=ease-out-quad] [data-aos], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], [data-aos][data-aos][data-aos-easing=ease-in-out-quad], [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-cubic] [data-aos], body[data-aos-easing=ease-in-out-quad] [data-aos], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform,-webkit-transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

[data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0)
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px,100px,0);
    transform: translate3d(-100px,100px,0)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px,100px,0);
    transform: translate3d(100px,100px,0)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px,-100px,0);
    transform: translate3d(-100px,-100px,0)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px,-100px,0);
    transform: translate3d(100px,-100px,0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform,-webkit-transform
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0,100px,0) scale(.6);
    transform: translate3d(0,100px,0) scale(.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(.6);
    transform: translate3d(0,-100px,0) scale(.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(.6);
    transform: translate3d(-100px,0,0) scale(.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px,0,0) scale(.6);
    transform: translate3d(100px,0,0) scale(.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0,100px,0) scale(1.2);
    transform: translate3d(0,100px,0) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(1.2);
    transform: translate3d(0,-100px,0) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(1.2);
    transform: translate3d(-100px,0,0) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px,0,0) scale(1.2);
    transform: translate3d(100px,0,0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform,-webkit-transform
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

[data-aos=slide-up] {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

[data-aos=slide-down] {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

[data-aos=slide-right] {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

[data-aos=slide-left] {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform,-webkit-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

    [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

    [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

    [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

    [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

@font-face {
    font-family: 'Montserrat Black';
    src: url(assets/fonts/text-font/mblack.html);
    src: url(assets/fonts/text-font/mblackd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mblack.woff2) format('woff2'),url(assets/fonts/text-font/mblack.woff) format('woff'),url(assets/fonts/text-font/mblack.ttf) format('truetype'),url(assets/fonts/text-font/mblack.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Black Italic';
    src: url(assets/fonts/text-font/mblackitalic.html);
    src: url(assets/fonts/text-font/mblackitalicd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mblackitalic.woff2) format('woff2'),url(assets/fonts/text-font/mblackitalic.woff) format('woff'),url(assets/fonts/text-font/mblackitalic.ttf) format('truetype'),url(assets/fonts/text-font/mblackitalic.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url(assets/fonts/text-font/mbold.html);
    src: url(assets/fonts/text-font/mboldd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mbold.woff2) format('woff2'),url(assets/fonts/text-font/mbold.woff) format('woff'),url(assets/fonts/text-font/mbold.ttf) format('truetype'),url(assets/fonts/text-font/mbold.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Bold Italic';
    src: url(assets/fonts/text-font/mbolditalic.html);
    src: url(assets/fonts/text-font/mbolditalicd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mbolditalic.woff2) format('woff2'),url(assets/fonts/text-font/mbolditalic.woff) format('woff'),url(assets/fonts/text-font/mbolditalic.ttf) format('truetype'),url(assets/fonts/text-font/mbolditalic.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Italic';
    src: url(assets/fonts/text-font/mitalic.html);
    src: url(assets/fonts/text-font/mitalicd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mitalic.woff2) format('woff2'),url(assets/fonts/text-font/mblack.woff) format('woff'),url(assets/fonts/text-font/mitalic.ttf) format('truetype'),url(assets/fonts/text-font/mitalic.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Light';
    src: url(assets/fonts/text-font/mlight.html);
    src: url(assets/fonts/text-font/mlightd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mlight.woff2) format('woff2'),url(assets/fonts/text-font/mlight.woff) format('woff'),url(assets/fonts/text-font/mlight.ttf) format('truetype'),url(assets/fonts/text-font/mlight.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Light Italic';
    src: url(assets/fonts/text-font/mlightitalic.html);
    src: url(assets/fonts/text-font/mlightitalicd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mlightitalic.woff2) format('woff2'),url(assets/fonts/text-font/mlightitalic.woff) format('woff'),url(assets/fonts/text-font/mlightitalic.ttf) format('truetype'),url(assets/fonts/text-font/mlightitalic.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url(assets/fonts/text-font/mmedium.html);
    src: url(assets/fonts/text-font/mmediumd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mmedium.woff2) format('woff2'),url(assets/fonts/text-font/mmedium.woff) format('woff'),url(assets/fonts/text-font/mmedium.ttf) format('truetype'),url(assets/fonts/text-font/mmedium.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Medium Italic';
    src: url(assets/fonts/text-font/mmediumitalic.html);
    src: url(assets/fonts/text-font/mmediumitalicd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mmediumitalic.woff2) format('woff2'),url(assets/fonts/text-font/mmediumitalic.woff) format('woff'),url(assets/fonts/text-font/mmediumitalic.ttf) format('truetype'),url(assets/fonts/text-font/mmediumitalic.svg#svgFontName) format('svg')
}

@font-face {
    font-family: Montserrat;
    src: url(assets/fonts/text-font/mregular.html);
    src: url(assets/fonts/text-font/mregulard41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/mregular.woff2) format('woff2'),url(assets/fonts/text-font/mregular.woff) format('woff'),url(assets/fonts/text-font/mregular.ttf) format('truetype'),url(assets/fonts/text-font/mregular.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Semi Bold';
    src: url(assets/fonts/text-font/msemibold.html);
    src: url(assets/fonts/text-font/msemiboldd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/msemibold.woff2) format('woff2'),url(assets/fonts/text-font/msemibold.woff) format('woff'),url(assets/fonts/text-font/msemibold.ttf) format('truetype'),url(assets/fonts/text-font/msemibold.svg#svgFontName) format('svg')
}

@font-face {
    font-family: 'Montserrat Semi Bold Italic';
    src: url(assets/fonts/text-font/msemibolditalic.html);
    src: url(assets/fonts/text-font/msemibolditalicd41d.eot?#iefix) format('embedded-opentype'),url(assets/fonts/text-font/msemibolditalic.woff2) format('woff2'),url(assets/fonts/text-font/msemibolditalic.woff) format('woff'),url(assets/fonts/text-font/msemibolditalic.ttf) format('truetype'),url(assets/fonts/text-font/msemibolditalic.svg#svgFontName) format('svg')
}

@font-face {
    font-family: Archer;
    src: url(Archer-Bold.a5612738cf6e3632b9d0.eot);
    src: url(Archer-Bold.a5612738cf6e3632b9d0d41d.eot?#iefix) format('embedded-opentype'),url(Archer-Bold.9afb418f21ba0370a778.woff2) format('woff2'),url(Archer-Bold.07f636f88ffdcb85d497.woff) format('woff'),url(Archer-Bold.951a0da7b3a7604b4a25.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*, ::after, ::before {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-y: visible !important
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3
    }

    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none;
    display: block;
    max-width: 100%
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: dotted 1px;
        outline: -webkit-focus-ring-color auto 5px
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

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
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    line-height: 1.5
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        background-color: #fff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #efa2a9
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .btn:focus, .btn:hover {
        text-decoration: none
    }

    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .btn.disabled, .btn:disabled {
        opacity: .65;
        pointer-events: none
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
            background-image: none
        }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

    .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff
}

    .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        pointer-events: none;
        color: #6c757d
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.show {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.show {
        display: block
    }

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.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: 1rem;
    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
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after {
        margin-left: 0
    }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.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='%23fff' 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")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.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='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.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='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: 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") right .75rem center/8px 10px no-repeat #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #80bdff
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(calc(2.25rem + 2px) - 1px * 2);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center/100% 100% no-repeat
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.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")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.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")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.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
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.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)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0
            }

    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.card-columns .card {
    margin-bottom: .75rem
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    transition: width .6s
}

.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
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.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)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s,-webkit-transform .6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block
    }

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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")
}

.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
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */



.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin
}

.fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}





.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

@keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }
}

@keyframes rubberBand {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

@keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from,to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

@keyframes wobble {
    from,to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: 0 0
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before, .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: 0;
            background: 0 0
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

.mCustomScrollbar {
    touch-action: pinch-zoom
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        touch-action: auto
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        border-radius: 16px;
        text-align: center
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        box-sizing: border-box
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(data:image/png;base64,);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

    .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
        opacity: .75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)"
    }

    .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
        opacity: .9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)"
    }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: rgba(255,255,255,.1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: rgba(255,255,255,.75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: rgba(255,255,255,.1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: rgba(255,255,255,.75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,.1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 14px;
        margin: 0 1px
    }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 14px;
        margin: 1px 0
    }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        border-radius: 16px
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        width: 8px;
        background-color: rgba(0,0,0,.2);
        box-shadow: inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #555
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px
    }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
        border-radius: 7px
    }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: rgba(0,0,0,.2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: rgba(0,0,0,.2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: rgba(0,0,0,.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.9)
}

.globalNav {
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    z-index: 500;
    height: 50px;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

    .globalNav ul {
        padding: 0;
        margin: 0
    }

    .globalNav li {
        list-style: none
    }

    .globalNav a {
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        color: #6772e5;
        transition: color .1s
    }

        .globalNav a:hover {
            color: #32325d
        }

    .globalNav > .container-lg {
        padding: 0
    }

    .globalNav .navRoot {
        position: relative
    }

    .globalNav .navSection > a, .globalNav .navSection > button {
        outline: 0
    }

.keyboard-navigation .globalNav .navSection > a:not(.item-mobileMenu):focus > :before, .keyboard-navigation .globalNav .navSection > button:not(.item-mobileMenu):focus > :before {
    opacity: .75
}

.globalNav .navSection > a:not(.item-mobileMenu) > :before, .globalNav .navSection > button:not(.item-mobileMenu) > :before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: 5px;
    bottom: 5px;
    box-shadow: inset 0 0 0 1.5px currentColor;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .15s
}

.globalNav .navSection.logo {
    position: absolute;
    top: 0;
    left: 0
}

.globalNav .navSection.primary, .globalNav .navSection.secondary {
    display: none
}

.globalNav .navSection.primary {
    justify-content: center
}

.globalNav .navSection.secondary {
    position: absolute;
    top: 0;
    right: 0
}

.globalNav .navSection.mobile {
    display: flex;
    justify-content: flex-end
}

@media (min-width:670px) {
    .globalNav .navSection.primary, .globalNav .navSection.secondary {
        display: flex
    }

    .globalNav .navSection.mobile {
        display: none
    }
}

.globalNav.compact .navRoot {
    display: flex
}

.globalNav.compact .navSection.logo {
    position: static;
    flex-grow: 1
}

.globalNav.compact .navSection.secondary {
    position: static
}

.globalNav .rootLink {
    display: inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0 10px
}

@media (min-width:670px) {
    .globalNav .rootLink {
        padding: 0 calc(-17.16247px + 4.0541vw)
    }

    .globalNav.initialized .dropdownRoot {
        display: block
    }
}

@media (min-width:1040px) {
    .globalNav .rootLink {
        padding: 0 25px
    }
}

.globalNav .rootLink > * {
    position: relative;
    display: block
}

.globalNav .navSection.logo .rootLink {
    padding-left: 20px !important
}

.globalNav .navSection.secondary .rootLink:last-child {
    padding-right: 20px !important
}

.globalNav .navSection.primary .rootLink {
    font-weight: 500
}

.globalNav .colorize {
    color: #6772e5;
    transition: color .1s
}

    .globalNav .colorize.active, .globalNav .colorize:hover {
        color: #32325d
    }

.globalNav .hasDropdown {
    cursor: default
}

.globalNav .item-home h1 {
    line-height: 50px;
    font-size: 20px;
    margin: 0;
    color: inherit
}

.globalNav .item-home svg {
    vertical-align: -5px
}

    .globalNav .item-home svg path {
        fill: currentColor
    }

.globalNav .item-dashboard > span:after {
    font: 16px StripeIcons;
    content: "\279E";
    padding-left: 6px
}

.globalNav .dropdownRoot {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 50px;
    pointer-events: none;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    opacity: 0;
    will-change: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    transition-duration: .25s;
    display: none
}

.globalNav.dropdownActive .dropdownRoot {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none
}

.globalNav .dropdownBackground {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);
    width: 380px;
    height: 400px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.globalNav .alternateBackground, .globalNav .dropdownBackground {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .25s
}

.globalNav .alternateBackground {
    right: 0;
    height: 1000px;
    background: #f6f9fc
}

.globalNav .dropdownArrow {
    top: -6px;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px 0 0;
    background: #fff;
    box-shadow: -3px -3px 5px rgba(82,95,127,.04);
    will-change: transform;
    transition-property: transform,-webkit-transform
}

.globalNav .dropdownArrow, .globalNav .dropdownContainer {
    position: absolute;
    left: 0;
    transition-duration: .25s
}

.globalNav .dropdownContainer {
    overflow: hidden;
    width: 500px;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform,width,height;
    transition-property: transform,width,height,-webkit-transform
}

.globalNav .dropdownSection {
    opacity: 0;
    pointer-events: none;
    will-change: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    transition-duration: .25s;
    background: red
}

    .globalNav .dropdownSection.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .globalNav .dropdownSection.left {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px)
    }

    .globalNav .dropdownSection.right {
        -webkit-transform: translateX(150px);
        transform: translateX(150px)
    }

.globalNav.dropdownActive .dropdownSection.active {
    pointer-events: auto
}

.globalNav.noDropdownTransition .alternateBackground, .globalNav.noDropdownTransition .dropdownArrow, .globalNav.noDropdownTransition .dropdownBackground, .globalNav.noDropdownTransition .dropdownContainer, .globalNav.noDropdownTransition .dropdownSection {
    transition: none
}

.globalNav .dropdownContent {
    position: absolute;
    top: 0;
    left: 0
}

.globalNav .linkGroup {
    padding: 20px 35px
}

.globalNav .linkContainer {
    display: block;
    padding: 9px 0;
    outline: 0;
    position: relative
}

.keyboard-navigation .globalNav .linkContainer:focus:before {
    opacity: .5
}

.globalNav .linkContainer:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    right: -10px;
    bottom: 0;
    box-shadow: 0 0 0 1.5px #8898aa;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .15s
}

.globalNav .linkTitle {
    margin: 0;
    color: #6772e5;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .025em
}

.globalNav .linkSub {
    font-size: 15px;
    line-height: 22px;
    color: #6b7c93;
    margin: 5px 0 0;
    display: block;
    white-space: nowrap
}

.globalNav .linkSub, .globalNav .linkTitle {
    transition: color .1s
}

    .globalNav .linkContainer:focus .linkTitle, .globalNav .linkContainer:hover .linkTitle, .globalNav .linkTitle:focus, .globalNav .linkTitle:hover {
        color: #32325d
    }

.globalNav .linkContainer:focus .linkSub, .globalNav .linkContainer:hover .linkSub {
    color: #424770
}

.globalNav .hover-fillDark, .globalNav .hover-fillLight {
    transition: fill .1s
}

.globalNav .hover-strokeDark, .globalNav .hover-strokeLight {
    transition: stroke .1s
}

.globalNav .linkContainer:focus .hover-fillLight, .globalNav .linkContainer:hover .hover-fillLight {
    fill: #8898aa
}

.globalNav .linkContainer:focus .hover-fillDark, .globalNav .linkContainer:hover .hover-fillDark {
    fill: #32325d
}

.globalNav .linkContainer:focus .hover-strokeLight, .globalNav .linkContainer:hover .hover-strokeLight {
    stroke: #8898aa
}

.globalNav .linkContainer:focus .hover-strokeDark, .globalNav .linkContainer:hover .hover-strokeDark {
    stroke: #32325d
}

.globalNav .linkIcon {
    white-space: nowrap
}

    .globalNav .linkIcon svg {
        margin: 0 12px -3px -1px
    }

.globalNav .withIcon {
    padding-left: 28px
}

    .globalNav .withIcon .linkTitle {
        margin-left: -28px
    }

.globalNav .new-badge {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    background: #6772e5;
    transition: background .15s;
    border-radius: 10px;
    padding: 2px 4px 1px;
    height: auto;
    top: auto;
    box-shadow: none
}

.globalNav .linkContainer:focus .new-badge, .globalNav .linkContainer:hover .new-badge {
    background: #32325d
}

.globalNav .productsGroupPrimary, .globalNav .productsGroupSecondary {
    margin: -5px -10px;
    display: flex;
    flex-direction: column
}

    .globalNav .productsGroupPrimary > li, .globalNav .productsGroupSecondary > li {
        flex: 1 0 auto;
        display: flex
    }

    .globalNav .productsGroupPrimary .linkContainer, .globalNav .productsGroupSecondary .linkContainer {
        flex: 1;
        display: flex;
        align-items: center
    }

    .globalNav .productsGroupPrimary .linkContainer {
        padding: 16px 8px
    }

    .globalNav .productsGroupPrimary svg {
        width: 48px;
        height: 48px
    }

    .globalNav .productsGroupPrimary .productLinkContent {
        flex: 1;
        margin-left: 18px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .globalNav .productsGroupSecondary .linkContainer {
        padding: 14px 8px 14px 12px
    }

    .globalNav .productsGroupSecondary svg {
        width: 22px;
        height: 22px
    }

    .globalNav .productsGroupSecondary .productLinkContent {
        flex: 1;
        margin-left: 15px
    }

    .globalNav .productsGroupSecondary .linkTitle {
        display: inline
    }

    .globalNav .productsGroupSecondary .linkSub {
        display: inline;
        margin: 0 0 0 10px
    }

.globalNav .prodsubGroup {
    display: flex;
    justify-content: center;
    border-top: 2px solid #fff
}

    .globalNav .prodsubGroup .linkContainer {
        display: inline-flex;
        flex-direction: row;
        padding: 13px 26px
    }

    .globalNav .prodsubGroup .linkSub {
        margin: 0 0 0 10px
    }

.globalNav .item-subscriptions .linkTitle {
    color: #24b47e
}

.globalNav .item-connect .linkTitle {
    color: #3297d3
}

.globalNav .item-sigma .linkTitle {
    color: #8f6ed5
}

.globalNav .item-connect .new-badge {
    background: #3297d3
}

.globalNav .item-relay .linkTitle {
    color: #e25950
}

.globalNav .item-atlas .linkTitle {
    color: #e39f48
}

.globalNav .item-radar .linkTitle {
    color: #b76ac4
}

.globalNav .item-sigma .new-badge {
    background: #8f6ed5
}

.globalNav .item-billing .new-badge, .globalNav .item-subscriptions .new-badge {
    background: #24b47e
}

.globalNav .documentationGroup .linkSub {
    max-width: 400px
}

.globalNav .documentationArticles {
    font-size: 15px;
    line-height: 26px;
    margin: 15px 20px 10px 28px;
    display: flex;
    white-space: nowrap
}

    .globalNav .documentationArticles > ul {
        margin-right: 40px
    }

        .globalNav .documentationArticles > ul:last-child {
            margin-right: 0
        }

    .globalNav .documentationArticles h4 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .025em;
        margin: 0 0 3px;
        color: #8898aa
    }

    .globalNav .documentationArticles a {
        outline: 0
    }

.keyboard-navigation .globalNav .documentationArticles a:focus {
    color: #32325d;
    text-decoration: underline;
    text-underline-position: under
}

.globalNav .blogPosts {
    margin: 5px 10px 5px 28px
}

    .globalNav .blogPosts a {
        display: block;
        white-space: nowrap;
        padding: 5px 0;
        outline: 0
    }

        .globalNav .blogPosts a:after {
            content: "\27A2";
            font: 16px StripeIcons;
            margin-left: 6px;
            vertical-align: -3px
        }

    .globalNav .blogPosts .title {
        font-size: 15px;
        line-height: 22px;
        display: inline-block;
        white-space: nowrap;
        max-width: 300px;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: top
    }

        .globalNav .blogPosts .title.new {
            font-weight: 500
        }

.keyboard-navigation .globalNav .blogPosts a:focus .title {
    color: #32325d;
    text-decoration: underline;
    text-underline-position: under
}

.globalNav .blogPosts .new-badge {
    vertical-align: -1px
}

.globalNav .blogPosts a:hover .new-badge. .globalNav .blogPosts a:focus .new-badge {
    background: #32325d
}

.globalNav .navSection.mobile .rootLink {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    padding: 0 30px
}

    .globalNav .navSection.mobile .rootLink h2 {
        color: inherit;
        font-size: 0;
        left: 13px;
        top: 23px
    }

        .globalNav .navSection.mobile .rootLink h2, .globalNav .navSection.mobile .rootLink h2:after, .globalNav .navSection.mobile .rootLink h2:before {
            position: absolute;
            width: 24px;
            height: 3px;
            border-radius: 1px;
            background: currentColor
        }

            .globalNav .navSection.mobile .rootLink h2:after, .globalNav .navSection.mobile .rootLink h2:before {
                content: "";
                left: 0
            }

            .globalNav .navSection.mobile .rootLink h2:before {
                top: -9px
            }

            .globalNav .navSection.mobile .rootLink h2:after {
                top: 9px
            }

.globalNav .popup {
    position: absolute;
    left: 10px;
    top: 5px;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.globalNav .popupContainer {
    background: #fff;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    line-height: 40px;
    white-space: nowrap;
    flex-grow: 1;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0;
    will-change: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    transition-duration: .25s
}

.globalNav .navSection.mobile.globalPopupActive .popupContainer {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto
}

.globalNav .popup a {
    display: block
}

.globalNav .popupCloseButton {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer
}

    .globalNav .popupCloseButton:after, .globalNav .popupCloseButton:before {
        content: "";
        position: absolute;
        background: #6772e5;
        border-radius: 1px;
        left: 14px;
        right: 14px;
        top: 24px;
        height: 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: background .1s
    }

    .globalNav .popupCloseButton:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .globalNav .popupCloseButton:hover:after, .globalNav .popupCloseButton:hover:before {
        background: #32325d
    }

.globalNav .mobileSignIn {
    background: #f6f9fc;
    display: block;
    padding: 12px 30px;
    font-weight: 600
}

    .globalNav .mobileSignIn:after {
        font: 16px StripeIcons;
        content: "\279C";
        margin-left: 6px
    }

.globalNav .mobileProducts {
    padding: 20px 0 15px
}

    .globalNav .mobileProducts h4 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .025em;
        color: #8898aa;
        text-transform: uppercase;
        margin: -5px 0 0 26px
    }

.globalNav .mobileProductsList {
    display: flex;
    flex-wrap: wrap
}

    .globalNav .mobileProductsList > ul {
        flex-grow: 1
    }

        .globalNav .mobileProductsList > ul:last-child {
            flex-grow: 3
        }

    .globalNav .mobileProductsList a {
        padding: 0 26px;
        font-size: 19px;
        font-weight: 500;
        line-height: 50px
    }

        .globalNav .mobileProductsList a:hover {
            color: #32325d
        }

        .globalNav .mobileProductsList a svg {
            display: inline-block;
            width: 26px;
            height: 26px;
            margin: 0 10px 0 -3px;
            vertical-align: -6px
        }

    .globalNav .mobileProductsList .item-subscriptions {
        color: #24b47e
    }

    .globalNav .mobileProductsList .item-connect {
        color: #3297d3
    }

    .globalNav .mobileProductsList .item-relay {
        color: #e25950
    }

    .globalNav .mobileProductsList .item-sigma {
        color: #8f6ed5
    }

    .globalNav .mobileProductsList .item-atlas {
        color: #e39f48
    }

    .globalNav .mobileProductsList .item-radar {
        color: #b76ac4
    }

    .globalNav .mobileProductsList .new-badge {
        vertical-align: 3px;
        margin-left: 2px
    }

.globalNav .mobileSecondaryNav {
    border-top: 2px solid #f6f9fc;
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap
}

    .globalNav .mobileSecondaryNav > ul {
        flex-grow: 1
    }

        .globalNav .mobileSecondaryNav > ul:last-child {
            flex-grow: 3
        }

    .globalNav .mobileSecondaryNav a {
        padding: 0 20px;
        min-width: 100px
    }

.globalNav .navSection.secondary.topNavCta--active {
    display: none
}

.globalNav .rootLink.topNavCta--variant0, .globalNav .rootLink.topNavCta--variant1, .globalNav .rootLink.topNavCta--variant2, .globalNav .rootLink.topNavCta--variant3, .globalNav .rootLink.topNavCta--variant4 {
    letter-spacing: .025em
}

    .globalNav .rootLink.topNavCta--variant0:hover {
        color: hsla(0,0%,100%,.8)
    }

.globalNav .rootLink.topNavCta--variant1, .globalNav .rootLink.topNavCta--variant2 {
    border: 1px solid #fff;
    border-radius: 4px;
    padding-left: 20px;
    height: 40px;
    line-height: 36px;
    margin-top: 6px
}

    .globalNav .rootLink.topNavCta--variant1:hover, .globalNav .rootLink.topNavCta--variant2:hover {
        color: hsla(0,0%,100%,.8);
        border: 1px solid hsla(0,0%,100%,.8)
    }

.globalNav .rootLink.topNavCta--variant2 {
    text-transform: uppercase;
    font-weight: 600
}

.globalNav .rootLink.topNavCta--variant3, .globalNav .rootLink.topNavCta--variant4 {
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(36,180,126,.4);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    height: 40px;
    line-height: 41px;
    margin-top: 5px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    transition: .15s
}

.globalNav .rootLink.topNavCta--variant3 {
    background: #4c3df5
}

.globalNav .rootLink.topNavCta--variant4 {
    background: #32325d
}

    .globalNav .rootLink.topNavCta--variant3:hover, .globalNav .rootLink.topNavCta--variant4:hover {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
        text-shadow: none;
        color: #fff
    }

@media (min-width:1040px) {
    .globalNav.topNavCta--active .rootLink {
        padding: 0 20px
    }
}

.productNav {
    font-family: Camphor,Open Sans,Segoe UI,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    z-index: 499;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: 12px 0
}

    .productNav > .container-lg {
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .productNav .separator {
        position: absolute;
        width: calc(100% - 40px);
        height: 2px;
        top: -17px;
        background-color: currentColor;
        opacity: .07;
        pointer-events: none
    }

    .productNav a.home {
        display: flex;
        align-items: center
    }

        .productNav a.home svg {
            display: block;
            width: 30px;
            height: 30px
        }

        .productNav a.home span {
            margin-left: 12px
        }

    .productNav .mask-container {
        flex-grow: 1;
        justify-content: flex-end;
        margin: 0 -20px 0 20px;
        overflow: hidden;
        -webkit-mask-image: linear-gradient(90deg,transparent,#000 20px,#000 calc(100% - 20px),transparent)
    }

    .productNav .mask-container, .productNav ul {
        display: flex;
        align-items: center
    }

    .productNav ul {
        padding: 0 0 10px;
        margin-bottom: -10px;
        overflow: auto;
        line-height: 30px;
        -webkit-overflow-scrolling: touch;
        -webkit-mask-image: linear-gradient(180deg,#000,#000 calc(100% - 10px),transparent calc(100% - 10px),transparent)
    }

        .productNav ul::-webkit-scrollbar {
            display: none
        }

    .productNav li {
        list-style: none;
        padding: 0 10px
    }

        .productNav li:first-child {
            padding-left: 20px
        }

        .productNav li:last-child {
            padding-right: 20px
        }

@media (min-width:420px) {
    .productNav li {
        padding: 0 15px
    }
}

@media (min-width:670px) {
    .productNav li {
        padding: 0 20px
    }
}

.productNav a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #6772e5;
    transition: color .1s;
    white-space: nowrap
}

.keyboard-navigation .productNav a:focus {
    outline: 0;
    text-decoration: underline;
    text-underline-position: under
}

.productNav a:hover {
    color: #32325d
}

.productNav a.external:after {
    font: 14px StripeIcons;
    content: "\279C";
    padding-left: 5px
}

.productNav .colorize {
    color: #6772e5;
    transition: color .1s
}

    .productNav .colorize.active, .productNav .colorize:hover {
        color: #32325d
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0,0,0,.5)
    }

.fancybox-inner, .fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(data:image/gif;base64,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) center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCMEM4NDgzQjlDRTNFMTExODE4NUVDOTdFQ0I0RDgxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREU5OEVCQzAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREU5OEVCQjAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIwQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3YRAQAAABtJREFUeNpiFODh2cBABGBiIBKMKqSOQoAAAwBokQDs5F/8FAAAAABJRU5ErkJggg==)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: rgba(0,0,0,.8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC);
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url(data:image/gif;base64,R0lGODlhGAAYAKUAAAQCBISChERCRMTCxCQiJKSipGRiZBQSFJSSlFRSVOTi5DQyNLSytHRydAwKDIyKjExKTMzOzCwqLKyqrBwaHJyanFxaXPz+/Dw6PHx6fGxqbOzq7Ly6vAQGBISGhERGRMzKzCQmJKSmpGRmZBQWFJSWlFRWVDQ2NLS2tHR2dAwODIyOjExOTNTS1CwuLKyurBweHJyenFxeXDw+PHx+fOzu7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQA2ACwAAAAAGAAYAAAG/kCbcEg8DCIhonJJyXyEH4XCIAxVnsshLQJKRhUjW6d12XSyQkukVbF9qZrLZYAWAl5rwXekqskXSyEZAgA2MxERDF8yCHIxQh0kKkIrHCgIEgAILRESMS8kERc1FAAHBKiFJhysKCkEHiOFQgIMLCqoIQQwQy4lrBwyaB25MAdKABAiKDNoADAEJLM2Khgn1gK8dR0qDt0OACsi4+MZdTbQugQhMCXjE+MB59C5uxR6AhACFOfcKv8qptmgoMFDsywdoDlYosLEgxUrqGTBhYrCmSoeEEBsQECACzvUQhwgsU7XMRsJVjwIgAEAixQNDsxIQGLBjJYJUWkjMYLFUEIKKVJoUGHBwgkJM2YkoUZh0hIZQSU4sCADQ4cZAmYsrOMiRQYL1CyYwIAu68c6EBo04De1qg0AJ24KVHKABSAxMowKUSGBxLklGFjwqxMEACH5BAkJADQALAAAAAAYABgAhQQCBISChERCRMTGxCQiJKSipGRmZBQSFOzu7DQyNJSWlFRSVLSytHR2dNze3AwKDIyKjExKTCwqLGxubBwaHDw6PLy6vMzOzKyqrPz6/JyenFxaXHx+fAQGBISGhERGRCQmJKSmpGxqbBQWFDQ2NJyanLS2tHx6fOTi5AwODIyOjExOTCwuLHRydBweHDw+PLy+vNTS1Pz+/FxeXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJpwSDwwYCCicjmavISvS2wjJHiey2HLYiLQBJfLjNaxOC6ArHBlsUC+0vEMhcKohR1N+/WKiQ8XDg4sSwQiFWkkbRoffhscdG80CRoiQhwhIQEgABwwFiAKBSMmKBcjFAoZMjIUNCsFmQUGBCcbaUIVJR8iCKwyAx1CEh6ZIQtqLL8ILbhCAAKiJGoHKBkKB0MpLAks3K53KQQpD+QAJyrp6ZZ3LgQgBO8UHCoQ6i13NBTx/C4jFS8qCByRr0OKgweFDaGwoEUCNR0IuMim5MGHBhiRZREXj4JCGi4mnMA4w0WCJEM6jHgw4h08ihdbiEgAoMKGDSkkVDiwzwVOgA7uJAo5sECAsBE3VzzgA6JlUyEpKKTIEuGmi6UCJADg9zELgZsfyAh4keQAPHBqSNwk2GGsBBoA3LnIl6ICyg4vBNyVmm+JBBIU1QQBACH5BAkJADMALAAAAAAYABgAhQQCBISGhERCRMzKzCQiJGRiZKSmpBQSFPz+/DQyNHRydFRSVNza3JyenLy6vAwKDIyOjNTS1CwqLGxqbBwaHDw6PHx6fFxaXExKTKyurOTi5MTCxAQGBIyKjERGRMzOzCQmJGRmZKyqrBQWFDQ2NHR2dFRWVNze3KSipLy+vAwODJSSlNTW1CwuLGxubBweHDw+PHx+fFxeXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJlwSDw0RASicnkokIQVh2MhfMUqS2LIgHrNog7TjCP6pABZoQdlsHylYtMn0kgLARCDgQQ2qVIRAxJLLxcJaC0iKBAwUgslczFCEhAXQhMQEC4EAAp6BAEQIwYRGwcjAQwaJyMzApkrHSYvLgtoQiSMMhGrGhkcQgQKmRAeaRInqxEywEMAJDEdLWkHGwwBB0MPIBLcEq12BCEXJhcLIyEl6uqWdgMI8PAfEyUKFgolMnYzEfHwDAdaJBjYIpsdWi4STkgy5IAAE4OyAHhB4MGSByQuaISRRgWBjxSazRhRjhyGEQQoEOEw4gFKECAIGMxIDgQAEDAEcKDw4gFOBQIvAHCgCFSICgEtgB3ISeLBxxEvwamgoCJLgpwjboLI+pGAyCwUciaYAeDpjAMxVdrBCaMqBwJbyVL0YueBBLVvCYDbWXWfkhE99wUBACH5BAkJADMALAAAAAAYABgAhQQCBISChERCRMTCxCQiJKSipGRiZBQSFFRSVDQyNLSytOTi5JSWlHRydAwKDExKTMzOzCwqLKyqrBwaHFxaXDw6PLy6vIyKjGxqbPz+/JyenHx6fAQGBERGRMzKzCQmJKSmpBQWFFRWVDQ2NLS2tOTm5JyanHR2dAwODExOTNTS1CwuLKyurBweHFxeXDw+PLy+vIyOjGxubAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJlwSETFTBOicnlArIQJUOEhbMlGS6IodkmOQCAqx2SRALLCSiyGmUWns5TFEkMLAaf1Kip5oCQWJB9LEw8RQhFrG18FHRgWMA1CHwEiQiInJy4TAAZcLRsbIQwWLAcHGxCqBzMVmScNDyEuAmdCKwEjFDAQKhAFti0uGw0nFWgfvRADFLZ3KxgNg1kHJBAbKEMOLdwtBNl2LRQp5A8HKRTp6R12MwoL8PAKCBQiLuvtFvHwMA4f///AoSHg4p4LES2KrHiRJEuEEgsMOBPC4YOAFwIOZXGRoaOHF0MOVMD4IgGKAwJnOAgRokDHjheEEMBYgVMIAgQ43OQwgUBJCwAvPHQsccbBCgJnOOBsoZQASwIfWHWCQSGLtw8oAHxwCgBqznYocCZpGmLGAbHtbn5V+qEsAG8J7ehkNaNrW4oTUrYTsrNdEAAh+QQJCQA2ACwAAAAAGAAYAIUEAgSEgoREQkTMyswkIiRkYmSkpqTk5uQUEhRUUlQ0MjR0cnSUkpTc2ty0srT8+vwMCgxMSkwsKiwcGhxcWlw8Ojx8enyMjozU0tRsbmysrqzs7uycmpzk4uS8urwEBgSEhoRERkTMzswkJiRkZmSsqqwUFhRUVlQ0NjR0dnTc3ty0trT8/vwMDgxMTkwsLiwcHhxcXlw8Pjx8fnz08vScnpwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCbcEhsWQImonLZCo2EkstFJpwUXktiJLVIvqQCGwBk4ACyQsUidbJFL2GBwWBBCwGFVEryFkAYcwRLCBUwQgR6VwwXFTEGJQWHKS5CIRQUIUkJelYZCAFlLQgZHh4rCG4nMZcoCC4VRBILCi4apR4XH0ImERSqWFkEtxouukMABAknhlktBisZLUMfJtXV0nYTJyERISEIKAIyMgICwGgGGCLqGAYV5OMyCnY2JesD6xofE/z8EPQwfPk6MYHIPgLYlowYMODEGSIATBAgMCJJlhMdVHRwgGIIBIoUYUBAkNAGCg4hLmhUoaKODYkEYEiDSY3AhwEsDiBQ4CDjTIAz1Eyc+Rjzw0QTNViwYCAmgYEEWSaMGNECwAgCJibQYPHgiZ0WEwsaxWrDgtIV9GjaGJsEQgMWG4xloYbNaEUhFRxQoLdEotwsQQAAIfkECQkANgAsAAAAABgAGACFBAIEhIKEREJExMLEJCIkpKKkZGJk5OLkFBIUlJKUNDI0VFJUtLK0dHJ01NLUDAoMjIqMTEpMLCosrKqsbGpsHBocnJqcPDo8zMrM/P78XFpcvLq8fH583NrcBAYEhIaEREZEJCYkpKakZGZk5ObkFBYUlJaUNDY0VFZUdHZ01NbUDA4MjI6MTE5MLC4srK6sbG5sHB4cnJ6cPD48zM7MvL68AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Am3BIfIwoJaJy+TjFhKFUSiEsoSRL4kmjWdlCjdTJBkhBAoAslCv4SscXFouiFgJa3FhU/AiwIE9KKxJJNhUaKC0SYQoLECwaQjEjbTYuAjMKXjNcCAtdDSwBKysGBSIFXjEzmDMSKzMuRCEGEiAWIrloQisKmAKBSzGnIhYgaUQlFzMIaisJBQYPQwAPK9bXdTYlEawzMysxBOMhBBXaCRs1G+wm5OPm2jLs9DIepPge2hUt/f2FQh5UIOAlC4F1C5BRKwEPoJIWDmjQEEEloB4CIWI8QFBQnwsIMwLQiEgDRpVyBLeN8/CCRAQGHWj0EhFxQxoPFRDcHCcuQ0eGAh8OdOBApoWFCFnEhVhBwGeBEiqEhtDGNF4MnyJswDhwQIY2hgT0Nc2Q9UGNDg70qfFQopmNqz+FKJDRQpsSABMOVFITBAAh+QQJCQA1ACwAAAAAGAAYAIUEAgSEgoREQkTEwsQkIiSkpqRkYmTk4uQUEhSUkpRUUlQ0MjTU0tS8urx0dnQMCgyMioxMSkzMyswsKiysrqxsamwcGhycmpxcWlw8Ojz8/vwEBgSEhoRERkTExsQkJiSsqqxkZmTk5uQUFhSUlpRUVlQ0NjTc3ty8vrx8fnwMDgyMjoxMTkzMzswsLiy0srRsbmwcHhycnpxcXlw8PjwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCacEjcsBQqonK5+YyEFgzmI0R0CEviR0B71GLSSQ0wc1QAWShN4KpFS+KFw4FJCwGLNQI8m2xgcxZMI0k1CDQ0GWBTAnMRUCUZUAQEFhs1LlwPNB0PZRUPKgoQKxBJCAQflCMPEzFEBAoENAErtjBoNRsxqh8IaSOkKwE0uUMqMQReWSopEArLY6GhKpd2CAIZJtrIlKmVdjUcBeTkHJSqlIJ2EOXkEBsq8vLWaRYdEQL5v0MPFgSFlsQAUaCDsTsjvD3JEqGBwwRihDzglSqGhQQh7tSYkMKEgxcoHGasMSKdCgAFNGj4cEECjQItUCCYQMJhATQbLCBAQ0PlT4EPJw5ASMGghYMxHSAIWAJAgkoDFg6cSDBiAAMJr+zMUCkBQIygK2oYaMEgQTgZKmm4kWp2w4sWAw4qmUChAhSwQlyseBSOCAASHiTZCQIAIfkECQkANgAsAAAAABgAGACFBAIEhIKEREJExMLEJCIkpKKkZGZk5OLkFBIUNDI0lJKUVFJUtLK0dHZ01NLU9Pb0DAoMjIqMLCosrKqsbG5sHBocPDo8XFpcTEpMzMrM7OrsnJ6cvLq8fH58BAYEhIaEREZEJCYkpKakbGpsFBYUNDY0lJaUVFZUtLa0fHp83N7c/P78DA4MjI6MLC4srK6sdHJ0HB4cPD48XF5czM7M7O7sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Am3BI9JQsEKJy6SElbQiZoCJklajLIYlA8NhIAlnMBsBcFoBslUuNim2hywmkHsa4LEQ45llcZghMJCxCEAQhMVFTCRcXJUIkGC5CFWxelV0uCR5mJx4sIDANDUkIh1wkTYFaMhUJFA0pDRdpNh4xIYerSySiDSMJtUMsd09LEAYwIMYAECzOLF51CBaaLi4Qd1y5WGoULeAtCjDbXATdWQ3gES0RDZ8s8Xl1XwIW9xa7NiUDDxRqFUwokCGM0oYVCFGokSGiYYAQQwTUQLjCgYAOF4SkCQEjwYgCIiYUOCHEBEINIzwoUKGCQAQOFhRwEMFCQgCQJtJIQNEiUFMJFQcyEKBBIwAFDhwMkJGRwsISAAwOqDhRgYaDDyQYcEAxps4CoAwAVKXxwcYFpGXrtJCawEbVq7Y2cHhRUAkBEzMoEQ0gREIHOvSIAPjA4VGdIAAh+QQJCQA1ACwAAAAAGAAYAIUEAgSEgoREQkTMyswkIiRkYmSkoqTk5uQUEhQ0MjR0cnSUlpRUUlTc2ty0trQMCgyMiozU0tQsKixsamwcGhw8Ojx8enxcWlxMTkysqqycnpzk4uS8vrwEBgSEhoRERkTMzswkJiRkZmSkpqT8/vwUFhQ0NjR0dnScmpxUVlTc3ty8urwMDgyMjozU1tQsLixsbmwcHhw8Pjx8fnxcXlwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCacEgExAgdonLZKT2EjxCBBQ0hlsQSAVl7bKkAk6yCHbK2lBpLSqXIBK/y8Eh4eKedikxGVTb7XiExUVMhbxJCLBUhQhRoSY5IJTEACQIVHQ8mF5xJCARSBCVNV2YSCCEMFykXHwBCHTFSVmUsqzQMIa9ELEdPWB0MKSZJjazHpbUJEiHMDw0k0dEccjU0J9gKJzQH0tED1QXa2BYFBBMw6ROMcggmCfAvfUIvGS4FZSUzMya7QyUQVGxQoaGMiRYtICggMKRChIEbHFQ4wUDIKwIFXlyAgLAFBiEBBIKg0cFDBBAxZmRIEGDEAi8KOM54FULDDCoJBoBYEWPFTooTIkaMuFAjzIQESwCMiBABA4UVDiyw0JDBQBo5GE4aAFDC54kaDAyMUFAtAAgQcbr+rNGhxQgU/pbEaEG0htqvNQgoIFOtyIkRSOUEAQAh+QQJCQA2ACwAAAAAGAAYAIUEAgSEgoREQkTEwsQkIiRkYmSkoqTk4uQUEhRUUlQ0MjR0cnSUkpS0srTMzswMCgyMioxMSkwsKixsamz8+vwcGhxcWlw8Ojx8enzMysysqqycnpy8urwEBgSEhoRERkTExsQkJiRkZmSkpqTk5uQUFhRUVlQ0NjR0dnSUlpTU0tQMDgyMjoxMTkwsLixsbmz8/vwcHhxcXlw8Pjx8fny8vrwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCbcEgExAgdonLZKT2EjxBhJWw+l8MSAWl7bKm2IwE7XG0rtpWUijiTh+KHd2qUJpWnkQXQJYRiUVMlUiVQIWg2AzAwGRc2g0gVFR0VWwAdITMCM0koi4sbJSUIRA8lKxUXmjMKfDYCDp8BZA8zmhcVrlUiJBQJZAAnMyF3jxEtLREmEm99RzExHQMH1NQjzR8W2toRINXUGs0t2iYyFhExMuYyJiHNKxIh8iFXQhIbIBZkCBMiLkslaDhwoIIBGQkoEspAZOPEABUqHGg4MSGCED4x2kVIiGHBDCEYBtYwAQADhwYxXqRwsQBCAEoyFqCYgDHFAlISGtQYEWOETQERJliwaCHEhQV3SgCkqMHhAwINBiasgEC10JsPHDgwAFDCwIgJr4QWaLYgq7sSI77a6ICBRQBdS2LQIGoDQVqwYQooaJb0BQNmb4IAACH5BAkJADYALAAAAAAYABgAhQQCBISChERCRMzKzCQiJGRiZKSipPz6/BQSFFRSVDQyNLSytNza3HRydJSSlAwKDExKTNTS1CwqLGxqbKyqrBwaHFxaXDw6PLy6vIyOjOTi5Hx+fJyanAQGBISGhERGRMzOzCQmJGRmZKSmpPz+/BQWFFRWVDQ2NLS2tNze3HR2dJSWlAwODExOTNTW1CwuLGxubKyurBweHFxeXDw+PLy+vAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJtwSATICB2icilbmYSPEIEl7JQeSyKHdHjZHoSp8EjIDmEkUs3GklIR4Yq5ykgnwFOjNKl8ORIANhBpKQhuJVIlVSVUNhQpKQsKAAtpIRUVHRVhAAAlYQSBEykakBkSFBuBUFcsMiFSMkMXKKUaMGYdBFJiRSYDDB9mRgQlqzYIHxDKLSFzNpoIJdMdCyAgEdcczwo0At40ChjY5CPcNOACJzImFu0JsnMPMpgVV0QhGQstZggJLWWUIGiAoWAAMzIszLDwQZEQBTEKolihYIYAIYFKQJBxwYJHC15sTMCAIkaLDhNGGKgwY0OIGSomWPngsUUgGR5EUJFgYIRKgxIZHDBUoeKiDQIf4hXxMGIEDQQZMlh40EBFAwTPaDQNAACqVBsniCZ4JkKlM68WoImIeWxJhQbCkEVNa6NCAgnPlACwsCGgmSAAIfkECQkANgAsAAAAABgAGACFBAIEhIKEREJExMLEJCIkZGJkpKKk5OLkFBIUlJKUVFJUNDI01NLUdHJ0tLa0DAoMjIqMTEpMzMrMLCosbGpsHBocnJqcXFpcPDo8/P783NrcfH58vL68BAYEhIaEREZExMbEJCYkZGZkpKak7OrsFBYUlJaUVFZUNDY0dHZ0vLq8DA4MjI6MTE5MzM7MLC4sbG5sHB4cnJ6cXF5cPD483N7cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Am3BILGlIE6JyWfFEhK1MpiHslB5LouegSSqkKWGMQMgOZ4fayPbNhFfkirnKORw+7RSATOgsX04ANjRpA20NCAQhJVUlK0IWDC4GLwAWaS8qIBVjMQAAJXyCBS4ukgEhJjCCVRUPcIoEMUMLI5IuFGYdZCExj0QACioSAmYAYyWsNgg0AjQ0H2VzACuvDw8AMirbHCoQczZjIbwxI9sO2wngY7yyFS0tCvCzcx0r9/fKNgQbMh9mDzBgYKQEgQgDI0ZQyVLimYAFv2xMsJBwBIQJLTAIEYQARYUJDmlIm5HQggAAF1hAKNGCQowPFxTYW/BMo40KKS5gIcCCxUcGBClSREBx4cICISUWEAQGoycKBA1StHhw4sKJiFlQsEjQgFrQJxOK0gB3QuWsFVGfdGgRU5+SEgVsrvgqhBk9cERa3s0SBAA7);
            background-size: 24px 24px
        }
}

.zoomflow {
    position: relative;
    width: 100%;
    max-width: 1170px;
    height: 200px;
    outline: 0;
    overflow: hidden;
    font-weight: 200
}

    .zoomflow a, .zoomflow h1 {
        font-weight: 200
    }

    .zoomflow .the-structure-holder {
        position: relative;
        width: 100%;
        height: 100%
    }

    .zoomflow .items {
        display: none
    }

    .zoomflow .item-tobe {
        position: relative
    }

    .zoomflow .the-items {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition-property: opacity;
        transition-duration: .3s;
        transition-timing-function: ease-out;
        -moz-transition-property: opacity;
        -moz-transition-duration: .3s;
        -moz-transition-timing-function: ease-out;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-property: opacity;
        -o-transition-duration: .3s;
        -o-transition-timing-function: ease-out;
        -ms-transition-property: opacity;
        -ms-transition-duration: .3s;
        -ms-transition-timing-function: ease-out
    }

    .zoomflow .captionCon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .zoomflow .captionCon > .caption {
            position: absolute;
            min-width: 100px;
            color: #fff
        }

    .zoomflow .controlsCon {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 40px;
        margin-top: -20px
    }

    .zoomflow.loaded .preloader {
        visibility: hidden;
        opacity: 0
    }

    .zoomflow.loaded .the-items {
        opacity: 1
    }

    .zoomflow .preloader {
        width: 128px;
        height: 40px;
        margin-left: -25px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        left: 50%
    }

    .zoomflow .item {
        transition-property: left,top,transform,transform-origin,visibility,opacity,-webkit-transform,-webkit-transform-origin;
        transition-duration: .3s;
        transition-timing-function: ease-out;
        -moz-transition-property: left,top,transform,transform-origin,visibility,opacity;
        -moz-transition-duration: .3s;
        -moz-transition-timing-function: ease-out;
        -webkit-transition-property: left,top,transform,transform-origin,visibility,opacity;
        -webkit-transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-property: left,top,transform,transform-origin,visibility,opacity;
        -o-transition-duration: .3s;
        -o-transition-timing-function: ease-out;
        -ms-transition-property: left,top,transform,transform-origin,visibility,opacity;
        -ms-transition-duration: .3s;
        -ms-transition-timing-function: ease-out;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: perspective(600px) rotateY(0);
        transform: perspective(600px) rotateY(0);
        outline: transparent solid 1px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 20%
    }

        .zoomflow .item.non-animate {
            transition-property: none;
            transition-duration: .3s;
            transition-timing-function: ease-out;
            -moz-transition-property: none;
            -moz-transition-duration: .3s;
            -moz-transition-timing-function: ease-out;
            -webkit-transition-property: none;
            -webkit-transition-duration: .3s;
            -webkit-transition-timing-function: ease-out;
            -o-transition-property: none;
            -o-transition-duration: .3s;
            -o-transition-timing-function: ease-out;
            -ms-transition-property: none;
            -ms-transition-duration: .3s;
            -ms-transition-timing-function: ease-out
        }

        .zoomflow .item.currItem {
            transform: perspective(600px) rotateY(0);
            -webkit-transform: perspective(600px) rotateY(0);
            left: 50%;
            top: 50%;
            z-index: 7;
            opacity: 1;
            cursor: auto;
            visibility: visible;
            opacity: 1;
            box-shadow: none;
            -webkit-box-shadow: none;
            transition-delay: .15s;
            -moz-transition-delay: .15s;
            -webkit-transition-delay: .15s;
            -o-transition-delay: .15s
        }

        .zoomflow .item.prevItem {
            transform: perspective(600px) rotateY(0);
            -webkit-transform: perspective(600px) rotateY(0);
            transform: scale(.7);
            -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
            left: 20%;
            top: 50%;
            z-index: 5;
            cursor: pointer;
            visibility: visible;
            opacity: 1
        }

        .zoomflow .item.nextItem {
            transform: perspective(600px) rotateY(0);
            -webkit-transform: perspective(600px) rotateY(0);
            transform: scale(.7);
            -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
            left: 80%;
            top: 50%;
            z-index: 4;
            -webkit-transform-origin: right center;
            transform-origin: right center;
            cursor: pointer;
            visibility: visible;
            opacity: 1
        }

        .zoomflow .item.nextnextItem {
            transform: perspective(600px) rotateY(0);
            -webkit-transform: perspective(600px) rotateY(0);
            position: absolute;
            left: 75%;
            top: 50%;
            z-index: 4;
            -webkit-transform-origin: right center;
            transform-origin: right center
        }

        .zoomflow .item.type-image .the-bg {
            background-size: cover;
            width: 100%;
            height: 100%
        }

        .zoomflow .item.type-image .da-shadow {
            top: 100%;
            position: absolute;
            width: 100%;
            border-radius: 0;
            pointer-events: none;
            z-index: 0;
            left: 0
        }

    .zoomflow .controlsCon > .arrow-left, .zoomflow .controlsCon > .arrow-right {
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 5px;
        top: 45%;
        margin-top: -20px;
        cursor: pointer;
        opacity: 0;
        z-index: 4;
        transition-property: opacity;
        transition-duration: .3s;
        transition-timing-function: ease-out;
        -moz-transition-property: opacity;
        -moz-transition-duration: .3s;
        -moz-transition-timing-function: ease-out;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-property: opacity;
        -o-transition-duration: .3s;
        -o-transition-timing-function: ease-out;
        -ms-transition-property: opacity;
        -ms-transition-duration: .3s;
        -ms-transition-timing-function: ease-out
    }

    .zoomflow .item.currItem .controlsCon > .arrow-left, .zoomflow .item.currItem .controlsCon > .arrow-right {
        opacity: .69
    }

    .zoomflow .controlsCon > .arrow-right {
        left: auto;
        right: 5px;
        top: 45%
    }

    .zoomflow .item.currItem .controlsCon > .arrow-left:hover, .zoomflow .item.currItem .controlsCon > .arrow-right:hover {
        opacity: 1
    }

    .zoomflow.mode-only-two .controlsCon > .arrow-left {
        display: block
    }

    .zoomflow .caption {
        transition-property: all;
        transition-duration: .7s;
        transition-timing-function: ease-out;
        -moz-transition-property: all;
        -moz-transition-duration: .7s;
        -moz-transition-timing-function: ease-out;
        -webkit-transition-property: all;
        -webkit-transition-duration: .7s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-property: all;
        -o-transition-duration: .7s;
        -o-transition-timing-function: ease-out;
        -ms-transition-property: all;
        -ms-transition-duration: .7s;
        -ms-transition-timing-function: ease-out;
        box-sizing: border-box
    }

        .zoomflow .caption[data-effect*=fade] {
            opacity: 0
        }

        .zoomflow .caption[data-effect*=unblur-white] {
            color: rgba(255,255,255,0);
            text-shadow: 0 0 25px #fff
        }

        .zoomflow .caption[data-effect*=unscale] {
            -webkit-transform: scale(1.5);
            transform: scale(1.5)
        }

        .zoomflow .caption[data-effect*=slideleft] {
            margin-left: 100px
        }

        .zoomflow .caption[data-effect*=slideright] {
            margin-left: -100px
        }

        .zoomflow .caption[data-effect*=slidetop] {
            margin-top: 100px
        }

    .zoomflow .item.currItem .caption[data-effect*=fade] {
        opacity: 1
    }

    .zoomflow .item.currItem .caption[data-effect*=slideleft], .zoomflow .item.currItem .caption[data-effect*=slideright] {
        margin-left: 0
    }

    .zoomflow .item.currItem .caption[data-effect*=slidetop] {
        margin-top: 0
    }

    .zoomflow .item.currItem .caption[data-effect*=unblur-white] {
        color: #fff;
        text-shadow: 0 0 15px rgba(255,255,255,0)
    }

    .zoomflow .item.currItem .caption[data-effect*=unscale] {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .zoomflow .item.currItem .caption[data-delay*=secs0-5] {
        transition-delay: .5s;
        -moz-transition-delay: .5s;
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s
    }

    .zoomflow .item.currItem .caption[data-delay*=secs1] {
        transition-delay: 1s;
        -moz-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s
    }

    .zoomflow .item.currItem .caption[data-delay*=secs1-5] {
        transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s
    }

    .zoomflow .item.currItem .caption[data-delay*=secs2-0] {
        transition-delay: 2s;
        -moz-transition-delay: 2s;
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s
    }

    .zoomflow .item.currItem .caption[data-delay*=secs2-5] {
        transition-delay: 2.5s;
        -moz-transition-delay: 2.5s;
        -webkit-transition-delay: 2.5s;
        -o-transition-delay: 2.5s
    }

.caption.style_title {
    font-family: 'Yanone Kaffeesatz',sans-serif;
    background: rgba(0,0,0,.5);
    padding: 8px 15px;
    font-size: 22px;
    text-align: center
}

.caption.style_noir {
    text-shadow: 1px 1px 1px rgba(0,0,0,.7);
    background: rgba(0,0,0,.5);
    padding: 8px 15px;
    font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif;
    font-size: 11px
}

    .caption.style_noir.bgwhite {
        background: rgba(255,255,255,.5);
        color: #111;
        text-shadow: none
    }

        .caption.style_noir.bgwhite a {
            color: #ba2b00
        }

.caption a {
    font-family: Helvetica,Arial,sans-serif;
    color: #3cf
}

.caption.bg-lightblue {
    background: rgba(165,230,252,.7)
}

.caption.style_bigtitle {
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7)
}

.caption.style_biggertitle {
    font-size: 36px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7)
}

.caption.style_smalltitle {
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7)
}

.under1100 .caption.style_bigtitle {
    font-size: 16px
}

.under1100 .caption.style_biggertitle {
    font-size: 22px
}

.under1100 .caption.style_smalltitle {
    font-size: 11px
}

.under800 .caption.style_biggertitle, .under800 .caption.style_bigtitle, .under800 .caption.style_smalltitle {
    visibility: hidden;
    opacity: 0
}

.caption.style_button a {
    font-family: Helvetica,Arial,sans-serif;
    background: #87e0fd;
    padding: 7px 15px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #05abe0;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    border-radius: 5px;
    color: #fafafa;
    background: -ms-linear-gradient(top,#87e0fd 0,#53cbf1 40%,#05abe0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=0);
    background: linear-gradient(top,#87e0fd 0,#53cbf1 40%,#05abe0 100%)
}

div.caption.style_button2 {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhMmIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    padding: 2px 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    border-radius: 3px;
    color: #fafafa;
    border: 1px solid rgba(0,0,0,.5);
    background: linear-gradient(to bottom,#ba2b00 0,#ff1a00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ba2b00', endColorstr='#ff1a00', GradientType=0);
    font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif;
    font-size: 9px
}

    div.caption.style_button2 span.left-part {
        float: left;
        border-right: 1px solid rgba(0,0,0,.3);
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    div.caption.style_button2 span.right-part {
        float: left;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px
    }

.bgTransparent {
    background: 0 0 !important
}

.pd-0 {
    padding: 0 !important
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.m-t-0 {
    margin-top: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-35 {
    margin-top: 35px
}

.m-t-40 {
    margin-top: 40px
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-35 {
    margin-bottom: 35px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-20 img {
    max-width: 50%;
    margin-right: 15px
}

.m-b-55 img {
    max-width: 50%;
    margin-right: 55px
}

.btn-inverse {
    color: #e31837;
    background-color: #fff;
    border-color: #fff
}

    .btn-inverse:focus, .btn-inverse:hover {
        background-color: #fff;
        border-color: #fff
    }

.btn-theme {
    color: #fff;
    background-color: #e31837;
    border-color: #e31837;
    max-width: 100%
}

    .btn-theme:focus, .btn-theme:hover {
        color: #fff;
        background-color: #e31837;
        border-color: #e31837
    }

.lightcase-contentInner iframe {
    background-color: #000;
    width: 700px !important;
    height: 540px !important
}

#lightcase-case[data-lc-type=iframe] #lightcase-content {
    background-color: #000
}

.special .carousel-caption h2 {
    font-size: 26px !important;
    text-shadow: none !important;
    font-weight: 300 !important
}

.zoomVideo iframe {
    width: 100%;
    height: 100%
}

.zoomflow .the-items .item {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out
}

    .zoomflow .the-items .item .item-action {
        position: absolute;
        bottom: 10px;
        left: 50px
    }

        .zoomflow .the-items .item .item-action h1 {
            font-size: 30px;
            color: #fff;
            margin-top: 20px;
            margin-bottom: 10px;
            font-weight: 200;
            text-align: left
        }

        .zoomflow .the-items .item .item-action .btn {
            padding: 7px 18px;
            font-size: 14px;
            font-weight: 400 !important
        }

    .zoomflow .the-items .item .controlsCon {
        display: none
    }

.slider_shadow .the-items .item .controlsCon {
    display: block
}

.slider_shadow .item.currItem .controlsCon > .arrow-left, .slider_shadow .item.currItem .controlsCon > .arrow-right, .zoomflow .item.currItem .controlsCon > .arrow-left:hover, .zoomflow .item.currItem .controlsCon > .arrow-right:hover {
    opacity: 0
}

.slider_shadow .controlsCon > .arrow-left, .slider_shadow .controlsCon > .arrow-right {
    opacity: 1
}

.zoomflow .item .da-shadow {
    left: 0
}

.nextItem .item-action {
    right: 0;
    bottom: -45px;
    width: auto;
    height: auto;
    left: auto !important;
    top: auto !important;
    color: #000;
    text-align: right
}

.prevItem .item-action {
    bottom: -45px;
    width: auto;
    height: auto;
    left: auto !important;
    top: auto !important;
    color: #000
}

    .nextItem .item-action h1, .prevItem .item-action h1 {
        color: #333 !important;
        margin-bottom: 15px !important;
        background: #fff;
        padding: 7px 20px;
        font-size: 21px !important;
        font-weight: 200 !important
    }

    .nextItem .item-action .btn-inverse, .nextItem .item-action .btn-inverse:hover, .prevItem .item-action .btn-inverse {
        color: #fff;
        background-color: #e31837;
        border-color: #fff
    }

.zoomflow .item.currItem .da-shadow {
    top: 0;
    position: absolute;
    width: 100%;
    border-radius: 0;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background-color: rgba(216,8,8,.63)
}

.slider_shadow .item.currItem .da-shadow {
    border: 1px solid rgba(216,8,8,.63);
    background: 0 0
}

.zoomflow .item.type-image .the-bg {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.carousel-heading {
    color: #fff;
    margin-bottom: 30px
}

.para-for-heading {
    font-size: 16px;
    color: #6d6e71;
    line-height: 30px;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0 0 40px;
    opacity: .9;
    margin: 0 auto
}

.map-graph-image {
    max-width: 840px;
    margin: 40px auto;
    text-align: center
}

.grid-image {
    max-width: 841px;
    margin: 20px auto;
    text-align: center
}

.no-gap-btm {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.no-gap-top {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.features-area .item {
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 50px
}

    .features-area .item img {
        max-width: 600px;
        max-height: 400px
    }

    .features-area .item:nth-child(odd) img {
        float: left
    }

    .features-area .item:nth-child(even) img {
        float: right
    }

    .features-area .item .detail {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        background-color: #fff;
        border: 1px solid #efefef;
        padding: 20px;
        max-width: 750px
    }

    .features-area .item:nth-child(odd) .detail {
        right: 0
    }

    .features-area .item:nth-child(even) .detail {
        left: 0
    }

    .features-area .item .detail .title {
        font-size: 30px;
        color: #e31837;
        margin-bottom: 15px
    }

    .features-area .item .detail .desc {
        font-size: 16px;
        color: #6d6e71;
        font-family: arial
    }

#videoCarousel-plain {
    margin: 40px 0
}

    #videoCarousel-plain .item-action {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        padding: 5px 50px;
        width: 100%;
        background-color: rgba(216,8,8,.63)
    }

        #videoCarousel-plain .item-action .text-bottom {
            height: 100%;
            width: 100%;
            display: table;
            text-align: left
        }

        #videoCarousel-plain .item-action .text-bottom-cell {
            display: table-cell;
            vertical-align: bottom
        }

        #videoCarousel-plain .item-action h1 {
            margin-top: 15px;
            margin-bottom: 10px;
            color: #fff
        }

    #videoCarousel-plain .item {
        min-height: 0
    }

.no-gap {
    margin-top: 0 !important
}

.item-action .detail-info {
    width: 60%
}

.item.type-image.nextItem .detail-info, .item.type-image.prevItem .detail-info {
    display: none
}

.item.type-image.currItem {
    text-align: left
}

.item-action .detail-info h2 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 5px
}

.item-action .detail-info p {
    color: #fff;
    line-height: normal;
    opacity: .8;
    font-size: 14px
}

.investor-graph img {
    display: inline-block
}

@media (min-width:991px) {
    .slider_shadow .controlsCon > .arrow-left {
        left: -25px
    }

    .slider_shadow .controlsCon > .arrow-right {
        right: -25px
    }
}

@media (max-width:1199px) {
    .features-area .item .detail {
        max-width: 600px
    }
}

@media (max-width:991px) {
    .nextItem .item-action h1, .prevItem .item-action h1 {
        font-size: 16px !important
    }

    .zoomflow .the-items .item .item-action {
        left: 30px;
        bottom: 10px
    }

        .zoomflow .the-items .item .item-action h1 {
            font-size: 21px
        }

        .zoomflow .the-items .item .item-action .btn {
            padding: 5px 15px !important;
            font-size: 13px
        }

    .features-area .item .detail {
        max-width: 400px
    }
}

@media (max-width:767px) {
    .zoomflow .the-items .item .item-action {
        left: 25px;
        top: 25px
    }

        .zoomflow .the-items .item .item-action h1 {
            font-size: 16px;
            margin-top: 10px;
            margin-bottom: 5px
        }

        .zoomflow .the-items .item .item-action .btn {
            padding: 4px 10px !important;
            font-size: 11px !important
        }

    .lightcase-contentInner iframe {
        width: 600px !important;
        height: 450px !important
    }

    .map-graph-image {
        border: 1px solid #efefef;
        padding: 15px
    }

    .features-area .item {
        height: auto
    }

        .features-area .item:nth-child(even) img, .features-area .item:nth-child(odd) img {
            float: none;
            max-width: 100%;
            max-height: none
        }

        .features-area .item .detail {
            position: relative;
            top: 0;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            max-width: none
        }

        .features-area .item:nth-child(odd) .detail {
            right: auto
        }

        .features-area .item:nth-child(even) .detail {
            left: auto
        }

    .export-performance .flags li {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        max-width: 13.1%
    }

    .growth-in-export h3 {
        font-size: 24px;
        font-weight: 400 !important
    }

    .list-unstyled img {
        max-width: 100%
    }

    .list-unstyled li p {
        font-size: 13px
    }

    .btn-inverse {
        color: #e31837;
        background-color: #fff;
        border-color: #fff
    }

    .growth-in-export img {
        margin-top: 30px
    }

    .nextItem .item-action h1, .prevItem .item-action h1 {
        font-size: 22px
    }

    .item-action .detail-info {
        width: 100%;
        display: none
    }
}

@media (max-width:640px) {
    .lightcase-contentInner iframe {
        width: 450px !important;
        height: 380px !important
    }
}

@media (max-width:480px) {
    .zoomflow .prevItem .item-action {
        top: 81px !important;
        left: 0 !important
    }

    .zoomflow .the-items .item .item-action {
        left: 15px;
        top: 5px
    }

        .zoomflow .the-items .item .item-action .btn, .zoomflow .the-items .item .item-action .btn:hover {
            padding: 3px 7px 1px !important;
            font-size: 9px !important
        }

    .lightcase-contentInner iframe {
        width: 320px !important;
        height: 250px !important
    }

    .nextItem .item-action {
        right: 0;
        bottom: -37px;
        width: 90px;
        height: 67px;
        left: auto !important;
        top: auto !important;
        color: #000
    }

    .zoomflow .the-items .item .item-action h1 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0 !important;
        white-space: nowrap;
        padding: 2px
    }
}

@font-face {
    font-family: HarappaIcons;
    src: url(icomoon.639ee118f1cb3429f265.eot?6nrurh);
    src: url(icomoon.639ee118f1cb3429f265.eot?6nrurh#iefix) format("embedded-opentype"),url(icomoon.016514965aa2ad492a23.ttf?6nrurh) format("truetype"),url(icomoon.d76bc69a8cb870dd3e79.woff?6nrurh) format("woff"),url(icomoon.696146942f78108cd2dc.svg?6nrurh#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: HarappaIcons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-file-ppt:before {
    content: ""
}

.icon-awaiting:before {
    content: ""
}

.icon-audio-upload:before {
    content: ""
}

.icon-delete-fill:before {
    content: ""
}

.icon-file-docx:before {
    content: ""
}

.icon-file-pdf:before {
    content: ""
}

.icon-file-txt:before {
    content: ""
}

.icon-file-upload:before {
    content: ""
}

.icon-pause:before {
    content: ""
}

.icon-record-audio:before {
    content: ""
}

.icon-record-video:before {
    content: ""
}

.icon-recording-2:before {
    content: ""
}

.icon-recording:before {
    content: ""
}

.icon-stop:before {
    content: ""
}

.icon-tick:before {
    content: ""
}

.icon-video-upload:before {
    content: ""
}

.icon-address:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-email-line:before {
    content: ""
}

.icon-expand:before {
    content: ""
}

.icon-like:before {
    content: ""
}

.icon-lock1:before {
    content: ""
}

.icon-back:before {
    content: ""
}

.icon-circleplay:before {
    content: ""
}

.icon-excercise:before {
    content: ""
}

.icon-double-info:before {
    content: ""
}

.icon-watch:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-upload:before {
    content: ""
}

.icon-angle-bottom:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-check-circle:before {
    content: ""
}

.icon-close-circle:before {
    content: ""
}

.icon-pdf:before {
    content: ""
}

.icon-word:before {
    content: ""
}

.icon-star-fill:before {
    content: ""
}

.icon-delete:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-bookmark:before {
    content: ""
}

.icon-bookmark-fill:before {
    content: ""
}

.icon-project:before {
    content: ""
}

.icon-more:before {
    content: ""
}

.icon-spinner:before {
    content: ""
}

.icon-tab:before {
    content: ""
}

.icon-bar:before {
    content: ""
}

.icon-bell:before {
    content: ""
}

.icon-copy:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-user .path1:before {
    content: "";
    color: #97d9d0
}

.icon-user .path2:before {
    content: "";
    margin-left: -.8994140625em;
    color: #97d9d0
}

.icon-user .path3:before {
    content: "";
    margin-left: -.8994140625em;
    color: #355599
}

.icon-user .path4:before {
    content: "";
    margin-left: -.8994140625em;
    color: #355599
}

.icon-left-quote:before {
    content: ""
}

.icon-question .path1:before {
    content: "";
    color: #25b7d3
}

.icon-question .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff
}

.icon-arrow-move:before {
    content: ""
}

.icon-quiz:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-file:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-facebook2:before {
    content: "";
    color: #4e4f54
}

.icon-linkedin:before {
    content: "";
    color: #4e4f54
}

.icon-next:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-eye:before {
    content: ""
}

.icon-google .path1:before {
    content: "";
    color: #fbbb00
}

.icon-google .path2:before {
    content: "";
    margin-left: -1em;
    color: #518ef8
}

.icon-google .path3:before {
    content: "";
    margin-left: -1em;
    color: #28b446
}

.icon-google .path4:before {
    content: "";
    margin-left: -1em;
    color: #f14336
}

.btn-primary {
    background: #355699;
    color: #fff
}

    .btn-primary:hover {
        background: #355699;
        color: #fff;
        border-color: #355699;
        opacity: .8
    }

.btn-secondary {
    background: #253772;
    color: #fff;
    border-color: #253772
}

    .btn-secondary:hover {
        background: #253772;
        color: #fff;
        border-color: #253772;
        opacity: .8
    }

.btn-outline-secondary {
    background: #fff;
    color: #a6a6a6;
    border-color: #a6a6a6
}

    .btn-outline-secondary:hover {
        background: #fff;
        color: #a6a6a6;
        border-color: #a6a6a6;
        opacity: .8
    }

.btn-outline-primary {
    background: 0 0;
    color: #355699;
    border-color: #355699
}

    .btn-outline-primary:hover {
        background: 0 0;
        opacity: .8
    }

.btn-light {
    background: #fff;
    color: #000
}

    .btn-light:hover {
        background: #fff;
        border-color: #fff;
        opacity: .8
    }

.btn-outlinedark {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

    .btn-outlinedark:hover {
        background: 0 0;
        color: #fff;
        border-color: #fff;
        opacity: .8
    }

.col-lg-15, .col-md-15, .col-sm-15, .col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.breadcrumb-item + .breadcrumb-item:before {
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media(min-width:1200px) {
    .container.blogContainer {
        max-width: 1071px
    }
}

.jw-title .jw-reset-text {
    display: none !important
}

.jw-state-idle .jw-controls {
    background: rgba(0,0,0,.1) !important
}

.jw-nextup-container {
    display: none !important
}

.videoModal .modal-content {
    background: 0 0
}

.jw-icon-rewind {
    display: none !important
}

.jw-controls-backdrop {
    background: 0 0 !important
}

.jwplayer.jw-flag-aspect-mode {
    min-height: 100% !important;
    max-height: 100% !important
}

.jwplayer .jw-rightclick .jw-rightclick-list {
    display: none
}

.jw-button-container {
    background: #fff !important
}

.jw-breakpoint-7 .jw-controlbar .jw-button-container {
    padding: 0 !important
}

    .jw-breakpoint-7 .jw-controlbar .jw-button-container .jw-icon-inline, .jw-breakpoint-7 .jw-controlbar .jw-button-container .jw-icon-volume {
        height: 44px !important;
        width: 44px !important
    }

.jw-icon[button=fullscreenoff], .jw-icon[button=fullscreenon] {
    right: 0 !important;
    left: auto;
    position: absolute;
    z-index: 1;
    opacity: 1
}

.jw-icon-next, .jw-playlist-btn {
    display: none !important
}

.jw-slider-time .jw-rail {
    background: rgba(0,0,0,.1) !important
}

.jw-slider-time .jw-cue {
    background: #355699 !important
}

.jw-slider-time .jw-buffer {
    background: #bcb9b9 !important;
    border-radius: 3px
}

.jw-progress {
    background: #d3652c !important;
    border-radius: 3px
}

.jw-slider-container.jw-reset .jw-reset.jw-knob {
    display: none !important
}

.jw-slider-time {
    padding: 0 !important;
    height: auto !important
}

.jw-slider-horizontal .jw-slider-container {
    height: 7px !important
}

.jw-slider-time:hover .jw-rail {
    -webkit-transform: translate(0),scale(1) !important;
    transform: translate(0),scale(1) !important
}

.jw-text-duration, .jw-text-elapsed {
    font-size: 13px !important;
    color: #565253 !important
}

.jw-icon-display .jw-svg-icon-pause path, .jw-icon-display .jw-svg-icon-play path, .jw-svg-icon-fullscreen-off path, .jw-svg-icon-fullscreen-on path, .jw-svg-icon-pause path, .jw-svg-icon-play path, .jw-svg-icon-settings path, .jw-svg-icon-volume-0 path, .jw-svg-icon-volume-100 path, .jw-svg-icon-volume-50 path {
    display: none
}

.jw-svg-icon-play {
    background-image: url(/assets/images/play.svg);
    background-size: 20px 15px;
    background-repeat: no-repeat;
    background-position: center
}

.jw-icon-display {
    width: 80px !important
}

    .jw-icon-display .jw-svg-icon-play {
        width: 80px !important;
        height: 80px !important;
        background-image: url(/assets/images/play-big.svg);
        background-size: 80px 80px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 3px 25px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 3px 25px rgba(0,0,0,.2);
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

    .jw-icon-display .jw-svg-icon-pause {
        width: 80px !important;
        height: 80px !important;
        background-image: url(/assets/images/pause-big.svg);
        background-size: 80px 80px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 3px 25px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 3px 25px rgba(0,0,0,.2);
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

.jw-svg-icon-pause {
    background-image: url(/assets/images/pause.svg);
    background-size: 20px 15px;
    background-repeat: no-repeat;
    background-position: center
}

.jw-svg-icon-settings {
    background-image: url(/assets/images/setting.svg);
    background-size: 28px 23px;
    background-repeat: no-repeat;
    background-position: center
}

.jw-svg-icon-fullscreen-on {
    background-image: url(/assets/images/full-screen-on.svg);
    background-size: 28px 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: none !important
}

.jw-svg-icon-fullscreen-off {
    background-image: url(/assets/images/full-screen-off.svg);
    background-size: 28px 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: none !important
}

.jw-icon[button=notes] {
    position: absolute;
    right: 142px
}

.jw-icon[button=HD], .jw-icon[button=SD] {
    right: 140px;
    left: auto;
    position: absolute;
    z-index: 1;
    opacity: 1
}

.jw-icon[button=notes] ~ .jw-icon[button=HD], .jw-icon[button=notes] ~ .jw-icon[button=SD] {
    right: 190px
}

.jw-svg-icon-volume-100 {
    background-image: url(/assets/images/volume-100.svg);
    background-size: 27px 22px;
    background-repeat: no-repeat;
    background-position: center
}

.jw-svg-icon-volume-50 {
    background-image: url(/assets/images/volume-50.svg);
    background-size: 27px 22px;
    background-repeat: no-repeat;
    background-position: center
}

.jw-svg-icon-volume-0 {
    background-image: url(/assets/images/volume-0.svg);
    background-size: 27px 22px;
    background-repeat: no-repeat;
    background-position: center
}

.jw-icon-volume {
    position: absolute !important;
    right: 98px
}

.jw-icon[button=forward-button] {
    position: absolute !important;
    left: 188px
}

.jw-icon[button=back-button] {
    position: absolute !important;
    left: 147px
}

.jw-icon-cc.jw-settings-submenu-button {
    display: none !important
}

.videoModal .jw-svg-icon-fullscreen-on {
    display: block !important
}

.videoModal .jw-icon-fullscreen.jw-off .jw-svg-icon-fullscreen-on {
    display: none !important
}

.videoModal .jw-icon-fullscreen.jw-off .jw-svg-icon-fullscreen-off {
    display: block !important
}

.videoModal .jw-icon-playback {
    display: flex !important
}

.learnplayer .jw-icon-fullscreen.jw-off .jw-svg-icon-fullscreen-on {
    display: none !important
}

.learnplayer .jw-icon-fullscreen.jw-off .jw-svg-icon-fullscreen-off {
    display: block !important
}

.jw-error .jw-preview, .jwplayer .jw-preview {
    background-size: cover !important
}

.RatingsSlider .ng5-slider .ng5-slider-bar {
    background: #e8c74c !important
}

.RatingsSlider .ng5-slider .ng5-slider-pointer {
    background-color: #355699 !important;
    box-shadow: 0 5px 19px rgba(0,0,0,.2)
}

    .RatingsSlider .ng5-slider .ng5-slider-pointer:focus {
        outline: 0
    }

    .RatingsSlider .ng5-slider .ng5-slider-pointer:after {
        content: none
    }

.RatingsSlider .ng5-slider-span.ng5-slider-tick-value .ng5-slider-inner-tooltip {
    position: relative;
    text-indent: -99999px
}

    .RatingsSlider .ng5-slider-span.ng5-slider-tick-value .ng5-slider-inner-tooltip:before {
        content: "";
        height: 10px;
        width: 1px;
        background-color: #e1e1e1;
        position: absolute;
        left: 50%;
        top: 19px;
        margin-left: -1px
    }

.RatingsSlider .ng5-slider .ng5-slider-tick-legend {
    top: auto;
    bottom: 25px;
    max-height: 64px;
    font-size: 14px;
    max-width: none;
    width: 120px;
    overflow: auto
}

.ng5-slider .ng5-slider-tick {
    background: 0 0 !important
}

.RatingLeftPd {
    padding: 0 17px
}

.ng5-slider-ceil, .ng5-slider-floor, .ng5-slider-model-value {
    display: none;
    visibility: hidden !important
}

.CountTextWord {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 25px 2px;
    text-align: right;
    background-color: #fff;
    z-index: 2
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #25aae1 !important;
    stroke: #d70206
}

@media(max-width:991px) {
    #player, .learnplayer .player {
        height: 400px !important
    }

    .jw-icon[button=fullscreenon] {
        display: none
    }

    .jw-svg-icon-fullscreen-on {
        display: block !important
    }
}

@media(max-width:639px) {
    #player, .learnplayer .player {
        height: 300px !important
    }

    .jw-icon-display .jw-svg-icon-pause, .jw-icon-display .jw-svg-icon-play {
        width: 50px !important;
        height: 50px !important;
        background-size: 50px 50px
    }

    .RatingsSlider .ng5-slider .ng5-slider-tick-legend {
        width: 80px;
        font-size: 11px
    }
}

@media(max-width:374px) {
    .jw-icon[button=back-button] {
        left: 97px
    }

    .jw-icon[button=forward-button] {
        left: 130px
    }
}

.demoslider .slick-slider .slick-track {
    display: flex;
    align-items: center
}

body, html {
    font-size: 13px;
    font-family: Montserrat;
    min-height: 100% !important;
    height: 100%
}

#wrapper {
    padding-top: 95px;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s
}

    #wrapper.fixed-wrapper {
        padding-top: 0
    }

* {
    margin: 0;
    padding: 0
}

b, strong {
    font-family: "Montserrat Bold"
}

a {
    text-decoration: none;
    color: #253772
}

    a:focus {
        outline: 0
    }

    a:hover, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
        text-decoration: none
    }

ol, ul {
    margin: 0
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: 400
}

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
        text-decoration: underline
    }

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.montserrat-regular {
    font-family: Montserrat !important
}

.montserrat-light {
    font-family: "Montserrat Light" !important
}

.montserrat-medium {
    font-family: "Montserrat Medium" !important
}

.montserrat-black {
    font-family: "Montserrat Black" !important
}

.montserrat-semibold {
    font-family: "Montserrat Semi Bold" !important
}

.letter-spacing4 {
    letter-spacing: .04em
}

.letter-spacing3 {
    letter-spacing: .03em
}

.letter-spacing5 {
    letter-spacing: .05em
}

.letter-spacing0 {
    letter-spacing: 0 !important
}

.clearfix {
    overflow: auto
}

    .clearfix:after {
        content: "";
        clear: both;
        display: table
    }

.clear:after {
    content: "";
    clear: both;
    display: block
}

.image-center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.heigth-full {
    height: 100%
}

.display-table {
    height: 100%;
    width: 100%;
    display: table
}

    .display-table .display-table-cell {
        width: 100%;
        display: table-cell;
        vertical-align: middle
    }

.display-none {
    display: none
}

.height-none {
    height: 0;
    overflow: hidden
}

.max-width_800 {
    max-width: 800px
}

.bigContainer {
    max-width: 1336px
}

.heightAuto {
    height: auto !important
}

.scrollToFive {
    max-height: 330px
}

.coming-soon-status {
    line-height: 18px;
    font-size: 11px;
    display: block;
    color: #e8c74c
}

.mg-b0 {
    margin-bottom: 0
}

.mg-b5 {
    margin-bottom: 5px
}

.mg-b10 {
    margin-bottom: 10px
}

.mg-b10i {
    margin-bottom: 10px !important
}

.mg-b15 {
    margin-bottom: 15px
}

.mg-b20 {
    margin-bottom: 20px
}

.mg-b25 {
    margin-bottom: 25px
}

.mg-b30 {
    margin-bottom: 30px
}

.mg-b35 {
    margin-bottom: 35px
}

.mg-b40 {
    margin-bottom: 40px
}

.mg-b50 {
    margin-bottom: 50px
}

.mg-b60 {
    margin-bottom: 60px
}

.mg-b70 {
    margin-bottom: 70px
}

.mg-b80 {
    margin-bottom: 80px
}

.mg-t0 {
    margin-bottom: 0
}

.mg-t15 {
    margin-top: 15px
}

.mg-t10 {
    margin-top: 10px
}

.mg-t20 {
    margin-top: 20px
}

.mg-t30 {
    margin-top: 30px
}

.mg-t40 {
    margin-top: 40px
}

.mg-t50 {
    margin-top: 50px
}

.mg-t60 {
    margin-top: 60px
}

.mg-t70 {
    margin-top: 70px
}

.mg-t80 {
    margin-top: 80px
}

.mg-r5 {
    margin-right: 5px
}

.mg-r10 {
    margin-right: 10px
}

.mg-r15 {
    margin-right: 15px
}

.mg-r20 {
    margin-right: 20px
}

.mg-l10 {
    margin-left: 10px
}

.mg-l15 {
    margin-left: 15px
}

.mg-l20 {
    margin-left: 20px
}

.pd-b0 {
    padding-bottom: 0
}

.pd-b10 {
    padding-bottom: 10px
}

.pd-b15 {
    padding-bottom: 15px
}

.pd-b20 {
    padding-bottom: 20px
}

.pd-b25 {
    padding-bottom: 25px
}

.pd-b30 {
    padding-bottom: 30px
}

.pd-b40 {
    padding-bottom: 40px
}

.pd-b45 {
    padding-bottom: 45px
}

.pd-b50 {
    padding-bottom: 50px
}

.pd-b60 {
    padding-bottom: 60px
}

.pd-b70 {
    padding-bottom: 70px
}

.pd-b75 {
    padding-bottom: 75px
}

.pd-b80 {
    padding-bottom: 80px
}

.pd-b90 {
    padding-bottom: 90px
}

.pd-b100 {
    padding-bottom: 100px
}

.pd-t5 {
    padding-top: 5px
}

.pd-t10 {
    padding-top: 10px
}

.pd-t15 {
    padding-top: 15px
}

.pd-t20 {
    padding-top: 20px
}

.pd-t25 {
    padding-top: 25px
}

.pd-t30 {
    padding-top: 30px
}

.pd-t40 {
    padding-top: 40px
}

.pd-t45 {
    padding-top: 45px
}

.pd-t50 {
    padding-top: 50px
}

.pd-t60 {
    padding-top: 60px
}

.pd-t70 {
    padding-top: 70px
}

.pd-t80 {
    padding-top: 80px
}

.pd-t90 {
    padding-top: 90px
}

.pd-t100 {
    padding-top: 100px
}

.light-bg {
    background-color: #fff !important
}

.primary-bg {
    background-color: #355699
}

.secondary-bg {
    background-color: #253772
}

.whitesmoke {
    background-color: #f6f5f5
}

.lightblue-bg {
    background: #f3f7fe
}

.theme-bg {
    background-color: #e8c74c
}

.primaryColor {
    color: #355699 !important
}

.secondaryColor {
    color: #253772 !important
}

.lightColor {
    color: #fff !important
}

.transparentColor {
    color: transparent !important
}

.textColor {
    color: #848484 !important
}

.navColor {
    color: #565253 !important
}

.terneryColor {
    color: #666 !important
}

.darkgrayColor {
    color: #999 !important
}

.lightColor-o70 {
    color: rgba(255,255,255,.7)
}

.grainsboroColor {
    color: #e3e3e3 !important
}

.lightskyblueColor {
    color: #74d6ff
}

.mediumseagreenColor {
    color: #38b47e
}

.crimsonColor {
    color: #cf3939
}

.chocolateColor {
    color: #d3652c !important
}

.h-auto {
    height: auto !important
}

.navColor80 {
    color: rgba(86,82,83,.8) !important
}

.textDarkColor {
    color: #333 !important
}

.darkgray-102 {
    color: #666 !important
}

.darkColor {
    color: #000 !important
}

.linkedin-color {
    color: #0078ad
}

.icon {
    transition: .3s;
    -webkit-transition: .3s;
    display: inline-block;
    background-repeat: no-repeat;
    text-indent: -9999px
}

    .icon.icon-55 {
        height: 55px;
        width: 55px
    }

    .icon.icon-20 {
        height: 20px;
        width: 20px
    }

    .icon.icon-40 {
        height: 40px;
        width: 40px
    }

    .icon.icon-arrow {
        background-position: 0 0
    }

.mwidth-100 {
    max-width: 100px
}

.mwidth-85 {
    max-width: 85px
}

.lh20 {
    line-height: 20px !important
}

.btn {
    text-decoration: none;
    padding: 20px;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    text-transform: uppercase
}

    .btn.btn-lg {
        padding: 20px 30px
    }

    .btn.btn-link {
        color: #355699
    }

        .btn.btn-link:focus, .btn.btn-link:hover {
            text-decoration: none
        }

.btn-light, .btn-primary {
    position: relative;
    padding-top: 21px;
    padding-bottom: 21px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: all .2s;
    border: none
}

    .btn-light span, .btn-primary span {
        position: relative;
        z-index: 5
    }

    .btn-light:before, .btn-primary:before {
        content: "";
        width: 0%;
        height: 100%;
        background-color: #d3652c;
        position: absolute;
        left: 0;
        top: 0;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: all .2s
    }

    .btn-light:hover, .btn-primary:hover {
        opacity: 1
    }

        .btn-light:hover:before, .btn-primary:hover:before {
            width: 100%
        }

    .btn-light.btn-primary-white, .btn-light:hover, .btn-primary.btn-primary-white {
        color: #fff
    }

    .btn-light.btnlightblue {
        color: #355699
    }

        .btn-light.btnlightblue:hover {
            color: #fff
        }

.btn-outline-primary {
    position: relative;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: all .2s
}

    .btn-outline-primary span {
        position: relative;
        z-index: 5
    }

    .btn-outline-primary:before {
        content: "";
        width: 0%;
        height: 100%;
        background-color: #355699;
        position: absolute;
        left: 0;
        top: 0;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: all .2s
    }

    .btn-outline-primary:hover {
        color: #fff;
        border-color: #d3652c
    }

        .btn-outline-primary:hover:before {
            width: 100%;
            background-color: #d3652c
        }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #355699;
    border-color: #355699
}

    .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none
    }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #d3652c
}

    .btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: none
    }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    color: #fff
}

.btn-about {
    padding: 20px 30px;
    letter-spacing: .05em;
    font-family: "Montserrat Light"
}

.long-btn0 {
    padding-left: 0;
    padding-right: 0
}

.long-btn5 {
    padding-left: 5px;
    padding-right: 5px
}

.long-btn10 {
    padding-left: 10px;
    padding-right: 10px
}

.long-btn20 {
    padding-left: 20px;
    padding-right: 20px
}

.long-btn30 {
    padding-left: 30px;
    padding-right: 30px
}

.long-btn40 {
    padding-left: 40px;
    padding-right: 40px
}

.long-btn50 {
    padding-left: 50px;
    padding-right: 50px
}

.long-btn70 {
    padding-left: 70px;
    padding-right: 70px
}

.long-btn100 {
    padding-left: 100px;
    padding-right: 100px
}

.cus_container {
    width: 100%;
    max-width: 1336px;
    margin: auto;
    padding: 0 15px
}

.has-seemore-btn {
    position: relative
}

    .has-seemore-btn .seemore-button {
        position: absolute;
        right: 0;
        top: 50%;
        width: 90px;
        height: 236px;
        white-space: normal;
        text-align: left;
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1;
        margin-top: -138px
    }

.form-group {
    position: relative;
    margin-bottom: 15px;
    padding-top: 18px
}

    .form-group.ico-group .form-control {
        padding-right: 34px
    }

.control-label {
    color: #ccc;
    position: absolute;
    top: 25px;
    left: 0;
    pointer-events: none;
    padding-left: 0;
    margin-bottom: 0;
    z-index: 1;
    font-size: 14px;
    font-family: Montserrat;
    transition: .28s;
    -webkit-transition: .28s;
    -moz-transition: .28s;
    -ms-transition: all .28s ease
}

.form-control {
    height: 34px;
    display: block;
    background: 0 0;
    padding: 0;
    font-size: 14px;
    font-family: Montserrat;
    width: 100%;
    color: #666;
    transition: .28s;
    -webkit-transition: .28s;
    -moz-transition: .28s;
    -ms-transition: all .28s ease;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e1e1e1
}

    .form-control:focus {
        color: #666;
        outline: 0;
        border-color: #e1e1e1;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }

        .form-control:focus ~ .control-label {
            font-size: 12px;
            top: 2px
        }

    .form-control.notempty ~ .control-label {
        font-size: 12px;
        top: 5px
    }

    .form-control.error {
        border-color: red
    }

    .form-control.form-control__inner {
        background-color: #fff;
        font-size: 14px;
        line-height: 14px;
        color: #848484;
        padding: 12px 20px 8px
    }

.label-error {
    font-family: "Montserrat Light";
    font-size: 13px;
    color: red;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    padding-top: 2px
}

.msg-label {
    font-family: "Montserrat Light";
    font-size: 13px;
    color: #666565;
    position: relative;
    left: 0;
    bottom: -5px;
    text-align: left
}

    .msg-label .link {
        display: inline-block;
        padding: 0;
        font-size: 13px;
        color: #355699;
        font-family: Montserrat;
        margin: 0
    }

        .msg-label .link:hover {
            color: #355699
        }

.heading-regular {
    font-family: Montserrat;
    font-size: 36px;
    line-height: 46px;
    color: #565253
}

.heading-black, .heading-black-isolated {
    font-family: "Montserrat Black";
    font-size: 42px;
    line-height: 46px;
    color: #565253;
    letter-spacing: .07em
}

    .heading-black span, .heading-black-isolated span {
        font-family: Montserrat;
        letter-spacing: 0
    }

.heading-bold {
    font-family: "Montserrat Bold";
    font-size: 32px;
    line-height: 38px;
    color: #565253;
    letter-spacing: .07em
}

.textPara {
    font-family: "Montserrat Light";
    font-size: 16px;
    line-height: 28px;
    color: #848484
}

.min-width209 {
    min-width: 209px
}

.min-width190 {
    min-width: 190px
}

.mx-300 {
    max-width: 300px;
    width: 100%
}

h1.heading-black {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px
}

    h1.heading-black.habit-heading {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: .03em
    }

.heading20 {
    font-family: "Montserrat Bold";
    font-size: 20px;
    line-height: 24px;
    color: #565253
}

.heading18 {
    font-family: "Montserrat Bold";
    font-size: 18px;
    line-height: 24px;
    color: #333
}

.heading16 {
    font-family: "Montserrat Bold";
    font-size: 16px;
    line-height: 18px;
    color: #333
}

.heading30 {
    font-family: "Montserrat Bold";
    font-size: 30px;
    line-height: 32px;
    color: #333
}

.heading24 {
    font-family: "Montserrat Bold";
    font-size: 24px;
    line-height: 26px;
    color: #565253
}

.heading22 {
    font-family: "Montserrat Bold";
    font-size: 22px;
    line-height: 28px;
    color: #565253
}

.heading-sub {
    font-family: "Montserrat Medium";
    font-size: 36px;
    line-height: 32px;
    color: #565253
}

.lh-24 {
    line-height: 24px !important
}

.lh-30 {
    line-height: 30px !important
}

.btn-play {
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    box-shadow: 0 0 30px rgba(51,51,51,.9);
    -moz-box-shadow: 0 0 30px rgba(51,51,51,.9);
    -webkit-box-shadow: 0 0 30px rgba(51,51,51,.9)
}

.line-head {
    font-size: 14px;
    font-family: "Montserrat Medium";
    color: #565253;
    position: relative
}

    .line-head.line:after {
        content: "";
        background: #565253;
        height: 1px;
        width: 148px;
        position: absolute;
        top: 50%;
        right: -170px;
        opacity: .4;
        margin-top: -2px
    }

.btn-video {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 3px 0 20px 0 rgba(0,0,0,.8);
    -moz-box-shadow: 3px 0 20px 0 rgba(0,0,0,.8);
    -webkit-box-shadow: 3px 0 20px 0 rgba(0,0,0,.8);
    border: 1px solid transparent;
    cursor: pointer
}

    .btn-video i {
        color: #d3652c;
        font-size: 12px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%)
    }

    .btn-video:focus {
        outline: 0
    }

    .btn-video.btn-video45 {
        width: 45px;
        height: 45px
    }

        .btn-video.btn-video45 i {
            font-size: 13px
        }

    .btn-video.btn-video30 {
        width: 30px;
        height: 30px
    }

        .btn-video.btn-video30 i {
            font-size: 10px
        }

    .btn-video.btn-video73 {
        width: 73px;
        height: 73px
    }

        .btn-video.btn-video73 i {
            font-size: 17px
        }

    .btn-video.btn-video60 {
        width: 60px;
        height: 60px
    }

        .btn-video.btn-video60 i {
            font-size: 14px
        }

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

.font-22 {
    font-size: 22px !important
}

.font-24 {
    font-size: 24px !important
}

.sticky {
    position: absolute;
    top: 0;
    right: 0;
    width: 271px !important
}

    .sticky.is-sticky {
        position: fixed;
        top: 120px;
        z-index: 1000;
        width: 271px !important
    }

.videoBox {
    background-repeat: no-repeat;
    background-size: 100% 100%
}

    .videoBox.video-shadow {
        box-shadow: 0 0 30px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2)
    }

.pre-wrap {
    white-space: pre-wrap
}

.progress-bar-wrapper {
    display: flex;
    align-items: center;
    max-width: 320px
}

    .progress-bar-wrapper .textLabel {
        display: inline-block;
        font-size: 18px;
        font-family: "Montserrat Semi Bold";
        color: #d3652c
    }

    .progress-bar-wrapper .progress.progress-h-sm {
        height: 3px
    }

.slickCarousel .slick-arrow {
    z-index: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: all .2s
}

    .slickCarousel .slick-arrow:after {
        content: "";
        width: 0%;
        background-color: #d3652c;
        position: absolute;
        left: -1px;
        top: -1px;
        bottom: -1px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: all .2s
    }

    .slickCarousel .slick-arrow:hover:after {
        width: 52px;
        right: -2px
    }

    .slickCarousel .slick-arrow.slick-disabled:hover:before {
        color: #fff
    }

.slickCarousel .slick-next:before, .slickCarousel .slick-prev:before {
    content: "";
    z-index: 5;
    position: relative
}

.slickCarousel.slickCarouselCenter .slick-arrow {
    left: 50%
}

.slickCarousel.slickCarouselCenter .slick-prev {
    margin-left: -64px
}

.slickCarousel.slickCarouselCenter .slick-next {
    margin-left: 12px
}

.slideDots .slick-dots li {
    width: auto;
    height: auto
}

    .slideDots .slick-dots li button {
        width: 6px;
        height: 6px;
        background-color: #dddcdc;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        padding: 0;
        text-indent: -99999px
    }

        .slideDots .slick-dots li button:before {
            content: none
        }

    .slideDots .slick-dots li.slick-active button {
        width: 12px;
        background: #355699;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px
    }

.cursor-default {
    cursor: default !important
}

.courseAccordion {
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1)
}

    .courseAccordion .card {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .courseAccordion .card .card-header {
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border: 0;
            padding: 0;
            border-bottom: 1px solid rgba(0,0,0,.1);
            position: relative;
            margin-bottom: -1px;
            background: #fff
        }

            .courseAccordion .card .card-header .btn {
                font-family: "Montserrat Medium";
                font-size: 16px;
                color: #565253;
                text-transform: none;
                padding: 32px 60px 28px 30px;
                width: 100%;
                text-align: left;
                border: 0;
                white-space: normal;
                line-height: 16px
            }

                .courseAccordion .card .card-header .btn:focus, .courseAccordion .card .card-header .btn:hover {
                    text-decoration: none
                }

                .courseAccordion .card .card-header .btn i {
                    position: absolute;
                    top: 50%;
                    right: 30px;
                    margin-top: -7px;
                    color: #355699
                }

                .courseAccordion .card .card-header .btn[aria-expanded=true] {
                    color: #355699
                }

                    .courseAccordion .card .card-header .btn[aria-expanded=true] i {
                        transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -ms-transform: rotate(180deg)
                    }

                    .courseAccordion .card .card-header .btn[aria-expanded=true] .textLabel .number {
                        color: #355699
                    }

                .courseAccordion .card .card-header .btn .textLabel {
                    position: relative;
                    padding-left: 30px;
                    display: inline-block
                }

                    .courseAccordion .card .card-header .btn .textLabel .number {
                        position: absolute;
                        left: 0;
                        top: 0;
                        color: #999;
                        line-height: 16px
                    }

        .courseAccordion .card .card-body {
            padding: 24px 60px 24px 30px;
            font-family: "Montserrat Light";
            font-size: 16px;
            color: #999
        }

        .courseAccordion .card:last-child {
            border-bottom: 0
        }

            .courseAccordion .card:last-child .card-header {
                margin-bottom: 0
            }

.checkBox {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

    .checkBox.dot:after {
        content: "";
        background: #e0c049;
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        left: 50%;
        top: 50%;
        margin: -4px 0 0 -4px
    }

    .checkBox.tick:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        margin: -7px 0 0 -3px;
        z-index: 1
    }

    .checkBox.tick:after {
        content: "";
        background: #17ce84;
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        left: 50%;
        top: 50%;
        margin: -12px 0 0 -12px
    }

    .checkBox.lock {
        background: #e26b2e;
        background: linear-gradient(to bottom,#e26b2e 0,#e8c74c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
        border: 0;
        width: 24px;
        height: 24px
    }

        .checkBox.lock:after {
            content: "";
            font-family: HarappaIcons !important;
            font-size: 12px;
            color: #fff;
            position: absolute;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            left: 50%;
            top: 50%
        }

.checkedbox {
    position: relative
}

    .checkedbox input {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 22px;
        height: 22px;
        opacity: 0;
        cursor: pointer
    }

        .checkedbox input + label {
            position: relative;
            cursor: pointer;
            margin-bottom: 0
        }

            .checkedbox input + label:before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 2px solid rgba(255,255,255,.5);
                width: 16px;
                height: 16px;
                padding: 10px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                border-radius: 2px
            }

        .checkedbox input:checked + label:after {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: 9px;
            width: 6px;
            height: 14px;
            border: solid rgba(255,255,255,.5);
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .checkedbox.round input + label:before {
        border-radius: 100%
    }

.group ul {
    position: relative;
    padding-left: 30px
}

    .group ul li {
        list-style: none;
        font-size: 15px;
        font-family: "Montserrat Medium";
        color: #666;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        z-index: 1;
        padding: 22px 0 17px
    }

        .group ul li .col-left, .group ul li .col-right {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            width: 50%
        }

        .group ul li .maintext {
            padding-right: 15px
        }

        .group ul li .check {
            left: -45px;
            width: 30px;
            position: absolute
        }

        .group ul li .studylist {
            display: flex;
            align-items: center;
            width: 100%;
            margin: 0 -15px
        }

            .group ul li .studylist li {
                padding: 0 15px;
                width: 50%
            }

            .group ul li .studylist .caselist {
                position: relative;
                padding-left: 37px;
                min-height: 22px;
                font-size: 14px;
                display: flex;
                align-items: center
            }

                .group ul li .studylist .caselist i {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin-top: -11px;
                    color: #355699;
                    font-size: 22px
                }

                    .group ul li .studylist .caselist i.icon-play {
                        border-radius: 50%;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        border: 1px solid #355699;
                        width: 22px;
                        height: 22px;
                        display: inline-block;
                        font-size: 8px;
                        padding: 7px
                    }

            .group ul li .studylist .time {
                display: inline-block;
                color: #999;
                font-size: 12px
            }

    .group ul:after {
        content: "";
        background: #f0f0f0;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0
    }

.g-disabled {
    position: relative
}

    .g-disabled .group ul > li {
        padding-bottom: 14px
    }

        .g-disabled .group ul > li:first-child {
            padding-top: 36px
        }

        .g-disabled .group ul > li:last-child {
            padding-bottom: 34px
        }

        .g-disabled .group ul > li .check {
            width: 24px;
            left: -41px
        }

    .g-disabled .group ul:after {
        content: "";
        background: #e7e0c5
    }

    .g-disabled:after {
        content: "";
        background: rgba(255,255,255,.6);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1
    }

.affix {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99
}

.hashtags {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    color: #848484;
    font-family: Archer
}

.div-shadow {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.btn-video.btn-question {
    box-shadow: 0 4px 29px rgba(0,0,0,.23);
    -moz-box-shadow: 0 4px 29px rgba(0,0,0,.23);
    -webkit-box-shadow: 0 4px 29px rgba(0,0,0,.23);
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 10;
    left: auto;
    top: auto;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjU0NEMzNENGNDcxMTFFOEJENTRDREJFNDYyMEM3RDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjU0NEMzNERGNDcxMTFFOEJENTRDREJFNDYyMEM3RDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNTQ0QzM0QUY0NzExMUU4QkQ1NENEQkU0NjIwQzdENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNTQ0QzM0QkY0NzExMUU4QkQ1NENEQkU0NjIwQzdENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkWgZzIAAADLSURBVHjaYmxoaGC4dumyIAMDQzkUw8AeIJ6lpae7GsRhFhMSBik6A8S+DKhACYhDX7989UNUXPwoE9QUJahkJxBXgExC0gC2hQWkCypQAbSmEyYLdQ5IThDINmZB0r0azep7SOz3LMimoAGYTfeAau4xYVMBtGomkrtBbmZgwqKoA0ilQblhsOBhQlMUihSWcEXYTIS5axayImwKjaH0WXQnsSBzgKYo4wgBBiYGIgELWkzshlofhs+NLkhuDMVn9R4kT8xCVwgQYABVozhBBFsQRgAAAABJRU5ErkJggg==) center center no-repeat #fff
}

.div-line {
    position: relative
}

    .div-line:after, .div-line:before {
        content: "";
        background: #565253;
        height: 107px;
        width: 10px;
        position: absolute;
        top: 70px;
        left: -10px
    }

    .div-line:before {
        left: auto;
        right: -10px
    }

.heading-xl {
    font-family: "Montserrat Black";
    font-size: 100px;
    line-height: 100px;
    color: #565253
}

    .heading-xl.heading-sub-xl {
        font-size: 76px;
        line-height: 80px
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner {
    font-size: 69px;
    line-height: 69px;
    display: inline-block;
    color: #999;
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin
}

.spinner-round {
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin
}

.border-bottom-silver {
    border-bottom: 1px solid rgba(183,183,183,.3) !important
}

.border-bottom-answer {
    border-bottom: 1px solid #848484 !important
}

.cursor-pointer {
    cursor: pointer !important
}

.mg-lr_auto {
    margin-left: auto;
    margin-right: auto
}

.navigationHarappa .left .icon-next {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}

.overflow-hidden {
    overflow: hidden
}

.fancybox-skin {
    border-radius: 0
}

    .fancybox-skin .fancybox-close {
        background-image: none;
        top: -29px;
        right: 0;
        width: 18px;
        height: 18px
    }

        .fancybox-skin .fancybox-close:after {
            content: "";
            font-family: HarappaIcons !important;
            font-size: 18px;
            color: #fff
        }

.tab-overflow, .tab-overflow-all {
    overflow: hidden
}

.slideRightTab .tab-pane.active {
    -webkit-animation: .5s ease-out slide-right;
    animation: .5s ease-out slide-right
}

.indicator, .indicator1, .indicator2 {
    border-bottom: 3px solid #355699;
    position: absolute;
    bottom: 0;
    width: 0
}

.buttonShadow {
    box-shadow: 0 2px 19px rgba(107,107,107,.3);
    -moz-box-shadow: 0 2px 19px rgba(107,107,107,.3);
    -webkit-box-shadow: 0 2px 19px rgba(107,107,107,.3)
}

@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.vedioControls .jw-icon-fullscreen .jw-svg-icon-fullscreen-on, .vedioControls .jw-icon-fullscreen.jw-off .jw-svg-icon-fullscreen-off {
    display: block !important
}

.vedioControls .jw-icon-fullscreen.jw-off .jw-svg-icon-fullscreen-on {
    display: none !important
}

.vedioControls .jwplayer .jw-preview {
    background-size: 100% 100% !important
}

.vedioControls .jw-icon-settings {
    display: none
}

.vedioControls .jw-icon-volume {
    right: 50px
}

.videoModal .jw-icon-settings {
    display: none
}

.videoModal .jw-icon-volume {
    right: 50px
}

.pageloader {
    width: 100%;
    height: 100%;
    background: url(Loader.f0f6e85a3297a34dbca8.gif) center center no-repeat rgba(255,255,255,.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000
}

    .pageloader.pageLoaderQuiz {
        background: 0 0;
        padding-right: 370px
    }

        .pageloader.pageLoaderQuiz .pageLoaderQuizInner {
            background: url(Loader.f0f6e85a3297a34dbca8.gif) center center no-repeat rgba(255,255,255,.9);
            width: 100%;
            height: 100%
        }

.cardHover .course-preview {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

    .cardHover .course-preview:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06)
    }

.progress {
    width: 100%;
    background: #f2dbcf;
    height: 7px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)
}

    .progress .progress-bar {
        height: 7px;
        background: #e27137;
        border-radius: 10px
    }

        .progress .progress-bar.success {
            background: #17ce84
        }

    .progress.progress-h-sm, .progress.progress-h-sm .progress-bar {
        height: 5px
    }

.searchBox {
    width: 295px
}

    .searchBox .form-control {
        background: #fff;
        padding: 0;
        height: 49px;
        border: 0;
        position: absolute;
        z-index: 1;
        right: 0;
        width: 0;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        font-family: "Montserrat Light"
    }

    .searchBox input::-webkit-input-placeholder {
        color: #ccc
    }

    .searchBox input::-moz-placeholder {
        color: #ccc
    }

    .searchBox input:-ms-input-placeholder {
        color: #ccc
    }

    .searchBox input:-moz-placeholder {
        color: #ccc
    }

    .searchBox .btn {
        font-size: 18px;
        width: 49px;
        height: 49px;
        padding: 0 15px;
        border: 0;
        z-index: 2;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2)
    }

        .searchBox .btn i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            color: #333
        }

            .searchBox .btn i.icon-close {
                opacity: .5;
                font-size: 15px
            }

        .searchBox .btn span {
            display: block
        }

        .searchBox .btn:hover i {
            color: #fff
        }

            .searchBox .btn:hover i.icon-close {
                color: #333
            }

    .searchBox .search-group {
        margin-left: auto;
        position: relative;
        display: flex;
        justify-content: flex-end
    }

        .searchBox .search-group.show .form-control {
            width: 100%;
            padding: 0 49px 0 12px
        }

        .searchBox .search-group.show .btn {
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none
        }

            .searchBox .search-group.show .btn:before {
                content: none
            }

.tableMain .tableBox {
    display: flex;
    border-bottom: 1px solid rgba(105,105,105,.1)
}

.tableMain .tableCell {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px
}

.tableMain .cell-10 {
    width: 10%
}

.tableMain .cell-15 {
    width: 15%
}

.tableMain .cell-20 {
    width: 20%
}

.tableMain .cell-30 {
    width: 30%
}

.tableMain .cell-40 {
    width: 40%
}

.tableMain .cell-45 {
    width: 45%
}

.tableMain .cell-50 {
    width: 50%
}

.tableMain .cell-55 {
    width: 55%
}

.tableMain .cell-60 {
    width: 60%
}

.tableMain .cell-70 {
    width: 70%
}

.tableMain .cell-90 {
    width: 90%
}

.tableMain .cell-100 {
    width: 100%
}

.spacelr-25 {
    padding-left: 25px;
    padding-right: 25px
}

.min-width195 {
    min-width: 195px
}

.mw-920 {
    max-width: 920px;
    margin: auto
}

.w38 {
    width: 38px
}

.pointer-events-none {
    pointer-events: none
}

.CorrectEmail {
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 24px;
    line-height: 34px;
    color: #38b47e
}

@media only screen and (max-width:1199px) {
    .heading-xl {
        font-size: 70px;
        line-height: 70px
    }

        .heading-xl.heading-sub-xl {
            font-size: 65px;
            line-height: 65px
        }
}

@media only screen and (max-width:1139px) {
    .mg-lg-b20 {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:991px) {
    .pd-tb-b0 {
        padding-bottom: 0
    }

    .pd-tb-b10 {
        padding-bottom: 10px
    }

    .pd-tb-b15 {
        padding-bottom: 15px
    }

    .pd-tb-b20 {
        padding-bottom: 20px
    }

    .pd-tb-b25 {
        padding-bottom: 25px
    }

    .pd-tb-b30 {
        padding-bottom: 30px
    }

    .pd-tb-b40 {
        padding-bottom: 40px
    }

    .pd-tb-b45 {
        padding-bottom: 45px
    }

    .pd-tb-b50 {
        padding-bottom: 50px
    }

    .pd-tb-b60 {
        padding-bottom: 60px
    }

    .pd-tb-b70 {
        padding-bottom: 70px
    }

    .pd-tb-b75 {
        padding-bottom: 75px
    }

    .pd-tb-b80 {
        padding-bottom: 80px
    }

    .pd-tb-b100 {
        padding-bottom: 100px
    }

    .pd-tb-t0 {
        padding-top: 0
    }

    .pd-tb-t10 {
        padding-top: 10px
    }

    .pd-tb-t15 {
        padding-top: 15px
    }

    .pd-tb-t20 {
        padding-top: 20px
    }

    .pd-tb-t30 {
        padding-top: 30px
    }

    .pd-tb-t40 {
        padding-top: 40px
    }

    .pd-tb-t45 {
        padding-top: 45px
    }

    .pd-tb-t50 {
        padding-top: 50px
    }

    .pd-tb-t60 {
        padding-top: 60px
    }

    .pd-tb-t70 {
        padding-top: 70px
    }

    .pd-tb-t80 {
        padding-top: 80px
    }

    .pd-tb-t90 {
        padding-top: 90px
    }

    .pd-tb-t100 {
        padding-top: 100px
    }

    .mg-tb-40, .mg-tb-b40 {
        margin-bottom: 40px
    }

    .mg-tb-b30 {
        margin-bottom: 30px
    }

    .pd-x-t10i {
        padding-top: 10px !important
    }

    h1.heading-black.habit-heading {
        font-size: 45px;
        line-height: 60px
    }

    .heading-xl {
        font-size: 50px;
        line-height: 60px
    }

        .heading-xl.heading-sub-xl {
            font-size: 45px;
            line-height: 45px
        }

    .btn-question {
        display: none
    }

    .tab-overflow {
        overflow: visible
    }

    .pageloader.pageLoaderQuiz {
        padding: 0 0 41px
    }

    .table-responsive {
        overflow: auto
    }

        .table-responsive .tableMain {
            min-width: 750px
        }
}

@media only screen and (max-width:767px) {
    .mg-x-b0 {
        margin-bottom: 0
    }

    .mg-x-b5 {
        margin-bottom: 5px
    }

    .mg-x-b10 {
        margin-bottom: 10px
    }

    .mg-x-b20 {
        margin-bottom: 20px
    }

    .mg-x-b30 {
        margin-bottom: 30px
    }

    .mg-x-b40 {
        margin-bottom: 40px
    }

    .mg-x-b50 {
        margin-bottom: 50px
    }

    .mg-x-b60 {
        margin-bottom: 60px
    }

    .mg-x-b70 {
        margin-bottom: 70px
    }

    .mg-x-t0 {
        margin-top: 0
    }

    .mg-x-t15 {
        margin-top: 15px
    }

    .mg-x-t10 {
        margin-top: 10px
    }

    .mg-x-t20 {
        margin-top: 20px
    }

    .mg-x-t30 {
        margin-top: 30px
    }

    .mg-x-t40 {
        margin-top: 40px
    }

    .mg-x-t50 {
        margin-top: 50px
    }

    .mg-x-t60 {
        margin-top: 60px
    }

    .mg-x-t70 {
        margin-top: 70px
    }

    .pd-x-b0 {
        padding-bottom: 0
    }

    .pd-x-b0i {
        padding-bottom: 0 !important
    }

    .pd-x-b10 {
        padding-bottom: 10px
    }

    .pd-x-b15 {
        padding-bottom: 15px
    }

    .pd-x-b20 {
        padding-bottom: 20px
    }

    .pd-x-b25 {
        padding-bottom: 25px
    }

    .pd-x-b30 {
        padding-bottom: 30px
    }

    .pd-x-b40 {
        padding-bottom: 40px
    }

    .pd-x-b45 {
        padding-bottom: 45px
    }

    .pd-x-b50 {
        padding-bottom: 50px
    }

    .pd-x-b60 {
        padding-bottom: 60px
    }

    .pd-x-b70 {
        padding-bottom: 70px
    }

    .pd-x-b75 {
        padding-bottom: 75px
    }

    .pd-x-b80 {
        padding-bottom: 80px
    }

    .pd-x-b100 {
        padding-bottom: 100px
    }

    .pd-x-t10 {
        padding-top: 10px
    }

    .pd-x-t15 {
        padding-top: 15px
    }

    .pd-x-t20 {
        padding-top: 20px
    }

    .pd-x-t30 {
        padding-top: 30px
    }

    .pd-x-t40 {
        padding-top: 40px
    }

    .pd-x-t45 {
        padding-top: 45px
    }

    .pd-x-t50 {
        padding-top: 50px
    }

    .pd-x-t60 {
        padding-top: 60px
    }

    .pd-x-t70 {
        padding-top: 70px
    }

    .pd-x-t80 {
        padding-top: 80px
    }

    .pd-x-t90 {
        padding-top: 90px
    }

    .pd-x-t100 {
        padding-top: 100px
    }

    .mob-text-center {
        text-align: center !important
    }

    .mob-full-width {
        width: 100%
    }

    .spacelr-25 {
        padding-left: 0;
        padding-right: 0
    }

    h1.heading-black.habit-heading {
        font-size: 30px;
        line-height: 36px
    }

    .btn-video.btn-video73 {
        width: 60px;
        height: 60px
    }

    .btn-question {
        display: none
    }

    .heading-sub {
        font-size: 26px;
        line-height: 30px
    }

    .heading-xl {
        font-size: 40px;
        line-height: 50px
    }

        .heading-xl.heading-sub-xl {
            font-size: 35px;
            line-height: 35px
        }

    .cardHover .course-preview:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1)
    }
}

@media only screen and (max-width:639px) {
    #wrapper {
        padding-top: 66px
    }

    .heading-regular {
        font-size: 25px;
        line-height: 34px
    }

    .heading-black, .heading-black-isolated {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: 0
    }

    .heading-xl {
        font-size: 30px;
        line-height: 35px
    }

        .heading-xl.heading-sub-xl {
            font-size: 25px;
            line-height: 30px
        }

    .fancybox-wrap {
        width: 95% !important;
        left: 0 !important;
        position: fixed !important;
        margin: auto;
        right: 0
    }

    .fancybox-inner, .fancybox-skin {
        width: 100% !important
    }
}

.modal-cntrl .close {
    text-shadow: none;
    opacity: .2;
    font-size: 16px;
    float: none;
    position: absolute;
    top: 21px;
    right: 20px
}

    .modal-cntrl .close:focus {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        outline: 0;
        border-color: transparent
    }

.modal-cntrl .modal-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.modal-cntrl .modal-dialog {
    max-width: 100%;
    margin-top: 30px
}

.modal-cntrl .modal-body {
    padding: 16px 17px 15px
}

.modal-backdrop.show {
    opacity: .8
}

.videoModal {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: all .4s
}

    .videoModal.show {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1)
    }

    .videoModal .modal-content {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    .videoModal .modal-body {
        padding: 0
    }

    .videoModal .close {
        text-shadow: none;
        opacity: 1;
        font-size: 16px;
        float: none;
        position: absolute;
        top: -22px;
        right: 8px;
        color: #fff
    }

        .videoModal .close:focus {
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            outline: 0;
            border-color: transparent
        }

    .videoModal video {
        width: 100%
    }

        .videoModal video::-internal-media-controls-download-button {
            display: none
        }

        .videoModal video::-webkit-media-controls-enclosure {
            overflow: hidden
        }

.inviteCntre {
    max-width: 626px;
    margin: auto;
    width: 100%
}

    .inviteCntre .form-group {
        margin-bottom: 35px
    }

    .inviteCntre .moreLinks {
        text-transform: inherit
    }

.DragDropCSV {
    padding: 15px 0;
    border: 1px dashed #9f9f9f;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 40px;
    position: relative
}

    .DragDropCSV .icon-upload {
        font-size: 28px;
        color: #9f9f9f;
        margin-bottom: 15px;
        display: inline-block
    }

    .DragDropCSV p {
        font-size: 12px;
        line-height: 18px;
        color: #ccc
    }

        .DragDropCSV p span {
            color: #999;
            font-family: "Montserrat Medium"
        }

    .DragDropCSV .fileUpload {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        opacity: 0
    }

    .DragDropCSV.active-drop {
        border-color: rgba(53,86,153,.5)
    }

        .DragDropCSV.active-drop .icon-upload, .DragDropCSV.active-drop p, .DragDropCSV.active-drop p span {
            color: rgba(53,86,153,.5)
        }

@media(min-width:992px) {
    .modal-cntrl .modal-dialog {
        max-width: 1058px;
        margin-top: 82px;
        padding-left: 15px;
        padding-right: 15px
    }

    .modal-cntrl.modal-cntrl-sm .modal-dialog {
        max-width: 600px
    }
}

@media(max-width:991px) {
    .modal-cntrl .modal-dialog {
        padding-left: 15px;
        padding-right: 15px
    }

    .videoModal .modal-dialog {
        max-width: 100%;
        margin: auto 15px
    }
}

@media(max-width:767px) {
    .modal-cntrl .modal-dialog {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .inviteCntre .form-group {
        margin-bottom: 30px
    }
}

.login-cntrl {
    display: flex;
    width: 100%
}

    .login-cntrl .left {
        max-width: 496px;
        background: #e8c84d
    }

    .login-cntrl .right {
        width: 50%;
        padding-left: 66px;
        padding-top: 55px
    }

    .login-cntrl .img-box {
        background-repeat: no-repeat;
        background-size: cover;
        height: 348px;
        width: 100%
    }

.details-box {
    position: relative;
    padding: 41px 84px 48px 39px
}

    .details-box p {
        font-family: "Montserrat Light";
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        letter-spacing: .03rem
    }

    .details-box .caption {
        font-size: 18px;
        font-family: "Montserrat Semi Bold";
        line-height: 24px;
        color: #96790e;
        margin-bottom: 0;
        margin-top: 19px;
        letter-spacing: .06rem
    }

    .details-box.quote:after {
        content: "";
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAwCAYAAACi/HI3AAAEh0lEQVRogb2aW6gVVRyHv71NxUveyHvmhXyx00OUkFkQlvYkUYmCRYSkVA8VRPlYvkRRcB66PEQkmIYPkVEYSqUERdFV6EFKMsIsUaujkvfO18Paw9lu91z2nFnzg8Xes9es9f1/s2fWrFtDJbKWAGuAF4E/Y8O6aDywCpgBvACAGiNNUTeq+x3SJ2ozEq9bulndrJ5qi+FetXLTs9SXO0DteqYGs8vVvSn8v9Q5VYEmqf3q2RTYoLpDvT6i2VvUr1P4ieGN6rjhgprqOvVoBmyPujii2ZnqltaF7abT6iZ1YlJmOLB56ucZZo+oD0Q0i/qgejIjhl3qgs5yZWFr1IEM2DZ1ckSzE1qMNJ1Q16aV7xV2hfp6BuyMuiGiWdRF6oGMGL5VF2bV0QtsnLozA3ZYvSGy4dvUvzNieFsdnVdPUdhUs1vGX9S5kQ3fZ7iT0tSvNorUVQQ20XDLpOmQenUNhi9mxPBqL/XlnTBK/TQDNqD2RTa8TD2XEcMOC/7DRU1ntZAaXhkxDS80+y1xSL2y13qzMh/PMbwrsuEx6r6cGFaWqTsto8/0LmWi2C11fw5/b9m6u/04wuyW2lZ+TMOLTe9WJlpTtv5ml/Hnw8DinDHqR5WOeC9VA+hvfWZpT1lAp+mxwLMFyv1WFlhAq4ClOeecBo6VBXSaXgfMLFBuVllgjhrAcwXOGwNMLgtpN90AHi1YbgMwsSw0Q8uARQXOawBPl6a0PeB35DQcnfrMMC1UZQP2fg/8QfWRMpz2g3d6NK2hz72kIsPT1AslYnjTMHPTs+nRhjFoGQ0aLtj8XsBd0oaSfNVj6mPqyCKs5MvtwwAmOmeYFCx7y79bQQwH1HvyWMmXTRUAEx21XMfhWIUx7FbnpLGS1vvG0i3h5ZoKbAfeAEYVLDMfuKrCGFYA+4C7umUmpvsqBCZaD3xAMePXReBPAXYCazszmoSg5kSAQrjSb5HfpVwQiT8C2AIsb/+xCUzj8p5ZlbofeCjnnCK9wLIaAWwmrGkBwWzp7lwPep7s23xSZP5s4KnkoEnbFYioGcDKjPwJNcSwnvCv0yT/eatKq2ripGk2YdmYJnCqJuhNGXkn64yhWSNwbkbeQE0xzINg+g/gvxqAI0l/dn+vgQ+tBrMJXAB+qgl6PuX3/TXxL8DQ+/n7GoBngLMpeT8AgzXEMABDpktPsvWggxl5/1DPhf8Vhkx/SPqtV5W+ycl/LzIf4CsYMn2cYDymdubkbwUuRuQfIYy8LulzvxQReJx804eAbRFj2ErSbnQMsLdXOJBvV9GtVNeo/0bgn1CnJ5xO6AzDBpkq9aMFdge0pScr5qs+0c7oBs1bD+5FA4Y9Ir1MGzXUrRXxtcv6dRp4tXp+mLAB9daU+vPSKLP3txTVbnVsZ/1Z4Dstf6v/7PB3B440bKvIW71M0yuGi5c6G5qWpquvmb9WneiEYWZ1zDANt6cVZu956dR3htWa1DobWmjr8zRgNWGuqa91PJ4wQjtM6E19TOhgxBqqLgXubn1eS5j4g/A6PAh8AewAvsyr6H9r/i6GKW49tAAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        background-size: cover;
        width: 59px;
        height: 47px;
        position: absolute;
        top: -23px;
        left: 39px
    }

.or-divider {
    position: relative;
    margin-bottom: 20px
}

    .or-divider span {
        display: inline-block;
        background: #f6f5f5;
        font-size: 14px;
        font-family: "Montserrat Medium";
        color: #999;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 39px;
        height: 39px;
        padding: 14px 8px;
        line-height: 14px;
        z-index: 1;
        position: relative
    }

    .or-divider:after {
        content: "";
        background: #f6f5f5;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px
    }

.login-box {
    max-width: 413px
}

    .login-box img {
        display: inline-block
    }

    .login-box .tittle {
        text-transform: uppercase;
        font-size: 22px;
        font-family: Montserrat;
        color: #565253;
        margin: 35px 0 37px;
        letter-spacing: -.04rem
    }

        .login-box .tittle span {
            font-family: "Montserrat Black"
        }

    .login-box .sub-tittle {
        font-size: 16px;
        font-family: "Montserrat Light";
        color: #666565;
        margin: 5px 0 42px
    }

    .login-box .action-button .btn {
        width: 100%;
        display: block;
        color: #355699;
        text-transform: uppercase;
        padding: 20px 20px 19px;
        line-height: 13px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 57px;
        letter-spacing: .05rem
    }

        .login-box .action-button .btn.btn-primary {
            color: #fff
        }

        .login-box .action-button .btn .icon-google {
            font-size: 16px;
            margin-right: 20px
        }

        .login-box .action-button .btn i {
            margin-right: 20px
        }

            .login-box .action-button .btn i.fa-linkedin {
                background: #1384c7;
                color: #fff;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                width: 19px;
                height: 19px;
                padding: 3px 4px;
                font-size: 12px
            }

            .login-box .action-button .btn i.icon-email {
                font-size: 17px
            }

    .login-box .action-button.single-btn {
        margin-top: 50px
    }

    .login-box .account-link {
        font-size: 14px;
        font-family: Montserrat;
        color: #999;
        margin-top: 25px;
        letter-spacing: .03rem
    }

        .login-box .account-link a {
            color: #355699
        }

            .login-box .account-link a:hover {
                text-decoration: none
            }

    .login-box .btn-link {
        display: inline-block;
        font-size: 14px;
        font-family: Montserrat;
        color: #355699;
        margin-top: 10px;
        padding: 0
    }

    .login-box .btn-icon {
        font-size: 30px;
        padding: 0;
        line-height: 30px;
        color: #ccc;
        position: absolute;
        bottom: 0;
        background: 0 0;
        border-color: transparent;
        right: 0
    }

.businessLoginBox .pdall5 {
    padding: 5px
}

.businessLoginBox .login-cntrl .right {
    padding-top: 35px
}

.businessLoginBox .login-box .tittle {
    margin-top: 60px
}

@media only screen and (max-width:1199px) {
    .businessLoginBox .login-cntrl .right {
        padding-left: 20px
    }
}

@media only screen and (max-width:1057px) {
    .login-cntrl .right {
        padding-left: 17px
    }

    .login-box {
        margin: auto
    }
}

@media only screen and (max-width:991px) {
    .login-cntrl .right {
        min-width: 50%
    }

    .login-cntrl .img-box {
        height: 260px
    }

    .login-cntrl .left .details-box {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px
    }

        .login-cntrl .left .details-box p {
            font-size: 18px;
            line-height: 24px
        }

        .login-cntrl .left .details-box .caption {
            font-size: 16px
        }

        .login-cntrl .left .details-box.quote:after {
            left: 25px
        }

    .businessLoginBox .login-box .tittle {
        margin-top: 35px
    }
}

@media only screen and (max-width:767px) {
    .login-cntrl .right {
        min-width: 100%;
        padding-left: 0;
        padding-bottom: 30px
    }

    .login-cntrl .left {
        display: none
    }

    .businessLoginBox .login-cntrl .right {
        padding-left: 0
    }
}

.headerCntr {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s
}

    .headerCntr.header-shadow {
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
    }

    .headerCntr.header-fixed {
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
        padding: 0
    }

        .headerCntr.header-fixed .navbar {
            padding-top: .1rem;
            padding-bottom: .1rem
        }

            .headerCntr.header-fixed .navbar .navbar-brand {
                max-width: 140px
            }

            .headerCntr.header-fixed .navbar .navbar-collapse .navbar-nav li a, .headerCntr.header-fixed .navbar .navbar-collapse .navbar-nav.second-nav li a {
                font-size: 13px
            }

                .headerCntr.header-fixed .navbar .navbar-collapse .navbar-nav.second-nav li a.btn-primary {
                    padding-top: 13px;
                    padding-bottom: 11px;
                    margin-top: 2px
                }

        .headerCntr.header-fixed .login-profile .profilePic {
            width: 35px;
            height: 35px
        }

    .headerCntr .header_container {
        max-width: 1336px
    }

    .headerCntr .navbar {
        background: 0 0
    }

        .headerCntr .navbar .navbar-brand {
            max-width: 210px;
            padding-top: .2125rem;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: all .3s;
            position: relative;
            z-index: 550
        }

        .headerCntr .navbar .navbar-collapse {
            justify-content: flex-end;
            padding-top: 5px
        }

            .headerCntr .navbar .navbar-collapse .navbar-nav {
                font-family: "Montserrat Semi Bold"
            }

                .headerCntr .navbar .navbar-collapse .navbar-nav li {
                    position: relative
                }

                    .headerCntr .navbar .navbar-collapse .navbar-nav li a {
                        color: #565253;
                        font-size: 14px;
                        padding: 19px;
                        text-transform: uppercase;
                        letter-spacing: .05em;
                        transition: .3s;
                        -webkit-transition: .3s;
                        -moz-transition: .3s;
                        -ms-transition: all .3s
                    }

                    .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus {
                        padding: 22px 0;
                        position: absolute;
                        left: -183px;
                        top: 100%;
                        width: 466px;
                        background-color: #fff;
                        z-index: 10;
                        box-shadow: 0 0 40px rgba(0,0,0,.15);
                        -moz-box-shadow: 0 0 40px rgba(0,0,0,.15);
                        -webkit-box-shadow: 0 0 40px rgba(0,0,0,.15);
                        display: none
                    }

                        .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus:before {
                            content: "";
                            border-left: 12px solid transparent;
                            border-right: 12px solid transparent;
                            border-bottom: 12px solid #fff;
                            position: absolute;
                            top: -11px;
                            left: 50%;
                            margin-left: -5px;
                            z-index: 1
                        }

                        .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li > a {
                            padding: 15px 45px;
                            transition: .3s;
                            -webkit-transition: .3s;
                            -moz-transition: .3s;
                            -ms-transition: all .3s
                        }

                            .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li > a span {
                                display: block
                            }

                            .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li > a .heading16 {
                                font-family: "Montserrat Semi Bold";
                                color: #355699;
                                margin-bottom: 5px
                            }

                                .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li > a .heading16 cite {
                                    font-style: normal;
                                    font-size: 12px;
                                    color: #999;
                                    font-family: Montserrat;
                                    text-transform: lowercase;
                                    padding-left: 7px;
                                    letter-spacing: 0
                                }

                            .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li > a .detils-text {
                                font-family: Montserrat;
                                font-size: 13px;
                                line-height: 20px;
                                text-transform: initial;
                                color: #999
                            }

                            .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li > a .image-icons {
                                width: 85px
                            }

                                .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li > a .image-icons img {
                                    max-width: 47px
                                }

                        .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li.active a, .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li:hover a {
                            background-color: #f6f5f5
                        }

                            .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li.active a .heading16, .headerCntr .navbar .navbar-collapse .navbar-nav li .submenus > ul > li:hover a .heading16 {
                                color: #565253
                            }

                    .headerCntr .navbar .navbar-collapse .navbar-nav li:hover a {
                        color: #000
                    }

                    .headerCntr .navbar .navbar-collapse .navbar-nav li:hover li a {
                        color: #999
                    }

                    .headerCntr .navbar .navbar-collapse .navbar-nav li:hover .submenus {
                        display: block
                    }

                .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav {
                    margin-left: 15px
                }

                    .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav:before {
                        content: "|";
                        color: #355699;
                        line-height: 55px;
                        font-size: 13px
                    }

                    .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav li a {
                        color: #355699;
                        padding: 18px 30px 17px;
                        font-size: 14px;
                        letter-spacing: .05em
                    }

                        .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav li a.btn-primary {
                            padding: 19px 30px 17px;
                            margin: -4px 0 0 10px;
                            color: #fff;
                            font-family: Montserrat
                        }

                    .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav.dashboard-nav:before {
                        content: none
                    }

                    .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav.dashboard-nav li a.btn-primary {
                        margin-top: -2px;
                        padding-top: 15px;
                        padding-bottom: 13px
                    }

.login-profile .profilePic {
    width: 55px;
    height: 55px;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block
}

    .login-profile .profilePic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%
    }

.login-profile .emailid {
    font-size: 14px;
    line-height: 14px;
    color: #565253;
    letter-spacing: .07em;
    padding-left: 20px
}

.notification-icon {
    margin-left: 25px
}

    .notification-icon .notification-bell {
        font-size: 31px;
        line-height: 31px;
        position: relative;
        display: inline-block;
        z-index: 550
    }

    .notification-icon .badge-number {
        padding: 0 2px;
        min-width: 17px;
        height: 17px;
        background-color: #d3652c;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
        color: #fff;
        display: block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        position: absolute;
        top: 4px;
        right: -6px
    }

.headerCntr.header-menu-fixed .navbar-partner-brand {
    max-width: 100px
}

.logos {
    display: flex;
    align-items: center
}

    .logos .navbar-partner-brand {
        margin-left: 5px;
        max-width: 115px;
        border-left: 1px solid #a6a6a6;
        display: inline-block;
        padding: 5px 15px
    }

        .logos .navbar-partner-brand img {
            max-height: 40px
        }

@media only screen and (max-width:1335px) {
    .headerCntr .navbar .navbar-collapse .navbar-nav li a {
        padding-left: 13px;
        padding-right: 13px
    }

    .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav li a {
        padding-left: 20px;
        padding-right: 15px
    }
}

@media only screen and (max-width:1209px) {
    .headerCntr .navbar .navbar-brand {
        max-width: 145px
    }

    .headerCntr .navbar .navbar-collapse .navbar-nav li a {
        padding-left: 11px;
        padding-right: 11px
    }

    .headerCntr.header-fixed .navbar .navbar-brand {
        max-width: 140px
    }

    .logos .navbar-partner-brand {
        max-width: 100px;
        margin-top: 6px
    }

    .headerCntr.header-menu-fixed .navbar-partner-brand {
        margin-top: 0
    }
}

@media only screen and (max-width:1099px) {
    .headerCntr .navbar .navbar-collapse {
        padding-top: 4px
    }

        .headerCntr .navbar .navbar-collapse .navbar-nav li a {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 13px
        }

        .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav li a {
            padding-left: 10px;
            padding-right: 10px
        }

            .headerCntr .navbar .navbar-collapse .navbar-nav.second-nav li a.btn-primary {
                padding-left: 15px;
                padding-right: 15px;
                margin-left: 0;
                font-size: 13px
            }
}

@media only screen and (max-width:991px) {
    .headerCntr .navbar .navbar-brand {
        max-width: 210px
    }

    .headerCntr .navbar .desktop-navbar {
        display: none
    }

    .headerCntr.header-fixed {
        padding: 10px 0 8px
    }

    .headerCntr.header-menu-fixed .mob-header {
        top: 64px
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 23px;
        color: #565253;
        padding: 0
    }

        .navbar-light .navbar-toggler:focus {
            outline: 0
        }

    .notification-icon {
        position: absolute;
        right: 75px
    }

    .mob-header {
        position: fixed;
        top: 82px;
        right: 0;
        bottom: 0;
        z-index: 10;
        width: 300px;
        height: auto;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%)
    }

        .mob-header.open-mob-mav {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0)
        }

    .tabmenu-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,.9);
        z-index: 15;
        display: none
    }

        .tabmenu-overlay.open-overlay {
            display: block
        }

    .mob-header-overlay {
        display: block;
        position: fixed;
        z-index: 10
    }

    .mob-navBar {
        padding: 20px 0;
        background-color: #fff;
        width: 300px;
        height: auto;
        position: absolute;
        right: 0;
        top: -1px;
        bottom: 0;
        z-index: 15
    }

        .mob-navBar:before {
            content: "";
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #fff;
            position: absolute;
            top: -11px;
            right: 15px;
            z-index: 1
        }

        .mob-navBar .mob-navBar-scroll {
            max-height: 100%;
            overflow: auto
        }

        .mob-navBar .navbar-inner {
            padding: 0 20px
        }

        .mob-navBar ul li {
            padding: 10px 0
        }

            .mob-navBar ul li a {
                font-family: Montserrat;
                font-size: 14px;
                line-height: 18px;
                color: #565253;
                display: block;
                text-transform: uppercase
            }

                .mob-navBar ul li a:hover {
                    color: #000
                }

                .mob-navBar ul li a.add-submenu {
                    position: relative;
                    padding-right: 20px
                }

                    .mob-navBar ul li a.add-submenu:before {
                        content: "";
                        font-family: HarappaIcons !important;
                        font-size: 18px;
                        color: #355699;
                        position: absolute;
                        right: 0;
                        top: 0
                    }

                    .mob-navBar ul li a.add-submenu.open-submenu {
                        font-family: "Montserrat Medium";
                        color: #000
                    }

                        .mob-navBar ul li a.add-submenu.open-submenu:before {
                            transform: rotate(180deg);
                            -webkit-transform: rotate(180deg);
                            -moz-transform: rotate(180deg);
                            -ms-transform: rotate(180deg)
                        }

            .mob-navBar ul li .nav-submenu {
                display: none
            }

                .mob-navBar ul li .nav-submenu ul {
                    padding-left: 20px;
                    padding-top: 10px
                }

                    .mob-navBar ul li .nav-submenu ul li a {
                        color: #355699;
                        font-family: "Montserrat Medium"
                    }

                    .mob-navBar ul li .nav-submenu ul li:last-child {
                        padding-bottom: 0
                    }

    .mob-overflow {
        overflow: hidden
    }

    .logos .navbar-partner-brand {
        margin-top: 0
    }
}

@media only screen and (max-width:639px) {
    .headerCntr .navbar {
        padding-top: 0;
        padding-bottom: 0
    }

        .headerCntr .navbar .navbar-brand {
            max-width: 160px
        }

    .login-profile .profilePic {
        height: 45px;
        width: 45px
    }

    .login-profile .emailid {
        max-width: 192px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: .02em;
        padding-left: 10px
    }

    .welcomeBox .btn {
        display: block;
        max-width: 300px;
        margin: 0 auto 25px !important
    }

    .mob-header {
        top: 69px
    }

    .logos.has-partner .navbar-brand {
        width: 45px;
        overflow: hidden
    }

        .logos.has-partner .navbar-brand img {
            max-width: none;
            width: 160px
        }

    .logos .navbar-partner-brand {
        margin-top: 0;
        max-width: 115px;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        height: 51px
    }

        .logos .navbar-partner-brand img {
            max-height: 100%
        }

    .headerCntr.header-menu-fixed .navbar-partner-brand {
        max-width: 115px
    }
}

@media only screen and (max-width:374px) {
    .mob-header, .mob-navBar {
        width: 270px
    }
}

@media only screen and (min-width:992px) {
    .mob-header {
        display: none
    }

        .mob-header.open-mob-mav {
            display: none !important
        }

    .mob-overflow {
        overflow: auto
    }

    .tabmenu-overlay, .tabmenu-overlay.open-overlay {
        display: none
    }
}

.footerCntr {
    width: 100%;
    background-color: #2d2f33
}

    .footerCntr .footer-inner {
        padding-left: 170px
    }

        .footerCntr .footer-inner .footer-logo {
            position: absolute;
            left: 0;
            top: 2px
        }

.footer-links li {
    margin-bottom: 20px;
    width: 25%
}

    .footer-links li a {
        padding-right: 20px;
        font-family: "Montserrat Medium";
        font-size: 14px;
        line-height: 16px;
        color: #f6f5f5;
        display: inline-block;
        letter-spacing: .1em;
        transition: color .3s ease-out;
        -webkit-transition: color .3s ease-out;
        -moz-transition: color .3s ease-out;
        -ms-transition: color .3s ease-out
    }

        .footer-links li a:hover {
            color: #e8c74c
        }

.footer-social-list {
    border-bottom: 1px solid #717275;
    text-align: center;
    padding-bottom: 17px
}

    .footer-social-list a {
        display: inline-block;
        font-size: 24px;
        color: #e8c74c;
        margin-left: 24px
    }

        .footer-social-list a:first-child {
            margin-left: 0
        }

        .footer-social-list a .fa {
            font-size: 29px
        }

.footer-policy-link {
    margin-top: 22px
}

    .footer-policy-link li {
        margin-bottom: 6px
    }

        .footer-policy-link li a {
            font-size: 12px;
            line-height: 18px;
            color: rgba(255,255,255,.3);
            letter-spacing: .1em;
            transition: color .3s ease-out;
            -webkit-transition: color .3s ease-out;
            -moz-transition: color .3s ease-out;
            -ms-transition: color .3s ease-out
        }

            .footer-policy-link li a:hover {
                color: #fff
            }

.copyrightBox {
    padding-bottom: 5px
}

    .copyrightBox p {
        font-size: 12px;
        line-height: 18px;
        color: rgba(255,255,255,.3);
        letter-spacing: .1em
    }

        .copyrightBox p a {
            color: rgba(255,255,255,.3);
            text-decoration: underline;
            transition: color .3s ease-out;
            -webkit-transition: color .3s ease-out;
            -moz-transition: color .3s ease-out;
            -ms-transition: color .3s ease-out
        }

            .copyrightBox p a:hover {
                color: #fff
            }

@media only screen and (max-width:1209px) {
    .footerCntr .footer-inner {
        padding-left: 120px
    }
}

@media only screen and (max-width:991px) {
    .footerCntr .footer-inner {
        padding-left: 90px
    }

    .footer-links li {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .footerCntr .footer-inner {
        padding-left: 0
    }

        .footerCntr .footer-inner .footer-logo {
            display: none !important
        }

    .footer-social-list {
        padding-top: 20px;
        text-align: center
    }

    .footer-policy-link {
        text-align: center
    }

        .footer-policy-link li {
            display: inline-block;
            margin: 0 20px
        }

            .footer-policy-link li a {
                font-size: 14px
            }

    .copyrightBox {
        text-align: center
    }

        .copyrightBox p {
            font-size: 14px
        }
}

@media only screen and (max-width:374px) {
    .footer-policy-link li {
        margin: 0 10px
    }

        .copyrightBox p, .footer-policy-link li a {
            font-size: 13px
        }
}

.bannerBlock {
    display: flex;
    align-items: center;
    background-image: url(aboutBanner.1025ff2e8a4a4cefcf16.jpg);
    min-height: 547px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    .bannerBlock .bannerBlock_title {
        font-size: 63px;
        line-height: 70px;
        color: #fff;
        font-family: "Montserrat Black";
        text-shadow: 0 0 15px rgba(0,0,0,.24)
    }

        .bannerBlock .bannerBlock_title small {
            font-size: 38px;
            line-height: 48px;
            font-family: "Montserrat Bold";
            display: block;
            letter-spacing: 10px
        }

    .bannerBlock.dashboard-banner {
        min-height: 202px;
        background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22utf-8%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 23.0.1%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0)  --%3E%3Csvg version%3D%221.1%22 id%3D%22Layer_3%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%09 viewBox%3D%220 0 1598.7 200%22 style%3D%22enable-background%3Anew 0 0 1598.7 200%3B%22 xml%3Aspace%3D%22preserve%22%3E%3Cstyle type%3D%22text%2Fcss%22%3E%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3Aurl(%23SVGID_3_)%3B%7D%09.st1%7Bopacity%3A0.5%3Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%09.st2%7Bfill%3Aurl(%23SVGID_4_)%3B%7D%09.st3%7Bopacity%3A0.25%3Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%09.st4%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%09.st5%7Bfill%3Anone%3Bstroke%3A%23355699%3Bstroke-miterlimit%3A10%3B%7D%09.st6%7Bfill%3Anone%3Bstroke%3A%2325AAE1%3Bstroke-miterlimit%3A10%3B%7D%09.st7%7Bfill%3Anone%3Bstroke%3A%2327A8E0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%09.st8%7Bfill%3Anone%3Bstroke%3A%2374D6FF%3Bstroke-miterlimit%3A10%3B%7D%09.st9%7Bopacity%3A0.8%3Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3Anone%3Bstroke%3A%23D17315%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%09.st10%7Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3Anone%3Bstroke%3A%23EFDF9A%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%09.st11%7Bopacity%3A0.3%3Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%09.st12%7Bfill%3A%23D17315%3B%7D%09.st13%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%09.st14%7Bfill%3Anone%3Bstroke%3A%2325AAE1%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%09.st15%7Bopacity%3A0.8%3Bfill%3A%23D17315%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cdefs%3E%09%09%3Crect id%3D%22SVGID_1_%22 x%3D%22-0.6%22 width%3D%221600%22 height%3D%22200%22%2F%3E%09%3C%2Fdefs%3E%09%3CclipPath id%3D%22SVGID_2_%22%3E%09%09%3Cuse xlink%3Ahref%3D%22%23SVGID_1_%22  style%3D%22overflow%3Avisible%3B%22%2F%3E%09%3C%2FclipPath%3E%09%09%09%3CradialGradient id%3D%22SVGID_3_%22 cx%3D%22799.3636%22 cy%3D%2225.0796%22 r%3D%221138.0199%22 fx%3D%221336.337%22 fy%3D%22-22.8602%22 gradientUnits%3D%22userSpaceOnUse%22%3E%09%09%3Cstop  offset%3D%220%22 style%3D%22stop-color%3A%23E8BF15%22%2F%3E%09%09%3Cstop  offset%3D%221%22 style%3D%22stop-color%3A%23E8AB4C%22%2F%3E%09%3C%2FradialGradient%3E%09%3Crect x%3D%22-0.6%22 y%3D%22-149.9%22 class%3D%22st0%22 width%3D%221600%22 height%3D%22350%22%2F%3E%09%3Cg class%3D%22st1%22%3E%09%09%09%09%09%3CradialGradient id%3D%22SVGID_4_%22 cx%3D%221201.3557%22 cy%3D%22-14.7218%22 r%3D%22468.4534%22 gradientTransform%3D%22matrix(1.8275 0 0 0.6932 -1017.5865 -4.5159)%22 gradientUnits%3D%22userSpaceOnUse%22%3E%09%09%09%3Cstop  offset%3D%220%22 style%3D%22stop-color%3A%23FFFFFF%22%2F%3E%09%09%09%3Cstop  offset%3D%221%22 style%3D%22stop-color%3A%23FFFFFF%3Bstop-opacity%3A0%22%2F%3E%09%09%3C%2FradialGradient%3E%09%09%3Cellipse class%3D%22st2%22 cx%3D%221177.9%22 cy%3D%22-14.7%22 rx%3D%22864%22 ry%3D%22323.3%22%2F%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st3%22%3E%09%09%3Cpath class%3D%22st4%22 d%3D%22M702%2C68.1c-2.7-0.3-3.6%2C0-5.6%2C1.9c-0.3%2C0.3-0.7%2C0.3-1.1%2C0.2c-0.4-0.2-0.6-0.6-0.5-1c0.3-2.7%2C0-3.6-1.9-5.6%09%09%09c-0.3-0.3-0.3-0.7-0.2-1.1l0%2C0c0.2-0.4%2C0.6-0.6%2C1-0.5c2.7%2C0.3%2C3.6%2C0%2C5.6-1.9c0.3-0.3%2C0.7-0.3%2C1.1-0.2c0.4%2C0.2%2C0.6%2C0.6%2C0.5%2C1%09%09%09c-0.3%2C2.7%2C0%2C3.6%2C1.9%2C5.6c0.3%2C0.3%2C0.3%2C0.7%2C0.2%2C1.1l0%2C0C702.8%2C68%2C702.4%2C68.2%2C702%2C68.1z%22%2F%3E%09%09%3Cpath class%3D%22st5%22 d%3D%22M376.4-78.4c-5.5-0.5-7.3%2C0.1-11.4%2C3.9c-0.6%2C0.6-1.5%2C0.7-2.2%2C0.3c-0.7-0.4-1.2-1.1-1.1-2%09%09%09c0.5-5.5-0.1-7.3-3.9-11.4c-0.6-0.6-0.7-1.5-0.3-2.2l0%2C0c0.4-0.7%2C1.1-1.2%2C2-1.1c5.5%2C0.5%2C7.3-0.1%2C11.4-3.9c0.6-0.6%2C1.5-0.7%2C2.2-0.3%09%09%09c0.7%2C0.4%2C1.2%2C1.1%2C1.1%2C2c-0.5%2C5.5%2C0.1%2C7.4%2C3.9%2C11.4c0.6%2C0.6%2C0.7%2C1.5%2C0.3%2C2.2l0%2C0C378-78.7%2C377.2-78.3%2C376.4-78.4z%22%2F%3E%09%09%3Cpath class%3D%22st6%22 d%3D%22M477.1%2C116.8c-5.5-0.5-7.3%2C0.1-11.4%2C3.9c-0.6%2C0.6-1.5%2C0.7-2.2%2C0.3c-0.7-0.4-1.2-1.1-1.1-2%09%09%09c0.5-5.5-0.1-7.3-3.9-11.4c-0.6-0.6-0.7-1.5-0.3-2.2l0%2C0c0.4-0.7%2C1.1-1.2%2C2-1.1c5.5%2C0.5%2C7.3-0.1%2C11.4-3.9c0.6-0.6%2C1.5-0.7%2C2.2-0.3%09%09%09c0.7%2C0.4%2C1.2%2C1.1%2C1.1%2C2c-0.5%2C5.5%2C0.1%2C7.4%2C3.9%2C11.4c0.6%2C0.6%2C0.7%2C1.5%2C0.3%2C2.2l0%2C0C478.7%2C116.4%2C477.9%2C116.9%2C477.1%2C116.8z%22%2F%3E%09%09%3Cpath class%3D%22st6%22 d%3D%22M1129.2%2C129.4c-4.4-0.4-5.8%2C0.1-9.1%2C3.1c-0.5%2C0.4-1.2%2C0.5-1.8%2C0.3c-0.6-0.3-0.9-0.9-0.9-1.5%09%09%09c0.4-4.4-0.1-5.8-3.1-9.1c-0.4-0.5-0.5-1.2-0.3-1.8l0%2C0c0.3-0.6%2C0.9-0.9%2C1.5-0.9c4.4%2C0.4%2C5.8-0.1%2C9.1-3.1c0.5-0.4%2C1.2-0.5%2C1.8-0.3%09%09%09c0.6%2C0.3%2C0.9%2C0.9%2C0.9%2C1.5c-0.4%2C4.4%2C0.1%2C5.8%2C3.1%2C9.1c0.4%2C0.5%2C0.5%2C1.2%2C0.3%2C1.8l0%2C0C1130.5%2C129.2%2C1129.8%2C129.5%2C1129.2%2C129.4z%22%2F%3E%09%09%3Cpath class%3D%22st5%22 d%3D%22M1223.5%2C124c-4.4-0.4-5.8%2C0.1-9.1%2C2.9c-0.5%2C0.4-1.2%2C0.5-1.8%2C0.2c-0.6-0.3-0.9-0.9-0.9-1.5%09%09%09c0.4-4.2-0.1-5.6-3.1-8.7c-0.4-0.5-0.5-1.1-0.3-1.7l0%2C0c0.3-0.6%2C0.9-0.9%2C1.5-0.8c4.4%2C0.4%2C5.8-0.1%2C9.1-2.9c0.5-0.4%2C1.2-0.5%2C1.8-0.2%09%09%09c0.6%2C0.3%2C0.9%2C0.9%2C0.9%2C1.5c-0.4%2C4.2%2C0.1%2C5.6%2C3.1%2C8.7c0.4%2C0.5%2C0.5%2C1.1%2C0.3%2C1.7l0%2C0C1224.8%2C123.7%2C1224.2%2C124.1%2C1223.5%2C124z%22%2F%3E%09%09%3Ccircle class%3D%22st5%22 cx%3D%22814.8%22 cy%3D%2259.9%22 r%3D%226.1%22%2F%3E%09%09%3Ccircle class%3D%22st5%22 cx%3D%22600.8%22 cy%3D%22103.5%22 r%3D%227%22%2F%3E%09%09%3Ccircle class%3D%22st6%22 cx%3D%22760.9%22 cy%3D%22144.9%22 r%3D%226.1%22%2F%3E%09%09%3Cpath class%3D%22st7%22 d%3D%22M462.1-12.5c-2.7-0.3-3.6%2C0-5.6%2C1.9c-0.3%2C0.3-0.7%2C0.3-1.1%2C0.2c-0.4-0.2-0.6-0.6-0.5-1c0.3-2.7%2C0-3.6-1.9-5.6%09%09%09c-0.3-0.3-0.3-0.7-0.2-1.1l0%2C0c0.2-0.4%2C0.6-0.6%2C1-0.5c2.7%2C0.3%2C3.6%2C0%2C5.6-1.9c0.3-0.3%2C0.7-0.3%2C1.1-0.2c0.4%2C0.2%2C0.6%2C0.6%2C0.5%2C1%09%09%09c-0.3%2C2.7%2C0%2C3.6%2C1.9%2C5.6c0.3%2C0.3%2C0.3%2C0.7%2C0.2%2C1.1l0%2C0C462.9-12.7%2C462.5-12.5%2C462.1-12.5z%22%2F%3E%09%09%3Ccircle class%3D%22st5%22 cx%3D%22574.9%22 cy%3D%22-20.8%22 r%3D%226.1%22%2F%3E%09%09%3Ccircle class%3D%22st4%22 cx%3D%22360.9%22 cy%3D%2222.9%22 r%3D%227%22%2F%3E%09%09%3Cpath class%3D%22st6%22 d%3D%22M972.5%2C19c-2.7-0.3-3.6%2C0-5.6%2C1.9c-0.3%2C0.3-0.7%2C0.3-1.1%2C0.2c-0.4-0.2-0.6-0.6-0.5-1c0.3-2.7%2C0-3.6-1.9-5.6%09%09%09c-0.3-0.3-0.3-0.7-0.2-1.1l0%2C0c0.2-0.4%2C0.6-0.6%2C1-0.5c2.7%2C0.3%2C3.6%2C0%2C5.6-1.9c0.3-0.3%2C0.7-0.3%2C1.1-0.2c0.4%2C0.2%2C0.6%2C0.6%2C0.5%2C1%09%09%09c-0.3%2C2.7%2C0%2C3.6%2C1.9%2C5.6c0.3%2C0.3%2C0.3%2C0.7%2C0.2%2C1.1l0%2C0C973.3%2C18.8%2C972.9%2C19%2C972.5%2C19z%22%2F%3E%09%09%3Cpath class%3D%22st6%22 d%3D%22M243.5-76.3c-2.7-0.3-3.6%2C0-5.6%2C1.9c-0.3%2C0.3-0.7%2C0.3-1.1%2C0.2c-0.4-0.2-0.6-0.6-0.5-1c0.3-2.7%2C0-3.6-1.9-5.6%09%09%09c-0.3-0.3-0.3-0.7-0.2-1.1l0%2C0c0.2-0.4%2C0.6-0.6%2C1-0.5c2.7%2C0.3%2C3.6%2C0%2C5.6-1.9c0.3-0.3%2C0.7-0.3%2C1.1-0.2c0.4%2C0.2%2C0.6%2C0.6%2C0.5%2C1%09%09%09c-0.3%2C2.7%2C0%2C3.6%2C1.9%2C5.6c0.3%2C0.3%2C0.3%2C0.7%2C0.2%2C1.1l0%2C0C244.2-76.5%2C243.9-76.3%2C243.5-76.3z%22%2F%3E%09%09%3Ccircle class%3D%22st4%22 cx%3D%221065.8%22 cy%3D%22-47.1%22 r%3D%226.1%22%2F%3E%09%09%3Ccircle class%3D%22st8%22 cx%3D%221170.9%22 cy%3D%22-110.7%22 r%3D%227%22%2F%3E%09%09%3Ccircle class%3D%22st6%22 cx%3D%221100.9%22 cy%3D%2246.1%22 r%3D%226.1%22%2F%3E%09%09%3Cpath class%3D%22st5%22 d%3D%22M983%2C103c-2.7-0.3-3.6%2C0-5.6%2C1.9c-0.3%2C0.3-0.7%2C0.3-1.1%2C0.2c-0.4-0.2-0.6-0.6-0.5-1c0.3-2.7%2C0-3.6-1.9-5.6%09%09%09c-0.3-0.3-0.3-0.7-0.2-1.1l0%2C0c0.2-0.4%2C0.6-0.6%2C1-0.5c2.7%2C0.3%2C3.6%2C0%2C5.6-1.9c0.3-0.3%2C0.7-0.3%2C1.1-0.2c0.4%2C0.2%2C0.6%2C0.6%2C0.5%2C1%09%09%09c-0.3%2C2.7%2C0%2C3.6%2C1.9%2C5.6c0.3%2C0.3%2C0.3%2C0.7%2C0.2%2C1.1l0%2C0C983.7%2C102.8%2C983.4%2C103%2C983%2C103z%22%2F%3E%09%3C%2Fg%3E%09%3Cpath class%3D%22st9%22 d%3D%22M-38.2%2C91c61.1-16.3%2C128%2C38%2C128%2C38%22%2F%3E%09%3Cpath class%3D%22st10%22 d%3D%22M-13.6%2C97.3c61.1-16.3%2C129.8%2C39.4%2C129.8%2C39.4%22%2F%3E%09%3Cpath class%3D%22st10%22 d%3D%22M202.6%2C205.1c0%2C0-60.7-88.6-221.5-85.6%22%2F%3E%09%3Cpath class%3D%22st9%22 d%3D%22M218.8%2C203.8c0%2C0-65.1-91.8-251.4-88.2%22%2F%3E%09%3Cg class%3D%22st11%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st12%22 points%3D%2248.1%2C163.6 55.7%2C135.2 63.2%2C163.6 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st13%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st14%22 points%3D%2252.3%2C167.3 60.6%2C135.7 69%2C167.3 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st11%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st12%22 points%3D%2289.3%2C186.3 100.1%2C145.7 110.8%2C186.3 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st13%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st14%22 points%3D%2284.3%2C188.5 93.2%2C154.9 102.2%2C188.5 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st11%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st12%22 points%3D%2221.7%2C153.1 27.5%2C131.2 33.3%2C153.1 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st13%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st14%22 points%3D%2227.5%2C154.9 31.6%2C139.4 35.7%2C154.9 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st11%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st12%22 points%3D%221566.9%2C162.9 1573.9%2C136.5 1580.9%2C162.9 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%09%3Cline class%3D%22st15%22 x1%3D%221576%22 y1%3D%22151.9%22 x2%3D%221571.8%22 y2%3D%22161%22%2F%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st13%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st14%22 points%3D%221563.5%2C165.1 1568.4%2C146.4 1573.3%2C165.1 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cpath class%3D%22st10%22 d%3D%22M1330.9%2C203.6c51.1-56.7%2C154.6-45.9%2C154.6-45.9%22%2F%3E%09%3Cpath class%3D%22st9%22 d%3D%22M1351.8%2C201c51.1-56.7%2C173.3-52.9%2C173.3-52.9%22%2F%3E%09%3Cpath class%3D%22st9%22 d%3D%22M1705.2%2C137.9c0%2C0-122.8-45.9-283.5%2C63%22%2F%3E%09%3Cpath class%3D%22st10%22 d%3D%22M1719%2C123.4c0%2C0-128.1-44.3-310.8%2C79%22%2F%3E%09%3Cg class%3D%22st11%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st12%22 points%3D%221522.5%2C177.7 1531.7%2C142.9 1541%2C177.7 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg class%3D%22st13%22%3E%09%09%3Cg%3E%09%09%09%3Cpolygon class%3D%22st14%22 points%3D%221518.2%2C179.6 1525.9%2C150.7 1533.5%2C179.6 %09%09%09%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        align-items: normal;
        padding-bottom: 100px
    }

        .bannerBlock.dashboard-banner .heading24 {
            margin: 55px 0 10px
        }

        .bannerBlock.dashboard-banner .privacypolicy-heading {
            position: relative;
            padding-right: 200px
        }

            .bannerBlock.dashboard-banner .privacypolicy-heading .lastdates {
                font-family: "Montserrat Light";
                font-size: 14px;
                line-height: 23px;
                letter-spacing: normal;
                color: #fef6d8;
                position: absolute;
                right: 0;
                top: 3px
            }

    .bannerBlock.profilesettingBanner {
        background: #e8c74c;
        height: 100px;
        min-height: auto
    }

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1367px) {
    .bannerBlock {
        min-height: 450px
    }

        .bannerBlock .bannerBlock_title {
            font-size: 53px;
            line-height: 54px
        }
}

@media only screen and (max-width:1209px) {
    .bannerBlock .bannerBlock_title {
        font-size: 45px
    }

        .bannerBlock .bannerBlock_title small {
            font-size: 34px
        }
}

@media only screen and (max-width:1023px) {
    .bannerBlock .bannerBlock_title {
        font-size: 38px;
        line-height: 48px
    }

        .bannerBlock .bannerBlock_title small {
            font-size: 26px;
            line-height: 38px
        }
}

@media only screen and (max-width:767px) {
    .bannerBlock .bannerBlock_title {
        font-size: 36px;
        line-height: 46px
    }

        .bannerBlock .bannerBlock_title small {
            letter-spacing: 7px
        }

    .bannerBlock.dashboard-banner {
        padding-bottom: 60px
    }

        .bannerBlock.dashboard-banner .heading24 {
            margin-top: 35px
        }

        .bannerBlock.dashboard-banner .privacypolicy-heading {
            padding-right: 0
        }

            .bannerBlock.dashboard-banner .privacypolicy-heading .lastdates {
                position: static;
                display: block;
                padding-top: 5px
            }
}

.spacelr-100 {
    padding-left: 100px;
    padding-right: 100px
}

.spacelr-70 {
    padding-left: 70px;
    padding-right: 70px
}

.spacelr-35 {
    padding-left: 35px;
    padding-right: 35px
}

.bindBlock {
    margin-top: -97px
}

    .bindBlock .bind-content {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
        position: relative
    }

        .bindBlock .bind-content:before {
            content: "";
            width: 10px;
            height: 237px;
            background-color: #565253;
            position: absolute;
            left: -10px;
            top: 206px
        }

        .bindBlock .bind-content:after {
            content: "";
            width: 10px;
            height: 237px;
            background-color: #565253;
            position: absolute;
            right: -10px;
            top: 206px
        }

    .bindBlock .bind-video {
        position: relative
    }

        .bindBlock .bind-video img {
            width: 100%
        }

    .bindBlock .bind-details {
        padding: 28px 7% 25px
    }

        .bindBlock .bind-details h3 {
            font-family: "Montserrat Medium";
            font-size: 24px;
            line-height: 24px;
            color: #565253;
            margin-bottom: 15px
        }

    .bindBlock.homeBindBlock {
        margin-top: 0
    }

        .bindBlock.homeBindBlock .bind-content:after, .bindBlock.homeBindBlock .bind-content:before {
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            background-color: #565253
        }

.advantageBlock .advantage-col {
    padding: 8px 40px 40px;
    width: 33.33%;
    border-left: 1px solid #eaeaea;
    margin-bottom: 15px
}

    .advantageBlock .advantage-col h4 {
        font-family: "Montserrat Black";
        font-size: 18px;
        line-height: 24px;
        color: #333;
        min-height: 48px;
        margin-bottom: 6px
    }

    .advantageBlock .advantage-col img {
        margin: 0 auto 23px
    }

    .advantageBlock .advantage-col:first-child {
        border-left: none
    }

.advantageBlock.ValueBox h4 {
    min-height: inherit
}

.advantageBlock.ValueBox .advantage-col {
    width: 100%;
    border-left: none;
    margin-bottom: 0
}

    .advantageBlock.ValueBox .advantage-col img {
        height: 137px
    }

.advantageBlock.ValueBox .advantage-inner {
    position: relative
}

    .advantageBlock.ValueBox .advantage-inner:before {
        content: "";
        border-left: 1px solid #eaeaea;
        position: absolute;
        left: 0;
        top: 55px;
        bottom: 0
    }

    .advantageBlock.ValueBox .advantage-inner:focus {
        outline: 0
    }

.advantageBlock.ValueBox .slick-track {
    display: flex
}

    .advantageBlock.ValueBox .slick-track .slick-slide {
        height: auto
    }

.advantageBlock.ValueBox .slick-slider:before {
    content: "";
    border-left: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block
}

.advantageBlock.ValueBox .slickCarousel .slick-next, .advantageBlock.ValueBox .slickCarousel .slick-prev {
    bottom: -118px
}

.foundersBlock {
    background-color: #e8c74c;
    position: relative
}

    .foundersBlock:before {
        content: "";
        height: 144px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0
    }

    .foundersBlock .ourTeam {
        padding-top: 224px
    }

        .foundersBlock .ourTeam .heading-black {
            margin: 2px 0 5px
        }

        .foundersBlock .ourTeam p {
            margin-bottom: 30px
        }

    .foundersBlock .TeamInfoImage .TeamInfoInner {
        float: right;
        position: relative
    }

    .foundersBlock .founderImage {
        position: relative;
        z-index: 10
    }

    .foundersBlock .founderDetails {
        position: absolute;
        bottom: 110px;
        left: -151px;
        z-index: 11
    }

        .foundersBlock .founderDetails img {
            margin-left: 80px;
            margin-top: 5px
        }

        .foundersBlock .founderDetails.founderDetailsRight {
            left: auto;
            bottom: auto;
            top: 185px;
            width: 240px;
            right: -150px
        }

            .foundersBlock .founderDetails.founderDetailsRight img {
                margin: 5px 0 0 -57px
            }

        .foundersBlock .founderDetails h5 a {
            color: #333
        }

            .foundersBlock .founderDetails h5 a:hover {
                color: #333;
                text-decoration: none
            }

    .foundersBlock .TeamInfo {
        padding-top: 78px;
        padding-left: 45px
    }

    .foundersBlock .TeamDetails {
        padding: 0 30px 74px;
        height: 100%;
        background-color: #fff;
        box-shadow: 0 0 81px rgba(107,107,107,.2);
        -moz-box-shadow: 0 0 81px rgba(107,107,107,.2);
        -webkit-box-shadow: 0 0 81px rgba(107,107,107,.2);
        position: relative;
        z-index: 1
    }

        .foundersBlock .TeamDetails img {
            margin: 0 auto -40px;
            position: relative;
            top: -68px
        }

        .foundersBlock .TeamDetails h3 {
            font-family: "Montserrat Medium";
            font-size: 24px;
            line-height: 24px;
            color: #565253;
            margin-bottom: 7px;
            letter-spacing: .05em
        }

        .foundersBlock .TeamDetails p {
            margin-bottom: 12px;
            letter-spacing: .05em
        }

        .foundersBlock .TeamDetails .SocialList {
            position: absolute;
            left: 30px;
            bottom: 43px
        }

.SocialList a {
    background-color: #ccc;
    width: 25px;
    height: 25px;
    color: #fff;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s
}

    .SocialList a:first-child {
        margin-left: 0
    }

    .SocialList a i {
        font-size: 18px;
        line-height: 25px
    }

        .SocialList a i.fa-twitter {
            line-height: 27px
        }

        .SocialList a i.fa-linkedin {
            font-size: 15px
        }

    .SocialList a:hover {
        background-color: #e8c74c
    }

.methodBlock {
    overflow: hidden
}

    .methodBlock .method-pic .method-pic-inner {
        box-shadow: 0 0 81px rgba(107,107,107,.2);
        -moz-box-shadow: 0 0 81px rgba(107,107,107,.2);
        -webkit-box-shadow: 0 0 81px rgba(107,107,107,.2)
    }

    .methodBlock .method-pic img {
        width: 100%
    }

    .methodBlock .method-pic .method-pic__info {
        background-color: #eee;
        padding: 17px 6%;
        text-align: center;
        position: relative;
        top: -32px;
        right: -50px;
        width: 100%
    }

        .methodBlock .method-pic .method-pic__info p {
            font-size: 14px;
            line-height: 24px;
            color: #565253
        }

    .methodBlock .method-detils {
        padding-top: 33px
    }

        .methodBlock .method-detils ul {
            display: block;
            border: none
        }

            .methodBlock .method-detils ul li {
                border: none;
                border-bottom: 1px solid #eaeaea;
                margin: 0
            }

                .methodBlock .method-detils ul li a {
                    padding: 0;
                    border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    font-size: 18px;
                    line-height: 20px;
                    color: #bcb9b9;
                    border: none;
                    transition: .35s;
                    -webkit-transition: .35s;
                    -moz-transition: .35s;
                    -ms-transition: all .35s
                }

                    .methodBlock .method-detils ul li a span {
                        display: inline-block;
                        padding: 17px 0;
                        position: relative;
                        transition: width .35s ease-out;
                        -webkit-transition: width .35s ease-out;
                        -moz-transition: width .35s ease-out;
                        -ms-transition: width ease-out .35s
                    }

                        .methodBlock .method-detils ul li a span:before {
                            content: "";
                            width: 0%;
                            position: absolute;
                            left: auto;
                            right: 0;
                            bottom: 0;
                            height: 3px;
                            background-color: #355699;
                            z-index: 2;
                            transition: width .35s ease-out;
                            -webkit-transition: width .35s ease-out;
                            -moz-transition: width .35s ease-out;
                            -ms-transition: width ease-out .35s
                        }

                    .methodBlock .method-detils ul li a.active, .methodBlock .method-detils ul li a:hover {
                        color: #355699;
                        font-family: "Montserrat Semi Bold";
                        border-color: none
                    }

                        .methodBlock .method-detils ul li a.active span:before, .methodBlock .method-detils ul li a:hover span:before {
                            left: 0;
                            width: 100%
                        }

.method-tabs .nav-tabs {
    display: none
}

.method-tabs .method-detils {
    width: 36.5%;
    float: right
}

.method-tabs .method-show {
    width: 59.2%;
    float: left
}

.method-tabs .card-body {
    padding: 0
}

.habitsBlock {
    background: url(home-habbit-bg.21163682abeae8c3f402.jpg) top center/cover no-repeat
}

    .habitsBlock .habits-content {
        margin: 0 -10px;
        padding-top: 7px
    }

    .habitsBlock .habits-col-inner {
        width: 20%;
        padding: 0 10px 20px
    }

    .habitsBlock .habits-col {
        padding: 23px 25px 27px;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
        transition: .3s ease-out;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: ease-out .3s;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        text-align: center;
        height: 100%;
        cursor: pointer
    }

        .habitsBlock .habits-col .heading18 {
            font-family: Archer;
            margin-bottom: 7px
        }

        .habitsBlock .habits-col img {
            margin: 0 auto 23px
        }

        .habitsBlock .habits-col p {
            color: #848484
        }

        .habitsBlock .habits-col:hover {
            transform: scale(1.12);
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.12);
            -ms-transform: scale(1.12)
        }

    .habitsBlock.homeHabitsBlock {
        background-image: url(home-habbit-bg.21163682abeae8c3f402.jpg);
        padding: 190px 0 90px;
        margin-top: -105px;
        background-position: center center
    }

    .habitsBlock .home-habit-details {
        max-width: 656px;
        margin: auto
    }

.diariesBlock .dairies-content {
    margin: 0 -16px;
    padding-top: 12px
}

    .diariesBlock .dairies-content .slick-track {
        padding-top: 25px
    }

.diariesBlock .dairies-col-inner {
    width: 33.3%;
    padding: 0 16px 25px
}

    .diariesBlock .dairies-col-inner:focus {
        outline: 0
    }

.diariesBlock .dairies-col {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    height: 100%;
    min-height: 415px;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: ease-out .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    cursor: pointer
}

    .diariesBlock .dairies-col:hover {
        -webkit-transform: scale(1.1)
    }

.diariesBlock .dates {
    display: block;
    font-family: "Montserrat Light";
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    letter-spacing: .05em;
    margin-bottom: 6px
}

.diariesBlock .textPara {
    letter-spacing: .03em;
    margin-bottom: 12px;
    display: block;
    color: #848484
}

    .diariesBlock .textPara:hover {
        color: #000
    }

.diariesBlock img {
    margin-bottom: 27px
}

.diariesBlock .dairies-readmore {
    position: absolute;
    right: 0;
    top: 38px;
    width: 90px;
    height: 236px;
    white-space: normal;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px
}

.legendBlock p {
    margin-bottom: 30px
}

.legendBlock .highlighText {
    padding-left: 20px;
    margin-left: 25px;
    position: relative
}

    .legendBlock .highlighText:before {
        content: "";
        border-left: 3px solid #355699;
        position: absolute;
        left: 0;
        top: 8px;
        bottom: 8px
    }

@media only screen and (max-width:1367px) {
    .diariesBlock .dairies-readmore {
        width: 80px
    }

    .diary-spaceing {
        padding-right: 80px
    }
}

@media only screen and (max-width:1209px) {
    .advantageBlock .advantage-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .habitsBlock .habits-col {
        padding: 20px 15px
    }

        .habitsBlock .habits-col .heading18 {
            font-size: 16px
        }

        .habitsBlock .habits-col img {
            max-height: 70px
        }

    .foundersBlock .TeamInfo {
        padding-left: 20px
    }

    .methodBlock .method-pic .method-pic__info {
        right: -15px
    }
}

@media only screen and (max-width:1199px) {
    .diary-spaceing {
        padding-right: 0
    }

    .method-tabs .method-show {
        width: 440px
    }

    .method-tabs .method-detils {
        padding-top: 10px;
        width: 320px
    }

    .spacelr-100 {
        padding-left: 50px;
        padding-right: 50px
    }

    .foundersBlock .founderDetails {
        bottom: auto;
        top: 69px;
        z-index: 0;
        left: -191px
    }

        .foundersBlock .founderDetails.founderDetailsRight {
            right: -130px;
            z-index: 0
        }
}

@media only screen and (max-width:1099px) {
    .diary-spaceing {
        padding-right: 80px
    }
}

@media only screen and (max-width:991px) {
    .spacelr-100, .spacelr-70 {
        padding-left: 0;
        padding-right: 0
    }

    .bindBlock .bind-content:after, .bindBlock .bind-content:before {
        height: 150px;
        top: 90px
    }

    .bindBlock .bind-details {
        padding: 28px 0 10px
    }

    .advantageBlock .advantage-col {
        padding-bottom: 30px
    }

        .advantageBlock .advantage-col img {
            max-height: 120px
        }

    .foundersBlock:before {
        content: none
    }

    .foundersBlock .TeamDetails {
        padding-left: 20px;
        padding-right: 20px
    }

    .foundersBlock .ourTeam {
        padding-top: 40px;
        text-align: center
    }

        .foundersBlock .ourTeam .heading-black {
            letter-spacing: 0
        }

    .foundersBlock .TeamInfoImage {
        text-align: center
    }

        .foundersBlock .TeamInfoImage .TeamInfoInner {
            float: none;
            display: inline-block
        }

    .foundersBlock .founderDetails {
        text-align: left;
        width: 200px;
        left: -140px
    }

        .foundersBlock .founderDetails.founderDetailsRight {
            right: -145px
        }

    .diary-spaceing {
        padding-right: 0
    }

    .diariesBlock .dairies-readmore {
        display: none
    }

    .diariesBlock .dairies-content {
        margin: 0 -10px
    }

    .diariesBlock .dairies-col-inner {
        padding-left: 10px;
        padding-right: 10px
    }

    .habitsBlock .habits-col-inner {
        width: 100%;
        padding: 0 0 20px
    }

    .habitsBlock .habits-content {
        margin: 0
    }

    .habitsBlock .habits-col {
        position: relative;
        text-align: left;
        padding-left: 100px;
        min-height: 95px
    }

        .habitsBlock .habits-col img {
            position: absolute;
            left: 20px;
            top: 10px;
            margin: 0
        }

    .methodBlock .method-pic .method-pic__info {
        right: auto;
        width: 94%;
        left: 3%;
        top: -22px;
        padding: 15px
    }

    .methodBlock .method-detils ul li a {
        font-size: 16px
    }

        .methodBlock .method-detils ul li a span {
            padding: 14px 0
        }

    .method-tabs .method-show {
        width: 355px
    }

    .topSpace-6 {
        margin-top: -6px
    }

    .advantageBlock.ValueBox .advantage-col img {
        max-height: 100%;
        height: 110px
    }
}

@media only screen and (max-width:767px) {
    .spacelr-35 {
        padding-left: 0;
        padding-right: 0
    }

    .advantageBlock .advantage-col {
        width: 100%;
        border-left: none;
        border-top: 1px solid #eaeaea;
        margin-bottom: 0;
        padding: 25px 5px
    }

        .advantageBlock .advantage-col:first-child {
            border-top: none
        }

        .advantageBlock .advantage-col h4 {
            min-height: auto
        }

    .foundersBlock .ourTeam {
        padding-bottom: 110px
    }

    .foundersBlock .founderDetails {
        left: -46px;
        top: -80px
    }

        .foundersBlock .founderDetails.founderDetailsRight {
            right: -74px;
            width: 220px;
            top: -25px
        }

            .foundersBlock .founderDetails.founderDetailsRight img {
                margin: 29px 0 0 30px;
                -webkit-transform: rotate(-24deg);
                transform: rotate(-24deg);
                width: 122px
            }

        .foundersBlock .founderDetails img {
            margin-left: 0;
            margin-top: 42px;
            -webkit-transform: rotate(39deg);
            transform: rotate(39deg);
            width: 132px
        }

    .foundersBlock .founderImage {
        max-height: 400px
    }

    .foundersBlock .TeamDetails img {
        width: 100%
    }

    .foundersBlock .TeamDetails .SocialList {
        bottom: 25px
    }

    .foundersBlock .TeamInfo {
        padding-left: 0
    }

    .bindBlock {
        margin-top: -55px
    }

    .dairies-content.slick-slider .slick-list, .dairies-content.slick-slider .slick-track {
        padding-right: 60px
    }

    .methodBlock .method-pic .method-pic-inner {
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
    }

    .method-tabs .tab-pane {
        display: block !important;
        opacity: 1
    }

    .method-tabs .method-detils {
        display: none
    }

    .method-tabs .method-show {
        width: 100%;
        float: none;
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
        padding: 20px;
        background-color: #fff
    }

    .method-tabs .card {
        border: none;
        border-top: 1px solid #d5d5d6;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

        .method-tabs .card:first-child {
            border-top: none
        }

    .method-tabs .method-pic {
        padding-top: 10px
    }

    .method-tabs .card-header {
        padding: 10px 5px;
        background-color: #fff;
        border-bottom: none
    }

        .method-tabs .card-header:first-child {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0
        }

        .method-tabs .card-header h5 a {
            display: block;
            padding: 10px 23px 10px 5px;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            font-size: 18px;
            line-height: 24px;
            color: #bcb9b9;
            border: none;
            position: relative
        }

            .method-tabs .card-header h5 a:before {
                content: "";
                font-family: HarappaIcons !important;
                font-size: 18px;
                line-height: 24px;
                color: #355699;
                position: absolute;
                right: 0;
                top: 10px
            }

            .method-tabs .card-header h5 a[aria-expanded=true] {
                color: #355699;
                font-family: "Montserrat Semi Bold"
            }

                .method-tabs .card-header h5 a[aria-expanded=true]:before {
                    transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg)
                }

            .method-tabs .card-header h5 a[aria-expanded=false] {
                color: #bcb9b9
            }

                .method-tabs .card-header h5 a[aria-expanded=false]:before {
                    transform: rotate(0);
                    -webkit-transform: rotate(0);
                    -moz-transform: rotate(0);
                    -ms-transform: rotate(0)
                }

    .diariesBlock .dairies-col:hover, .habitsBlock .habits-col:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02)
    }

    .advantageBlock.ValueBox .slickCarousel .slick-next, .advantageBlock.ValueBox .slickCarousel .slick-prev {
        bottom: -50px
    }

    .advantageBlock.ValueBox .advantage-inner:before, .advantageBlock.ValueBox .slick-slider:before {
        content: none
    }

    .legendBlock .highlighText {
        margin-left: 0
    }
}

@media only screen and (max-width:639px) {
    .bannerBlock {
        min-height: 430px
    }

        .bannerBlock .bannerBlock_title {
            font-size: 30px;
            line-height: 40px
        }

            .bannerBlock .bannerBlock_title small {
                font-size: 26px;
                line-height: 34px;
                letter-spacing: 1px
            }

    .bindBlock .bind-content {
        padding: 15px
    }

        .bindBlock .bind-content:after, .bindBlock .bind-content:before {
            height: 110px;
            top: 55px
        }

    .bindBlock .bind-video .btn-play {
        width: 60px
    }
}

@media only screen and (max-width:575px) {
    .mob-tb-space {
        margin-top: 100px
    }

    .foundersBlock .TeamDetails {
        padding-bottom: 20px
    }

        .foundersBlock .TeamDetails .SocialList {
            position: static
        }

    .foundersBlock .founderDetails p {
        font-size: 14px
    }

    .foundersBlock .founderDetails .heading18 {
        font-size: 16px
    }

    .foundersBlock .TeamInfo {
        padding-top: 0
    }

    .foundersBlock .ourTeam p {
        margin-bottom: 0
    }
}

@media only screen and (max-width:549px) {
    .diariesBlock img {
        width: 100%
    }

    .diariesBlock .dairies-col {
        min-height: 400px
    }

    .dairies-content.slick-slider .slick-list, .dairies-content.slick-slider .slick-track {
        padding-right: 50px
    }
}

@media only screen and (max-width:374px) {
    .foundersBlock .founderDetails {
        left: -25px
    }
}

@media(min-width:768px) {
    .method-tabs .nav-tabs {
        display: flex
    }

    .method-tabs .card {
        border: none
    }

        .method-tabs .card .card-header {
            display: none
        }

        .method-tabs .card .collapse {
            display: block
        }
}

.heading2 {
    font-size: 36px;
    font-family: "Montserrat Bold";
    line-height: 45px;
    color: #565253
}

.breadcrumbBlock .breadcrumb {
    background-color: transparent;
    padding: 12px 0 20px
}

    .breadcrumbBlock .breadcrumb li {
        letter-spacing: .05em;
        line-height: 12px;
        font-family: Montserrat;
        font-size: 12px
    }

        .breadcrumbBlock .breadcrumb li:first-child {
            border-left: 1px solid #ccc;
            padding-left: 20px
        }

        .breadcrumbBlock .breadcrumb li a {
            color: #355699;
            font-family: "Montserrat Medium"
        }

    .breadcrumbBlock .breadcrumb.breadcrumb-black li {
        color: #666
    }

        .breadcrumbBlock .breadcrumb.breadcrumb-black li:first-child {
            border-left: 0;
            padding-left: 0
        }

            .breadcrumbBlock .breadcrumb.breadcrumb-black li:first-child a {
                font-family: "Montserrat Medium"
            }

        .breadcrumbBlock .breadcrumb.breadcrumb-black li a {
            color: #666;
            font-family: "Montserrat Light"
        }

.authorInfo {
    padding-top: 46px;
    padding-bottom: 25px;
    padding-right: 30px
}

    .authorInfo .heading2 {
        letter-spacing: -.02em
    }

        .authorInfo .heading2 small {
            font-family: Montserrat;
            font-size: 30px;
            line-height: 34px;
            display: block
        }

.bannerInfo--Video {
    height: 465px
}

    .bannerInfo--Video img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.author {
    position: relative;
    display: flex
}

    .author .mediaBlock {
        height: 50px;
        width: 50px;
        margin-right: 15px;
        overflow: hidden;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        text-align: center;
        display: inline-block;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    .author p {
        font-size: 14px;
        font-family: "Montserrat Medium";
        padding-top: 2px;
        padding-bottom: 2px;
        color: #666
    }

.blogdetailsBlock {
    position: relative;
    padding-left: 132px;
    padding-right: 132px
}

    .blogdetailsBlock video:focus {
        outline: 0
    }

    .blogdetailsBlock video::-webkit-media-controls {
        overflow: hidden !important
    }

    .blogdetailsBlock video::-webkit-media-controls-enclosure {
        width: calc(100% + 40px);
        margin-left: auto
    }

    .blogdetailsBlock .detailText {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .blogdetailsBlock .heading20 {
        letter-spacing: -.03em
    }

    .blogdetailsBlock p {
        margin-bottom: 11px;
        font-size: 18px;
        font-family: "Montserrat Light";
        line-height: 36px;
        color: #565253
    }

        .blogdetailsBlock p a {
            color: #355699
        }

    .blogdetailsBlock .go-next-popup {
        display: none;
        bottom: -35px;
        z-index: 10
    }

.image_caption {
    display: block;
    text-align: right;
    letter-spacing: .05em;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: "Montserrat Italic";
    font-size: 12px;
    font-color: #565253
}

.subscribeBlock {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    position: relative;
    z-index: 3;
    background-image: url(subscribe-bg.172bb1541c68fed38c7c.png);
    background-repeat: no-repeat;
    background-position: 40px center;
    background-color: #e8c74c;
    text-align: center;
    padding: 55px 30px 59px 20px
}

    .subscribeBlock .subscribe-email {
        width: 100%;
        max-width: 522px;
        margin: auto
    }

        .subscribeBlock .subscribe-email .btn {
            padding: 10px 30px
        }

    .subscribeBlock .form-control {
        height: 48px
    }

    .subscribeBlock .heading30 {
        text-shadow: 3px -9px 27px rgba(0,0,0,.1);
        margin-bottom: 11px
    }

.maylikeBlock {
    background-color: #f6f5f5;
    padding-top: 177px;
    padding-bottom: 75px;
    margin-top: -80px
}

    .maylikeBlock .heading30 {
        text-align: center;
        letter-spacing: .07em
    }

    .maylikeBlock .maylike .item {
        background-color: transparent;
        margin-bottom: 20px
    }

        .maylikeBlock .maylike .item .item-details {
            width: 50%
        }

            .maylikeBlock .maylike .item .item-details .tittle {
                font-family: "Montserrat Medium";
                font-size: 16px;
                line-height: 20px;
                color: #565253;
                letter-spacing: .03em
            }

            .maylikeBlock .maylike .item .item-details .label {
                margin-bottom: 7px
            }

            .maylikeBlock .maylike .item .item-details ul {
                margin-top: 7px
            }

                .maylikeBlock .maylike .item .item-details ul.minuts {
                    margin-top: -2px
                }

        .maylikeBlock .maylike .item .item-img {
            width: 137px;
            height: 100px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top center
        }

.go-next-popup {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 20px;
    width: 344px;
    position: absolute;
    right: 30px;
    bottom: 60px;
    cursor: pointer;
    display: none
}

    .go-next-popup .closed-link {
        width: 27px;
        height: 27px;
        background-color: #ebeaea;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: block;
        position: absolute;
        right: -10px;
        top: -8px;
        z-index: 2;
        text-align: center;
        color: #565253
    }

        .go-next-popup .closed-link span {
            font-size: 11px;
            line-height: 27px
        }

    .go-next-popup .goNext {
        min-height: 77px;
        padding-top: 4px;
        padding-right: 130px;
        padding-left: 7px
    }

        .go-next-popup .goNext .item-img {
            position: absolute;
            right: 0;
            top: 0;
            width: 111px;
            height: 77px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top center
        }

        .go-next-popup .goNext p {
            line-height: 20px;
            color: #565253;
            margin-bottom: 8px;
            font-family: "Montserrat Light";
            font-size: 14px
        }

    .go-next-popup.down {
        bottom: auto;
        top: 100%
    }

.social-list-view {
    display: inline-block
}

    .social-list-view.blog-social-list {
        position: absolute;
        margin-left: -70px;
        top: 232px;
        z-index: 2
    }

        .social-list-view.blog-infographic, .social-list-view.blog-social-list.fixed-social {
            top: 120px
        }

    .social-list-view.social-block-view {
        position: absolute;
        bottom: -80px;
        left: 0;
        z-index: 2
    }

        .social-list-view.social-block-view ul {
            padding: 0;
            margin-left: -12px
        }

            .social-list-view.social-block-view ul:after {
                content: none
            }

            .social-list-view.social-block-view ul:before {
                width: 136px;
                border: none;
                border-bottom: 1px solid #dbdcdd;
                left: auto;
                right: 12px;
                bottom: 3px;
                height: 1px;
                top: auto
            }

            .social-list-view.social-block-view ul li {
                display: inline-block;
                padding: 0 14px;
                vertical-align: top
            }

    .social-list-view ul {
        padding: 0 18px;
        position: relative
    }

        .social-list-view ul:before {
            content: "";
            height: 113px;
            border-left: 1px solid #ccc;
            position: absolute;
            left: 0;
            top: 0
        }

        .social-list-view ul:after {
            content: "";
            height: 113px;
            border-left: 1px solid #ccc;
            position: absolute;
            right: 0;
            bottom: 0
        }

        .social-list-view ul li {
            padding: 11px 0;
            text-align: center
        }

            .social-list-view ul li .value {
                color: #565253;
                line-height: 20px;
                font-family: "Montserrat Semi Bold";
                font-size: 24px
            }

            .social-list-view ul li .views {
                line-height: 20px;
                color: #666;
                font-family: "Montserrat Semi Bold";
                font-size: 11px
            }

            .social-list-view ul li a {
                font-size: 25px;
                line-height: 25px;
                color: #565253;
                display: block
            }

                .social-list-view ul li a .icon-share {
                    font-size: 22px
                }

.progress-container {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.progress-bar {
    height: 5px;
    background: #d3652c;
    width: 0%
}

.detailBanner {
    border: 2px solid rgba(153,153,153,.2)
}

@media only screen and (max-width:767px) {
    .js-bannerInfo {
        height: auto !important;
        margin-bottom: 0 !important
    }

    .blogdetailsBlock {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px
    }

        .blogdetailsBlock .go-next-popup {
            right: 0;
            bottom: -50px;
            width: 100%
        }

        .blogdetailsBlock p {
            font-size: 16px;
            line-height: 32px
        }

    .maylikeBlock .item .item-img {
        margin-left: 0
    }

    .social-list-view ul {
        padding: 0 10px
    }

    .social-list-view.social-block-view {
        position: static;
        padding: 20px 0 0
    }

    .bannerInfo--Video {
        height: auto
    }

        .bannerInfo--Video img {
            width: 100%;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain
        }
}

.blog-container {
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.blog-tittle {
    font-family: "Montserrat Bold";
    font-size: 70px;
    color: #565253;
    margin-bottom: 23px;
    margin-top: 5px
}

.blog-listhead {
    padding: 0 38px 0 51px
}

.item {
    display: flex;
    justify-content: space-between;
    background: #fff
}

    .item .item-img {
        margin-left: 30px;
        background-repeat: no-repeat;
        background-size: cover
    }

    .item .item-details {
        width: 100%
    }

        .item .item-details .label {
            text-transform: uppercase;
            font-size: 12px;
            font-family: "Montserrat Light";
            color: #355699;
            margin-bottom: 12px;
            letter-spacing: .24rem
        }

        .item .item-details .tittle {
            font-size: 24px;
            font-family: "Montserrat Medium";
            color: #565253;
            display: block;
            line-height: 29px
        }

        .item .item-details ul {
            margin: 8px -12px 0;
            display: flex
        }

            .item .item-details ul li {
                font-size: 12px;
                padding: 0 12px;
                font-family: "Montserrat Light";
                list-style: none;
                position: relative
            }

                .item .item-details ul li a {
                    color: #355699
                }

                .item .item-details ul li:after {
                    content: "";
                    background: #565253;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    width: 1px;
                    height: 12px;
                    margin-top: -6px
                }

                .item .item-details ul li:last-child:after {
                    content: none
                }

        .item .item-details p {
            color: #848484;
            font-size: 14px;
            margin-top: 22px
        }

    .item.item-sm .item-img {
        margin-left: 20px
    }

    .item.item-sm .item-details .label {
        font-size: 12px;
        margin-bottom: 10px
    }

    .item.item-sm .item-details .tittle {
        font-size: 16px;
        line-height: 20px
    }

    .item.item-sm .item-details ul {
        margin-top: 5px
    }

.Blog-tablist {
    position: relative;
    padding-right: 295px
}

    .Blog-tablist ul {
        margin: 0 -27px;
        display: flex;
        flex-wrap: wrap;
        min-height: 43px;
        width: auto
    }

        .Blog-tablist ul li {
            padding-left: 27px;
            padding-right: 27px;
            list-style: none
        }

            .Blog-tablist ul li a {
                border-bottom: 3px solid transparent;
                display: inline-block;
                text-transform: uppercase;
                font-size: 14px;
                color: #bcb9b9;
                padding-top: 15px;
                padding-bottom: 4px;
                letter-spacing: .01rem;
                position: relative
            }

                .Blog-tablist ul li a:before {
                    content: "";
                    width: 0;
                    height: 3px;
                    background-color: transparent;
                    position: absolute;
                    left: 0;
                    bottom: -3px;
                    transition: .3s;
                    -webkit-transition: .3s;
                    -moz-transition: .3s;
                    -ms-transition: all .3s
                }

                .Blog-tablist ul li a.active {
                    border-color: transparent;
                    color: #355699;
                    font-family: "Montserrat Medium"
                }

                    .Blog-tablist ul li a.active:before {
                        content: "";
                        width: 100%;
                        background-color: #355699
                    }

                .Blog-tablist ul li a:hover {
                    color: #355699
                }

    .Blog-tablist .searchBox {
        position: absolute;
        top: -7px;
        right: 0;
        width: 295px
    }

        .Blog-tablist .searchBox .form-control {
            background: #fff;
            padding: 0;
            height: 49px;
            border: 0;
            position: absolute;
            z-index: 1;
            right: 0;
            width: 0;
            box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            font-family: "Montserrat Light"
        }

        .Blog-tablist .searchBox input::-webkit-input-placeholder {
            color: #ccc
        }

        .Blog-tablist .searchBox input::-moz-placeholder {
            color: #ccc
        }

        .Blog-tablist .searchBox input:-ms-input-placeholder {
            color: #ccc
        }

        .Blog-tablist .searchBox input:-moz-placeholder {
            color: #ccc
        }

        .Blog-tablist .searchBox .btn {
            font-size: 18px;
            width: 49px;
            height: 49px;
            padding: 0 15px;
            border: 0;
            z-index: 2;
            box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2)
        }

            .Blog-tablist .searchBox .btn i {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                color: #333
            }

                .Blog-tablist .searchBox .btn i.icon-close {
                    opacity: .5;
                    font-size: 15px
                }

            .Blog-tablist .searchBox .btn:hover i {
                color: #fff
            }

                .Blog-tablist .searchBox .btn:hover i.icon-close {
                    color: #333
                }

        .Blog-tablist .searchBox .search-group {
            margin-left: auto;
            position: relative;
            display: flex;
            justify-content: flex-end
        }

            .Blog-tablist .searchBox .search-group.show .form-control {
                width: 100%;
                padding: 0 49px 0 12px
            }

            .Blog-tablist .searchBox .search-group.show .btn {
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none
            }

                .Blog-tablist .searchBox .search-group.show .btn:before {
                    content: none
                }

.cardbox {
    padding: 0 48px;
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

    .cardbox .card-img {
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 63px;
        height: 63px;
        box-shadow: 0 0 20px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
        margin-right: 16px;
        border: 2px solid #ebebeb
    }

    .cardbox .card-details .tittle {
        text-transform: uppercase;
        font-family: "Montserrat Black";
        font-size: 42px;
        color: #fff;
        letter-spacing: .3rem
    }

    .cardbox .card-details p {
        font-family: "Montserrat Semi Bold";
        font-size: 18px;
        color: #fff;
        margin-top: 4px
    }

.feature-blog {
    position: relative;
    padding: 0 10px;
    margin-bottom: 41px
}

    .feature-blog .feature-inner {
        background: #fff;
        padding: 39px 41px 36px;
        position: relative;
        z-index: 1;
        box-shadow: 0 -1px 20px 0 rgba(0,0,0,.12);
        -moz-box-shadow: 0 -1px 20px 0 rgba(0,0,0,.12);
        -webkit-box-shadow: 0 -1px 20px 0 rgba(0,0,0,.12)
    }

        .feature-blog .feature-inner .link-feature {
            display: inline-block;
            font-size: 14px;
            font-family: Montserrat;
            color: #355699
        }

            .feature-blog .feature-inner .link-feature i {
                font-size: 10px
            }

    .feature-blog .head-tittle {
        font-family: "Montserrat Medium";
        font-size: 14px;
        color: #565253;
        margin-bottom: 21px;
        text-transform: uppercase;
        width: 100%
    }

    .feature-blog .feature-details {
        display: flex
    }

        .feature-blog .feature-details .left, .feature-blog .feature-details .right {
            padding: 0 15px
        }

        .feature-blog .feature-details .left {
            width: 57%
        }

            .feature-blog .feature-details .left .item .item-img {
                margin-left: 27px;
                width: 517px;
                height: 198px;
                position: relative;
                top: 6px;
                margin-right: auto
            }

        .feature-blog .feature-details .right {
            width: 43%;
            padding-left: 69px
        }

            .feature-blog .feature-details .right .item .item-img {
                margin-left: 27px;
                width: 188px;
                height: 83px;
                position: relative;
                top: 6px;
                margin-right: auto
            }

    .feature-blog:after {
        content: "";
        background: #565253;
        height: 137px;
        width: 100%;
        position: absolute;
        top: 50%;
        margin-top: -70px;
        left: 0
    }

    .feature-blog .blog-list > li {
        display: block;
        margin-bottom: 23px
    }

.blog-listing {
    position: relative;
    padding-bottom: 101px
}

    .blog-listing .halfShadow {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }

        .blog-listing .halfShadow:after, .blog-listing .halfShadow:before {
            height: 300px
        }

    .blog-listing:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 229px;
        background: #e8c74c
    }

    .blog-listing .blog-inner {
        padding-top: 58px;
        position: relative;
        z-index: 1
    }

    .blog-listing .blog-singlelist {
        display: flex;
        padding: 0 16px
    }

        .blog-listing .blog-singlelist.blog-singlelist--new {
            padding: 50px 120px
        }

            .blog-listing .blog-singlelist.blog-singlelist--new .blog--list {
                width: 100%
            }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li:first-child {
                    border: none
                }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item .item-details {
                    max-width: 600px
                }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item .item-img {
                    width: 210px
                }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li.featured .item .item-details p {
                    font-family: Montserrat;
                    color: #666;
                    line-height: 22px
                }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li.featured .item .item-details .tittle {
                    font-size: 24px;
                    line-height: 31px;
                    color: #333;
                    font-family: "Montserrat Semi Bold"
                }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li.featured .item .item-img {
                    width: 280px;
                    position: relative;
                    height: 210px
                }

                    .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li.featured .item .item-img:after {
                        content: "Featured";
                        position: absolute;
                        left: -10px;
                        top: -10px;
                        padding: 4px 10px;
                        text-transform: uppercase;
                        color: #fff;
                        font-family: "Montserrat Medium";
                        font-size: 14px;
                        line-height: 20px;
                        background: #355699
                    }

        .blog-listing .blog-singlelist .blog--list > li {
            cursor: pointer;
            list-style: none;
            padding-top: 35px;
            margin-bottom: 38px;
            border-top: 1px solid rgba(105,105,105,.1)
        }

            .blog-listing .blog-singlelist .blog--list > li:last-child {
                border-bottom: 1px solid rgba(105,105,105,.1);
                padding-bottom: 39px;
                margin-bottom: 0
            }

            .blog-listing .blog-singlelist .blog--list > li .item .item-details {
                width: 100%;
                padding-right: 38px
            }

                .blog-listing .blog-singlelist .blog--list > li .item .item-details label {
                    margin-bottom: 10px
                }

                .blog-listing .blog-singlelist .blog--list > li .item .item-details .tittle {
                    font-size: 18px;
                    line-height: 24px;
                    letter-spacing: .01em
                }

                .blog-listing .blog-singlelist .blog--list > li .item .item-details ul {
                    margin-top: 10px
                }

                .blog-listing .blog-singlelist .blog--list > li .item .item-details p {
                    margin-top: 20px;
                    font-family: "Montserrat Light";
                    color: #848484;
                    letter-spacing: .02em
                }

            .blog-listing .blog-singlelist .blog--list > li .item .item-img {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center top;
                width: 309px;
                height: 157px;
                margin: 0;
                position: relative;
                top: 4px
            }

        .blog-listing .blog-singlelist .left {
            width: 67.5%;
            padding: 0 34px
        }

        .blog-listing .blog-singlelist .right {
            width: 33%;
            padding: 0 34px 0 59px
        }

        .blog-listing .blog-singlelist.searchbox .left {
            background: #fff
        }

        .blog-listing .blog-singlelist.searchbox .right {
            padding-top: 210px
        }

        .blog-listing .blog-singlelist.searchbox .search-details {
            margin-top: 31px
        }

            .blog-listing .blog-singlelist.searchbox .search-details ul {
                display: flex;
                align-items: center;
                margin: 0 -15px
            }

                .blog-listing .blog-singlelist.searchbox .search-details ul > li {
                    text-transform: uppercase;
                    font-size: 14px;
                    font-family: "Montserrat Medium";
                    padding: 0 15px;
                    list-style: none
                }

                    .blog-listing .blog-singlelist.searchbox .search-details ul > li:first-child {
                        font-size: 18px;
                        font-family: "Montserrat Semi Bold";
                        color: #565253
                    }

                    .blog-listing .blog-singlelist.searchbox .search-details ul > li:last-child {
                        padding-right: 155px;
                        position: relative
                    }

                        .blog-listing .blog-singlelist.searchbox .search-details ul > li:last-child:after {
                            content: "";
                            width: 1px;
                            height: 15px;
                            position: absolute;
                            top: 50%;
                            margin-top: -7px;
                            left: 0;
                            background: #565253
                        }

                        .blog-listing .blog-singlelist.searchbox .search-details ul > li:last-child:before {
                            content: "";
                            width: 150px;
                            height: 1px;
                            position: absolute;
                            top: 50%;
                            right: 0;
                            background: #565253;
                            opacity: .4
                        }

        .blog-listing .blog-singlelist .search-list > li {
            padding-top: 30px;
            margin-bottom: 35px
        }

            .blog-listing .blog-singlelist .search-list > li:first-child {
                border-top: 0
            }

            .blog-listing .blog-singlelist .search-list > li .btn-video {
                width: 46px;
                height: 46px
            }

                .blog-listing .blog-singlelist .search-list > li .btn-video:focus {
                    outline: 0
                }

.subscribe {
    background: #ddd
}

    .subscribe .subscribe-bg {
        background-image: url(data:image/png;base64,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);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: top center
    }

    .subscribe .subscribe-details {
        padding: 123px 32px 30px 30px
    }

        .subscribe .subscribe-details p {
            font-size: 18px;
            font-family: "Montserrat Medium";
            color: #565253;
            line-height: 24px
        }

        .subscribe .subscribe-details .detailsText {
            font-size: 14px;
            line-height: 22px;
            font-family: "Montserrat Light";
            color: #848484;
            margin: 3px 0 14px;
            display: block
        }

        .subscribe .subscribe-details .form-control {
            background: #fff;
            border-color: #fff;
            text-align: center;
            height: 49px;
            padding: 0 15px;
            margin-bottom: 10px
        }

        .subscribe .subscribe-details .btn {
            padding: 0 20px;
            height: 48px;
            width: 100%
        }

.popular-list {
    margin-top: 38px
}

    .popular-list ul {
        margin-top: 29px
    }

        .popular-list ul li {
            display: block;
            margin-bottom: 41px
        }

            .popular-list ul li a {
                position: relative;
                font-family: "Montserrat Medium";
                font-size: 16px;
                color: #565253;
                padding-left: 58px;
                padding-right: 12px;
                display: inline-block;
                line-height: 20px
            }

                .popular-list ul li a i {
                    display: inline-block;
                    padding: 4px 5px;
                    background: #eeefef;
                    width: 17px;
                    height: 17px;
                    border-radius: 50%;
                    font-size: 10px;
                    color: #d3652c;
                    margin-left: 6px;
                    position: relative;
                    top: -1px
                }

                .popular-list ul li a span {
                    position: absolute;
                    top: 4px;
                    left: 0;
                    font-size: 25px;
                    font-family: "Montserrat Light";
                    color: #999;
                    line-height: 21px;
                    opacity: .5;
                    letter-spacing: .1rem
                }

            .popular-list ul li:last-child {
                margin-bottom: 0
            }

.loader {
    margin-top: 57px;
    margin-bottom: 87px
}

    .loader .btn {
        padding: 0 32px;
        height: 47px
    }

.join-community {
    text-transform: uppercase;
    text-align: center
}

    .join-community p {
        color: #565253
    }

    .join-community .heading-black {
        color: #565253;
        margin-bottom: 23px
    }

    .join-community .btn {
        padding: 20px 38px
    }

@media only screen and (max-width:1199px) {
    .Blog-tablist {
        padding-right: 250px
    }

        .Blog-tablist ul {
            margin: 0
        }

            .Blog-tablist ul li {
                padding-left: 15px;
                padding-right: 15px
            }

        .Blog-tablist .searchBox {
            width: 249px
        }

    .blog-tittle {
        font-size: 50px
    }

    .blog-listing .blog-singlelist.blog-singlelist--new {
        padding: 0 20px
    }

        .blog-listing .blog-singlelist.blog-singlelist--new .blog--list {
            width: 100%
        }

            .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li {
                padding-top: 20px;
                padding-bottom: 20px;
                margin-bottom: 0
            }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item {
                    max-width: 480px;
                    width: 100%;
                    margin: 0 auto;
                    flex-direction: column
                }

                    .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item .item-details {
                        order: 2;
                        max-width: 100%;
                        padding-right: 0
                    }

                        .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item .item-details ul {
                            display: block
                        }

                            .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item .item-details ul li {
                                display: inline-block
                            }

                                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item .item-details ul li:first-child {
                                    display: block
                                }

                                    .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item .item-details ul li:first-child:after {
                                        display: none
                                    }

                    .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li .item .item-img {
                        width: 100%;
                        height: 225px;
                        margin-bottom: 15px;
                        order: 1
                    }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li.featured .item .item-details p {
                    font-family: Montserrat;
                    color: #666
                }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li.featured .item .item-details .tittle {
                    font-size: 24px;
                    line-height: 31px;
                    color: #333
                }

                .blog-listing .blog-singlelist.blog-singlelist--new .blog--list > li.featured .item .item-img {
                    width: 100%;
                    height: 225px;
                    margin-bottom: 15px;
                    order: 1
                }
}

.course-tittle {
    font-family: Montserrat;
    font-size: 35px;
    color: #565253;
    text-transform: uppercase
}

    .course-tittle strong {
        font-family: "Montserrat Black";
        letter-spacing: .18rem
    }

.course-subtittle {
    font-family: "Montserrat Light";
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #848484
}

.courseContent {
    margin-top: -43px
}

.courseBanner {
    background: #e8c74c;
    padding-top: 60px;
    padding-bottom: 104px
}

    .courseBanner .col-left, .courseBanner .col-right {
        padding: 0 15px
    }

    .courseBanner .col-left {
        width: 46%
    }

    .courseBanner .col-right {
        width: 54%
    }

    .courseBanner .learningBox {
        max-width: 404px;
        position: relative;
        padding-left: 110px
    }

        .courseBanner .learningBox .learnimg {
            position: absolute;
            top: 0;
            left: 0
        }

            .courseBanner .learningBox .learnimg img {
                width: 85px
            }

        .courseBanner .learningBox .details .tittle {
            font-size: 44px;
            font-family: "Montserrat Black";
            color: #fff;
            text-transform: uppercase;
            text-shadow: 0 0 15px rgba(0,0,0,.2);
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            margin-bottom: 15px
        }

        .courseBanner .learningBox .details .btn-video {
            width: 63px;
            height: 63px;
            background: #fff;
            box-shadow: 3px 0 40px 0 rgba(0,0,0,.1);
            -moz-box-shadow: 3px 0 40px 0 rgba(0,0,0,.1);
            -webkit-box-shadow: 3px 0 40px 0 rgba(0,0,0,.1);
            position: static;
            border: 0;
            transform: translate(0);
            -webkit-transform: translate(0);
            -moz-transform: translate(0);
            -ms-transform: translate(0);
            margin: 20px auto 30px
        }

            .courseBanner .learningBox .details .btn-video i {
                font-size: 18px
            }

        .courseBanner .learningBox .details ul {
            margin: 0 -15px 30px
        }

            .courseBanner .learningBox .details ul li {
                font-size: 18px;
                font-family: "Montserrat Light";
                color: #fff;
                float: left;
                padding: 0 15px;
                list-style: none;
                position: relative
            }

                .courseBanner .learningBox .details ul li strong {
                    font-family: "Montserrat Bold"
                }

                .courseBanner .learningBox .details ul li:after {
                    content: "/";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -10px;
                    font-size: 15px
                }

                .courseBanner .learningBox .details ul li:last-child:after {
                    content: none
                }

        .courseBanner .learningBox .details .btn {
            padding: 20px 34px
        }

    .courseBanner .videoBox {
        max-width: 549px;
        height: 309px;
        left: 3px
    }

        .courseBanner .videoBox .btn-video {
            width: 73px;
            height: 73px;
            background: rgba(255,255,255,.8);
            box-shadow: 3px 0 40px 0 rgba(0,0,0,.5);
            -moz-box-shadow: 3px 0 40px 0 rgba(0,0,0,.5);
            -webkit-box-shadow: 3px 0 40px 0 rgba(0,0,0,.5)
        }

            .courseBanner .videoBox .btn-video i {
                font-size: 16px;
                color: #d3652c
            }

.courseTabList {
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
    display: flex;
    justify-content: center
}

    .courseTabList ul {
        display: flex;
        flex-direction: row
    }

        .courseTabList ul li {
            padding: 0 46px;
            list-style: none
        }

            .courseTabList ul li .nav-link {
                padding-top: 40px;
                padding-bottom: 27px;
                display: inline-block;
                font-family: Montserrat;
                font-size: 14px;
                color: #bcb9b9;
                text-transform: uppercase;
                border-bottom: 3px solid transparent;
                letter-spacing: .05rem;
                position: relative
            }

                .courseTabList ul li .nav-link:before {
                    content: "";
                    width: 0;
                    height: 3px;
                    background-color: transparent;
                    position: absolute;
                    left: 0;
                    bottom: -3px;
                    transition: .3s;
                    -webkit-transition: .3s;
                    -moz-transition: .3s;
                    -ms-transition: all .3s
                }

                .courseTabList ul li .nav-link.active {
                    font-family: "Montserrat Medium";
                    color: #355699
                }

                    .courseTabList ul li .nav-link.active:before {
                        content: "";
                        width: 100%;
                        background-color: #355699
                    }

                .courseTabList ul li .nav-link:hover {
                    font-family: "Montserrat Medium";
                    color: #355699
                }

    .courseTabList.courseNavTab ul {
        border: 0;
        flex-wrap: nowrap
    }

        .courseTabList.courseNavTab ul li {
            margin: 0
        }

            .courseTabList.courseNavTab ul li .nav-link {
                border: 0;
                padding-left: 0;
                padding-right: 0
            }

                .courseTabList.courseNavTab ul li .nav-link.active {
                    border: 0;
                    font-family: Montserrat
                }

                .courseTabList.courseNavTab ul li .nav-link:hover {
                    font-family: Montserrat;
                    border: 0
                }

                .courseTabList.courseNavTab ul li .nav-link:before {
                    bottom: 0
                }

    .courseTabList .indicator {
        border-bottom: 3px solid #355699;
        position: absolute;
        bottom: 0;
        width: 0
    }

    .courseTabList.affix {
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1)
    }

        .courseTabList.affix ul li .nav-link {
            padding-top: 22px;
            padding-bottom: 15px
        }

.course-learn {
    padding-bottom: 80px;
    padding-top: 62px
}

    .course-learn ul {
        display: flex;
        margin: 46px -30px 0;
        flex-wrap: wrap
    }

        .course-learn ul li {
            padding: 8px 35px 8px 30px;
            list-style: none;
            width: 25%;
            border-left: 1px solid rgba(183,183,183,.6);
            margin-bottom: 30px
        }

            .course-learn ul li:first-child {
                border-left: none
            }

            .course-learn ul li label {
                font-family: "Montserrat Bold";
                font-size: 18px;
                color: #565253;
                margin-bottom: 0
            }

            .course-learn ul li p {
                font-family: "Montserrat Light";
                font-size: 16px;
                margin-top: 8px;
                margin-bottom: 0;
                color: #848484
            }

            .course-learn ul li:last-child {
                border-right: 0
            }

.numberItem {
    background: #fff;
    padding: 30px 30px 50px;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1)
}

    .numberItem span {
        display: block;
        font-family: Montserrat;
        font-size: 32px;
        line-height: 32px;
        color: #e8c74c;
        margin-bottom: 15px
    }

    .numberItem label {
        font-family: "Montserrat Medium";
        font-size: 17px;
        color: #565253;
        margin-bottom: 10px
    }

    .numberItem p {
        font-family: "Montserrat Light";
        font-size: 16px;
        color: #848484;
        line-height: 23px
    }

.courseImpact {
    background: url(impact_bg.ab9f11f6606daef8f692.jpg) 0 0/cover no-repeat;
    padding: 93px 0 82px
}

    .courseImpact .course-subtittle {
        color: #999;
        letter-spacing: .025rem
    }

    .courseImpact .list-container {
        max-width: 981px;
        margin: auto
    }

    .courseImpact ul {
        margin: 25px -15px 0;
        display: flex;
        flex-wrap: wrap
    }

        .courseImpact ul li {
            text-align: left;
            list-style: none;
            padding: 0 15px;
            display: inline-block;
            width: 33%;
            margin-bottom: 30px
        }

            .courseImpact ul li .numberItem {
                height: 100%;
                display: flex;
                flex-direction: column
            }

                .courseImpact ul li .numberItem label {
                    flex-grow: 1
                }

.facultyItem {
    background: #fff;
    white-space: pre-wrap;
    padding: 0;
    box-shadow: 0 0 27px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 27px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 27px rgba(0,0,0,.1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s;
    height: 100%;
    display: flex;
    flex-direction: column
}

    .facultyItem:hover {
        box-shadow: 0 0 30px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2)
    }

    .facultyItem .facultyImg img {
        width: 100%
    }

    .facultyItem label {
        font-family: "Montserrat Medium";
        font-size: 18px;
        color: #565253;
        margin-bottom: 1px
    }

    .facultyItem p {
        font-size: 14px;
        font-family: "Montserrat Light";
        color: #848484;
        margin-bottom: 0;
        flex-grow: 1
    }

        .facultyItem p strong {
            font-family: "Montserrat Semi Bold"
        }

    .facultyItem .facultyItem__content {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 10px 50px 20px 20px;
        text-align: left
    }

    .facultyItem .socialList {
        display: flex;
        margin: 22px -7px 0
    }

        .facultyItem .socialList.socialList-icon {
            padding: 0;
            margin: 0;
            position: absolute;
            right: 5px;
            top: 15px;
            text-align: center
        }

        .facultyItem .socialList li {
            padding: 0 7px;
            list-style: none
        }

            .facultyItem .socialList li a {
                background-color: #c2c2c2;
                width: 25px;
                height: 25px;
                color: #fff;
                display: inline-block;
                text-align: center;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: all .3s;
                padding: 4px 5px
            }

                .facultyItem .socialList li a i {
                    font-size: 15px
                }

                .facultyItem .socialList li a:hover {
                    background-color: #e8c74c
                }

.courseFaculty {
    background: #e8c74c;
    padding: 56px 0 101px
}

    .courseFaculty .faculty-Details {
        max-width: 262px;
        margin-top: 190px
    }

        .courseFaculty .faculty-Details .course-subtittle, .courseFaculty .faculty-Details .course-tittle {
            color: #fff
        }

        .courseFaculty .faculty-Details .course-tittle {
            line-height: 36px
        }

        .courseFaculty .faculty-Details .course-subtittle {
            line-height: 28px;
            letter-spacing: .035rem;
            margin-top: 19px
        }

    .courseFaculty .slickCarousel {
        padding-bottom: 33px
    }

        .courseFaculty .slickCarousel .slick-list {
            display: flex
        }

        .courseFaculty .slickCarousel .slick-track {
            padding: 50px 0;
            display: flex
        }

        .courseFaculty .slickCarousel .slick-slide {
            padding: 0 18px
        }

            .courseFaculty .slickCarousel .slick-slide:focus {
                outline: 0
            }

    .courseFaculty .faculty-Inner {
        display: flex;
        flex-wrap: wrap
    }

        .courseFaculty .faculty-Inner .left {
            width: 30%
        }

        .courseFaculty .faculty-Inner .right {
            width: 70%
        }

.courseModules {
    background: #f6f5f5
}

    .courseModules .courseModule-Inner {
        padding: 91px 0 98px;
        max-width: 981px;
        margin: auto
    }

        .courseModules .courseModule-Inner.courseModule--pd {
            max-width: 1030px;
            padding-top: 30px;
            padding-bottom: 60px
        }

    .courseModules .courseAccordion {
        margin-top: 31px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }

        .courseModules .courseAccordion .card {
            margin-bottom: 20px;
            box-shadow: 0 0 40px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 40px rgba(0,0,0,.2);
            -webkit-box-shadow: 0 0 40px rgba(0,0,0,.2)
        }

        .courseModules .courseAccordion .card-body {
            padding: 0
        }

        .courseModules .courseAccordion .group {
            padding: 0 69px;
            display: flex;
            flex-wrap: wrap
        }

            .courseModules .courseAccordion .group .left {
                width: 60%
            }

            .courseModules .courseAccordion .group .right {
                width: 40%;
                display: flex;
                align-items: center;
                justify-content: center
            }

        .courseModules .courseAccordion .premium-btn {
            position: relative;
            z-index: 2
        }

    .courseModules .start-btn {
        margin-top: 32px
    }

        .courseModules .start-btn .btn {
            padding: 20px 33px
        }

.courseFAQ-Inner {
    padding: 89px 0 100px;
    max-width: 981px;
    margin: auto
}

    .courseFAQ-Inner .courseAccordion {
        margin-top: 32px
    }

.courseThink {
    background: #355699;
    padding: 93px 0 96px;
    position: relative;
    z-index: 0
}

    .courseThink .list-container {
        max-width: 981px;
        margin: auto
    }

    .courseThink .max-width_800 {
        z-index: 10;
        position: relative
    }

    .courseThink:after {
        content: "";
        background-image: url(think_bg.ae83692178c4f90914fa.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1
    }

    .courseThink h1, .courseThink h2 {
        font-family: "Montserrat Black";
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: .3rem;
        text-shadow: 0 0 15px rgba(0,0,0,.2);
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }

    .courseThink .thinkItem {
        background: #fff;
        padding: 30px;
        position: relative;
        z-index: 2;
        height: 100%;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        top: 0;
        display: flex;
        flex-direction: column
    }

        .courseThink .thinkItem .think-img {
            padding: 25px;
            display: flex;
            justify-content: center;
            margin-bottom: 30px
        }

            .courseThink .thinkItem .think-img img {
                height: 88px
            }

        .courseThink .thinkItem p {
            font-family: "Montserrat Medium";
            font-size: 18px;
            color: #565253;
            margin-bottom: 10px;
            flex-grow: 1
        }

        .courseThink .thinkItem a {
            font-size: 14px;
            font-family: Montserrat;
            color: #355699;
            opacity: 0
        }

    .courseThink .thinkCarousel {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 40px;
        display: flex
    }

        .courseThink .thinkCarousel .think-col {
            text-align: left;
            list-style: none;
            padding: 0 20px;
            display: inline-block;
            cursor: pointer;
            width: 33.3%
        }

            .courseThink .thinkCarousel .think-col:hover .thinkItem {
                transform: scale(1.05);
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                box-shadow: 0 -4px 30px rgba(0,0,0,.4);
                -moz-box-shadow: 0 -4px 30px rgba(0,0,0,.4);
                -webkit-box-shadow: 0 -4px 30px rgba(0,0,0,.4);
                top: -7px
            }

                .courseThink .thinkCarousel .think-col:hover .thinkItem a {
                    opacity: 1
                }

.seeMore .btn {
    padding: 0;
    text-transform: none;
    font-size: 17px;
    color: #355699
}

.seeMore .btn-link:hover {
    text-decoration: none;
    color: #355699
}

.like-button {
    height: 73px;
    width: 73px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #355699;
    box-shadow: 5px 5px 20px rgba(51,51,51,.45);
    -moz-box-shadow: 5px 5px 20px rgba(51,51,51,.45);
    -webkit-box-shadow: 5px 5px 20px rgba(51,51,51,.45)
}

    .like-button.liked {
        background: #355699;
        color: #fff;
        pointer-events: none
    }

.locked-panel {
    position: fixed;
    right: 20px;
    overflow: hidden;
    top: 145px;
    width: 250px;
    z-index: 99;
    box-shadow: 5px 5px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 5px 5px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.1);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

    .locked-panel .like-button {
        margin: -60px auto 20px
    }

    .locked-panel .locked-panel__title {
        color: #fff;
        background: #d3652c;
        text-align: center;
        padding: 20px;
        font-size: 18px;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

        .locked-panel .locked-panel__title .title, .locked-panel .locked-panel__title img {
            display: inline-block;
            vertical-align: middle
        }

    .locked-panel .locked-panel__body {
        padding: 20px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 160px;
        background: #d3652c
    }

        .locked-panel .locked-panel__body .heading {
            font-size: 24px;
            font-family: "Montserrat Medium"
        }

        .locked-panel .locked-panel__body .desc {
            font-size: 16px;
            font-family: "Montserrat Light";
            margin-bottom: 25px
        }

    .locked-panel .locked-panel__footer {
        padding: 20px;
        background: #fff
    }

        .locked-panel .locked-panel__footer strong {
            font-family: "Montserrat Medium"
        }

.coursePostLogin {
    padding-top: 30px
}

    .coursePostLogin .teambreadcrumb {
        margin-bottom: 10px
    }

        .coursePostLogin .teambreadcrumb .breadcrumb {
            padding: 0
        }

            .coursePostLogin .teambreadcrumb .breadcrumb .breadcrumb-item, .coursePostLogin .teambreadcrumb .breadcrumb .breadcrumb-item a, .coursePostLogin .teambreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
                color: #fff
            }

        .coursePostLogin .teambreadcrumb.critical-breadcrumb {
            margin-bottom: 50px
        }

    .coursePostLogin .postLogin-TabContent {
        min-height: 224px
    }

    .coursePostLogin .learningBox .details .btn {
        padding: 19px 34px;
        min-width: 200px;
        margin-top: 20px
    }

    .coursePostLogin .learningBox .progressBox {
        display: inline-block;
        position: absolute;
        top: 43px;
        right: -70px;
        width: 55px;
        height: 55px
    }

        .coursePostLogin .learningBox .progressBox .checked {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: #38b47e;
            position: relative
        }

            .coursePostLogin .learningBox .progressBox .checked i {
                font-size: 18px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%)
            }

    .coursePostLogin .learningBox .score {
        background-image: url(data:image/png;base64,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);
        background-repeat: no-repeat;
        background-size: cover;
        width: 171px;
        height: 171px;
        font-size: 12px;
        font-family: "Montserrat Medium";
        position: relative
    }

        .coursePostLogin .learningBox .score p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%)
        }

        .coursePostLogin .learningBox .score .bigtext {
            font-size: 30px;
            font-family: "Montserrat Black";
            color: #355699
        }

    .coursePostLogin .harappaTabs {
        justify-content: center;
        margin: 0 -13px
    }

        .coursePostLogin .harappaTabs .nav-link {
            color: #fff
        }

        .coursePostLogin .harappaTabs.homepage-tab li {
            margin: 0;
            padding: 0 13px
        }

    .coursePostLogin .progressBlock {
        max-width: 460px;
        padding-left: 31px
    }

        .coursePostLogin .progressBlock li {
            width: 100%;
            margin-bottom: 20px;
            list-style: none
        }

            .coursePostLogin .progressBlock li:last-child {
                margin-bottom: 0
            }

        .coursePostLogin .progressBlock .progressDetails {
            font-size: 12px;
            color: #6b5505;
            padding-right: 32px;
            position: relative;
            margin-bottom: 5px
        }

            .coursePostLogin .progressBlock .progressDetails p {
                font-family: "Montserrat Light";
                margin-bottom: 0
            }

            .coursePostLogin .progressBlock .progressDetails span {
                font-family: "Montserrat Medium";
                position: absolute;
                top: 0;
                right: 0
            }

        .coursePostLogin .progressBlock .progress {
            background: rgba(246,222,130,.8);
            height: 8px;
            border-radius: 14px
        }

        .coursePostLogin .progressBlock .progress-bar {
            background: #25aae1;
            height: 8px;
            border-radius: 14px
        }

.coursePostLogin-Content .bindBlock {
    margin: 80px 0 20px
}

    .coursePostLogin-Content .bindBlock .bind-content {
        max-width: 773px;
        margin: auto
    }

        .coursePostLogin-Content .bindBlock .bind-content:after, .coursePostLogin-Content .bindBlock .bind-content:before {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.tooltip.show {
    opacity: 1
}

.tooltip .arrow:before {
    border-width: 6px 6px 0;
    border-top-color: #fff
}

.tooltip-inner {
    max-width: 190px;
    padding: 8px 12px;
    color: #666;
    background-color: #fff;
    border-radius: .25rem;
    font-size: 12px;
    line-height: 16px;
    text-align: left
}

.nav-owltab {
    padding: 0;
    margin: 0 -13px;
    display: flex;
    justify-content: center
}

    .nav-owltab .nav-item {
        padding: 0 13px;
        list-style: none
    }

        .nav-owltab .nav-item .nav-link {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            padding: 0 0 4px;
            font-family: Montserrat;
            position: relative
        }

            .nav-owltab .nav-item .nav-link:before {
                content: "";
                width: 0;
                height: 3px;
                background-color: transparent;
                position: absolute;
                left: 0;
                bottom: 0;
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: all .3s
            }

        .nav-owltab .nav-item.active .nav-link, .nav-owltab .nav-item:hover .nav-link {
            color: #355699
        }

            .nav-owltab .nav-item.active .nav-link:before {
                width: 100%;
                background-color: #355699
            }

.owlCarouselTabList {
    margin-top: 50px
}

    .owlCarouselTabList .progressBlock {
        padding: 0 2px;
        width: 100%;
        max-width: 100%
    }

    .owlCarouselTabList .item {
        height: 100%
    }

.interestbox {
    background-color: #d3652c;
    width: 100%
}

    .interestbox.interestfixed {
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 64px
    }

    .interestbox .interestinner {
        padding: 10px 100px 10px 0;
        position: relative;
        text-align: center;
        min-height: 60px
    }

    .interestbox .locked-text {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

        .interestbox .locked-text i {
            font-size: 20px;
            line-height: 20px;
            margin-right: 8px
        }

    .interestbox .interest-likes {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px
    }

        .interestbox .interest-likes .peopleinterest {
            position: relative;
            padding-left: 10px;
            margin-left: 10px
        }

            .interestbox .interest-likes .peopleinterest:before {
                content: "";
                border-left: 1px solid #fff;
                height: 16px;
                display: block;
                position: absolute;
                left: 0;
                top: 4px
            }

        .interestbox .interest-likes .liketext {
            position: relative;
            padding-left: 50px
        }

            .interestbox .interest-likes .liketext .likes-interest {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%)
            }

        .interestbox .interest-likes .likes-interest {
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #fff;
            box-shadow: 9px 0 10px rgba(51,51,51,.15);
            margin-right: 10px
        }

            .interestbox .interest-likes .likes-interest i {
                font-size: 18px;
                line-height: 20px;
                color: #355699
            }

            .interestbox .interest-likes .likes-interest.active {
                background-color: #355699
            }

                .interestbox .interest-likes .likes-interest.active i {
                    color: #fff
                }

.course-critically .progress {
    max-width: 250px;
    background: rgba(226,113,55,.2);
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 12px
}

.course-critically .list-remaining p {
    font-family: "Montserrat Semi Bold";
    font-size: 14px;
    line-height: 14px;
    color: #6b5505;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #6b5505
}

    .course-critically .list-remaining p:first-child {
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }

.courseperformance {
    padding: 100px 0
}

    .courseperformance .courseAccordion .card .card-header .btn {
        padding: 28px 175px 26px 30px;
        font-size: 20px;
        line-height: 26px;
        background-color: #f5f9fd;
        min-height: 105px
    }

        .courseperformance .courseAccordion .card .card-header .btn[aria-expanded=false] {
            background-color: #f5f9fd;
            display: inline-flex
        }

        .courseperformance .courseAccordion .card .card-header .btn[aria-expanded=true] {
            background-color: #fff;
            font-family: "Montserrat Bold"
        }

            .courseperformance .courseAccordion .card .card-header .btn[aria-expanded=true] .ThinkingText {
                display: block;
                font-family: "Montserrat Medium";
                color: #565253
            }

            .courseperformance .courseAccordion .card .card-header .btn[aria-expanded=true] .progressper {
                display: none
            }

        .courseperformance .courseAccordion .card .card-header .btn i {
            font-size: 14px
        }

        .courseperformance .courseAccordion .card .card-header .btn .ThinkingText {
            display: none;
            font-size: 14px;
            line-height: 26px;
            font-family: "Montserrat Medium"
        }

        .courseperformance .courseAccordion .card .card-header .btn .progressper {
            position: absolute;
            right: 80px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            display: inline-flex;
            align-items: center;
            font-family: Montserrat;
            font-size: 16px;
            line-height: 24px;
            color: #666
        }

            .courseperformance .courseAccordion .card .card-header .btn .progressper img {
                margin-left: 12px
            }

    .courseperformance .courseAccordion .card .card-body {
        padding-right: 30px
    }

.coursepracticeBox {
    padding: 80px 0
}

.crtical-right-step .novoice-skills {
    margin-bottom: 30px;
    margin-top: -20px
}

    .crtical-right-step .novoice-skills .novoice-skills-inner {
        padding-right: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .crtical-right-step .novoice-skills .novoice-progress {
        position: relative;
        display: inline-block
    }

        .crtical-right-step .novoice-skills .novoice-progress .infoscores {
            position: absolute;
            right: -50px;
            bottom: 0;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background-color: transparent
        }

    .crtical-right-step .novoice-skills .heading18 {
        margin-right: 20px
    }

@media only screen and (max-width:1366px) {
    .courseFaculty .slickCarousel {
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .courseTabList ul li {
        padding: 0 30px
    }

    .courseFaculty .slickCarousel .slick-prev {
        left: 273px
    }

    .courseFaculty .slickCarousel .slick-next {
        left: 344px
    }

    .courseBanner .videoBox {
        max-width: 488px;
        height: 275px
    }

    .courseperformance .quiz-space30 {
        padding: 20px 0
    }
}

@media only screen and (max-width:991px) {
    .courseBanner .col-left, .courseBanner .col-right {
        width: 100%
    }

    .courseBanner .col-right {
        margin-top: 50px
    }

    .courseBanner .learningBox, .courseBanner .videoBox {
        margin: auto;
        max-width: 510px;
        height: 287px
    }

        .courseBanner .learningBox .details .tittle {
            font-size: 38px
        }

    .courseTabList ul li {
        padding: 0 20px;
        text-align: center
    }

        .courseTabList ul li .nav-link {
            padding-top: 26px;
            padding-bottom: 19px
        }

    .course-learn ul li {
        padding: 8px 30px;
        width: 50%
    }

        .course-learn ul li:nth-child(3) {
            border-left: 0
        }

    .courseImpact ul li {
        width: 50%;
        margin: 0 auto 30px
    }

    .courseFaculty .faculty-Details {
        max-width: 100%;
        margin: 30px 0 0;
        text-align: center
    }

    .courseFaculty .faculty-Inner .left, .courseFaculty .faculty-Inner .right {
        width: 100%
    }

    .courseFaculty .slickCarousel .slick-slide {
        padding: 0 10px
    }

    .courseModules .courseAccordion .group {
        position: relative
    }

        .courseModules .courseAccordion .group .left, .courseModules .courseAccordion .group .right {
            width: 100%
        }

    .courseModules .courseAccordion .g-disabled .premium-btn {
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%)
    }

    .courseThink .list-container {
        overflow: auto
    }

    .courseThink .thinkCarousel {
        margin-top: 0;
        width: 1000px;
        padding: 40px 40px 0
    }

        .courseThink .thinkCarousel .think-col:hover .thinkItem {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            top: 0
        }

    .coursePostLogin .harappaTabs {
        margin-top: 40px
    }

    .coursePostLogin .postLogin-TabContent img {
        margin: auto
    }

    .coursePostLogin .progressBlock {
        margin: auto;
        padding: 0
    }

    .nav-owltab {
        margin-top: 40px;
        width: 100%
    }

    .owlCarouselTabList {
        max-width: 460px;
        margin: 30px auto 0
    }

    .courseperformance, .coursepracticeBox {
        padding: 50px 0
    }

    .courseInsightBanner.learningBox {
        height: auto
    }

    .courseInsightBanner .crtical-right-step {
        max-width: 510px;
        padding-left: 110px
    }

    .crtical-right-step {
        padding-left: 110px
    }

        .crtical-right-step .novoice-skills {
            margin-top: 0
        }

            .crtical-right-step .novoice-skills .novoice-skills-inner {
                justify-content: flex-start;
                margin-top: 0
            }
}

@media only screen and (max-width:767px) {
    .course-tittle {
        font-size: 32px
    }

    .courseContent {
        margin-top: 0
    }

    .courseTabList ul {
        overflow: auto
    }

        .courseTabList ul li .nav-link {
            white-space: nowrap
        }

    .courseBanner {
        padding-bottom: 60px
    }

        .courseBanner .learningBox {
            height: auto;
            padding-left: 0
        }

            .courseBanner .learningBox .learnimg {
                position: static;
                margin-bottom: 15px
            }

                .courseBanner .learningBox .learnimg img {
                    margin: auto;
                    width: 75px
                }

            .courseBanner .learningBox .details {
                text-align: center
            }

                .courseBanner .learningBox .details .tittle {
                    font-size: 38px
                }

                .courseBanner .learningBox .details ul {
                    display: flex;
                    align-items: center;
                    justify-content: center
                }

                    .courseBanner .learningBox .details ul li {
                        width: 50%;
                        float: none
                    }

                        .courseBanner .learningBox .details ul li:after {
                            content: ""
                        }

                        .courseBanner .learningBox .details ul li strong {
                            display: block
                        }

            .courseBanner .learningBox .btn {
                width: 100%
            }

    .course-learn ul {
        margin: 46px 0 0
    }

        .course-learn ul li {
            text-align: center;
            width: 100%;
            border-left: 0;
            border-bottom: 1px solid rgba(183,183,183,.6);
            margin-bottom: 30px;
            padding: 0 0 30px
        }

            .course-learn ul li:last-child {
                border-bottom: 0;
                padding: 0;
                margin: 0
            }

    .courseFaculty .slickCarousel .slick-prev {
        left: 40%;
        margin-left: -26px
    }

    .courseFaculty .slickCarousel .slick-next {
        left: auto;
        right: 50%;
        margin-right: -52px
    }

    .courseImpact ul li {
        width: 100%
    }

        .courseImpact ul li .numberItem {
            text-align: center
        }

    .courseModules .courseAccordion .card .card-header .btn {
        padding: 20px 40px 20px 20px
    }

        .courseModules .courseAccordion .card .card-header .btn i {
            right: 20px
        }

    .courseModules .courseAccordion .group {
        padding: 0 30px
    }

        .courseModules .courseAccordion .group ul li {
            align-items: flex-start
        }

            .courseModules .courseAccordion .group ul li .col-left, .courseModules .courseAccordion .group ul li .col-right {
                width: 100%;
                align-items: flex-start
            }

            .courseModules .courseAccordion .group ul li .studylist {
                margin-top: 20px;
                width: 70%
            }

    .courseModules .courseAccordion .g-disabled .premium-btn {
        width: 93%
    }

        .courseModules .courseAccordion .g-disabled .premium-btn .btn {
            width: 100%
        }

    .courseModules .courseAccordion .g-disabled .group ul > li .checkBox.lock {
        width: 30px;
        height: 30px
    }

        .courseModules .courseAccordion .g-disabled .group ul > li .checkBox.lock:after {
            font-size: 14px
        }

    .courseModules .courseAccordion .g-disabled .group ul > li .check {
        width: 30px;
        left: -45px
    }

    .courseModules .start-btn .btn {
        width: 100%
    }

    .courseThink .thinkCarousel {
        margin-left: -10px;
        margin-right: -10px
    }

        .courseThink .thinkCarousel .think-col {
            padding: 0 10px
        }

    .courseThink.program-courseThink {
        padding: 50px 0
    }

    .course-learn {
        padding-bottom: 40px
    }

    .courseFaculty {
        padding: 20px 0 50px
    }

    .courseImpact {
        padding: 50px 0 40px
    }

    .courseFAQ-Inner {
        padding: 50px 0
    }

    .coursePostLogin .harappaTabs.homepage-tab {
        justify-content: center
    }

    .coursePostLogin .learningBox .progressBox {
        top: 130px;
        right: -52px
    }

    .coursePostLogin .learningBox .score {
        margin: auto
    }

    .coursePostLogin .progressBlock {
        max-width: 100%;
        margin: auto;
        padding: 0
    }

    .owlTab-Control {
        overflow: auto;
        white-space: nowrap;
        display: flex;
        justify-content: center
    }

    .nav-owltab {
        justify-content: flex-start
    }

    .owlCarouselTabList {
        max-width: 100%
    }

    .interestbox.interestfixed {
        position: static
    }

    .interestbox .interestinner {
        text-align: left;
        padding-right: 0
    }

        .interestbox .interestinner .interest-likes {
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 90px
        }

            .interestbox .interestinner .interest-likes .peopleinterest {
                padding-left: 42px
            }

                .interestbox .interestinner .interest-likes .peopleinterest:before {
                    content: none
                }

    .courseperformance .businessLearner, .courseperformance .quiz-space30 {
        padding: 0
    }

    .courseperformance .courseAccordion .card .card-header .btn {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 90px 18px 20px
    }

        .courseperformance .courseAccordion .card .card-header .btn i {
            right: 20px
        }

        .courseperformance .courseAccordion .card .card-header .btn .progressper {
            right: 40px;
            display: block;
            text-align: center
        }

            .courseperformance .courseAccordion .card .card-header .btn .progressper img {
                margin: auto
            }

    .courseperformance .courseAccordion .card .card-body {
        padding: 20px
    }

    .coursepracticeBox .businessLearner {
        padding: 0
    }

    .course-critically .progress {
        margin: 0 auto 12px
    }

    .crtical-right-step {
        padding-left: 0
    }

        .crtical-right-step .novoice-skills .novoice-skills-inner {
            display: block;
            padding-right: 0
        }
}

@media only screen and (max-width:575px) {
    .courseBanner {
        padding-bottom: 30px;
        padding-top: 30px
    }

        .courseBanner .learningBox .details .tittle {
            font-size: 30px
        }

        .courseBanner .videoBox {
            max-width: 329px;
            height: 185px
        }

    .course-tittle {
        font-size: 28px
    }

    .courseFAQ-Inner, .courseModules .courseModule-Inner {
        padding-bottom: 62px;
        padding-top: 62px
    }

    .courseModules .courseAccordion .group ul li .studylist {
        margin-top: 12px;
        width: 100%
    }

    .courseThink h1, .courseThink h2 {
        font-size: 28px
    }

    .courseThink .thinkCarousel {
        padding: 40px 20px 0
    }

    .coursePostLogin .col-right {
        margin-top: 10px
    }

    .coursePostLogin .learningBox .progressBox {
        position: static
    }

    .crtical-right-step .novoice-skills .novoice-skills-inner .heading18 {
        margin: 20px 0
    }
}

@media only screen and (max-width:479px) {
    #theContainer #outerLayer {
        background: 0 0;
        width: 100% !important
    }

    #theTxt {
        top: 11% !important;
        right: 26px !important
    }

    .course-tittle {
        font-size: 24px
    }

    .courseFAQ-Inner, .courseModules .courseModule-Inner, .courseThink {
        padding-bottom: 50px;
        padding-top: 50px
    }

        .courseThink h1, .courseThink h2 {
            font-size: 24px
        }

    .coursePostLogin .harappaTabs, .coursePostLogin .harappaTabs.homepage-tab {
        justify-content: initial
    }
}

@media only screen and (max-width:374px) {
    .courseFaculty .slickCarousel .slick-next {
        margin-right: -60px
    }

    .courseBanner .videoBox {
        max-width: 290px;
        height: 163px
    }
}

.bannerBlock.hobBanner {
    background-image: url(habits-banner.9d1c5436980c8f4942fd.jpg);
    min-height: 505px
}

.show-mobile {
    display: none
}

.show-desktop {
    display: inline-block
}

.homindPage .bindBlock {
    margin-top: -180px
}

    .homindPage .bindBlock .bind-content {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
        position: relative
    }

        .homindPage .bindBlock .bind-content:after, .homindPage .bindBlock .bind-content:before {
            display: none
        }

        .homindPage .bindBlock .bind-content.hof-video:after, .homindPage .bindBlock .bind-content.hof-video:before {
            display: block;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: calc(100% / 2.5)
        }

        .homindPage .bindBlock .bind-content.half-shadow {
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none
        }

            .homindPage .bindBlock .bind-content.half-shadow:before {
                content: "";
                display: block;
                position: absolute;
                box-shadow: 0 0 30px rgba(0,0,0,.8);
                -moz-box-shadow: 0 0 30px rgba(0,0,0,.8);
                -webkit-box-shadow: 0 0 30px rgba(0,0,0,.8);
                height: 40%;
                left: 0;
                top: 0;
                width: 1px;
                background: 0 0;
                z-index: -1
            }

            .homindPage .bindBlock .bind-content.half-shadow:after {
                content: "";
                display: block;
                position: absolute;
                box-shadow: 0 0 30px rgba(0,0,0,.8);
                -moz-box-shadow: 0 0 30px rgba(0,0,0,.8);
                -webkit-box-shadow: 0 0 30px rgba(0,0,0,.8);
                height: 40%;
                right: 0;
                top: 0;
                width: 1px;
                background: 0 0;
                z-index: -1
            }

    .homindPage .bindBlock .bind-video {
        position: relative
    }

        .homindPage .bindBlock .bind-video img {
            width: 100%
        }

        .homindPage .bindBlock .bind-video .btn-video {
            box-shadow: 0 0 22px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 22px rgba(0,0,0,.2);
            -webkit-box-shadow: 0 0 22px rgba(0,0,0,.2)
        }

    .homindPage .bindBlock .bind-details {
        padding: 28px 7% 25px
    }

        .homindPage .bindBlock .bind-details h3 {
            font-family: "Montserrat Medium";
            font-size: 24px;
            line-height: 24px;
            color: #565253;
            margin-bottom: 15px
        }

.homindPage .courseList .bind-content {
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s
}

    .homindPage .courseList .bind-content .item .item-details {
        width: 100%;
        padding-right: 38px
    }

        .homindPage .courseList .bind-content .item .item-details label {
            margin-bottom: 10px
        }

        .homindPage .courseList .bind-content .item .item-details .tittle {
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            margin-bottom: 13px;
            letter-spacing: .03em
        }

        .homindPage .courseList .bind-content .item .item-details ul.slugLinks li {
            font-size: 14px
        }

            .homindPage .courseList .bind-content .item .item-details ul.slugLinks li i[class^=icon-] {
                font-size: 15px;
                color: #999;
                margin-right: 5px
            }

                .homindPage .courseList .bind-content .item .item-details ul.slugLinks li i[class^=icon-].icon-share {
                    color: #355699
                }

            .homindPage .courseList .bind-content .item .item-details ul.slugLinks li:after {
                background-color: #d7d7d7;
                height: 16px;
                margin-top: -10px
            }

        .homindPage .courseList .bind-content .item .item-details p {
            margin-top: 6px;
            font-family: "Montserrat Light";
            font-size: 16px;
            line-height: 24px;
            color: #848484;
            letter-spacing: .02em
        }

        .homindPage .courseList .bind-content .item .item-details a.seeCourse {
            color: #355699;
            font-family: Montserrat;
            font-size: 14px;
            opacity: 0
        }

            .homindPage .courseList .bind-content .item .item-details a.seeCourse:hover {
                color: #d3652c;
                text-decoration: none
            }

    .homindPage .courseList .bind-content .item .item-img {
        background-repeat: no-repeat;
        border: 1px solid #e3e3e3;
        background-size: auto 70%;
        background-position: center;
        width: 250px;
        height: 150px;
        margin: 0;
        position: relative;
        top: 4px
    }

        .homindPage .courseList .bind-content .item .item-img.item-img--small {
            background-size: auto 80px
        }

    .homindPage .courseList .bind-content .item.img-left .item-details {
        padding: 10px 0 10px 38px
    }

    .homindPage .courseList .bind-content:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

        .homindPage .courseList .bind-content:hover .item .item-details a.seeCourse {
            opacity: 1
        }

.homindPage .whereStart {
    background-color: #355699;
    background-image: url(hofBottomBg.a646fcd6303154be3308.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 90% auto
}

    .homindPage .whereStart .heading-black {
        font-size: 30px;
        line-height: 40px;
        color: #fff
    }

    .homindPage .whereStart p {
        color: #fff;
        font-size: 18px;
        max-width: 520px;
        margin: 0 auto;
        font-family: Montserrat
    }

.harappafixed-Tab {
    background: #fff
}

    .harappafixed-Tab .harappaTabs {
        margin: 0 -71px;
        justify-content: center;
        padding-top: 30px
    }

        .harappafixed-Tab .harappaTabs .nav-item {
            margin: 0;
            padding: 0 71px
        }

    .harappafixed-Tab.affix .harappaTabs {
        padding-top: 15px
    }

@media only screen and (max-width:1199px) {
    .harappafixed-Tab .harappaTabs {
        margin: 0 -50px
    }

        .harappafixed-Tab .harappaTabs .nav-item {
            padding: 0 50px
        }
}

@media only screen and (max-width:991px) {
    .bannerBlock.hobBanner {
        min-height: 440px
    }

    .homindPage .bindBlock .bind-details {
        padding: 20px 0;
        text-align: center
    }

        .homindPage .bindBlock .bind-details .iconshabit {
            margin: 0 auto 15px
        }

    .homindPage .bindBlock .bind-content.hof-video {
        margin-top: 30px
    }

    .homindPage .courseList .bind-content .item .item-details p {
        font-size: 14px
    }

    .homindPage .courseList .bind-content .item.img-left .item-details {
        padding-left: 20px
    }

    .harappafixed-Tab .harappaTabs {
        margin: 0 -30px
    }

        .harappafixed-Tab .harappaTabs .nav-item {
            padding: 0 30px
        }
}

@media only screen and (max-width:767px) {
    .show-mobile {
        display: inline-block
    }

    .m-hidden, .show-desktop {
        display: none
    }

    .bannerBlock.hobBanner {
        min-height: 300px
    }

        .bannerBlock.hobBanner.hobBannerSpace {
            padding: 20px 0 70px
        }

    .harappafixed-Tab.affix .harappaTabs {
        padding-top: 22px
    }

    .homindPage .harappaTabs {
        white-space: nowrap;
        overflow: auto;
        display: block;
        padding: 0 40px;
        text-align: center
    }

        .homindPage .harappaTabs.mobileshowtab {
            display: flex;
            justify-content: center
        }

        .homindPage .harappaTabs .nav-item {
            padding: 0 15px;
            display: inline-block
        }

    .homindPage .bindBlock {
        margin-top: -100px
    }

        .homindPage .bindBlock .bind-content {
            padding: 15px
        }

            .homindPage .bindBlock .bind-content.half-shadow {
                box-shadow: 0 0 30px rgba(0,0,0,.1);
                -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
                -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
            }

            .homindPage .bindBlock .bind-content .item {
                display: block
            }

                .homindPage .bindBlock .bind-content .item .item-img {
                    width: 100%
                }

                .homindPage .bindBlock .bind-content .item .item-details a.seeCourse {
                    opacity: 1
                }

                .homindPage .bindBlock .bind-content .item.img-left .item-details {
                    padding-left: 0;
                    padding-top: 20px
                }

        .homindPage .bindBlock .advantageBlock .heading-regular {
            font-size: 26px;
            line-height: 36px
        }

        .homindPage .bindBlock .advantageBlock .heading-black {
            font-size: 30px;
            line-height: 40px
        }

    .homindPage.habit-thinking-mobile .bindBlock {
        margin-top: 0;
        box-shadow: none
    }

        .homindPage.habit-thinking-mobile .bindBlock.half-shadow:after, .homindPage.habit-thinking-mobile .bindBlock.half-shadow:before {
            content: none
        }

        .homindPage.habit-thinking-mobile .bindBlock .bind-content {
            padding: 0;
            box-shadow: none
        }

            .homindPage.habit-thinking-mobile .bindBlock .bind-content .bind-content {
                padding: 15px;
                box-shadow: 0 0 30px rgba(0,0,0,.1);
                -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
                -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
            }

    .habitsBlock.habitofmind-tab {
        background: 0 0
    }

        .habitsBlock.habitofmind-tab .heading20 {
            color: rgba(86,82,83,.68)
        }

        .habitsBlock.habitofmind-tab .habits-content {
            margin-bottom: 20px
        }

        .habitsBlock.habitofmind-tab .habits-col {
            padding-left: 20px;
            padding-bottom: 25px;
            text-align: center;
            display: block
        }

            .habitsBlock.habitofmind-tab .habits-col img {
                position: static;
                margin: 0 auto 15px;
                max-height: 85px
            }

            .habitsBlock.habitofmind-tab .habits-col .btn {
                padding-top: 15px;
                padding-bottom: 15px
            }

            .habitsBlock.habitofmind-tab .habits-col p {
                margin-bottom: 20px
            }

    .habitsBlock.habitofmind-think .habits-col-inner {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px
    }

        .habitsBlock.habitofmind-think .habits-col-inner:focus {
            outline: 0
        }

    .habitsBlock.habitofmind-think .habits-content {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 30px
    }

        .habitsBlock.habitofmind-think .habits-content .slick-next, .habitsBlock.habitofmind-think .habits-content .slick-prev {
            display: none
        }

        .habitsBlock.habitofmind-think .habits-content.slick-slider .slick-list, .habitsBlock.habitofmind-think .habits-content.slick-slider .slick-track {
            padding-right: 60px
        }

    .habitsBlock.habitofmind-think .habits-col {
        min-height: 250px;
        padding-left: 15px;
        padding-right: 15px
    }

        .habitsBlock.habitofmind-think .habits-col p {
            margin-bottom: 0
        }
}

@media only screen and (max-width:639px) {
    .homindPage .whereStart p {
        font-size: 16px
    }

    .homindPage .whereStart .heading-black {
        font-size: 26px;
        line-height: 34px
    }

    .habitsBlock.habitofmind-think .habits-col {
        min-height: 240px
    }
}

@media only screen and (max-width:374px) {
    .homindPage .courseList .bind-content .item .item-details ul.slugLinks {
        margin-left: -8px
    }

        .homindPage .courseList .bind-content .item .item-details ul.slugLinks li {
            padding: 0 8px;
            font-size: 13px
        }

            .homindPage .courseList .bind-content .item .item-details ul.slugLinks li i[class^=icon-] {
                margin-right: 2px;
                position: relative;
                top: 1px
            }

    .habitsBlock.habitofmind-think .habits-col {
        min-height: 265px
    }
}

.habitsNew {
    display: flex
}

.habitsNew__block {
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: all .2s;
    padding: 20px 25px;
    background: #fff;
    height: 520px;
    overflow: hidden;
    width: 20%;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.habitsNew__explore {
    padding: 25px 35px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center
}

.habitsNew__closetext, .habitsNew__exploretext {
    opacity: 0;
    color: #355699;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: all .2s
}

.habitsNew__closetext {
    display: none;
    opacity: 1
}

.habitsNew__explorebtn {
    color: rgba(102,102,102,.5);
    position: absolute;
    right: 25px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    font-size: 34px
}

.habitsNew__explorebtn--close {
    color: #355699;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    display: none;
    position: absolute;
    right: 25px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    font-size: 34px
}

.habitsNew__content {
    color: #355699
}

.habitsNew__content__title {
    font-family: Archer;
    padding: 10px 0;
    font-size: 18px;
    color: #355699
}

.habitsNew__content__icon {
    display: block;
    max-width: 130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.habitsNew__content__desc {
    padding: 0;
    color: #666;
    font-family: "Montserrat Light";
    line-height: 24px;
    font-size: 16px;
    height: 0;
    overflow: hidden;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: all .2s
}

.habitsNew__content .videoBox {
    max-width: 90%;
    display: none
}

.habitsNew__content__list {
    display: none;
    list-style-type: none;
    width: 320px
}

    .habitsNew__content__list .list-item {
        padding: 10px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: all .2s;
        border-bottom: 1px solid #e1e2e0;
        display: flex;
        color: #565253;
        align-items: center;
        background: #fff
    }

        .habitsNew__content__list .list-item .icon {
            width: 55px;
            height: 55px;
            background-position: center center;
            background-size: 100% auto;
            background-repeat: no-repeat
        }

        .habitsNew__content__list .list-item .list-item__btn {
            opacity: 0;
            line-height: 18px;
            font-size: 13px;
            font-family: Montserrat;
            display: block;
            color: #355699
        }

        .habitsNew__content__list .list-item .list-item__text {
            font-size: 15px;
            font-family: Montserrat;
            padding: 10px 15px 0 25px;
            display: block;
            width: 100%;
            text-align: left
        }

        .habitsNew__content__list .list-item:hover {
            box-shadow: 0 0 15px rgba(0,0,0,.1);
            -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
            -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
            transform: scale(1.05,1.05);
            -webkit-transform: scale(1.05,1.05);
            -moz-transform: scale(1.05,1.05);
            -ms-transform: scale(1.05,1.05)
        }

            .habitsNew__content__list .list-item:hover .list-item__btn {
                opacity: 1
            }

    .habitsNew__content__list > li:last-child > .list-item {
        border-bottom: none
    }

.habitsNew__block:hover .habitsNew__exploretext {
    opacity: 1
}

.habitsNew__block:hover .habitsNew__content__desc {
    padding: 10px 0;
    height: 130px
}

.habitsNew__block:hover .habitsNew__explorebtn {
    color: #355699
}

.habitsNew.block-opened .habitsNew__content__desc, .habitsNew.block-opened .habitsNew__content__icon, .habitsNew.block-opened .habitsNew__exploretext {
    display: none
}

.habitsNew.block-opened .habitsNew__content__title {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    font-size: 15px;
    width: 520px;
    text-align: center
}

.habitsNew.block-opened .habitsNew__block {
    width: 100px
}

    .habitsNew.block-opened .habitsNew__block.active {
        cursor: default;
        padding: 75px;
        display: block;
        text-align: left;
        width: calc(100% - 400px)
    }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__explorebtn {
            display: none
        }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__explorebtn--close {
            display: block
        }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__desc {
            padding: 10px 0 20px;
            height: auto;
            text-align: left;
            display: block;
            overflow: visible
        }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__icon {
            display: inline-block;
            max-width: 80px
        }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__title {
            padding: 10px 0;
            color: #666;
            font-size: 30px;
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            display: inline-block;
            width: auto;
            text-align: left
        }

        .habitsNew.block-opened .habitsNew__block.active .videoBox {
            display: block
        }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__wrapper {
            display: flex;
            align-items: center;
            height: 100%;
            justify-content: space-between
        }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__list {
            display: block
        }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__content {
            width: 340px
        }

@media only screen and (max-width:1199px) {
    .habitsNew.block-opened .habitsNew__block.active {
        padding: 40px
    }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__title {
            font-size: 22px
        }

        .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__icon {
            max-width: 70px
        }

    .habitsNew__content__list .list-item {
        padding: 5px 10px
    }

        .habitsNew__content__list .list-item .icon {
            height: 40px;
            width: 40px
        }

        .habitsNew__content__list .list-item .list-item__text {
            font-size: 14px
        }

        .habitsNew__content__list .list-item .list-item__btn {
            line-height: 16px;
            font-size: 12px
        }

    .habitsNew__content__desc {
        font-size: 14px;
        line-height: 20px
    }

    .habitsNew__content__icon {
        max-width: 100px
    }

    .habitsNew__content__title {
        font-size: 16px
    }

    .habitsNew__block:hover .habitsNew__content__desc {
        padding: 10px 0;
        height: 190px
    }

    .dashboardthinkBox .thinkItem .heading24 {
        letter-spacing: 0
    }
}

@media only screen and (max-width:1023px) {
    .habitsNew.block-opened .habitsNew__block {
        width: 70px
    }

        .habitsNew.block-opened .habitsNew__block.active {
            padding: 30px;
            width: calc(100% - 280px)
        }

    .habitsNew__content__list .list-item .list-item__text {
        padding: 10px 5px 0 10px;
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .habitsNew {
        display: block
    }

    .habitsNew__content__desc {
        padding: 0;
        height: auto;
        font-size: 16px;
        line-height: 24px
    }

    .habitsNew__explore {
        padding: 10px 0 0;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: auto;
        left: auto
    }

    .habitsNew__exploretext {
        opacity: 1
    }

    .habitsNew__explorebtn, .habitsNew__explorebtn--close {
        color: #355699;
        font-size: 25px;
        position: static;
        margin: 0 0 0 10px
    }

    .habitsNew__content__list {
        width: 100%
    }

    .habitsNew__content__icon {
        width: 70px;
        margin: 0 auto
    }

    .habitsNew__content__title {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        width: auto;
        font-size: 20px
    }

    .habitsNew__content .videoBox {
        margin: 30px auto 50px;
        max-width: 300px
    }

    .habitsNew__block {
        padding: 30px;
        width: 100%;
        height: auto;
        display: block
    }

        .habitsNew__block:hover .habitsNew__explore {
            padding: 10px 0 0;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            top: auto;
            left: auto
        }

        .habitsNew__block:hover .habitsNew__content__desc {
            padding: 0;
            height: auto;
            font-size: 16px;
            line-height: 24px
        }

    .habitsNew.block-opened .habitsNew__content__title {
        font-size: 20px;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        width: auto
    }

    .habitsNew.block-opened .habitsNew__content__desc, .habitsNew.block-opened .habitsNew__content__icon, .habitsNew.block-opened .habitsNew__exploretext {
        display: block
    }

    .habitsNew.block-opened .habitsNew__block {
        width: 100%
    }

        .habitsNew.block-opened .habitsNew__block.active {
            width: 100%;
            text-align: center
        }

            .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__wrapper {
                display: block
            }

            .habitsNew.block-opened .habitsNew__block.active .habitsNew__content {
                width: 100%;
                margin-bottom: 20px
            }

            .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__icon {
                margin: 0 auto;
                display: block
            }

            .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__title {
                font-size: 20px;
                text-align: center;
                display: block
            }

            .habitsNew.block-opened .habitsNew__block.active .habitsNew__content__desc {
                text-align: center;
                padding: 0
            }

            .habitsNew.block-opened .habitsNew__block.active .habitsNew__explore {
                padding: 20px 0 10px
            }

            .habitsNew.block-opened .habitsNew__block.active .habitsNew__closetext {
                display: block
            }

            .habitsNew.block-opened .habitsNew__block.active .habitsNew__exploretext {
                display: none
            }
}

.harappaTabs {
    display: flex;
    justify-content: space-around;
    font-weight: 600
}

    .harappaTabs .nav-link {
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        font-size: 14px;
        color: #bcb9b9;
        border-bottom: 3px solid transparent;
        padding-left: 0;
        padding-right: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        position: relative
    }

        .harappaTabs .nav-link:before {
            content: "";
            width: 0;
            height: 3px;
            background-color: transparent;
            position: absolute;
            left: 0;
            bottom: -3px;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: all .3s
        }

        .harappaTabs .nav-link:focus {
            border-bottom-color: transparent
        }

        .harappaTabs .nav-link:hover {
            border-bottom-color: transparent;
            color: #355699
        }

        .harappaTabs .nav-link.active {
            background: 0 0;
            color: #355699;
            border-bottom: 3px solid transparent
        }

            .harappaTabs .nav-link.active:before {
                content: "";
                width: 100%;
                background-color: #355699
            }

    .harappaTabs.homepage-tab li {
        margin: 0 30px
    }

        .harappaTabs.homepage-tab li a {
            padding-bottom: 4px
        }

    .harappaTabs.homepage-tab.playersTab li:first-child {
        margin-left: 0
    }

    .harappaTabs.profileSettingTab {
        margin: 0 -50px
    }

@media only screen and (max-width:767px) {
    .harappaTabs.homepage-tab {
        justify-content: inherit;
        flex-wrap: nowrap
    }

        .harappaTabs.homepage-tab li {
            margin: 0 20px
        }

            .harappaTabs.homepage-tab li a {
                white-space: nowrap
            }

    .harappaTabs.programTabs {
        justify-content: inherit;
        display: flex;
        flex-wrap: nowrap
    }

        .harappaTabs.programTabs li {
            margin: 0 20px
        }

            .harappaTabs.programTabs li a {
                white-space: nowrap
            }
}

@media only screen and (max-width:575px) {
    .harappaTabs.profileSettingTab {
        margin: 0;
        justify-content: left !important
    }
}

.welcomeBox {
    border-top: 1px solid #e9e9e9;
    min-height: 600px;
    background: url(welcome-img.0495523ac07c804ad4f6.png) center center no-repeat
}

    .welcomeBox .heading-black {
        line-height: 52px;
        letter-spacing: .04em;
        margin-bottom: 2px
    }

    .welcomeBox .heading20 {
        letter-spacing: .04em;
        margin-bottom: 28px
    }

    .welcomeBox .heading24 {
        letter-spacing: .04em;
        margin-bottom: 13px
    }

    .welcomeBox .textPara {
        line-height: 23px
    }

        .welcomeBox .textPara a {
            text-decoration: none
        }

    .welcomeBox .btn {
        letter-spacing: .05em;
        margin: 0 8px 8px
    }

    .welcomeBox .recommended-text {
        font-size: 14px;
        line-height: 20px;
        color: #565253;
        display: inline-block;
        margin-top: 22px;
        position: relative;
        margin-right: 50px
    }

        .welcomeBox .recommended-text .icon-arrow-move {
            position: absolute;
            left: -36px;
            font-size: 30px;
            transform: rotate(-94deg);
            -webkit-transform: rotate(-94deg);
            -moz-transform: rotate(-94deg);
            -ms-transform: rotate(-94deg);
            top: -19px;
            color: #848484
        }

        .welcomeBox .recommended-text.mobile-text {
            margin-top: 0;
            margin-bottom: 30px;
            display: none
        }

            .welcomeBox .recommended-text.mobile-text .icon-arrow-move {
                transform: rotateZ(270deg) rotateY(190deg);
                -webkit-transform: rotateZ(270deg) rotateY(190deg);
                -moz-transform: rotateZ(270deg) rotateY(190deg);
                -ms-transform: rotateZ(270deg) rotateY(190deg);
                top: 8px
            }

.welcome-inner {
    width: 100%;
    max-width: 690px;
    margin: auto;
    text-align: center
}

.welcome-inner2 {
    width: 100%;
    max-width: 640px;
    margin: auto;
    text-align: center;
    padding: 13px 52px 10px
}

.welcomequoteBox {
    background-color: #e8c74c;
    padding: 13px 0
}

    .welcomequoteBox p {
        font-family: "Montserrat Medium";
        font-size: 14px;
        line-height: 25px;
        color: #fff
    }

    .welcomequoteBox .leftquest {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 35px;
        color: #fff
    }

.dashbord-user {
    margin-left: 25px;
    position: relative;
    z-index: 550
}

.preview-image-video img {
    width: 100%
}

.preview-image-video .btn-video {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    left: auto;
    right: 15px;
    top: auto;
    bottom: -22px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0 22px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 22px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 22px rgba(0,0,0,.2)
}

.course-preview {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s
}

    .course-preview .preview-info {
        padding: 28px 0 18px;
        white-space: pre-wrap
    }

        .course-preview .preview-info .heading18 {
            margin-bottom: 7px;
            color: #565253
        }

    .course-preview .resume-link {
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-size: 12px;
        font-family: "Montserrat Medium";
        color: #355699;
        opacity: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s
    }

    .course-preview:hover {
        box-shadow: 0 2px 30px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 30px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 2px 30px rgba(0,0,0,.2)
    }

        .course-preview:hover .resume-link {
            opacity: 1
        }

.videoOverlayCard .preview-image-video:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0
}

.discover-faculty li {
    margin-bottom: 30px
}

.discover-faculty .btn-video {
    right: 10px;
    bottom: -15px
}

.discover-faculty .img-preview {
    width: 147px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.discover-faculty .textPara {
    line-height: 20px;
    margin-bottom: 6px
}

.discover-faculty .discovery-info {
    padding: 5px 30px
}

.discover-faculty .designation {
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.dashboardthinkBox {
    margin-top: -98px
}

    .dashboardthinkBox.dashboardslider {
        margin-top: -113px
    }

        .dashboardthinkBox.dashboardslider .slick-arrow {
            display: none !important
        }

        .dashboardthinkBox.dashboardslider .slick-slider .slick-list, .dashboardthinkBox.dashboardslider .slick-slider .slick-track {
            padding-top: 15px
        }

        .dashboardthinkBox.dashboardslider .slick-slide:focus, .dashboardthinkBox.dashboardslider .thinkItem:focus {
            outline: 0
        }

        .dashboardthinkBox.dashboardslider .thinkItem {
            min-height: 371px
        }

        .dashboardthinkBox.dashboardslider .slick-track {
            margin-left: 0;
            margin-right: 0
        }

    .dashboardthinkBox .thinkItem {
        background: #fff;
        padding: 20px 20px 30px;
        position: relative;
        z-index: 2;
        height: 100%;
        display: block;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        top: 0;
        cursor: pointer
    }

        .dashboardthinkBox .thinkItem:hover {
            top: -10px;
            box-shadow: 0 0 30px rgba(0,0,0,.3);
            -moz-box-shadow: 0 0 30px rgba(0,0,0,.3);
            -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3)
        }

            .dashboardthinkBox .thinkItem:hover .learning-text {
                opacity: 1
            }

        .dashboardthinkBox .thinkItem .think-img {
            padding: 25px;
            display: flex;
            justify-content: center;
            margin-bottom: 28px;
            min-height: 145px
        }

            .dashboardthinkBox .thinkItem .think-img img {
                height: 88px;
                margin: auto
            }

        .dashboardthinkBox .thinkItem .heading24 {
            margin-bottom: 12px
        }

        .dashboardthinkBox .thinkItem .think-info {
            flex-grow: 1
        }

        .dashboardthinkBox .thinkItem .textPara {
            line-height: 23px;
            padding-right: 20px;
            margin-bottom: 20px
        }

        .dashboardthinkBox .thinkItem .learning-text {
            font-size: 14px;
            font-family: Montserrat;
            color: #355699;
            opacity: 0;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: all .3s
        }

    .dashboardthinkBox.dashboard-begin .thinkItem {
        padding-bottom: 20px;
        cursor: auto;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: all 0s
    }

        .dashboardthinkBox.dashboard-begin .thinkItem:hover {
            top: 0;
            box-shadow: 0 0 30px rgba(0,0,0,.1);
            -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
            -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
        }

        .dashboardthinkBox.dashboard-begin .thinkItem .think-img {
            min-height: 233px;
            margin-bottom: 0
        }

            .dashboardthinkBox.dashboard-begin .thinkItem .think-img img {
                height: 120px
            }

        .dashboardthinkBox.dashboard-begin .thinkItem .textPara {
            margin-bottom: 12px;
            padding-right: 0
        }

    .dashboardthinkBox.dashboard-begin .think-info {
        padding-top: 17px;
        padding-right: 65px
    }

    .dashboardthinkBox.dashboard-begin .progress-circle {
        position: absolute;
        right: 6px;
        top: 9px
    }

.slickCarousel .slick-arrow {
    width: 52px;
    height: 52px;
    background: #355699;
    border: 1px solid #355699
}

    .slickCarousel .slick-arrow.slick-disabled {
        background: 0 0;
        border: 1px solid #355699
    }

        .slickCarousel .slick-arrow.slick-disabled:before {
            color: #355699;
            opacity: 1
        }

.slickCarousel .slick-next, .slickCarousel .slick-prev {
    top: auto;
    bottom: 0
}

    .slickCarousel .slick-next:before, .slickCarousel .slick-prev:before {
        content: "";
        font-family: HarappaIcons !important;
        font-size: 24px
    }

.slickCarousel .slick-prev {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    left: 403px
}

.slickCarousel .slick-next {
    left: 485px;
    margin-bottom: -26px
}

.courses-slider-content {
    margin: 0 -13px;
    padding-bottom: 65px
}

    .courses-slider-content .course-outer {
        width: 25%;
        padding: 25px 13px
    }

        .courses-slider-content .course-outer:focus {
            outline: 0
        }

    .courses-slider-content .preview-image-video {
        height: 148px
    }

        .courses-slider-content .preview-image-video img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 148px
        }

    .courses-slider-content .textPara {
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .courses-slider-content .course-with-icon .preview-image-video {
        display: flex;
        align-items: center
    }

        .courses-slider-content .course-with-icon .preview-image-video img {
            -o-object-fit: contain;
            object-fit: contain;
            height: 110px;
            width: auto;
            margin: auto
        }

    .courses-slider-content .course-preview {
        position: relative;
        padding-bottom: 46px;
        background-color: #fff;
        min-height: 355px
    }

        .courses-slider-content .course-preview .heading18 {
            margin-bottom: 0
        }

        .courses-slider-content .course-preview .hashtags {
            position: absolute;
            left: 20px;
            bottom: 20px
        }

    .courses-slider-content.slickCarousel .slick-prev {
        left: 50%;
        margin-left: -80px
    }

    .courses-slider-content.slickCarousel .slick-next {
        left: 50%
    }

.discover-faculty.slickCarousel .slick-prev {
    left: 50%;
    margin-left: -80px
}

.discover-faculty.slickCarousel .slick-next {
    left: 50%
}

.blogslider-pointer .course-preview {
    cursor: pointer
}

    .blogslider-pointer .course-preview:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03)
    }

.privacypolicybox .heading24, .privacypolicybox .textPara {
    margin-bottom: 30px
}

@media only screen and (max-width:1649px) {
    .welcomeBox {
        min-height: inherit
    }

        .welcomeBox.questionBar {
            min-height: 700px
        }

    .pd-med-t40 {
        padding-top: 40px
    }

    .pd-med-30 {
        padding-top: 30px
    }
}

@media only screen and (max-width:991px) {
    .dashbord-user {
        display: none
    }

    .dashboardthinkBox.dashboardslider .slick-slider {
        margin: 0 -10px
    }

        .dashboardthinkBox.dashboardslider .slick-slider .slick-slide {
            padding: 0 10px
        }

    .dashboardthinkBox.dashboardslider .heading24 {
        font-size: 20px
    }

    .dashboardthinkBox.dashboardslider .thinkItem {
        min-height: 420px
    }

        .dashboardthinkBox.dashboardslider .thinkItem .textPara {
            padding-right: 0
        }

    .welcomeBox.questionBar {
        min-height: inherit
    }

    .privacypolicybox .heading24, .privacypolicybox .textPara {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .discover-faculty.slickCarousel .img-preview {
        height: 200px
    }

    .dashboardthinkBox.dashboard-begin .think-info {
        padding-right: 0
    }

    .dashboardthinkBox.dashboard-begin .thinkItem .heading24 {
        padding-right: 60px;
        margin-bottom: 30px
    }

    .dashboardthinkBox.dashboardslider .slick-slider .slick-list, .dashboardthinkBox.dashboardslider .slick-slider .slick-track {
        padding-right: 40px
    }

    .discover-faculty {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px
    }

        .discover-faculty li {
            width: 50%;
            padding: 0 10px
        }

            .discover-faculty li.d-flex {
                display: block !important
            }

        .discover-faculty .img-preview {
            width: 100%
        }

        .discover-faculty .discovery-info {
            padding: 20px 0 10px
        }

    .course-preview {
        padding: 15px
    }

    .recommendedBlock .courses-slider-content {
        margin: 0 -10px;
        padding-bottom: 0
    }

        .recommendedBlock .courses-slider-content .course-outer {
            padding: 10px
        }

        .recommendedBlock .courses-slider-content.slick-slider .slick-list, .recommendedBlock .courses-slider-content.slick-slider .slick-track {
            padding-right: 40px
        }

        .recommendedBlock .courses-slider-content.slickCarousel .slick-arrow {
            display: none !important
        }

    .coursesSliderPrev .slick-slider {
        margin: 0 -10px
    }

        .coursesSliderPrev .slick-slider .slick-slide {
            padding: 0 10px
        }

            .coursesSliderPrev .slick-slider .slick-slide:focus {
                outline: 0
            }

        .coursesSliderPrev .slick-slider .slick-list, .coursesSliderPrev .slick-slider .slick-track {
            padding-top: 10px;
            padding-right: 40px
        }

    .coursesSliderPrev .course-preview {
        min-height: 245px
    }

    .coursesSliderPrev .slick-arrow {
        display: none !important
    }
}

@media only screen and (max-width:639px) {
    .welcomeBox {
        margin-top: 1px
    }

        .welcomeBox.pd-b30 {
            padding-bottom: 0
        }

        .welcomeBox .recommended-text {
            margin-right: 0
        }

            .welcomeBox .recommended-text.desktop-text {
                display: none
            }

            .welcomeBox .recommended-text.mobile-text {
                display: inline-block;
                margin-left: 50px
            }

    .welcomequoteBox .leftquest {
        font-size: 24px
    }

    .welcome-inner2 {
        padding: 6px 30px 10px
    }
}

@media only screen and (max-width:549px) {
    .dashboardthinkBox.dashboardslider .thinkItem {
        min-height: 400px
    }
}

.learnplayer {
    position: relative;
    overflow: hidden
}

    .learnplayer .player {
        height: calc(100vh - 80px);
        position: relative
    }

        .learnplayer .player .playervideo {
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%
        }

        .learnplayer .player .btn-video {
            width: 73px;
            height: 73px;
            box-shadow: 0 0 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
            border: 0
        }

            .learnplayer .player .btn-video i {
                font-size: 18px
            }

    .learnplayer .player-tablist {
        background: #355699;
        width: 370px;
        height: 100%;
        top: 0;
        right: -370px
    }

        .learnplayer .player-tablist .nav-tabs {
            border-bottom: 1px solid rgba(255,255,255,.2);
            display: flex;
            justify-content: center
        }

            .learnplayer .player-tablist .nav-tabs .nav-item {
                width: 50%
            }

            .learnplayer .player-tablist .nav-tabs .nav-link {
                margin-bottom: 0;
                background: 0 0;
                font-size: 14px;
                font-family: "Montserrat Semi Bold";
                text-transform: uppercase;
                color: rgba(255,255,255,.7);
                border: 0;
                width: 100%;
                border-bottom: 3px solid transparent;
                padding: 12px 25px;
                cursor: pointer
            }

                .learnplayer .player-tablist .nav-tabs .nav-link.active {
                    border-bottom-color: #d3652c;
                    color: #fff
                }

                .learnplayer .player-tablist .nav-tabs .nav-link i {
                    font-size: 16px;
                    position: relative;
                    top: 1px;
                    margin-right: 5px
                }

                .learnplayer .player-tablist .nav-tabs .nav-link:focus {
                    outline: 0
                }

        .learnplayer .player-tablist .tab-content {
            height: calc(100% - 48px)
        }

            .learnplayer .player-tablist .tab-content .tab-container {
                padding: 20px 0;
                height: 100%;
                display: flex;
                flex-direction: column
            }

                .learnplayer .player-tablist .tab-content .tab-container .mCustomScrollBox {
                    padding-right: 0
                }

            .learnplayer .player-tablist .tab-content > .active {
                display: flex;
                flex-direction: column;
                height: 100%
            }

            .learnplayer .player-tablist .tab-content .notes {
                font-size: 16px;
                color: #fff;
                font-family: Montserrat;
                margin-bottom: 20px
            }

            .learnplayer .player-tablist .tab-content .notesmoduled {
                padding-left: 24px;
                margin-left: 20px;
                padding-right: 10px;
                font-size: 14px;
                font-family: "Montserrat Light";
                margin-bottom: 20px;
                position: relative;
                color: rgba(255,255,255,.6)
            }

                .learnplayer .player-tablist .tab-content .notesmoduled span {
                    color: #fff
                }

                .learnplayer .player-tablist .tab-content .notesmoduled i {
                    position: absolute;
                    left: 0;
                    top: 2px
                }

            .learnplayer .player-tablist .tab-content .messageList {
                flex-grow: 1
            }

                .learnplayer .player-tablist .tab-content .messageList li {
                    font-size: 14px;
                    font-family: Montserrat;
                    opacity: .8;
                    color: #fff;
                    display: block;
                    position: relative;
                    padding-right: 40px;
                    padding-bottom: 15px;
                    margin-bottom: 15px;
                    border-bottom: 1px solid rgba(255,255,255,.2);
                    min-height: 25px
                }

                    .learnplayer .player-tablist .tab-content .messageList li .truncate {
                        display: inline-block
                    }

                    .learnplayer .player-tablist .tab-content .messageList li button {
                        color: #7ea1e6;
                        background: 0 0;
                        border: 0;
                        display: inline-block;
                        cursor: pointer
                    }

                    .learnplayer .player-tablist .tab-content .messageList li .time {
                        display: block
                    }

                    .learnplayer .player-tablist .tab-content .messageList li .dropdown-action {
                        display: none
                    }

                        .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .dropdown-toggle:after {
                            content: none
                        }

                        .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .btn-link {
                            color: #fff;
                            padding: 0;
                            border: 0;
                            font-size: 18px
                        }

                            .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .btn-link:focus, .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .btn-link:hover {
                                text-decoration: none
                            }

                        .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .dropdown-menu {
                            min-width: 92px;
                            padding: 0 0 0 14px;
                            border-radius: 0;
                            border: 0
                        }

                            .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .dropdown-menu ol {
                                margin-bottom: 0
                            }

                                .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .dropdown-menu ol > li {
                                    border-bottom: 1px solid rgba(0,0,0,.2);
                                    padding: 10px 0;
                                    margin: 0;
                                    opacity: 1
                                }

                                    .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .dropdown-menu ol > li .dropdown-item {
                                        color: #355699;
                                        font-size: 12px;
                                        font-family: Montserrat;
                                        padding: 0 5px 0 0
                                    }

                                        .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .dropdown-menu ol > li .dropdown-item:active {
                                            background: 0 0
                                        }

                                    .learnplayer .player-tablist .tab-content .messageList li .dropdown-action .dropdown-menu ol > li:last-child {
                                        border-bottom: 0
                                    }

                    .learnplayer .player-tablist .tab-content .messageList li .action-list {
                        position: absolute;
                        top: 0;
                        right: 0
                    }

                    .learnplayer .player-tablist .tab-content .messageList li:last-child {
                        padding-bottom: 0;
                        margin-bottom: 0;
                        border-bottom: 0
                    }

                    .learnplayer .player-tablist .tab-content .messageList li:hover {
                        opacity: 1;
                        cursor: pointer
                    }

                        .learnplayer .player-tablist .tab-content .messageList li:hover .dropdown-action {
                            display: block
                        }

                        .learnplayer .player-tablist .tab-content .messageList li:hover .time {
                            display: none
                        }

            .learnplayer .player-tablist .tab-content .tab-control {
                margin-top: 20px;
                padding-left: 10px;
                padding-right: 10px
            }

                .learnplayer .player-tablist .tab-content .tab-control .form-control {
                    background: #103276;
                    padding: 20px;
                    height: 101px;
                    resize: none;
                    border-bottom: 0;
                    color: #fff;
                    font-size: 14px;
                    font-family: Montserrat
                }

                .learnplayer .player-tablist .tab-content .tab-control .btn {
                    margin-top: 20px;
                    width: 100%;
                    color: #355699;
                    font-size: 14px;
                    font-family: Montserrat
                }

                    .learnplayer .player-tablist .tab-content .tab-control .btn:hover {
                        color: #fff
                    }

        .learnplayer .player-tablist .video-notes {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 100%
        }

            .learnplayer .player-tablist .video-notes p {
                margin-top: 30px;
                margin-bottom: 0;
                font-size: 14px;
                color: #fff;
                font-family: Montserrat;
                max-width: 220px;
                width: 100%
            }

        .learnplayer .player-tablist .video-notesList {
            height: 100%
        }

        .learnplayer .player-tablist .placeholder::-webkit-input-placeholder {
            color: #fff;
            font-size: 14px;
            font-family: "Montserrat Italic";
            opacity: .3
        }

        .learnplayer .player-tablist .placeholder::-moz-placeholder {
            color: #fff;
            font-size: 14px;
            font-family: "Montserrat Italic";
            opacity: .3
        }

        .learnplayer .player-tablist .placeholder:-ms-input-placeholder {
            color: #fff;
            font-size: 14px;
            font-family: "Montserrat Italic";
            opacity: .3
        }

        .learnplayer .player-tablist .placeholder:-moz-placeholder {
            color: #fff;
            font-size: 14px;
            font-family: "Montserrat Italic";
            opacity: .3
        }

        .learnplayer .player-tablist.new-player-tablist .tab-content .messageList li .leftmultiicons {
            left: 0;
            top: 2px
        }

        .learnplayer .player-tablist.new-player-tablist .tab-content .messageList li .truncate {
            padding-left: 30px
        }

        .learnplayer .player-tablist.new-player-tablist .stepsCheck:after {
            content: none
        }

        .learnplayer .player-tablist.new-player-tablist .stepsCheck li {
            padding-left: 30px;
            color: rgba(255,255,255,.65)
        }

            .learnplayer .player-tablist.new-player-tablist .stepsCheck li .timer {
                display: none
            }

            .learnplayer .player-tablist.new-player-tablist .stepsCheck li .checkBox {
                left: auto;
                right: 0
            }

            .learnplayer .player-tablist.new-player-tablist .stepsCheck li:hover {
                color: #fff
            }

                .learnplayer .player-tablist.new-player-tablist .stepsCheck li:hover .timer {
                    display: block
                }

            .learnplayer .player-tablist.new-player-tablist .stepsCheck li.success {
                color: #fff
            }

            .learnplayer .player-tablist.new-player-tablist .stepsCheck li.current {
                color: #e8c74c
            }

                .learnplayer .player-tablist.new-player-tablist .stepsCheck li.current .timer {
                    display: block
                }

            .learnplayer .player-tablist.new-player-tablist .stepsCheck li.awaiting-score {
                padding-right: 115px
            }

                .learnplayer .player-tablist.new-player-tablist .stepsCheck li.awaiting-score .timer {
                    display: block
                }

        .learnplayer .player-tablist.new-player-tablist .leftmultiicons {
            position: absolute;
            left: -4px;
            top: 0
        }

    .learnplayer .mCSB_inside > .mCSB_container {
        margin-right: 0;
        padding-bottom: 77px
    }

        .learnplayer .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
            margin-right: 0
        }

    .learnplayer .mCSB_scrollTools {
        right: -5px
    }

    .learnplayer.learn-pd {
        padding-right: 370px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: all .4s
    }

        .learnplayer.learn-pd.removerightspace {
            padding-right: 0
        }

        .learnplayer.learn-pd .player-tablist {
            right: 0;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: all .4s;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0)
        }

            .learnplayer.learn-pd .player-tablist.closedtablist {
                transform: translateX(100%);
                -webkit-transform: translateX(100%);
                -moz-transform: translateX(100%);
                -ms-transform: translateX(100%)
            }

.mCustomScrollBox .mCSB_scrollTools {
    opacity: 0
}

.mCustomScrollBox:hover {
    opacity: 1
}

.contentAccordion {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 100%;
    min-height: 200px;
    overflow: auto
}

    .contentAccordion .card {
        background: 0 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0;
        margin-bottom: 1px
    }

        .contentAccordion .card .card-header {
            background: #224487;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            border: 0;
            color: #fff;
            padding: 0;
            margin-bottom: 0
        }

            .contentAccordion .card .card-header .btn {
                font-family: Montserrat;
                font-size: 16px;
                color: #fff;
                text-transform: none;
                padding: 20px 50px 20px 20px;
                width: 100%;
                text-align: left;
                border: 0;
                opacity: .5;
                white-space: normal
            }

                .contentAccordion .card .card-header .btn:focus, .contentAccordion .card .card-header .btn:hover {
                    text-decoration: none
                }

                .contentAccordion .card .card-header .btn .textLabel {
                    padding-left: 0;
                    line-height: 17px
                }

                    .contentAccordion .card .card-header .btn .textLabel .number {
                        top: 0;
                        color: #fff;
                        line-height: 17px
                    }

                .contentAccordion .card .card-header .btn i {
                    color: #fff
                }

                .contentAccordion .card .card-header .btn[aria-expanded=true] {
                    color: #fff;
                    opacity: 1
                }

                    .contentAccordion .card .card-header .btn[aria-expanded=true] i {
                        transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -ms-transform: rotate(180deg)
                    }

                    .contentAccordion .card .card-header .btn[aria-expanded=true] .textLabel .number {
                        color: #fff
                    }

        .contentAccordion .card .card-body {
            padding: 20px
        }

    .contentAccordion .mCSB_inside > .mCSB_container {
        margin-right: 0;
        padding-bottom: 0
    }

.stepsCheck {
    position: relative
}

    .stepsCheck li {
        list-style: none;
        display: block;
        color: #fff;
        padding-left: 44px;
        padding-right: 51px;
        z-index: 1;
        position: relative;
        margin-bottom: 30px
    }

        .stepsCheck li span {
            opacity: 1;
            font-family: "Montserrat Light"
        }

            .stepsCheck li span.text-label {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 14px;
                display: block;
                cursor: pointer
            }

            .stepsCheck li span.timer {
                position: absolute;
                right: 0;
                top: 5px;
                font-size: 12px;
                line-height: 12px
            }

        .stepsCheck li .checkBox {
            position: absolute;
            left: 0;
            top: 0;
            width: 23px;
            height: 23px;
            border: 0;
            background: #224487
        }

            .stepsCheck li .checkBox.tick:before {
                background: #17ce84
            }

            .stepsCheck li .checkBox.tick:after {
                width: 23px;
                height: 23px
            }

        .stepsCheck li.success span {
            opacity: 1
        }

        .stepsCheck li.active span {
            color: #e0c049;
            opacity: 1
        }

        .stepsCheck li:last-child {
            margin-bottom: 0
        }

    .stepsCheck:after {
        content: "";
        background: #224487;
        width: 3px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 10px
    }

    .stepsCheck.steps-height {
        max-height: 227px
    }

    .stepsCheck .mCSB_inside > .mCSB_container {
        margin-right: 20px;
        padding-bottom: 2px
    }

        .stepsCheck .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
            margin-right: 0
        }

    .stepsCheck .mCSB_scrollTools .mCSB_draggerRail {
        display: none
    }

.playNext {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

    .playNext:after {
        content: "";
        background: rgba(0,0,0,.7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .playNext .playNext-Details {
        padding: 10px 15px;
        color: #fff;
        max-width: 536px;
        margin: auto;
        text-align: center;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center
    }

        .playNext .playNext-Details h2 {
            font-size: 24px;
            font-family: "Montserrat Medium";
            margin: 8px 0
        }

        .playNext .playNext-Details span {
            display: block;
            font-size: 16px;
            font-family: Montserrat;
            opacity: .8
        }

        .playNext .playNext-Details p {
            font-size: 24px;
            font-family: "Montserrat Light";
            margin-top: 3px;
            line-height: 28px
        }

        .playNext .playNext-Details .btn {
            min-width: 149px;
            color: #355699;
            margin-top: 20px
        }

            .playNext .playNext-Details .btn:hover {
                color: #fff
            }

.learn-best-way {
    padding: 15px 30px 20px;
    border-top: 1px solid #e9e9ea
}

    .learn-best-way .sm-text {
        font-size: 14px;
        line-height: 16px;
        color: #848484
    }

    .learn-best-way .direction-arrow {
        border: 1px solid #355699;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-items: center;
        margin-top: 6px;
        text-align: center;
        font-size: 20px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        position: absolute;
        top: 0
    }

        .learn-best-way .direction-arrow span {
            line-height: 30px;
            display: block;
            position: relative;
            z-index: 3;
            width: 100%
        }

        .learn-best-way .direction-arrow:hover {
            border-color: #d3652c
        }

    .learn-best-way .quiz-info {
        position: relative;
        width: 100%
    }

    .learn-best-way .learn-quiz {
        float: left;
        width: 50%;
        padding: 0 15px
    }

        .learn-best-way .learn-quiz .quiz-left .quiz-info {
            padding-left: 50px;
            text-align: left
        }

        .learn-best-way .learn-quiz .quiz-left .direction-arrow {
            left: 0
        }

        .learn-best-way .learn-quiz .quiz-right .quiz-info {
            padding-right: 50px;
            text-align: right
        }

        .learn-best-way .learn-quiz .quiz-right .direction-arrow {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            right: 0
        }

            .learn-best-way .learn-quiz .quiz-right .direction-arrow span {
                position: relative;
                top: -1px
            }

.learnplayer-caption-overlay {
    padding: 10px 30px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 4;
    background-repeat: repeat-x;
    background-position: top center;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
    background-size: 100% 170%
}

    .learnplayer-caption-overlay .textPara {
        line-height: 26px
    }

    .learnplayer-caption-overlay .bookmark-video {
        font-size: 20px;
        color: #fff;
        margin-top: 4px
    }

.video-bottom-icons {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px
}

.video_setting {
    position: absolute;
    right: 70px;
    bottom: 10px
}

    .video_setting.save_note_dropdown {
        right: 226px
    }

        .video_setting.save_note_dropdown .dropdown-menu {
            width: 290px;
            left: -137px !important
        }

            .video_setting.save_note_dropdown .dropdown-menu .dropdown-menu-inner {
                padding: 20px
            }

        .video_setting.save_note_dropdown .form-control {
            height: 65px;
            font-family: "Montserrat Italic";
            color: #848484;
            border-bottom: none;
            resize: none
        }

        .video_setting.save_note_dropdown .add-disabled {
            opacity: .5
        }

    .video_setting.video_speed {
        right: 170px
    }

        .video_setting.video_speed .dropdown-menu {
            left: -36px !important
        }

    .video_setting .btn.dropdown-toggle {
        padding: 0;
        background-color: transparent
    }

        .video_setting .btn.dropdown-toggle:after {
            content: none
        }

        .video_setting .btn.dropdown-toggle:focus {
            outline: 0;
            box-shadow: none
        }

    .video_setting .dropdown-menu {
        padding: 0 0 27px;
        min-width: 100px;
        width: 100px;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        left: -41px !important;
        background-color: transparent
    }

        .video_setting .dropdown-menu .dropdown-menu-inner {
            box-shadow: 0 10px 30px rgba(0,0,0,.1);
            -moz-box-shadow: 0 10px 30px rgba(0,0,0,.1);
            -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1);
            background-color: #fff;
            position: relative;
            padding: 15px 0
        }

            .video_setting .dropdown-menu .dropdown-menu-inner:after {
                content: "";
                content: "";
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 15px solid #fff;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                top: 100%
            }

    .video_setting h6 {
        padding: 2px 30px;
        font-family: "Montserrat Medium"
    }

    .video_setting .dropdown-item, .video_setting h6 {
        font-size: 14px;
        line-height: 20px;
        color: #565253
    }

    .video_setting .dropdown-item {
        color: #848484;
        position: relative;
        padding: 2px 20px 2px 30px
    }

        .video_setting .dropdown-item:before {
            content: "";
            width: 6px;
            height: 6px;
            background-color: #355699;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            position: absolute;
            left: 13px;
            top: 8px;
            display: none
        }

        .video_setting .dropdown-item.active {
            color: #565253;
            background-color: transparent;
            font-family: "Montserrat Medium"
        }

            .video_setting .dropdown-item.active:before {
                display: block
            }

        .video_setting .dropdown-item:hover {
            background-color: transparent
        }

.text-speed {
    display: inline-block;
    border: 1px solid #787575;
    padding: 2px 3px 1px;
    font-size: 11px;
    line-height: 11px
}

    .text-speed small {
        line-height: 9px
    }

.TopModuleHead {
    padding: 25px 30px 30px;
    background-color: #f5f9fd
}

    .TopModuleHead .topback {
        font-size: 14px;
        line-height: 20px;
        color: #355699;
        margin-bottom: 20px;
        display: inline-flex;
        align-items: center
    }

        .TopModuleHead .topback span {
            margin-right: 9px;
            font-size: 16px;
            line-height: 14px
        }

.quiz-space30 {
    padding: 30px
}

.quiz-section {
    padding: 40px 0;
    border-top: 1px solid #eaeaea
}

    .quiz-section:first-child {
        border-top: none
    }

    .quiz-section .numbersText {
        position: absolute;
        left: 0;
        top: 0
    }

.quiz-section__border {
    border: 1px solid #b1b3b5;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px
}

.rating-select {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    max-width: 730px;
    margin: 0 auto
}

    .rating-select .rating-select__icon-radio {
        height: 28px;
        width: 28px;
        position: relative;
        display: block;
        margin: 15px auto;
        border: 1px solid #ccc;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: radial-gradient(ellipse at center,#fff 0,#ebeef5 100%);
        z-index: -1
    }

        .rating-select .rating-select__icon-radio:after {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 14px;
            width: 14px;
            margin: -7px 0 0 -7px;
            content: "";
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #fff
        }

    .rating-select .rating-select__option {
        width: 33%;
        margin: 0;
        text-align: center;
        padding: 20px;
        flex-direction: column;
        position: relative;
        z-index: 0
    }

        .rating-select .rating-select__option .rating-select__radio {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            cursor: pointer
        }

            .rating-select .rating-select__option .rating-select__radio:checked ~ .rating-select__icon-radio {
                border-color: #4265a0;
                background: radial-gradient(ellipse at center,#3989e8 0,#355699 100%)
            }

        .rating-select .rating-select__option .rating-select__radiotext {
            font-family: "Montserrat Bold";
            display: inline-block
        }

        .rating-select .rating-select__desc, .rating-select .rating-select__option .rating-select__title {
            display: block
        }

.DownloadWordPdf {
    overflow: hidden
}

    .DownloadWordPdf li {
        font-family: "Montserrat Light";
        font-size: 14px;
        line-height: 33px;
        height: 33px;
        color: #848484;
        padding-left: 20px;
        display: inline-block
    }

        .DownloadWordPdf li:first-child {
            padding-left: 0
        }

        .DownloadWordPdf li a {
            font-size: 12px;
            line-height: 24px;
            color: #565253;
            display: block
        }

            .DownloadWordPdf li a span {
                font-size: 27px;
                line-height: 27px;
                position: relative;
                top: 6px;
                margin-right: 7px;
                display: inline-block
            }

                .DownloadWordPdf li a span.icon-pdf {
                    color: #cf3939
                }

                .DownloadWordPdf li a span.icon-word {
                    color: #355699
                }

.QuestionBox {
    padding-right: 20px;
    padding-bottom: 15px
}

    .QuestionBox .QuestionRows {
        border: 1px solid transparent;
        padding: 18px 30px;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
        background-color: #fff
    }

        .QuestionBox .QuestionRows p {
            font-family: Montserrat;
            font-size: 14px;
            line-height: 24px;
            color: #565253
        }

    .QuestionBox .success-answer {
        border: 1px solid #17ce84
    }

        .QuestionBox .success-answer.add-opacity {
            opacity: 1
        }

        .QuestionBox .success-answer .iconcheck {
            display: inline-block;
            color: #17ce84
        }

    .QuestionBox .wrong-answer {
        border: 1px solid #cf3939
    }

        .QuestionBox .wrong-answer.add-opacity {
            opacity: 1
        }

        .QuestionBox .wrong-answer .iconcheck {
            display: inline-block;
            color: #cf3939
        }

            .QuestionBox .wrong-answer .iconcheck:before {
                content: ""
            }

    .QuestionBox .click-answer {
        border: 1px solid #e8c74c;
        background: rgba(232,199,76,.12)
    }

    .QuestionBox .iconcheck {
        display: none;
        margin-right: 8px;
        font-size: 24px;
        line-height: 24px;
        vertical-align: top;
        background-color: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%
    }

    .QuestionBox .add-opacity {
        opacity: .6
    }

    .QuestionBox .correct-answer {
        position: relative
    }

        .QuestionBox .correct-answer.add-opacity {
            opacity: 1
        }

        .QuestionBox .correct-answer:before {
            content: "Correct Answer";
            font-family: "Montserrat Light";
            font-size: 12px;
            line-height: 20px;
            color: #fff;
            background-color: #17ce84;
            display: inline-block;
            position: absolute;
            right: 0;
            top: 0;
            padding: 3px 15px;
            border-radius: 0 0 0 8px;
            -moz-border-radius: 0 0 0 8px;
            -webkit-border-radius: 0 0 0 8px;
            z-index: 5
        }

    .QuestionBox.notanswered {
        background-color: transparent;
        padding: 10px 10px 1px;
        position: relative;
        margin-top: 35px
    }

        .QuestionBox.notanswered:before {
            content: "Not Answered";
            position: absolute;
            right: 0;
            top: -33px;
            padding: 5px 15px 2px;
            font-family: "Montserrat Medium";
            font-size: 14px;
            line-height: 26px;
            color: #6b5505;
            background-color: #f3ebbc;
            display: block
        }

.answer-point {
    display: inline-block;
    border: 1px solid #848484;
    font-size: 11px;
    line-height: 19px;
    font-family: "Montserrat Bold";
    color: #666;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    position: absolute;
    top: 5px;
    right: 20px
}

.quiz-section-inner {
    position: relative
}

    .quiz-section-inner .textPara {
        font-size: 16px;
        line-height: 26px
    }

.question-image {
    background-color: #fff;
    padding: 20px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    cursor: pointer
}

    .question-image img {
        width: 100%;
        height: 207px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .question-image .videoPlayerHeight {
        height: 550px
    }

    .question-image .iconcheck {
        position: absolute;
        top: 10px;
        left: 10px
    }

.subWith70 {
    width: 50px;
    height: 17px;
    display: inline-block;
    border-bottom-color: #999;
    text-align: left;
    padding: 0 15px
}

    .subWith70:focus {
        border-bottom-color: #999
    }

    .subWith70.sucessText {
        color: #17ce84;
        border-bottom-color: #17ce84
    }

    .subWith70.wrongText {
        color: #cf3939;
        border-bottom-color: #cf3939
    }

.withAnswerPoint {
    padding-right: 165px
}

textarea.questionarea {
    height: 183px;
    padding: 20px;
    border-bottom: none
}

    textarea.questionarea.small {
        height: 80px
    }

    textarea.questionarea.medium {
        height: 125px
    }

    textarea.questionarea.large {
        height: 183px
    }

.answerDetails {
    background-color: #fff7c5;
    padding: 20px 24px
}

    .answerDetails.RangeDetails {
        max-width: 730px;
        margin: auto;
        width: 100%;
        text-align: center
    }

    .answerDetails h6 {
        color: #6b5505;
        font-family: "Montserrat Medium";
        margin-bottom: 10px
    }

.TotalQuestionHead {
    padding: 16px 30px;
    border-bottom: 1px solid #eaeaea
}

    .TotalQuestionHead p {
        font-size: 18px;
        line-height: 24px;
        font-family: "Montserrat Bold";
        color: #d3652c
    }

        .TotalQuestionHead p span {
            font-size: 20px;
            font-family: "Montserrat Bold"
        }

        .TotalQuestionHead p .icon-check-circle {
            font-size: 24px;
            line-height: 15px;
            position: relative;
            top: 4px
        }

    .TotalQuestionHead .TotalQuestionScores {
        display: flex;
        justify-content: flex-end
    }

        .TotalQuestionHead .TotalQuestionScores .yourscore {
            padding-left: 15px;
            margin-left: 15px;
            position: relative
        }

            .TotalQuestionHead .TotalQuestionScores .yourscore:before {
                content: "";
                border-left: 1px solid #d3652c;
                height: 20px;
                display: block;
                position: absolute;
                left: 2px;
                top: 0
            }

.pd-r20 {
    padding-right: 20px
}

.tabsClosed {
    display: none
}

.unquestionBox {
    padding: 40px 30px 30px
}

    .unquestionBox .btn {
        margin: 0 5px 10px
    }

.imagesIcons {
    background-color: rgba(242,242,242,.4);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .imagesIcons img {
        width: auto;
        max-height: 59px;
        margin: auto
    }

.viewScores {
    width: 100%;
    max-width: 355px;
    border: 1px solid red;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: auto;
    padding: 20px 50px;
    position: relative
}

    .viewScores h6 {
        width: 222px;
        padding: 0 24px;
        font-size: 12px;
        line-height: 16px;
        color: #000;
        background-color: #fff;
        margin: -26px auto 12px
    }

    .viewScores .listCourseModule {
        list-style-position: inside
    }

        .viewScores .listCourseModule li {
            font-size: 16px;
            line-height: 26px;
            color: #355699;
            letter-spacing: .02em
        }

            .viewScores .listCourseModule li a {
                color: #355699
            }

.oopsBox {
    padding: 40px 0;
    text-align: center
}

.LearnModulesBox {
    padding: 50px 15px;
    text-align: center
}

    .LearnModulesBox .Learns_Iocns {
        display: inline-block;
        margin: 0 auto 20px
    }

        .LearnModulesBox .Learns_Iocns img {
            max-width: 110px
        }

    .LearnModulesBox .upnext {
        font-size: 12px;
        line-height: 18px;
        color: #666
    }

    .LearnModulesBox .WithTwoButtons .btn {
        margin: 0 13px 5px
    }

    .LearnModulesBox .viewScores {
        max-width: 464px;
        border-color: #355699;
        padding-left: 20px;
        padding-right: 20px
    }

.questionTimesScores li {
    display: inline-block;
    padding: 0 20px 15px
}

    .questionTimesScores li .heading24 {
        display: flex;
        align-items: center;
        min-height: 30px
    }

    .questionTimesScores li i {
        font-size: 28px;
        line-height: 25px;
        width: 40px;
        text-align: left
    }

.LearnModulesOverlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

    .LearnModulesOverlay.has-header {
        height: 100%;
        padding-top: 107px
    }

        .LearnModulesOverlay.has-header .TopModuleHead {
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            width: 100%
        }

.rightTabArrow {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #355699;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: all .4s;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -30px
}

    .rightTabArrow:before {
        content: "";
        font-family: HarappaIcons !important;
        font-size: 10px;
        color: #fff;
        position: absolute;
        left: 17px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        font-weight: 700
    }

    .rightTabArrow.hoverTab {
        left: -37px
    }

        .rightTabArrow.hoverTab:before {
            left: 12px
        }

    .rightTabArrow.openRightTab:before {
        content: "";
        left: 12px
    }

.insight-score-progress p {
    font-size: 14px;
    line-height: 14px;
    color: #848484
}

.insight-score-progress .progress-col {
    margin-bottom: 35px
}

.insight-score-progress .infoscores {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -67px
}

.infoscores {
    border: 1px solid #355699;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #ececed;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: "Montserrat Semi Bold";
    font-size: 18px;
    line-height: 40px;
    color: #355699;
    text-align: center
}

.insight-strengthbox > .row {
    margin-left: -5px;
    margin-right: -5px
}

.insight-strengthbox .insight-row {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.insight-strengthbox .insight-col {
    height: 100%;
    position: relative;
    padding: 20px 22px 20px 100px;
    min-height: 97px;
    display: flex;
    align-items: center
}

    .insight-strengthbox .insight-col .fullscreen {
        position: absolute;
        right: 18px;
        top: 18px
    }

    .insight-strengthbox .insight-col p {
        font-size: 14px;
        line-height: 20px;
        color: #565253;
        font-family: "Montserrat Light"
    }

    .insight-strengthbox .insight-col .insight-col-progress {
        position: absolute;
        left: 22px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

        .insight-strengthbox .insight-col .insight-col-progress img {
            max-width: 52px
        }

.insight-strengthbox.behavior-practise .insight-col p {
    font-family: "Montserrat Medium";
    font-size: 16px;
    line-height: 24px
}

.insightcoursesprograms {
    padding: 15px 30px
}

    .insightcoursesprograms ol {
        list-style-position: inside
    }

        .insightcoursesprograms ol li {
            padding: 25px 22px;
            font-family: "Montserrat Medium";
            font-size: 16px;
            line-height: 24px;
            color: #565253;
            border-top: 1px solid #eaeaea
        }

            .insightcoursesprograms ol li:first-child {
                border-top: none
            }

@media only screen and (max-width:991px) {
    .learnplayer.learn-pd {
        padding-right: 0;
        padding-bottom: 43px
    }

        .learnplayer.learn-pd.learn-pd-active {
            padding-bottom: 0
        }

    .learnplayer .player-tablist {
        position: fixed;
        width: 100%;
        left: 0;
        right: auto;
        top: 100%;
        margin-top: -43px;
        z-index: 10
    }

        .learnplayer .player-tablist.activeTab {
            position: static;
            margin-top: 0
        }

    .learnplayer .js-playerHeight {
        height: auto !important
    }

    .learnplayer .player {
        height: 400px
    }

    .learnplayer .player-tablist .nav-tabs {
        box-shadow: 0 -3px 20px rgba(0,0,0,.3);
        -moz-box-shadow: 0 -3px 20px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 -3px 20px rgba(0,0,0,.3)
    }

    .learnplayer .player-tablist .tab-content .tab-pane {
        background-color: #355699;
        position: fixed;
        z-index: 15;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        height: 275px;
        left: 0;
        opacity: 1;
        display: block
    }

        .learnplayer .player-tablist .tab-content .tab-pane.activeTAb {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            display: block
        }

    .learnplayer .player-tablist .tab-content .tab-container {
        padding-left: 15px;
        padding-right: 15px;
        overflow: auto;
        padding-top: 60px
    }

    .learnplayer .player-tablist .tab-content .video-notes {
        align-content: center;
        flex-direction: row;
        align-items: center;
        height: auto;
        position: absolute;
        text-align: left;
        left: 0;
        top: 0;
        width: 100%;
        padding: 15px 15px 0
    }

        .learnplayer .player-tablist .tab-content .video-notes img {
            width: 50px;
            display: inline-block;
            vertical-align: middle
        }

        .learnplayer .player-tablist .tab-content .video-notes p {
            display: inline-block;
            vertical-align: middle;
            margin-top: 0;
            max-width: none;
            width: auto
        }

    .learnplayer .player-tablist .tab-content .video-notesList {
        display: block
    }

    .learnplayer .player-tablist .tab-content .messageList .mCustomScrollBox {
        max-height: auto !important
    }

    .learnplayer .player-tablist .tab-content .notes {
        position: fixed;
        width: 100%;
        left: 0;
        padding: 10px 15px;
        background-color: #355699;
        top: 0;
        z-index: 11
    }

    .learnplayer .player-tablist .tab-content .contentAccordion {
        padding-top: 45px
    }

        .learnplayer .player-tablist .tab-content .contentAccordion.contentAccordion--notes {
            padding-top: 0
        }

    .learnplayer .closed-video {
        font-size: 16px;
        color: #565253;
        position: absolute;
        right: 15px;
        top: 20px
    }

    .learnplayer .mCSB_inside > .mCSB_container {
        padding-bottom: 20px
    }

    .tabsClosed {
        font-size: 12px;
        line-height: 15px;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 2;
        display: inline-block
    }

        .tabsClosed:hover {
            color: #fff;
            text-decoration: none
        }

    .player-mob-menu {
        position: absolute;
        right: 10px;
        top: 20px;
        z-index: 10
    }

        .player-mob-menu .btn {
            background-color: transparent;
            padding: 0;
            color: #fff
        }

            .player-mob-menu .btn:after {
                content: none
            }

            .player-mob-menu .btn:focus {
                box-shadow: none
            }

            .player-mob-menu .btn span {
                font-size: 22px;
                text-shadow: 0 0 30px rgba(0,0,0,.6)
            }

        .player-mob-menu .dropdown-menu {
            padding: 5px 0;
            border: none;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            box-shadow: 0 0 30px rgba(0,0,0,.1);
            -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
            -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
            margin: 0;
            top: -26px !important;
            left: -10px !important
        }

            .player-mob-menu .dropdown-menu .dropdown-item {
                font-size: 16px;
                color: #355699;
                position: relative;
                padding: 10px 20px 10px 45px
            }

                .player-mob-menu .dropdown-menu .dropdown-item:before {
                    content: "";
                    border-bottom: 1px solid #d7ddeb;
                    width: auto;
                    position: absolute;
                    left: 42px;
                    right: 0;
                    top: 0
                }

                .player-mob-menu .dropdown-menu .dropdown-item:first-child:before {
                    content: none
                }

                .player-mob-menu .dropdown-menu .dropdown-item.active, .player-mob-menu .dropdown-menu .dropdown-item:active {
                    background-color: transparent
                }

                .player-mob-menu .dropdown-menu .dropdown-item span {
                    position: absolute;
                    left: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    width: 20px;
                    text-align: center
                }

                    .player-mob-menu .dropdown-menu .dropdown-item span .speed {
                        width: 20px
                    }

                    .player-mob-menu .dropdown-menu .dropdown-item span img {
                        margin: auto
                    }

                .player-mob-menu .dropdown-menu .dropdown-item .addbookmark {
                    font-size: 18px;
                    position: relative;
                    top: 3px;
                    color: #565253
                }

        .player-mob-menu .player-tablist.new-player-tablist .tab-content {
            padding-left: 0
        }

    .learnplayer-caption-overlay {
        padding-left: 15px;
        padding-right: 70px;
        position: relative;
        background: 0 0 !important;
        min-height: inherit
    }

        .learnplayer-caption-overlay .xs-abs-top {
            position: absolute;
            right: 45px;
            top: 18px
        }

            .learnplayer-caption-overlay .xs-abs-top .icon-bookmark {
                color: #000
            }

        .learnplayer-caption-overlay h6.textPara {
            color: #565253 !important
        }

        .learnplayer-caption-overlay p.textPara {
            color: #999 !important
        }

    .LearnModulesOverlay {
        display: block;
        height: auto
    }

    .rightTabArrow {
        display: none
    }

    .insight-strengthbox .insight-col {
        padding-left: 90px
    }

    .insightcoursesprograms {
        padding-left: 20px;
        padding-right: 20px
    }

        .insightcoursesprograms ol li {
            padding: 15px 10px
        }
}

.quiz-timer {
    width: 49px;
    position: absolute;
    right: 0;
    top: 20px
}

.quiz-question-content {
    position: relative
}

    .quiz-question-content .quiz-section {
        border-top: none;
        padding-bottom: 0
    }

    .quiz-question-content .QuestionBox {
        padding-right: 15px
    }

        .quiz-question-content .QuestionBox .QuestionRows {
            padding-left: 18px;
            padding-right: 18px
        }

    .quiz-question-content .quiz-section-inner:focus {
        outline: 0
    }

    .quiz-question-content .slick-slide {
        opacity: .3
    }

        .quiz-question-content .slick-slide.slick-current {
            opacity: 1
        }

    .quiz-question-content .slick-arrow {
        display: none
    }

    .quiz-question-content .slick-list {
        padding-top: 80px;
        background-color: #fff
    }

    .quiz-question-content .slick-dots {
        width: 15px;
        right: -80px;
        top: 115px;
        bottom: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

        .quiz-question-content .slick-dots li {
            width: auto;
            height: auto;
            margin: 0 5px 10px
        }

            .quiz-question-content .slick-dots li button {
                width: 7px;
                height: 7px;
                padding: 0;
                background-color: #cdcdcd;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: all .3s
            }

                .quiz-question-content .slick-dots li button:before {
                    content: none
                }

            .quiz-question-content .slick-dots li.slick-active button {
                width: 11px;
                height: 11px;
                background-color: #d3652c
            }

            .quiz-question-content .slick-dots li.slick-done button {
                background-color: #355699
            }

    .quiz-question-content .quiz-question-progress {
        max-width: 115px;
        margin: auto;
        width: 100%
    }

        .quiz-question-content .quiz-question-progress h6 {
            font-family: "Montserrat Light";
            font-size: 14px;
            line-height: 20px;
            color: #565253;
            text-align: center;
            letter-spacing: .03em;
            margin-bottom: 8px
        }

            .quiz-question-content .quiz-question-progress h6 span {
                font-size: 16px;
                font-family: "Montserrat Bold"
            }

@media only screen and (max-width:1199px) {
    .question-image {
        padding: 15px
    }

        .question-image img {
            height: 165px
        }

        .question-image .videoPlayerHeight {
            height: 400px
        }

    .QuestionBox .QuestionRows {
        padding-left: 20px;
        padding-right: 20px
    }

    .quiz-question-content {
        padding-right: 70px
    }

        .quiz-question-content .slick-dots {
            right: -60px
        }
}

@media only screen and (max-width:991px) {
    .learnplayer.learnPlayerQize {
        height: 100%
    }

        .learnplayer.learnPlayerQize .js-playerHeight {
            height: 100% !important
        }

        .learnplayer.learnPlayerQize .player {
            height: calc(100% - 80px)
        }

    .quiz-question-content .slick-dots {
        right: -55px;
        top: 26px
    }

    .quiz-question-content .slick-list {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    .learn-best-way {
        padding: 15px
    }

    .quiz-section-inner .quiz-section-inner {
        padding-left: 0
    }

        .quiz-section-inner .quiz-section-inner .numbersText {
            position: static
        }

    .TopModuleHead {
        padding: 20px 20px 15px
    }

    .TotalQuestionHead {
        padding-left: 20px;
        padding-right: 20px
    }

        .TotalQuestionHead .TotalQuestionScores {
            justify-content: flex-start
        }

            .TotalQuestionHead .TotalQuestionScores .yourscore {
                margin-left: 10px
            }

        .TotalQuestionHead p {
            font-size: 16px
        }

    .answerDetails, .quiz-space30 {
        padding: 20px
    }

    .question-image .videoPlayerHeight {
        height: 300px
    }

    .quiz-question-content {
        padding-right: 0
    }

        .quiz-question-content .slick-dots {
            width: 100%;
            right: auto;
            left: 0;
            top: auto;
            flex-direction: row;
            bottom: -109px
        }

    .quiz-timer {
        position: static;
        margin-left: 10px;
        padding-bottom: 20px
    }

    .quiz-section.slick-dotted.slick-slider {
        margin-bottom: 15px
    }

    .quiz-question-content .quiz-question-progress {
        margin-bottom: 20px
    }

    .quiz-question-content .QuestionBox {
        padding-right: 10px
    }

    .LearnModulesBox {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .QuestionBox.notanswered:before {
        line-height: 24px;
        top: -28px
    }

    textarea.questionarea.small {
        height: 125px
    }

    textarea.questionarea.medium {
        height: 183px
    }

    textarea.questionarea.large {
        height: 234px
    }

    .insight-score-progress .infoscores {
        right: -50px
    }
}

@media only screen and (max-width:639px) {
    .rating-select {
        flex-direction: column;
        padding: 0
    }

        .rating-select .rating-select__option {
            width: 100%;
            text-align: center;
            border-top: 1px solid rgba(177,179,181,.5)
        }

            .rating-select .rating-select__option:first-child {
                border: none
            }

        .rating-select .rating-select__icon-radio {
            margin-top: 0;
            margin-bottom: 10px
        }

    .learnplayer .player {
        height: 300px
    }

    .playNext .playNext-Details .btn {
        margin-top: 10px
    }

    .playNext .playNext-Details img {
        width: 60px
    }

    .question-image img {
        height: 140px
    }

    .QuestionBox .QuestionRows {
        padding-left: 15px;
        padding-right: 15px
    }

    .QuestionBox .correct-answer:before {
        padding: 1px 10px
    }

    .answerDetails {
        padding-left: 15px;
        padding-right: 15px
    }

    .quiz-section {
        padding: 30px 0
    }
}

@media only screen and (max-width:575px) {
    .unquestionBox {
        padding: 40px 0 10px
    }

        .unquestionBox .btn {
            width: 100%;
            margin: 0 0 10px
        }

    .question-image .videoPlayerHeight {
        height: 200px
    }

    .TopModuleHead, .TotalQuestionHead, .quiz-space30 {
        padding-left: 15px;
        padding-right: 15px
    }

    .QuestionBox {
        padding-right: 10px
    }

    .answer-point {
        position: static;
        margin-bottom: 10px
    }

    .mainHeading {
        position: relative
    }

        .mainHeading .numbersText {
            position: static
        }

    .pd-r20 {
        padding-right: 10px
    }

    .withAnswerPoint {
        padding-right: 0
    }

    .quiz-section-inner, .quiz-section-inner .quiz-section-inner {
        padding-left: 10px
    }

    .quiz-question-content .quiz-section .numbersText {
        position: static
    }
}

@media only screen and (max-width:411px) {
    .viewScores {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media only screen and (max-width:374px) {
    .learn-best-way .sm-text {
        font-size: 11px;
        line-height: 14px
    }

    .learn-best-way .learn-quiz .quiz-left .quiz-info {
        padding-left: 45px
    }

    .learn-best-way .learn-quiz .quiz-right .quiz-info {
        padding-right: 45px
    }

    .quiz-question-content .slick-dots {
        left: 20px
    }
}

@media only screen and (min-width:992px) {
    .learnplayer .player-tablist .tab-content > .active {
        opacity: 1
    }
}

.teambreadcrumb .breadcrumb {
    padding-top: 29px
}

    .teambreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        padding-left: 11px;
        padding-right: 11px
    }

.teamSection {
    padding-top: 40px;
    padding-bottom: 60px
}

    .teamSection .team-container {
        max-width: 935px;
        width: 100%;
        margin: auto
    }

    .teamSection .teamhead-Section {
        text-align: center;
        margin-bottom: 34px;
        padding: 0 15px
    }

        .teamSection .teamhead-Section p {
            margin-top: 15px;
            font-family: "Montserrat Light";
            font-size: 16px;
            color: #999;
            letter-spacing: .03rem
        }

    .teamSection .teamList {
        display: flex;
        flex-wrap: wrap
    }

        .teamSection .teamList > li {
            width: 33.3%;
            padding-left: 15px;
            padding-right: 15px;
            list-style: none;
            margin-bottom: 30px
        }

@media only screen and (max-width:767px) {
    .teambreadcrumb {
        display: none
    }

    .teamSection {
        padding-top: 20px;
        padding-bottom: 40px
    }

        .teamSection .teamList > li {
            width: 50%
        }
}

@media only screen and (max-width:639px) {
    .teamSection .teamList > li {
        width: 100%;
        margin-bottom: 20px
    }

    .teamSection .facultyItem {
        text-align: center;
        padding-bottom: 30px
    }

        .teamSection .facultyItem .socialList {
            justify-content: center
        }
}

.bannerBlock.homeBanner {
    background: #e8c74c
}

    .bannerBlock.homeBanner:before {
        content: "";
        width: 100%;
        height: 115px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3
    }

    .bannerBlock.homeBanner .home-banner-img {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        max-width: 564px;
        z-index: 5
    }

    .bannerBlock.homeBanner .home-banner-img-desktop {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        max-width: 1250px;
        z-index: 5;
        width: 100%
    }

        .bannerBlock.homeBanner .home-banner-img-desktop.home-banner-img-desktop--small {
            bottom: 55px
        }

    .bannerBlock.homeBanner.BusinessBanner {
        background: url(business-banner.be8632b2e7216deb6c33.jpg) top center/cover no-repeat
    }

        .bannerBlock.homeBanner.BusinessBanner:before {
            content: none
        }

.bannerBlock .homeBannerContent {
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    z-index: 8
}

    .bannerBlock .homeBannerContent .banner-button .btn {
        margin: 0 7px
    }

        .bannerBlock .homeBannerContent .banner-button .btn.btn-primary.btn-primary-white {
            color: #355699;
            background-color: #fff;
            border-color: #fff;
            box-shadow: 0 2px 19px rgba(107,107,107,.3);
            -moz-box-shadow: 0 2px 19px rgba(107,107,107,.3);
            -webkit-box-shadow: 0 2px 19px rgba(107,107,107,.3)
        }

            .bannerBlock .homeBannerContent .banner-button .btn.btn-primary.btn-primary-white:hover {
                color: #fff
            }

    .bannerBlock .homeBannerContent h1 {
        font-size: 160px;
        line-height: 80px;
        color: #fff;
        font-family: "Montserrat Bold";
        text-shadow: 0 4px 18px rgba(0,0,0,.4);
        letter-spacing: .1em
    }

        .bannerBlock .homeBannerContent h1 span {
            font-family: "Montserrat Bold";
            font-size: 32px;
            line-height: 73px;
            display: block;
            padding-left: 12px;
            letter-spacing: .54em;
            text-shadow: 0 4px 18px rgba(0,0,0,.4)
        }

            .bannerBlock .homeBannerContent h1 span.goods {
                letter-spacing: .02em;
                padding-bottom: 10px
            }

.bannerBlock .homeBannerContainer {
    max-width: 715px;
    margin: auto
}

.notsureBlock {
    padding-top: 165px;
    background-color: #fff;
    margin-top: -200px
}

    .notsureBlock .notsureinner {
        min-height: 424px
    }

    .notsureBlock .notsure-image {
        position: absolute;
        bottom: 0
    }

    .notsureBlock .notsure-content {
        padding: 20px 0 40px 20px
    }

        .notsureBlock .notsure-content .heading-xl {
            letter-spacing: -.03em
        }

        .notsureBlock .notsure-content .heading-sub {
            margin-bottom: 20px;
            letter-spacing: .3em
        }

.facultyBlock {
    background-color: #f6f5f5
}

    .facultyBlock h2 {
        margin: 155px 0 30px
    }

        .facultyBlock h2 strong {
            letter-spacing: .1em
        }

    .facultyBlock.businessFaculty h2 {
        margin: 25px 0 20px
    }

.facultySlider {
    margin: 0 -10px;
    padding-bottom: 55px
}

    .facultySlider.slickCarousel .slick-next {
        left: 50%;
        margin-left: 40px
    }

    .facultySlider.slickCarousel .slick-prev {
        left: 50%;
        margin-left: -40px
    }

    .facultySlider .facultyInner {
        width: 50%;
        padding: 0 10px;
        float: left
    }

        .facultySlider .facultyInner:focus {
            outline: 0
        }

        .facultySlider .facultyInner .btn-video {
            box-shadow: 2px 15px 22px rgba(0,0,0,.1);
            -moz-box-shadow: 2px 15px 22px rgba(0,0,0,.1);
            -webkit-box-shadow: 2px 15px 22px rgba(0,0,0,.1);
            bottom: -30px
        }

        .facultySlider .facultyInner .course-preview {
            min-height: 475px;
            padding-bottom: 20px;
            position: relative
        }

        .facultySlider .facultyInner .SocialList {
            position: absolute;
            bottom: 26px
        }

        .facultySlider .facultyInner .preview-image-video {
            height: 185px
        }

            .facultySlider .facultyInner .preview-image-video img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover
            }

    .facultySlider .slick-track {
        padding: 25px 0
    }

.certifiedBlock {
    background-color: #e8c74c
}

    .certifiedBlock .certified {
        padding: 50px;
        position: relative;
        z-index: 3;
        top: -100px
    }

        .certifiedBlock .certified .certified-man {
            position: absolute;
            right: 50px;
            bottom: 0
        }

        .certifiedBlock .certified.div-line:after, .certifiedBlock .certified.div-line:before {
            height: 237px;
            top: 202px
        }

        .certifiedBlock .certified h1 span {
            line-height: 30px;
            letter-spacing: .6em
        }

    .certifiedBlock .get-space {
        padding: 50px;
        min-height: 491px
    }

    .certifiedBlock .certified-container {
        width: 637px;
        float: right
    }

    .certifiedBlock .certified-habits {
        padding: 8px 0 0
    }

        .certifiedBlock .certified-habits .habitsLinks {
            padding-top: 3px;
            position: relative;
            z-index: 3
        }

            .certifiedBlock .certified-habits .habitsLinks li {
                padding-right: 20px;
                vertical-align: top;
                display: inline-block;
                width: 240px;
                margin-bottom: 14px
            }

                .certifiedBlock .certified-habits .habitsLinks li a {
                    font-family: "Montserrat Light";
                    font-size: 14px;
                    line-height: 20px;
                    color: #355699;
                    display: inline-block;
                    letter-spacing: .03em;
                    border-bottom: 1px solid transparent;
                    transition: .3s;
                    -webkit-transition: .3s;
                    -moz-transition: .3s;
                    -ms-transition: all .3s
                }

                    .certifiedBlock .certified-habits .habitsLinks li a:hover {
                        border-bottom-color: #355699
                    }

.certifiedTabs.methodBlock .method-detils {
    width: 206px;
    float: left;
    padding-top: 0
}

    .certifiedTabs.methodBlock .method-detils li a {
        text-transform: initial;
        font-family: "Montserrat Light"
    }

        .certifiedTabs.methodBlock .method-detils li a .nextarrow {
            float: right;
            padding-top: 2px;
            margin-left: 8px;
            display: none
        }

        .certifiedTabs.methodBlock .method-detils li a.active {
            font-family: "Montserrat Medium"
        }

            .certifiedTabs.methodBlock .method-detils li a.active .nextarrow {
                display: inline;
                transition: .35s;
                -webkit-transition: .35s;
                -moz-transition: .35s;
                -ms-transition: all .35s;
                transform: translateX(0);
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0)
            }

            .certifiedTabs.methodBlock .method-detils li a.active:hover .nextarrow {
                transform: translateX(7px);
                -webkit-transform: translateX(7px);
                -moz-transform: translateX(7px);
                -ms-transform: translateX(7px)
            }

        .certifiedTabs.methodBlock .method-detils li a:hover {
            font-family: "Montserrat Medium"
        }

.project-module-list {
    margin-left: -35px
}

    .project-module-list li {
        font-family: "Montserrat Light";
        font-size: 16px;
        line-height: 20px;
        color: #333;
        display: inline-block;
        margin-left: 35px;
        margin-bottom: 5px
    }

        .project-module-list li span {
            margin-right: 5px;
            position: relative;
            top: 2px
        }

.makehabitBlock .max-720 {
    max-width: 740px;
    margin: auto
}

.makehabitBlock .habit-inner-up {
    padding: 30px
}

    .makehabitBlock .habit-inner-up:focus {
        outline: 0
    }

.makehabitBlock .makehabitnew .habit-inner {
    background-color: #fff
}

.makehabitBlock .makehabitnew.slickCarousel .slick-arrow {
    bottom: 95px
}

.makehabitBlock .makehabitnew.slickCarousel .slick-prev {
    left: 298px
}

.makehabitBlock .makehabitnew.slickCarousel .slick-next {
    left: 370px
}

.makehabitBlock .makehabitnew .inspire-quotes {
    padding-bottom: 80px;
    padding-right: 20px;
    padding-top: 10px;
    position: relative;
    width: calc(100% - 180px)
}

.makehabitBlock .makehabitnew .habits-slider-container .inspire-person {
    width: 180px;
    height: 390px
}

    .makehabitBlock .makehabitnew .habits-slider-container .inspire-person.inspire-person--logo {
        height: 130px
    }

.makehabitBlock .makehabitnew .slick-list {
    padding: 0 !important
}

.makehabitBlock .make-habit-slider .habit-inner {
    padding: 0 10px
}

.makehabitBlock .text-auto {
    margin-bottom: 15px
}

.makehabitBlock .heading18 {
    white-space: pre-wrap;
    margin-bottom: 15px
}

.makehabitBlock .inspire-quotes {
    width: 65%;
    padding-left: 35px
}

.makehabitBlock .habits-slider-container {
    padding: 45px 50px
}

    .makehabitBlock .habits-slider-container.div-line:after, .makehabitBlock .habits-slider-container.div-line:before {
        height: 237px;
        top: 157px
    }

    .makehabitBlock .habits-slider-container .inspire-person {
        width: 140px;
        height: 320px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px
    }

        .makehabitBlock .habits-slider-container .inspire-person.inspire-person--logo {
            height: 130px
        }

    .makehabitBlock .habits-slider-container .inspire-quotes .heading24 {
        line-height: 30px;
        margin-bottom: 0;
        color: #000
    }

    .makehabitBlock .habits-slider-container .hash-tag {
        margin-bottom: 50px
    }

        .makehabitBlock .habits-slider-container .hash-tag .hashtags {
            display: inline-block;
            color: #000
        }

    .makehabitBlock .habits-slider-container .SlideDiv:focus {
        outline: 0
    }

    .makehabitBlock .habits-slider-container .MakeSliderTab .slick-arrow {
        bottom: 20px
    }

    .makehabitBlock .habits-slider-container .MakeSliderTab .slick-prev {
        left: 215px
    }

    .makehabitBlock .habits-slider-container .MakeSliderTab .slick-next {
        left: 287px
    }

.makehabitBlock .zoomflow .item.currItem .da-shadow {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.makehabitBlock .zoomflow .item.currItem .habit-inner {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    background-color: #fff
}

.makehabitBlock .zoomflow .the-items .item .da-shadow {
    opacity: 0
}

.makehabitBlock .zoomflow .the-items .item .item-action {
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%
}

.makehabitBlock .nextItem .habit-inner, .makehabitBlock .prevItem .habit-inner {
    box-shadow: none
}

.makehabitBlock .nextItem .quotesContent, .makehabitBlock .prevItem .quotesContent {
    width: 100%;
    height: 100%
}

.makehabitBlock .nextItem .inspire-person, .makehabitBlock .prevItem .inspire-person {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: .5
}

.makehabitBlock .nextItem .inspire-quotes, .makehabitBlock .prevItem .inspire-quotes {
    display: none
}

.makehabitBlock .nextItem .item-action .habits-slider-container, .makehabitBlock .prevItem .item-action .habits-slider-container {
    height: 100%;
    padding: 0
}

.makehabitBlock .nextItem .item-action .habit-inner, .makehabitBlock .prevItem .item-action .habit-inner {
    height: 100%
}

.makehabitBlock .nextItem .item-action .inspire-quotes .hash-tag, .makehabitBlock .nextItem .item-action .inspire-quotes .heading24, .makehabitBlock .nextItem .item-action h2, .makehabitBlock .prevItem .item-action .inspire-quotes .hash-tag, .makehabitBlock .prevItem .item-action .inspire-quotes .heading24, .makehabitBlock .prevItem .item-action h2 {
    display: none
}

.makehabitBlock .nextItem .item-action .heading18, .makehabitBlock .prevItem .item-action .heading18 {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    padding: 10px 15px
}

    .makehabitBlock .nextItem .item-action .heading18 span, .makehabitBlock .prevItem .item-action .heading18 span {
        color: #fff !important
    }

.makehabitBlock .nextItem .div-line:after, .makehabitBlock .nextItem .div-line:before, .makehabitBlock .prevItem .div-line:after, .makehabitBlock .prevItem .div-line:before {
    content: none
}

.makehabitBlock .nextItem .da-shadow, .makehabitBlock .prevItem .da-shadow {
    background-color: transparent;
    display: none
}

@media only screen and (max-width:1367px) {
    .bannerBlock {
        min-height: 450px
    }

        .bannerBlock.homeBanner .home-banner-img {
            max-width: 465px
        }

        .bannerBlock.homeBanner .home-banner-img-desktop {
            max-width: 1024px
        }
}

@media only screen and (max-width:1199px) {
    .certifiedBlock .certified {
        padding-left: 25px;
        padding-right: 25px
    }

        .certifiedBlock .certified .certified-man {
            max-width: 270px
        }

        .certifiedBlock .certified h1 span {
            letter-spacing: .25em
        }

    .certifiedBlock .get-space {
        padding: 30px 20px
    }

    .certifiedBlock .certified-container {
        width: 590px
    }

    .notsureBlock .notsure-content .heading-sub {
        letter-spacing: 0
    }

    .makehabitBlock .habits-slider-container .inspire-person {
        height: 280px
    }

        .makehabitBlock .habits-slider-container .inspire-person.inspire-person--logo {
            height: 130px
        }

    .makehabitBlock .habits-slider-container .hash-tag {
        margin-bottom: 20px
    }
}

.overflow-auto {
    width: 100%;
    overflow: auto
}

@media only screen and (max-width:991px) {
    .bannerBlock .homeBannerContent h1 {
        font-size: 140px;
        line-height: 70px
    }

        .bannerBlock .homeBannerContent h1 span {
            letter-spacing: .4em
        }

    .habitsBlock.homeHabitsBlock {
        padding: 80px 0 170px
    }

    .facultyBlock h2 {
        margin: 0 0 20px;
        text-align: center
    }

    .notsureBlock .notsureinner {
        min-height: 375px
    }

    .certifiedBlock .certified {
        padding: 40px 15px
    }

        .certifiedBlock .certified .certified-man {
            right: 20px
        }

        .certifiedBlock .certified h1 span {
            font-size: 24px;
            line-height: 24px
        }

    .certifiedBlock .get-space {
        padding: 25px 5px
    }

    .certifiedBlock .certified-container {
        width: 430px
    }

    .makehabitBlock .habits-slider-container {
        padding: 25px 20px
    }

        .makehabitBlock .habits-slider-container.div-line:after, .makehabitBlock .habits-slider-container.div-line:before {
            height: 150px;
            top: 90px
        }

        .makehabitBlock .habits-slider-container .heading-regular {
            font-size: 20px;
            line-height: 25px
        }

        .makehabitBlock .habits-slider-container .inspire-quotes .heading24 {
            font-size: 18px;
            line-height: 26px
        }

        .makehabitBlock .habits-slider-container .inspire-quotes .hash-tag {
            margin-bottom: 20px
        }

        .makehabitBlock .habits-slider-container .inspire-quotes .heading18 {
            font-size: 16px;
            line-height: 22px;
            bottom: 85px
        }

        .makehabitBlock .habits-slider-container .MakeSliderTab .slick-prev {
            left: 175px
        }

        .makehabitBlock .habits-slider-container .MakeSliderTab .slick-next {
            left: 247px
        }

    .makehabitBlock .makehabitnew .habits-slider-container {
        padding-top: 30px;
        padding-bottom: 30px
    }

        .makehabitBlock .makehabitnew .habits-slider-container .inspire-person {
            width: 155px;
            height: 330px
        }

            .makehabitBlock .makehabitnew .habits-slider-container .inspire-person.inspire-person--logo {
                height: 130px
            }

        .makehabitBlock .makehabitnew .habits-slider-container .inspire-quotes {
            width: calc(100% - 155px);
            padding-left: 20px
        }

    .makehabitBlock .makehabitnew.slickCarousel .slick-prev {
        left: 225px
    }

    .makehabitBlock .makehabitnew.slickCarousel .slick-next {
        left: 295px
    }
}

@media only screen and (max-width:767px) {
    .bannerBlock.homeBanner {
        min-height: 400px
    }

        .bannerBlock.homeBanner:before {
            height: 100px
        }

        .bannerBlock.homeBanner .home-banner-img {
            max-width: 410px
        }

        .bannerBlock.homeBanner .home-banner-img-desktop {
            max-width: 1024px
        }

        .bannerBlock.homeBanner.BusinessBanner .homeBannerContent {
            bottom: -45px
        }

    .bannerBlock .homeBannerContent {
        padding: 0 15px;
        bottom: -45px
    }

        .bannerBlock .homeBannerContent .banner-button .btn {
            width: 100%;
            margin: 0 0 15px
        }

        .bannerBlock .homeBannerContent h1 {
            font-size: 90px;
            line-height: 40px
        }

            .bannerBlock .homeBannerContent h1 span {
                font-size: 26px;
                line-height: 55px;
                padding-left: 6px;
                letter-spacing: .2em
            }

    .habitsBlock.homeHabitsBlock {
        padding: 145px 0 70px
    }

    .certifiedBlock .certified {
        top: -50px;
        padding: 0 15px
    }

        .certifiedBlock .certified h1 span {
            letter-spacing: .1em
        }

    .certifiedBlock .certified-container {
        width: 100%;
        float: none
    }

    .certifiedBlock .get-space {
        padding-top: 5px;
        min-height: inherit
    }

    .certifiedBlock .heading30 {
        font-size: 22px;
        line-height: 26px
    }

    .certifiedBlock.pick-program-Block {
        padding: 20px 0
    }

        .certifiedBlock.pick-program-Block .certified {
            top: 0
        }

        .certifiedBlock.pick-program-Block .certified-habits {
            padding-top: 25px
        }

    .notsureBlock {
        margin-top: -100px;
        padding-top: 70px
    }

        .notsureBlock .get-space {
            padding-top: 15px
        }

        .notsureBlock .notsureinner {
            min-height: 330px
        }

    .facultySlider.slickCarousel .slick-prev {
        margin-left: -55px
    }

    .facultySlider.slickCarousel .slick-next {
        margin-left: 20px
    }

    .certifiedTabs.methodBlock .method-detils {
        width: 100%;
        float: none
    }

        .certifiedTabs.methodBlock .method-detils li {
            border-bottom: none
        }

            .certifiedTabs.methodBlock .method-detils li a span {
                display: block
            }

            .certifiedTabs.methodBlock .method-detils li a .nextarrow {
                opacity: 1;
                color: #355699
            }

    .certifiedBlock .certified.div-line:after, .certifiedBlock .certified.div-line:before {
        height: 190px;
        top: 85px
    }

    .makehabitBlock {
        margin-top: -85px
    }

        .makehabitBlock .habit-inner-up {
            padding-left: 15px;
            padding-right: 15px
        }

        .makehabitBlock .habits-slider-container .inspire-person {
            width: 140px;
            height: 250px;
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
            margin-bottom: 10px
        }

            .makehabitBlock .habits-slider-container .inspire-person.inspire-person--logo {
                height: 130px
            }

        .makehabitBlock .habits-slider-container .MakeSliderTab .slick-prev {
            left: 177px
        }

        .makehabitBlock .habits-slider-container .MakeSliderTab .slick-next {
            left: 250px
        }

        .makehabitBlock .heading18 {
            margin-bottom: 15px;
            position: static
        }

        .makehabitBlock .inspire-quotes {
            width: 65%;
            padding-left: 20px
        }

        .makehabitBlock .slick-slide {
            padding: 0
        }

            .makehabitBlock .slick-slide:focus {
                outline: 0
            }

        .makehabitBlock .habits-slider-container {
            padding-bottom: 105px;
            background-color: #fff
        }

        .makehabitBlock .makehabitnew .inspire-quotes {
            padding-bottom: 60px
        }

        .makehabitBlock .makehabitnew.slickCarousel .slick-prev {
            left: 213px
        }

        .makehabitBlock .makehabitnew.slickCarousel .slick-next {
            left: 283px
        }

    .certified-habits .learning-btn .btn {
        padding-left: 15px;
        padding-right: 15px
    }

    .method-tabs .certified-habits {
        padding: 0 10px
    }

        .method-tabs .certified-habits .habitsLinks {
            width: 100%;
            padding-top: 0;
            padding-right: 0
        }
}

@media only screen and (max-width:639px) {
    .bannerBlock .homeBannerContent h1 {
        font-size: 56px;
        line-height: 26px
    }

        .bannerBlock .homeBannerContent h1 span {
            font-size: 22px;
            line-height: 46px;
            letter-spacing: 0;
            padding-left: 3px
        }

            .bannerBlock .homeBannerContent h1 span.goods {
                padding-bottom: 0
            }

    .facultyBlock h2 {
        margin-bottom: 0
    }

    .certifiedBlock .certified h1 span {
        font-size: 18px;
        line-height: 24px
    }

    .certified-habits .learning-btn .btn {
        font-size: 14px !important
    }
}

@media only screen and (max-width:576px) {
    .notsureBlock .notsureinner {
        min-height: inherit;
        text-align: center
    }

    .notsureBlock .xs-none {
        display: none
    }

    .notsureBlock .notsure-content {
        padding: 10px 0 40px
    }

    .notsureBlock .notsure-image {
        position: static;
        max-width: 200px;
        margin: 0 auto 20px
    }

    .makehabitBlock .habits-slider-container .inspire-person {
        margin: 0 auto 20px;
        width: 170px
    }

        .makehabitBlock .habits-slider-container .inspire-person.inspire-person--logo {
            height: 130px
        }

    .makehabitBlock .habits-slider-container .inspire-quotes {
        width: 100% !important;
        padding: 0
    }

    .makehabitBlock .habits-slider-container .MakeSliderTab .slick-arrow {
        bottom: -55px
    }

    .makehabitBlock .habits-slider-container .MakeSliderTab .slick-next, .makehabitBlock .habits-slider-container .MakeSliderTab .slick-prev {
        left: 50%;
        margin-left: -55px
    }

    .makehabitBlock .habits-slider-container .MakeSliderTab .slick-next {
        margin-left: 20px
    }

    .makehabitBlock .makehabitnew .habits-slider-container {
        padding-bottom: 80px
    }

        .makehabitBlock .makehabitnew .habits-slider-container .quotesContent {
            display: block !important
        }

        .makehabitBlock .makehabitnew .habits-slider-container .inspire-person {
            margin: 0 auto 20px;
            width: 170px
        }

            .makehabitBlock .makehabitnew .habits-slider-container .inspire-person.inspire-person--logo {
                height: 130px
            }

        .makehabitBlock .makehabitnew .habits-slider-container .inspire-quotes {
            padding-left: 0
        }

            .makehabitBlock .makehabitnew .habits-slider-container .inspire-quotes .heading24 {
                font-size: 16px
            }

    .makehabitBlock .makehabitnew.slickCarousel .slick-next, .makehabitBlock .makehabitnew.slickCarousel .slick-prev {
        left: 50%;
        bottom: 40px;
        margin-left: -55px
    }

    .makehabitBlock .makehabitnew.slickCarousel .slick-next {
        margin-left: 20px
    }

    .makehabitBlock .text-auto {
        min-height: 140px
    }
}

@media only screen and (max-width:549px) {
    .bannerBlock.homeBanner {
        min-height: 350px
    }

        .bannerBlock.homeBanner .home-banner-img {
            max-width: 350px
        }
}

.menuBar .globalNav {
    top: 0;
    height: auto
}

    .menuBar .globalNav .dropdownRoot {
        top: 60px
    }

        .menuBar .globalNav .dropdownRoot.profileRoot {
            top: 84px
        }

            .menuBar .globalNav .dropdownRoot.profileRoot .dropdownContainer, .menuBar .globalNav .dropdownRoot.profileRoot .dropdownContent {
                width: 334px !important
            }

            .menuBar .globalNav .dropdownRoot.profileRoot .dropdownBackground, .menuBar .globalNav .dropdownRoot.profileRoot .dropdownContainer {
                left: -130px
            }

            .menuBar .globalNav .dropdownRoot.profileRoot .dropdownBackground {
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none
            }

            .menuBar .globalNav .dropdownRoot.profileRoot .dropdownContainer {
                box-shadow: 0 0 80px 5px rgba(0,0,0,.15);
                -moz-box-shadow: 0 0 80px 5px rgba(0,0,0,.15);
                -webkit-box-shadow: 0 0 80px 5px rgba(0,0,0,.15)
            }

    .menuBar .globalNav .dropdownContainer {
        box-shadow: 0 0 40px rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 40px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 0 40px rgba(0,0,0,.15);
        width: 466px
    }

    .menuBar .globalNav .productsGroupPrimary {
        padding: 10px 0
    }

        .menuBar .globalNav .productsGroupPrimary .linkContainer {
            padding: 15px 10px;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: all .3s
        }

            .menuBar .globalNav .productsGroupPrimary .linkContainer .image-icons {
                width: 60px
            }

                .menuBar .globalNav .productsGroupPrimary .linkContainer .image-icons img {
                    max-width: 47px;
                    transition: .3s;
                    -webkit-transition: .3s;
                    -moz-transition: .3s;
                    -ms-transition: all .3s;
                    -webkit-filter: grayscale(0);
                    filter: grayscale(0)
                }

            .menuBar .globalNav .productsGroupPrimary .linkContainer .heading16 {
                font-family: "Montserrat Semi Bold";
                color: #355699;
                margin-bottom: 5px;
                text-transform: uppercase;
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: all .3s
            }

                .menuBar .globalNav .productsGroupPrimary .linkContainer .heading16 cite {
                    font-style: normal;
                    font-size: 12px;
                    color: #999;
                    font-family: Montserrat;
                    text-transform: lowercase;
                    padding-left: 7px;
                    letter-spacing: 0
                }

            .menuBar .globalNav .productsGroupPrimary .linkContainer .detils-text {
                font-family: Montserrat;
                font-size: 13px;
                line-height: 20px;
                text-transform: initial;
                color: #999;
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: all .3s
            }

            .menuBar .globalNav .productsGroupPrimary .linkContainer:hover .detils-text, .menuBar .globalNav .productsGroupPrimary .linkContainer:hover .heading16 {
                color: #565253
            }

            .menuBar .globalNav .productsGroupPrimary .linkContainer:hover .image-icons img {
                max-width: 47px;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%)
            }

    .menuBar .globalNav .dropdownRoot.profileRoot .linkGroup {
        padding: 31px
    }

        .menuBar .globalNav .dropdownRoot.profileRoot .linkGroup ul {
            padding: 0;
            margin: 0
        }

            .menuBar .globalNav .dropdownRoot.profileRoot .linkGroup ul li {
                margin-bottom: 25px
            }

                .menuBar .globalNav .dropdownRoot.profileRoot .linkGroup ul li a {
                    padding: 0
                }

                .menuBar .globalNav .dropdownRoot.profileRoot .linkGroup ul li:last-child {
                    margin-bottom: 0
                }

    .menuBar .globalNav .dropdownRoot.profileRoot .productsGroupPrimary .linkContainer .image-icons {
        width: 34px
    }

    .menuBar .globalNav .dropdownArrow {
        box-shadow: none;
        top: -10px;
        margin: 0 0 0 -10px;
        width: 20px;
        height: 20px;
        background-color: #fff;
        z-index: 5
    }

    .menuBar .globalNav .explore-course-text {
        font-family: Montserrat;
        font-size: 15px;
        color: #355699;
        text-align: center;
        border-top: 1px solid #d5d5d6;
        display: block;
        padding-top: 20px
    }

        .menuBar .globalNav .explore-course-text:hover {
            color: #565253
        }

    .menuBar .globalNav .popular-heading {
        font-size: 14px;
        line-height: 18px;
        color: #999;
        margin: 15px 0 5px
    }

.menuBar .navRoot {
    padding: 12px 0;
    display: flex;
    justify-content: flex-end;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s
}

    .menuBar .navRoot .navSection a {
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        padding: 19px;
        letter-spacing: .05em;
        font-family: Montserrat;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        text-transform: uppercase
    }

    .menuBar .navRoot .navSection.primary {
        align-items: center
    }

        .menuBar .navRoot .navSection.primary a {
            color: #565253;
            height: auto;
            cursor: pointer
        }

            .menuBar .navRoot .navSection.primary a:hover {
                color: #355699
            }

            .menuBar .navRoot .navSection.primary a.active-page {
                font-family: "Montserrat Semi Bold"
            }

                .menuBar .navRoot .navSection.primary a.active-page:hover {
                    color: #565253
                }

    .menuBar .navRoot .navSection.secondary {
        position: static;
        margin-left: 10px;
        align-items: center
    }

        .menuBar .navRoot .navSection.secondary:before {
            content: "|";
            color: #355699;
            line-height: 52px;
            font-size: 13px
        }

        .menuBar .navRoot .navSection.secondary a {
            color: #355699
        }

            .menuBar .navRoot .navSection.secondary a.item-premium {
                color: #fff
            }

            .menuBar .navRoot .navSection.secondary a.notification-icon {
                padding: 0 19px
            }

        .menuBar .navRoot .navSection.secondary .rootLink:last-child {
            padding: 0 !important;
            margin-top: -3px;
            margin-left: 17px
        }

            .menuBar .navRoot .navSection.secondary .rootLink:last-child.btn {
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: all .3s;
                padding: 22px 30px !important;
                font-family: Montserrat;
                font-size: 14px !important;
                line-height: 14px;
                color: #fff !important;
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                text-transform: uppercase;
                text-transform: uppercase
            }

                .menuBar .navRoot .navSection.secondary .rootLink:last-child.btn.btn-lg {
                    padding: 20px 30px
                }

                .menuBar .navRoot .navSection.secondary .rootLink:last-child.btn span:after, .menuBar .navRoot .navSection.secondary .rootLink:last-child.btn span:before {
                    content: none
                }

            .menuBar .navRoot .navSection.secondary .rootLink:last-child.login-profile {
                padding: 0 !important;
                margin-left: 0
            }

.menuBar.dashboardMenu .navRoot {
    margin-right: 130px
}

    .menuBar.dashboardMenu .navRoot .navSection.secondary:before {
        content: none
    }

.logout-backdrop {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed !important;
    left: 0;
    top: 95px;
    bottom: 0;
    right: 0;
    z-index: 100;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s
}

.arrow-drop:before {
    content: "";
    top: 100%;
    margin: 7px 0 0 -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px 0 0;
    background: #fff;
    box-shadow: -3px -3px 5px rgba(82,95,127,.04);
    will-change: transform;
    transition-property: transform,-webkit-transform;
    position: absolute;
    left: 50%;
    z-index: 1
}

.dropmenuList {
    position: absolute !important;
    min-width: 334px;
    top: 100%;
    right: 0;
    margin-top: 18px
}

    .dropmenuList ul {
        background: #fff;
        display: flex;
        padding: 31px !important;
        box-shadow: 0 0 80px 5px rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 80px 5px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 0 80px 5px rgba(0,0,0,.15);
        width: 100%;
        margin: 0 !important
    }

        .dropmenuList ul li {
            margin-bottom: 25px;
            list-style: none
        }

            .dropmenuList ul li a.linkContainer {
                width: 100%;
                display: flex;
                align-items: center;
                text-align: left;
                padding: 0 !important;
                text-transform: uppercase
            }

                .dropmenuList ul li a.linkContainer .image-icons {
                    margin-right: 15px;
                    width: auto !important
                }

                .dropmenuList ul li a.linkContainer .heading16 {
                    color: #355699;
                    font-family: "Montserrat Semi Bold"
                }

            .dropmenuList ul li:last-child {
                margin-bottom: 0
            }

        .dropmenuList ul.sm-dropList {
            padding: 20px 22px !important
        }

.headerCntr {
    padding: 11px 0 9px
}

    .headerCntr.header-menu-fixed {
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
        padding: 4px 0
    }

        .headerCntr.header-menu-fixed .navbar .navbar-brand {
            max-width: 140px
        }

        .headerCntr.header-menu-fixed .login-profile .profilePic {
            width: 44px;
            height: 44px
        }

        .headerCntr.header-menu-fixed .logout-backdrop {
            top: 65px
        }

        .headerCntr.header-menu-fixed .menuBar .globalNav .dropdownRoot.profileRoot {
            top: 68px
        }

        .headerCntr.header-menu-fixed .menuBar .navRoot {
            padding: 7px 0 0
        }

            .headerCntr.header-menu-fixed .menuBar .navRoot .navSection a {
                padding-top: 13px;
                padding-bottom: 13px;
                font-size: 13px
            }

            .headerCntr.header-menu-fixed .menuBar .navRoot .navSection.secondary:before {
                line-height: 43px
            }

            .headerCntr.header-menu-fixed .menuBar .navRoot .navSection.secondary .rootLink.notification-icon {
                padding: 6px 19px;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content
            }

            .headerCntr.header-menu-fixed .menuBar .navRoot .navSection.secondary .rootLink:last-child.btn {
                padding-top: 16px !important;
                padding-bottom: 16px !important;
                margin-top: 0;
                font-size: 13px !important
            }

            .headerCntr.header-menu-fixed .menuBar .navRoot .navSection.secondary .rootLink:last-child.login-profile {
                padding: 0 !important;
                position: relative;
                top: -3px;
                margin-left: 0
            }

        .headerCntr.header-menu-fixed .dropmenuList {
            margin-top: 11px
        }

@media only screen and (max-width:1359px) {
    .menuBar .navRoot {
        margin-right: 15px
    }
}

@media only screen and (max-width:1279px) {
    .menuBar .navRoot .navSection a {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:1209px) {
    .menuBar .navRoot .navSection a {
        padding-left: 10px;
        padding-right: 10px
    }

    .headerCntr .navbar .navbar-brand {
        padding-top: .9rem
    }

    .headerCntr.header-menu-fixed .navbar .navbar-brand {
        padding-top: .2125rem
    }
}

@media only screen and (max-width:1099px) {
    .menuBar .globalNav .dropdownRoot.profileRoot .dropdownBackground, .menuBar .globalNav .dropdownRoot.profileRoot .dropdownContainer {
        left: -135px
    }

    .menuBar .navRoot .navSection a {
        letter-spacing: 0
    }

    .menuBar .navRoot .navSection.secondary .rootLink:last-child.btn {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .menuBar .navRoot .navSection.secondary .rootLink:last-child.login-profile {
        padding: 0 !important
    }
}

@media only screen and (max-width:991px) {
    .headerCntr .navbar .navbar-brand {
        padding-top: .2125rem
    }

    .headerCntr.header-menu-fixed {
        padding: 11px 0 9px
    }

    .menuBar.navbar {
        padding-top: 0;
        padding-bottom: 0
    }

    #wrapper {
        padding-top: 82px
    }

    .logout-sm {
        font-size: 15px;
        margin-top: 20px;
        display: block
    }
}

.expendMaxWidth .learningBox {
    max-width: 460px
}

.program-learn ul li {
    padding-right: 25px
}

.learningBox .bannerProgress {
    width: 65px
}

.learningBox .cardbox p {
    font-size: 16px;
    font-family: Montserrat
}

.topYellow {
    position: relative
}

    .topYellow:before {
        content: "";
        height: 43px;
        width: 100%;
        background-color: #e8c74c;
        position: absolute;
        left: 0;
        top: 0
    }

.homindPage .courseHabitsList .courseList h4 {
    font-size: 18px
}

.homindPage .courseHabitsList .courseList .bind-content .item {
    padding: 20px
}

    .homindPage .courseHabitsList .courseList .bind-content .item .item-img {
        top: 0
    }

    .homindPage .courseHabitsList .courseList .bind-content .item .item-details {
        padding-top: 0;
        padding-bottom: 0
    }

        .homindPage .courseHabitsList .courseList .bind-content .item .item-details .progress-circle {
            position: absolute;
            right: 0;
            top: 0
        }

        .homindPage .courseHabitsList .courseList .bind-content .item .item-details.progressCir {
            padding-right: 60px
        }

.yellowSearch {
    background-color: #e8c74c;
    float: left;
    width: 100%;
    margin-top: -75px
}

.findProgramSearch {
    position: relative;
    width: 80%;
    margin-top: 20px
}

    .findProgramSearch .btn-search {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        padding: 0;
        color: #fff
    }

        .findProgramSearch .btn-search:focus, .findProgramSearch .btn-search:hover {
            text-decoration: none
        }

    .findProgramSearch .form-control {
        padding-right: 30px;
        color: #fff;
        font-size: 16px
    }

        .findProgramSearch .form-control::-webkit-input-placeholder {
            color: #fff
        }

        .findProgramSearch .form-control:-moz-placeholder {
            color: #fff
        }

        .findProgramSearch .form-control::-moz-placeholder {
            color: #fff
        }

        .findProgramSearch .form-control:-ms-input-placeholder {
            color: #fff
        }

        .findProgramSearch .form-control:focus {
            background-color: transparent
        }

.harappaPagination .pagination .page-item a {
    padding: 13px 12px;
    height: 52px;
    display: flex;
    align-items: center
}

    .harappaPagination .pagination .page-item a.page-link {
        font-size: 16px;
        color: #848484;
        background-color: transparent;
        border: none
    }

        .harappaPagination .pagination .page-item a.page-link:focus {
            outline: 0;
            box-shadow: none
        }

        .harappaPagination .pagination .page-item a.page-link:hover {
            color: #d3652c
        }

    .harappaPagination .pagination .page-item a.btn {
        width: 52px;
        border: 1px solid #355699
    }

        .harappaPagination .pagination .page-item a.btn span {
            width: 100%
        }

            .harappaPagination .pagination .page-item a.btn span i {
                font-size: 21px
            }

        .harappaPagination .pagination .page-item a.btn:hover {
            border-color: #d3652c
        }

    .harappaPagination .pagination .page-item a.left {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        margin-right: 10px
    }

    .harappaPagination .pagination .page-item a.right {
        margin-left: 10px
    }

.harappaPagination .pagination .page-item.active a.page-link {
    font-family: "Montserrat Bold";
    color: #565253
}

.harappaPagination .pagination .page-item.disabled a.btn {
    background-color: transparent;
    color: #355699
}

    .harappaPagination .pagination .page-item.disabled a.btn:hover {
        color: #fff
    }

.halfShadow {
    box-shadow: 0 -15px 35px -17px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -15px 35px -17px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 -15px 35px -17px rgba(0,0,0,.2)
}

    .halfShadow:before {
        content: "";
        display: block;
        position: absolute;
        box-shadow: rgba(0,0,0,.5) 0 0 30px;
        -moz-box-shadow: rgba(0,0,0,.5) 0 0 30px;
        -webkit-box-shadow: rgba(0,0,0,.5) 0 0 30px;
        height: 75%;
        left: 6px;
        top: 0;
        width: 4px;
        z-index: -1;
        background: rgba(0,0,0,.5);
        transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg)
    }

    .halfShadow:after {
        content: "";
        display: block;
        position: absolute;
        box-shadow: rgba(0,0,0,.8) 0 0 30px;
        -moz-box-shadow: rgba(0,0,0,.8) 0 0 30px;
        -webkit-box-shadow: rgba(0,0,0,.8) 0 0 30px;
        height: 75%;
        right: 6px;
        top: 0;
        width: 4px;
        z-index: -1;
        background: rgba(0,0,0,.5);
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -ms-transform: rotate(1deg)
    }

.postLogin-Progress .postLogin-Inner {
    background: #fff;
    position: relative;
    padding: 60px 80px 80px
}

    .postLogin-Progress .postLogin-Inner .tab-content {
        padding: 0 20px;
        margin: 40px -20px 0
    }

.postLogin-Progress .btn-see {
    font-size: 14px;
    text-transform: none;
    font-family: "Montserrat Medium";
    color: #355699
}

    .postLogin-Progress .btn-see:hover {
        text-decoration: none
    }

.postLogin-Progress .dropshowNumber .btn {
    padding: 0 19px 5px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    min-width: 100px;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    color: #ccc;
    background: 0 0
}

    .postLogin-Progress .dropshowNumber .btn-default:focus, .postLogin-Progress .dropshowNumber .btn-default:hover, .postLogin-Progress .dropshowNumber .btn:focus, .postLogin-Progress .dropshowNumber .btn:hover {
        outline: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }

.postLogin-Progress .dropshowNumber .dropdown-toggle:after {
    content: "";
    font-family: HarappaIcons !important;
    font-size: 14px;
    color: #355699;
    border: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -8px
}

.postLogin-Progress .dropshowNumber .dropdown-menu {
    min-width: 100%;
    padding: 0;
    border-radius: 0
}

    .postLogin-Progress .dropshowNumber .dropdown-menu .dropdown-item {
        padding: 4px 8px;
        color: #848484;
        font-family: Montserrat;
        font-size: 14px
    }

        .postLogin-Progress .dropshowNumber .dropdown-menu .dropdown-item:active {
            color: #848484;
            text-decoration: none;
            background-color: transparent
        }

.postLogin-Progress .progresslist-Block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px 20px
}

    .postLogin-Progress .progresslist-Block li {
        list-style: none;
        padding: 0 5px
    }

.completeProgressList {
    background: #f6f5f5;
    padding: 100px 0
}

    .completeProgressList .completeProgressInner {
        padding-left: 80px;
        padding-right: 80px
    }

    .completeProgressList.insightTabList {
        padding: 50px 0 80px;
        background: #fff;
        margin-top: 30px
    }

.post_searchbox {
    padding: 30px 15px 30px 57px
}

    .post_searchbox.postSearch--pd {
        padding: 30px 0 0
    }

    .post_searchbox .findProgramSearch {
        width: 100%;
        margin-top: 0
    }

        .post_searchbox .findProgramSearch .form-control {
            border: none;
            font-size: 14px;
            line-height: 14px;
            color: #848484;
            padding: 15px 45px 15px 20px;
            height: 50px
        }

            .post_searchbox .findProgramSearch .form-control::-webkit-input-placeholder {
                color: #848484
            }

            .post_searchbox .findProgramSearch .form-control:-moz-placeholder {
                color: #848484
            }

            .post_searchbox .findProgramSearch .form-control::-moz-placeholder {
                color: #848484
            }

            .post_searchbox .findProgramSearch .form-control:-ms-input-placeholder {
                color: #848484
            }

            .post_searchbox .findProgramSearch .form-control:focus {
                background-color: transparent
            }

        .post_searchbox .findProgramSearch .btn-search {
            color: #565253;
            right: 17px;
            height: 100%
        }

.courseAccordion.postloginAccordian {
    box-shadow: none;
    padding-left: 55px
}

    .courseAccordion.postloginAccordian.postlogin-pd0 {
        padding-left: 0;
        padding-top: 30px
    }

    .courseAccordion.postloginAccordian .courseIcon {
        position: absolute;
        width: 40px;
        left: -55px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

        .courseAccordion.postloginAccordian .courseIcon img {
            max-width: 100%
        }

    .courseAccordion.postloginAccordian .card .card-header {
        border-bottom: none
    }

        .courseAccordion.postloginAccordian .card .card-header .btn {
            padding-left: 0
        }

            .courseAccordion.postloginAccordian .card .card-header .btn[aria-expanded=true] {
                border-bottom-color: transparent
            }

            .courseAccordion.postloginAccordian .card .card-header .btn[aria-expanded=false] {
                border-bottom: 1px solid rgba(0,0,0,.1)
            }

            .courseAccordion.postloginAccordian .card .card-header .btn .textLabel {
                padding-left: 0
            }

    .courseAccordion.postloginAccordian .card .card-body {
        padding: 0 0 0 15px
    }

    .courseAccordion.postloginAccordian .module-outer {
        margin-bottom: 30px
    }

        .courseAccordion.postloginAccordian .module-outer h6 {
            font-family: "Montserrat Semi Bold";
            font-size: 14px;
            line-height: 14px;
            color: #565253;
            position: relative
        }

            .courseAccordion.postloginAccordian .module-outer h6 span {
                display: inline-block;
                background: #fff;
                padding-right: 10px;
                position: relative;
                z-index: 4
            }

            .courseAccordion.postloginAccordian .module-outer h6:before {
                content: "";
                border: .5px solid #d5d5d6;
                position: absolute;
                width: 100%;
                top: 7px;
                left: 0
            }

    .courseAccordion.postloginAccordian .module-details {
        padding: 15px 0;
        cursor: pointer;
        border-bottom: 1px solid #f4f4f5
    }

        .courseAccordion.postloginAccordian .module-details:last-child {
            border-bottom: none;
            padding-bottom: 0
        }

        .courseAccordion.postloginAccordian .module-details .courseTime {
            font-family: "Montserrat Italic";
            font-size: 12px;
            line-height: 24px;
            color: #848484;
            display: inline-block;
            float: left
        }

        .courseAccordion.postloginAccordian .module-details .textPara {
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: all .3s
        }

        .courseAccordion.postloginAccordian .module-details .rightdetails {
            float: right;
            opacity: 0;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: all .3s
        }

            .courseAccordion.postloginAccordian .module-details .rightdetails a {
                font-family: Montserrat;
                font-size: 14px;
                line-height: 20px;
                color: #355699;
                display: inline-block;
                margin-left: 15px
            }

                .courseAccordion.postloginAccordian .module-details .rightdetails a:first-child {
                    margin-left: 0
                }

                .courseAccordion.postloginAccordian .module-details .rightdetails a span {
                    margin-right: 7px
                }

                .courseAccordion.postloginAccordian .module-details .rightdetails a cite {
                    font-style: normal
                }

        .courseAccordion.postloginAccordian .module-details:hover .rightdetails {
            opacity: 1
        }

        .courseAccordion.postloginAccordian .module-details:hover .textPara {
            color: #565253
        }

        .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul {
            padding-left: 0
        }

            .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul:after {
                content: none
            }

            .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li {
                padding: 15px 0;
                font-size: 14px;
                font-family: Montserrat;
                border-bottom: 1px solid #f4f4f5
            }

                .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li:first-child {
                    padding-top: 0
                }

                .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .col-left {
                    min-width: 200px;
                    width: 200px
                }

                    .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .col-left .maintext {
                        word-break: break-word
                    }

                .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .col-right {
                    min-width: 250px;
                    width: auto
                }

                .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .studylist .caselist {
                    min-height: 21px;
                    font-family: "Montserrat Medium"
                }

                .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .rightdetails {
                    flex-grow: 1;
                    justify-content: flex-end;
                    display: flex;
                    opacity: 0
                }

            .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul li:hover .rightdetails {
                opacity: 1
            }

            .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul li:hover .col-left .maintext {
                color: #355699
            }

            .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul li:hover .studylist .time {
                color: #565253
            }

        .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails:hover .rightdetails {
            opacity: 0
        }

@media only screen and (max-width:1199px) {
    .halfShadow:before {
        left: 8px;
        width: 8px
    }

    .halfShadow:after {
        right: 8px
    }

    .postLogin-Progress .postLogin-Inner {
        padding: 60px
    }

    .completeProgressList {
        background: #f6f5f5;
        padding: 60px 0
    }

        .completeProgressList .completeProgressInner {
            padding-left: 60px;
            padding-right: 60px
        }
}

@media only screen and (max-width:767px) {
    .homindPage.ProgramPreLoginPage .courseList .bind-content .item {
        display: block
    }

        .homindPage.ProgramPreLoginPage .courseList .bind-content .item .item-img {
            width: 100%
        }

        .homindPage.ProgramPreLoginPage .courseList .bind-content .item.img-left .item-details {
            padding: 20px 0 0
        }

        .homindPage.ProgramPreLoginPage .courseList .bind-content .item .item-details a.seeCourse {
            opacity: 1;
            margin-top: 10px;
            display: block
        }

        .homindPage.ProgramPreLoginPage .courseList .bind-content .item .progress-circle {
            top: 10px !important;
            width: 40px
        }

    .yellowSearch {
        background-color: #fff
    }

        .yellowSearch h3 {
            color: #565253 !important
        }

    .mob-overflow-auto {
        overflow: auto
    }

    .halfShadow:before {
        left: 15px;
        width: 8px
    }

    .halfShadow:after {
        right: 15px
    }

    .post_searchbox {
        padding-left: 15px
    }

    .courseAccordion.postloginAccordian {
        padding-left: 0
    }

        .courseAccordion.postloginAccordian .courseIcon {
            left: 5px
        }

        .courseAccordion.postloginAccordian .card .card-header .btn {
            padding-left: 55px;
            padding-right: 30px
        }

            .courseAccordion.postloginAccordian .card .card-header .btn i {
                right: 10px
            }

        .courseAccordion.postloginAccordian .card .card-body {
            padding-top: 10px;
            padding-left: 5px
        }

        .courseAccordion.postloginAccordian .module-details .rightdetails {
            opacity: 1
        }

            .courseAccordion.postloginAccordian .module-details .rightdetails a cite {
                display: none
            }

        .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .rightdetails {
            opacity: 1
        }

        .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .col-left {
            width: 100%;
            margin-bottom: 10px
        }

    .completeProgressList.insightTabList {
        margin-top: 0;
        padding: 50px 0
    }

        .completeProgressList.insightTabList .businessLearner {
            padding: 0
        }
}

@media only screen and (max-width:575px) {
    .postLogin-Progress .postLogin-Inner {
        padding: 30px
    }

        .postLogin-Progress .postLogin-Inner .tab-content {
            margin: 30px -20px 0
        }

    .completeProgressList {
        padding: 40px 0
    }

        .completeProgressList .completeProgressInner {
            padding-left: 30px;
            padding-right: 30px
        }
}

@media only screen and (max-width:410px) {
    .makehabitBlock .makehabitnew .habit-inner {
        min-height: 664px
    }

    .courseAccordion.postloginAccordian .module-details .courseTime {
        float: none;
        display: block;
        margin-bottom: 5px
    }

    .courseAccordion.postloginAccordian .module-details .rightdetails {
        float: none
    }

    .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .col-right {
        min-width: 210px
    }
}

@media only screen and (max-width:403px) {
    .postLogin-Progress .progresslist-Block li {
        margin-bottom: 10px;
        width: 100%
    }

        .postLogin-Progress .progresslist-Block li .btn {
            min-width: 100%
        }
}

@media only screen and (max-width:374px) {
    .bannerBlock.homeBanner .home-banner-img {
        max-width: 320px
    }

    .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .col-right {
        min-width: 210px;
        width: 100%;
        margin-bottom: 15px
    }

    .courseAccordion.postloginAccordian .module-details.bookmarkAccordianDetails .group ul > li .rightdetails {
        flex-grow: 0;
        justify-content: flex-start
    }
}

.bannerBlock.hobBanner.course-listing-banner {
    background-image: url(course-listng-banner.ea20c74ef8f8b560f5db.jpg)
}

    .bannerBlock.hobBanner.course-listing-banner .bannerBlock_title small {
        letter-spacing: .02em;
        font-size: 30px;
        line-height: 38px
    }

.courselistingPage .bindBlock {
    margin-top: -100px
}

.courselistingPage .course-preview .preview-info {
    padding-bottom: 4px
}

.courseVideoHeight .course-preview .hashtags {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.courseVideoHeight .course-preview .preview-image-video {
    height: 148px
}

    .courseVideoHeight .course-preview .preview-image-video img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.courseVideoHeight .course-preview .preview-info {
    padding-bottom: 20px
}

.courseVideoHeight .course-preview .progress-Inner {
    display: flex;
    margin: 0 -5px 5px
}

    .courseVideoHeight .course-preview .progress-Inner li {
        padding: 0 5px;
        list-style: none
    }

    .courseVideoHeight .course-preview .progress-Inner .progress-Details span {
        font-size: 14px;
        color: #999;
        display: block;
        font-family: "Montserrat Light"
    }

    .courseVideoHeight .course-preview .progress-Inner .progress-Details p {
        font-size: 16px;
        color: #999;
        font-family: "Montserrat Semi Bold";
        margin: 5px 0;
        line-height: 16px
    }

    .courseVideoHeight .course-preview .progress-Inner .checked {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #38b47e;
        position: relative
    }

        .courseVideoHeight .course-preview .progress-Inner .checked i {
            font-size: 18px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%)
        }

.courseVideoHeight .course-preview.course-with-icon .preview-image-video {
    display: flex;
    align-items: center
}

    .courseVideoHeight .course-preview.course-with-icon .preview-image-video img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 120px;
        width: auto;
        margin: auto
    }

.habitsBlock.selectProgramBlock {
    background: 0 0
}

    .habitsBlock.selectProgramBlock .habits-col-inner {
        width: 283px
    }

        .habitsBlock.selectProgramBlock .habits-col-inner.habits-inner-or {
            width: 100px
        }

            .habitsBlock.selectProgramBlock .habits-col-inner.habits-inner-or .habits-col-or {
                height: 100%;
                text-align: center;
                display: flex;
                width: 100%;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEHCAYAAABvOywgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDlDMzk2OTIxMzE3MTFFOThENkNEMzE1OTg2NDkwNEQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDlDMzk2OTMxMzE3MTFFOThENkNEMzE1OTg2NDkwNEQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOUMzOTY5MDEzMTcxMUU5OEQ2Q0QzMTU5ODY0OTA0RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOUMzOTY5MTEzMTcxMUU5OEQ2Q0QzMTU5ODY0OTA0RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PihpxegAAABISURBVHjaYtDVN+ZhYgACEMGIhYVTgggl2Lj4FZMkxkCBOmza/lNqyigxzIj/9DLgP/XEyOT+J0UJ6Vz8ofGftrFAkSkAAQYA8qgYoVkmVdwAAAAASUVORK5CYII=) center center no-repeat
            }

        .habitsBlock.selectProgramBlock .habits-col-inner .ors {
            width: 40px;
            height: 40px;
            background-color: #f6f5f5;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            font-family: "Montserrat Bold";
            font-size: 14px;
            line-height: 40px;
            text-align: center;
            color: #565253;
            margin: auto;
            text-transform: uppercase
        }

.courseContent.NewProgramListing {
    margin-top: -90px
}

.enroll-date {
    background-color: #e8c74c;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat Light";
    color: #fff;
    padding: 3px 15px 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    border-radius: 0 0 6px;
    -moz-border-radius: 0 0 6px;
    -webkit-border-radius: 0 0 6px 0
}

.locked-tag {
    background-color: #d3652c;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat Light";
    color: #fff;
    padding: 3px 15px 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    border-radius: 0 0 6px;
    -moz-border-radius: 0 0 6px;
    -webkit-border-radius: 0 0 6px 0
}

.locked-tag__intrest {
    width: 200px;
    background-color: #e8c74c;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat Light";
    color: #fff;
    padding: 3px 15px 2px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -10px 0 0 -100px;
    z-index: 5;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
}

.locked-tag__content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 18px
}

    .locked-tag__content img {
        max-width: 40px
    }

.postlearncourses .course-preview {
    cursor: pointer
}

    .postlearncourses .course-preview .learning-text {
        font-size: 14px;
        font-family: Montserrat;
        color: #355699;
        opacity: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s
    }

    .postlearncourses .course-preview:hover {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px)
    }

        .postlearncourses .course-preview:hover .learning-text {
            opacity: 1
        }

.courseListVideo .preview-image-video img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.courseListVideo .preview-image-video .btn-video {
    bottom: -12px
}

@media only screen and (max-width:991px) {
    .habitsBlock.selectProgramBlock .habits-col {
        padding: 20px;
        text-align: center
    }

        .habitsBlock.selectProgramBlock .habits-col img {
            position: static;
            margin: 0 auto 23px
        }
}

@media only screen and (max-width:767px) {
    .homindPage.courselistingPage .bindBlock .bind-content.half-shadow {
        box-shadow: none
    }

        .homindPage.courselistingPage .bindBlock .bind-content.half-shadow:after, .homindPage.courselistingPage .bindBlock .bind-content.half-shadow:before {
            content: none
        }

    .courselistingPage .bindBlock {
        margin-top: -60px
    }

    .habitsBlock.selectProgramBlock .habits-col-inner, .habitsBlock.selectProgramBlock .habits-col-inner.habits-inner-or {
        width: 100%
    }

        .habitsBlock.selectProgramBlock .habits-col-inner.habits-inner-or .habits-col-or {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbIAAAABCAYAAAC7WitzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZERUI1RTcyNUYxMTFFOTlGMzM5Rjc5MUEzQjE4NjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZERUI1RTgyNUYxMTFFOTlGMzM5Rjc5MUEzQjE4NjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkRFQjVFNTI1RjExMUU5OUYzMzlGNzkxQTNCMTg2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkRFQjVFNjI1RjExMUU5OUYzMzlGNzkxQTNCMTg2MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnuEK14AAAB4SURBVHjavFM5DsAwCCNLf1Nl6P/f5g7dECE2VfAUgQPmGvd8LvswLMfOv+N0+xTNIGOBjOn5EPRkdWDxjoAf+Trg+wKBz9g7dFc5fjeU2lhbtG8Q5sD2tfLnNJjbyG4UxXzRLLN4XifEXCbUyHBV3wlepff2CjAAsE0umKN/RDkAAAAASUVORK5CYII=);
            background-size: contain
        }
}

.habitsBlock.homeHabitsBlock.businessHabitblock {
    margin: 0;
    padding-top: 80px
}

    .habitsBlock.homeHabitsBlock.businessHabitblock .home-habit-details {
        max-width: 900px
    }

.demoslider {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 658px;
    margin: auto
}

    .demoslider .leftline:after, .demoslider .leftline:before {
        content: "";
        width: 54px;
        height: 3px;
        background-color: #f6f6f6;
        position: absolute;
        left: 0;
        top: 0
    }

    .demoslider .leftline:after {
        top: auto;
        bottom: 0
    }

    .demoslider .rightline:after, .demoslider .rightline:before {
        content: "";
        width: 54px;
        height: 3px;
        background-color: #f6f6f6;
        position: absolute;
        right: 0;
        top: 0
    }

    .demoslider .rightline:after {
        top: auto;
        bottom: 0
    }

    .demoslider .demo-inner {
        padding: 30px 50px;
        border-left: 3px solid #f6f6f6;
        border-right: 3px solid #f6f6f6;
        position: relative
    }

        .demoslider .demo-inner p {
            line-height: 21px;
            padding-left: 5px
        }

        .demoslider .demo-inner .heading-black small {
            font-size: 22px
        }

        .demoslider .demo-inner span {
            color: #bcb9b9
        }

    .demoslider .demoSlide:focus {
        outline: 0
    }

    .demoslider .slick-slider {
        position: static
    }

    .demoslider .slick-dots {
        left: 0;
        bottom: -5px
    }

.courseImpact.businessCompact {
    background-image: url(compact-bg.4e7e0ab91061d9182ff7.jpg);
    background-position: center center
}

.cultureBlock {
    background-color: #e8c74c
}

    .cultureBlock .cultureslider .learningSlide {
        padding: 20px 30px 30px
    }

        .cultureBlock .cultureslider .learningSlide:focus {
            outline: 0
        }

    .cultureBlock .slickCarousel .slick-arrow {
        top: 205px;
        bottom: auto;
        margin: 0
    }

    .cultureBlock .slickCarousel .slick-prev {
        left: -80px
    }

    .cultureBlock .slickCarousel .slick-next {
        left: auto;
        right: -80px;
        top: 231px
    }

    .cultureBlock .slideimage {
        box-shadow: 0 7px 30px rgba(0,0,0,.2);
        -moz-box-shadow: 0 7px 30px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 7px 30px rgba(0,0,0,.2)
    }

    .cultureBlock .slick-slide img {
        width: 100%;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px
    }

    .cultureBlock .slideCaption {
        padding: 20px;
        max-width: 451px;
        margin: -25px auto 0;
        background-color: #666;
        text-align: center;
        position: relative;
        box-shadow: 0 6px 30px rgba(0,0,0,.2);
        -moz-box-shadow: 0 6px 30px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 6px 30px rgba(0,0,0,.2)
    }

        .cultureBlock .slideCaption p {
            font-size: 14px;
            line-height: 24px;
            color: #fff
        }

.certifiedBlock.businessCertified .heading-xl span {
    letter-spacing: .3em
}

.boostForm {
    position: relative;
    z-index: 5;
    max-width: 920px;
    margin: auto
}

    .boostForm .form-group {
        margin-bottom: 20px
    }

    .boostForm .form-control {
        color: #fff;
        border-bottom-color: rgba(255,255,255,.5)
    }

        .boostForm .form-control:focus {
            background-color: transparent
        }

        .boostForm .form-control::-webkit-input-placeholder {
            color: #fff
        }

        .boostForm .form-control::-moz-placeholder {
            color: #fff
        }

        .boostForm .form-control:-ms-input-placeholder {
            color: #fff
        }

        .boostForm .form-control:-moz-placeholder {
            color: #fff
        }

.courseThink.businessCourseThnik {
    background: url(form-bg.d004402bfe27c22d9257.png) bottom center/100% auto no-repeat #355699
}

    .courseThink.businessCourseThnik::after {
        content: none
    }

.max-815 {
    max-width: 815px;
    margin: auto
}

.toggle-switch {
    position: relative
}

    .toggle-switch input {
        position: absolute;
        z-index: 1;
        width: 100%;
        cursor: pointer;
        height: 100%;
        opacity: 0
    }

        .toggle-switch input + label {
            position: relative;
            margin: 0;
            width: 38px;
            height: 17px
        }

            .toggle-switch input + label:before {
                content: "";
                background: #ebeaea;
                width: 38px;
                height: 17px;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 10px
            }

            .toggle-switch input + label:after {
                content: "";
                background: #355699;
                width: 18px;
                height: 17px;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 50%;
                transition: .4s;
                -webkit-transition: .4s;
                -moz-transition: .4s;
                -ms-transition: all .4s
            }

        .toggle-switch input:checked + label:after {
            transform: translateX(18px);
            -webkit-transform: translateX(18px);
            -moz-transform: translateX(18px);
            -ms-transform: translateX(18px)
        }

    .toggle-switch.toggle-success input + label:after {
        background-color: #bebebe;
        width: 13px;
        height: 13px;
        top: 2px;
        left: 4px
    }

    .toggle-switch.toggle-success input:checked + label:after {
        background-color: #38b47e
    }

.verticalNavPills .nav-link {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(53,86,153,.1);
    padding: 15px 55px 15px 15px;
    font-family: Montserrat;
    color: #666;
    border-radius: 0;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s
}

    .verticalNavPills .nav-link .heading18 {
        font-family: Montserrat;
        color: #355699
    }

    .verticalNavPills .nav-link .subText {
        margin: 5px 0 0;
        color: #bcb9b9;
        font-size: 14px;
        font-family: "Montserrat Light"
    }

        .verticalNavPills .nav-link .subText strong {
            font-family: "Montserrat Bold"
        }

    .verticalNavPills .nav-link i {
        color: #355699;
        position: absolute;
        top: 50%;
        right: 15px;
        display: none;
        font-size: 18px;
        font-weight: 700;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .verticalNavPills .nav-link .score {
        color: #bcb9b9;
        font-family: "Montserrat Light";
        display: flex;
        align-items: center
    }

        .verticalNavPills .nav-link .score span {
            font-size: 12px;
            padding-right: 5px
        }

        .verticalNavPills .nav-link .score .progressBox {
            width: 49px;
            height: 47px
        }

    .verticalNavPills .nav-link.active {
        background: #fff;
        box-shadow: -4px 0 11px 0 rgba(0,0,0,.1);
        -moz-box-shadow: -4px 0 11px 0 rgba(0,0,0,.1);
        -webkit-box-shadow: -4px 0 11px 0 rgba(0,0,0,.1);
        border-bottom-color: transparent;
        opacity: 1
    }

        .verticalNavPills .nav-link.active i {
            display: block
        }

        .verticalNavPills .nav-link.active .heading18 {
            color: #355699
        }

        .verticalNavPills .nav-link.active .score, .verticalNavPills .nav-link.active .subText {
            color: #666
        }

.tabPills-content {
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1)
}

.businessDashboardCntrl .businessDashboard-Inner {
    background: #fff;
    position: relative;
    padding: 60px 80px 80px
}

.businessDashboardCntrl .halfShadow:after, .businessDashboardCntrl .halfShadow:before {
    height: 750px
}

.businessDashboardCntrl .businessListTab .harappaTabs {
    margin: 0 -30px;
    justify-content: flex-start
}

    .businessDashboardCntrl .businessListTab .harappaTabs.homepage-tab li {
        padding: 0 30px;
        margin: 0
    }

.businessDashboardCntrl .businessListTab.businessInnerTab {
    padding-right: 240px
}

.businessDashboardCntrl .overViewRating {
    background: #f6f5f5;
    padding: 20px 30px 25px
}

    .businessDashboardCntrl .overViewRating .progressBox {
        position: relative;
        padding-top: 30px;
        margin-top: 10px
    }

        .businessDashboardCntrl .overViewRating .progressBox .progressScore {
            position: absolute;
            top: 0;
            color: #e27137;
            font-family: "Montserrat Medium";
            font-size: 24px;
            line-height: 24px;
            margin-left: -15px
        }

            .businessDashboardCntrl .overViewRating .progressBox .progressScore small {
                font-size: 16px
            }

.businessDashboardCntrl .percentage {
    display: flex;
    align-items: center
}

    .businessDashboardCntrl .percentage .percentScore {
        padding-left: 120px;
        position: relative;
        min-height: 110px;
        width: 340px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap
    }

        .businessDashboardCntrl .percentage .percentScore .progresbar {
            position: absolute;
            top: 0;
            left: 0
        }

        .businessDashboardCntrl .percentage .percentScore p {
            font-size: 12px;
            font-family: "Montserrat Medium";
            color: #25aae1
        }

            .businessDashboardCntrl .percentage .percentScore p .big {
                font-size: 42px;
                font-family: "Montserrat Black";
                color: #355699
            }

            .businessDashboardCntrl .percentage .percentScore p.orange {
                color: #e27137
            }

        .businessDashboardCntrl .percentage .percentScore span {
            font-size: 16px;
            color: #848484;
            line-height: 24px
        }

    .businessDashboardCntrl .percentage .percentAction {
        margin-top: 15px;
        width: 100%;
        display: flex;
        justify-content: flex-end
    }

.businessDashboardCntrl .businessContent {
    padding-top: 40px
}

    .businessDashboardCntrl .businessContent .bussinessChartList {
        margin-top: 30px;
        margin-bottom: 50px
    }

        .businessDashboardCntrl .businessContent .bussinessChartList ul {
            display: flex;
            margin: 0 -30px
        }

            .businessDashboardCntrl .businessContent .bussinessChartList ul li {
                width: 50%;
                list-style: none;
                padding: 0 30px;
                border-right: 1px solid #bcb9b9
            }

                .businessDashboardCntrl .businessContent .bussinessChartList ul li:last-child {
                    border-right: 0
                }

    .businessDashboardCntrl .businessContent .verticalNavPills .nav-link .heading18 {
        color: #bcb9b9
    }

    .businessDashboardCntrl .businessContent .verticalNavPills .nav-link.active .heading18 {
        color: #355699
    }

.businessDashboardCntrl .filterSearch {
    position: absolute;
    top: 7px;
    right: 0
}

    .businessDashboardCntrl .filterSearch .filterInner {
        display: flex;
        align-items: center
    }

        .businessDashboardCntrl .filterSearch .filterInner span {
            font-family: "Montserrat Light";
            font-size: 14px;
            color: #ccc;
            display: inline-block
        }

            .businessDashboardCntrl .filterSearch .filterInner span.active {
                color: #666
            }

        .businessDashboardCntrl .filterSearch .filterInner .toggle-switch {
            height: 17px;
            padding: 0 10px
        }

.businessDashboardCntrl .businessInnerContent .tabpane-Content {
    padding: 30px 10px
}

    .businessDashboardCntrl .businessInnerContent .tabpane-Content .tab-pane {
        padding: 20px
    }

.businessDashboardCntrl .businessInnerContent .col-row {
    display: flex;
    flex-wrap: wrap
}

.businessDashboardCntrl .businessInnerContent .col-left {
    width: 45%
}

.businessDashboardCntrl .businessInnerContent .col-right {
    width: 55%
}

.businessDashboardCntrl.privacypolicy .businessDashboard-Inner {
    padding: 45px 35px
}

.businessGraphInner {
    padding-left: 80px;
    padding-right: 80px
}

    .businessGraphInner .col-row {
        display: flex;
        flex-wrap: wrap
    }

    .businessGraphInner .col-left {
        width: 25%
    }

    .businessGraphInner .col-right {
        width: 75%
    }

    .businessGraphInner .avgTime {
        font-size: 18px;
        font-family: Montserrat;
        color: #565253;
        opacity: .8;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 8px
    }

        .businessGraphInner .avgTime strong {
            margin-left: 8px;
            margin-right: 2px;
            font-family: "Montserrat Black"
        }

    .businessGraphInner .verticalNavPills .nav-link {
        padding: 10px 50px 10px 0
    }

        .businessGraphInner .verticalNavPills .nav-link.active {
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            border-bottom-color: rgba(204,204,204,.4)
        }

    .businessGraphInner .tabPills-content {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        padding: 0 0 0 30px
    }

    .businessGraphInner .certifiedBlock {
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        padding: 30px
    }

    .businessGraphInner .certifiedTabs {
        display: flex
    }

        .businessGraphInner .certifiedTabs.methodBlock {
            padding: 0;
            min-height: auto
        }

            .businessGraphInner .certifiedTabs.methodBlock .method-detils {
                width: 357px;
                float: none
            }

                .businessGraphInner .certifiedTabs.methodBlock .method-detils li a {
                    position: relative
                }

                    .businessGraphInner .certifiedTabs.methodBlock .method-detils li a .nextarrow {
                        right: 0;
                        top: 50%;
                        margin-top: -10px;
                        position: absolute
                    }

        .businessGraphInner .certifiedTabs .certified-container {
            width: 100%;
            padding-left: 30px;
            float: none
        }

.businessLearner {
    padding-left: 80px;
    padding-right: 80px
}

    .businessLearner .tableMain {
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        position: relative;
        z-index: 1
    }

        .businessLearner .tableMain .tableHead {
            padding-right: 30px;
            padding-left: 20px
        }

            .businessLearner .tableMain .tableHead .headlabel {
                color: #bcb9b9;
                font-size: 12px;
                display: inline-block;
                padding-right: 15px;
                position: relative;
                white-space: nowrap
            }

                .businessLearner .tableMain .tableHead .headlabel i {
                    display: flex;
                    font-size: 9px;
                    line-height: 9px;
                    font-weight: 700
                }

                    .businessLearner .tableMain .tableHead .headlabel i.up:before {
                        content: "";
                        font-family: HarappaIcons !important
                    }

                    .businessLearner .tableMain .tableHead .headlabel i.down:before {
                        content: "";
                        font-family: HarappaIcons !important
                    }

                    .businessLearner .tableMain .tableHead .headlabel i.active {
                        color: #355699
                    }

                .businessLearner .tableMain .tableHead .headlabel .iconList {
                    width: 9px;
                    height: 17px;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%)
                }

            .businessLearner .tableMain .tableHead .tableCell {
                padding-top: 35px;
                padding-bottom: 10px
            }

        .businessLearner .tableMain .nameList label {
            font-size: 16px;
            font-family: "Montserrat Medium";
            color: #565253;
            margin-bottom: 0
        }

        .businessLearner .tableMain .nameList span {
            display: block;
            font-size: 12px;
            color: #999;
            margin-top: 5px
        }

        .businessLearner .tableMain .textLabel {
            font-size: 16px;
            color: #666;
            margin: 0
        }

        .businessLearner .tableMain .progressBox {
            position: relative;
            display: flex;
            align-items: center
        }

            .businessLearner .tableMain .progressBox span {
                margin-right: 10px
            }

        .businessLearner .tableMain .rating {
            display: flex;
            align-items: center
        }

            .businessLearner .tableMain .rating i {
                color: #e8c74c;
                font-size: 16px;
                display: inline
            }

            .businessLearner .tableMain .rating .textLabel {
                margin-left: 5px
            }

        .businessLearner .tableMain .profile {
            max-width: 183px;
            margin: auto
        }

            .businessLearner .tableMain .profile .prof-img {
                margin: auto;
                width: 55px;
                height: 55px;
                background-repeat: no-repeat;
                background-size: cover;
                border-radius: 50%
            }

            .businessLearner .tableMain .profile .tittle {
                margin: 5px 0 20px;
                display: block;
                font-size: 14px;
                color: #666
            }

        .businessLearner .tableMain .card {
            border-radius: 0;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            border: 0
        }

            .businessLearner .tableMain .card .card-header {
                border-radius: 0;
                border-bottom: 0;
                background: #fff;
                padding: 0
            }

                .businessLearner .tableMain .card .card-header .tableBox {
                    border-bottom: 0
                }

                .businessLearner .tableMain .card .card-header .btn {
                    white-space: normal;
                    padding: 0 30px 0 20px;
                    width: 100%;
                    text-align: left;
                    border-radius: 0;
                    position: relative;
                    border: 0;
                    border-bottom: 1px solid rgba(105,105,105,.1)
                }

                    .businessLearner .tableMain .card .card-header .btn[aria-expanded=true] .nameList label {
                        color: #355699
                    }

                    .businessLearner .tableMain .card .card-header .btn[aria-expanded=true] .icon-arrow-down {
                        transform: rotate(-180deg);
                        -webkit-transform: rotate(-180deg);
                        -moz-transform: rotate(-180deg);
                        -ms-transform: rotate(-180deg);
                        margin-top: -7px
                    }

                .businessLearner .tableMain .card .card-header .btn-link:focus, .businessLearner .tableMain .card .card-header .btn-link:hover {
                    text-decoration: none
                }

                .businessLearner .tableMain .card .card-header.success {
                    background: #f5f9fd
                }

                .businessLearner .tableMain .card .card-header .icon-arrow-down {
                    color: #355699;
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%)
                }

            .businessLearner .tableMain .card .card-body {
                padding: 15px 30px 15px 20px
            }

        .businessLearner .tableMain .innertableBox .innertable {
            margin: 0;
            display: flex
        }

            .businessLearner .tableMain .innertableBox .innertable > li {
                padding-right: 12px;
                padding-bottom: 12px;
                border-bottom: 1px solid rgba(105,105,105,.1);
                list-style: none
            }

            .businessLearner .tableMain .innertableBox .innertable.table-Head li {
                color: #bcb9b9;
                font-size: 12px;
                text-transform: uppercase
            }

        .businessLearner .tableMain .innertableBox .innerBody {
            margin-top: 15px
        }

            .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li {
                list-style: none;
                float: left;
                padding-right: 12px;
                font-size: 12px;
                color: #888;
                font-family: Montserrat
            }

                .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li.border-bottom {
                    border-bottom: 1px solid rgba(105,105,105,.1)
                }

                .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li.border-right {
                    border-right: 1px solid rgba(105,105,105,.1)
                }

                .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .status {
                    margin-left: 12px;
                    border-bottom: 1px solid rgba(105,105,105,.1);
                    padding-bottom: 12px;
                    padding-top: 12px
                }

                    .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .status p {
                        font-family: "Montserrat Light";
                        color: #999
                    }

                    .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .status span {
                        display: block;
                        font-size: 14px;
                        font-family: "Montserrat Semi Bold";
                        color: #848484
                    }

                    .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .status.success span {
                        color: #17ce84
                    }

                .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails {
                    display: flex;
                    padding-top: 12px;
                    padding-bottom: 12px;
                    border-bottom: 1px solid rgba(105,105,105,.1)
                }

                    .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails .cellDetails {
                        list-style: none;
                        padding-right: 12px
                    }

                        .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails .cellDetails:last-child {
                            padding-left: 7px
                        }

                    .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails.right {
                        flex-wrap: wrap;
                        padding: 0;
                        border-bottom: 0
                    }

                        .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails.right .cellDetails {
                            width: 100%;
                            padding-right: 0
                        }

                            .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails.right .cellDetails:first-child .status {
                                padding-top: 0
                            }

                            .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails.right .cellDetails:last-child .status {
                                border-bottom: 0
                            }

                    .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails:first-child {
                        padding-top: 0
                    }

                    .businessLearner .tableMain .innertableBox .innerBody .tableDetails > li .innerCellDetails:last-child {
                        border-bottom: 0
                    }

    .businessLearner.insightLearner .mCSB_inside > .mCSB_container {
        margin-right: 0
    }

    .businessLearner.insightLearner .tableMain .tableBox {
        border-bottom-color: #c0c0c1
    }

    .businessLearner.insightLearner .tableMain .card {
        border-top: 1px solid #eaeaea
    }

        .businessLearner.insightLearner .tableMain .card:first-child {
            border-top-color: transparent
        }

    .businessLearner.insightLearner .tableMain .tableHead .headlabel {
        font-size: 14px;
        font-family: Montserrat;
        display: inline;
        padding-right: 25px
    }

        .businessLearner.insightLearner .tableMain .tableHead .headlabel .iconList {
            height: auto;
            width: 13px
        }

            .businessLearner.insightLearner .tableMain .tableHead .headlabel .iconList i {
                font-size: 13px;
                line-height: 13px;
                font-weight: 400;
                color: #9c9a9a
            }

    .businessLearner.insightLearner .tableMain .nameList label {
        line-height: 24px;
        font-family: "Montserrat Semi Bold"
    }

    .businessLearner.insightLearner .tableMain .progressBox span {
        width: 50px;
        text-align: right
    }

    .businessLearner.insightLearner .tableMain .circle-progress .textLabel {
        width: 50px;
        text-align: right;
        padding-right: 15px
    }

    .businessLearner .searchBox {
        width: 524px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        right: 30px
    }

.learner-overview {
    width: 100%
}

    .learner-overview .inviteButton {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        height: 100%
    }

.leanerOverDetails {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

    .leanerOverDetails .leanerOverCol {
        width: 33.33%;
        padding: 20px 10px
    }

        .leanerOverDetails .leanerOverCol .heading30 {
            line-height: 28px;
            padding-left: 20px
        }

            .leanerOverDetails .leanerOverCol .heading30 span {
                font-family: "Montserrat Medium";
                font-size: 12px;
                color: #848484
            }

        .leanerOverDetails .leanerOverCol h6 {
            font-family: Montserrat;
            font-size: 14px;
            line-height: 18px;
            color: #848484
        }

            .leanerOverDetails .leanerOverCol h6 i {
                font-size: 12px;
                line-height: 12px;
                display: inline-block;
                position: relative;
                top: -1px;
                margin-right: 8px
            }

.courseProgramDetails .topHeading {
    padding: 5px 0 20px;
    display: flex;
    align-items: center;
    min-height: 55px;
    width: 100%;
    border-bottom: 2px solid #efefef
}

    .courseProgramDetails .topHeading .iconsLogo {
        width: 50px;
        margin-right: 15px
    }

        .courseProgramDetails .topHeading .iconsLogo img {
            max-width: 100%
        }

    .courseProgramDetails .topHeading .heading18 {
        width: calc(100% - 60px)
    }

.courseProgramDetails .bottomDetails {
    padding: 20px 0 25px 65px;
    position: relative;
    min-height: 110px;
    display: flex;
    align-items: center
}

    .courseProgramDetails .bottomDetails .stargraph {
        position: absolute;
        left: 0;
        top: 20px
    }

    .courseProgramDetails .bottomDetails ul {
        width: 100%
    }

        .courseProgramDetails .bottomDetails ul li {
            overflow: hidden;
            padding: 5px 10px
        }

            .courseProgramDetails .bottomDetails ul li span {
                font-family: "Montserrat Light";
                font-size: 14px;
                line-height: 20px;
                color: #999;
                display: block;
                width: 70%;
                float: left;
                padding: 0 5px
            }

                .courseProgramDetails .bottomDetails ul li span.values {
                    font-size: 16px;
                    width: 30%;
                    text-align: right;
                    font-family: "Montserrat Semi Bold";
                    color: #848484
                }

.courseProgramDetails .btn {
    padding-top: 17px;
    padding-bottom: 17px
}

.backButtons {
    font-family: Montserrat;
    font-size: 14px;
    color: #355699;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 20px;
    position: relative
}

    .backButtons:before {
        content: "";
        border-left: 2px solid #cfcdcd;
        height: 14px;
        position: absolute;
        right: 0;
        top: 3px
    }

    .backButtons .prevarrow {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        font-weight: 700;
        margin-right: 10px;
        display: inline-block
    }

    .backButtons.withoutline:before {
        content: none
    }

.behaviorScoreBox li {
    padding: 35px 0 25px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

    .behaviorScoreBox li .score-left {
        width: 65%;
        padding-right: 20px
    }

    .behaviorScoreBox li .score-right {
        width: 35%
    }

.behaviorScoreBox .score-progress {
    position: relative
}

.behaviorScoreBox .progressScore {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 5px;
    font-family: "Montserrat Bold";
    font-size: 20px;
    line-height: 20px;
    color: #565253
}

    .behaviorScoreBox .progressScore small {
        font-family: "Montserrat Medium";
        font-size: 12px;
        color: #848484
    }

.completeProgressList.completeBG-lr {
    position: relative
}

    .completeProgressList.completeBG-lr:before {
        content: "";
        width: 5000px;
        height: 100%;
        background-color: #f6f5f5;
        position: absolute;
        left: -5000px;
        top: 0
    }

    .completeProgressList.completeBG-lr .businessLearner {
        padding-left: 0;
        padding-right: 0
    }

.postlogin-profiles-details {
    background-color: #f6f5f5;
    padding: 15px 20px 15px 90px;
    position: relative;
    min-height: 85px
}

    .postlogin-profiles-details .prof-img {
        position: absolute;
        left: 20px;
        top: 20px;
        margin: auto;
        width: 55px;
        height: 55px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%
    }

.postlogin-profilesBox {
    padding-left: 10px
}

    .postlogin-profilesBox .rows {
        padding: 15px 0;
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #e2e1e1
    }

        .postlogin-profilesBox .rows:first-child {
            border-top: none
        }

    .postlogin-profilesBox .col25 {
        width: 25%
    }

    .postlogin-profilesBox .cols {
        float: left;
        padding-left: 10px
    }

        .postlogin-profilesBox .cols:first-child {
            padding-left: 0
        }

    .postlogin-profilesBox h6 {
        font-family: "Montserrat Light";
        font-size: 14px;
        line-height: 20px;
        color: #999
    }

    .postlogin-profilesBox p {
        font-family: "Montserrat Semi Bold";
        font-size: 16px;
        line-height: 23px;
        color: #848484
    }

.halfShadowHeight .halfShadow:after, .halfShadowHeight .halfShadow:before {
    height: 45%
}

.insightsDetailsBox {
    padding: 15px 30px;
    background-color: #f6f5f5
}

    .insightsDetailsBox h6 {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 20px;
        color: #848484;
        margin-bottom: 4px
    }

    .insightsDetailsBox .TimeSpent .heading30 {
        display: inline-block
    }

        .insightsDetailsBox .TimeSpent .heading30 .subHour {
            font-size: 12px;
            line-height: 12px;
            font-family: "Montserrat Medium";
            color: #848484;
            text-transform: uppercase;
            padding: 0 2px 0 4px
        }

.habitsProgressBox ul {
    margin: 0 -10px
}

    .habitsProgressBox ul li {
        text-align: center;
        padding: 0 10px 20px
    }

.habitsProgressBox .bigProgress {
    display: inline-block;
    margin-bottom: 15px
}

.GetExplores {
    background-color: #f6f5f5;
    padding: 15px 30px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .GetExplores p {
        padding-right: 15px
    }

.behaiourAnalysisSpace {
    padding: 6px 5px 10px
}

.TabRelative {
    position: relative;
    top: 6px
}

    .TabRelative .harappaTabs.homepage-tab {
        margin-right: -25px
    }

.behaiourAnalysisTable {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2)
}

    .behaiourAnalysisTable h6 {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 14px;
        color: #bcb9b9;
        text-transform: uppercase
    }

    .behaiourAnalysisTable p {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 24px;
        color: #666
    }

        .behaiourAnalysisTable p.Headings {
            font-family: "Montserrat Medium";
            color: #565253
        }

    .behaiourAnalysisTable .progressBox {
        position: relative;
        display: flex;
        align-items: center
    }

        .behaiourAnalysisTable .progressBox .textLabel {
            min-width: 34px;
            margin-right: 10px
        }

    .behaiourAnalysisTable .tableRow {
        padding-right: 30px;
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #eaeaea
    }

        .behaiourAnalysisTable .tableRow:first-child {
            border-top: none
        }

        .behaiourAnalysisTable .tableRow:nth-child(2) {
            border-top: 1px solid #c0c0c1
        }

        .behaiourAnalysisTable .tableRow .tableCol {
            padding: 20px 0 20px 30px;
            width: 33.3%;
            float: left
        }

            .behaiourAnalysisTable .tableRow .tableCol.tableCol1 {
                width: 40.3%
            }

            .behaiourAnalysisTable .tableRow .tableCol.tableCol2 {
                width: 28.7%
            }

            .behaiourAnalysisTable .tableRow .tableCol.tableCol3 {
                width: 31%
            }

.LearningActityGraph h5 strong {
    padding-left: 12px
}

@media only screen and (max-width:1199px) {
    .businessDashboardCntrl .businessDashboard-Inner {
        padding: 50px
    }

    .businessDashboardCntrl .businessContent .bussinessChartList ul {
        margin: 0 -15px
    }

        .businessDashboardCntrl .businessContent .bussinessChartList ul li {
            padding: 0 15px
        }

    .businessGraphInner, .businessLearner {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (max-width:991px) {
    .cultureBlock .slickCarousel .slick-prev {
        left: -30px
    }

    .cultureBlock .slickCarousel .slick-next {
        right: -30px
    }

    .businessDashboardCntrl .businessContent .bussinessChartList ul {
        margin: 0 -15px;
        flex-wrap: wrap
    }

        .businessDashboardCntrl .businessContent .bussinessChartList ul li {
            margin-bottom: 30px;
            width: 100%;
            padding: 0 15px
        }

            .businessDashboardCntrl .businessContent .bussinessChartList ul li:last-child {
                margin-bottom: 0
            }

    .businessDashboardCntrl .businessListTab .harappaTabs {
        flex-wrap: nowrap
    }

        .businessDashboardCntrl .businessListTab .harappaTabs.homepage-tab {
            margin: 0 -15px
        }

            .businessDashboardCntrl .businessListTab .harappaTabs.homepage-tab li {
                padding: 0 15px;
                text-align: center
            }
}

@media only screen and (max-width:767px) {
    .habitsBlock.homeHabitsBlock.businessHabitblock {
        padding-top: 40px
    }

    .demoslider .demo-inner {
        padding: 20px
    }

    .businessDashboardCntrl.privacypolicy .businessDashboard-Inner {
        padding: 25px 20px
    }
}

@media only screen and (max-width:639px) {
    #wrapper {
        padding-top: 69px
    }

    .demoslider .demo-inner .heading-black {
        display: none
    }
}

.profileSettingDetails {
    text-align: center;
    margin-top: -46px;
    position: relative
}

    .profileSettingDetails .joiningDetails {
        font-family: "Montserrat Light";
        font-size: 12px;
        line-height: 16px;
        color: #565253;
        position: absolute;
        right: 0;
        top: 63px;
        letter-spacing: .02em
    }

        .profileSettingDetails .joiningDetails span {
            display: inline-block
        }

    .profileSettingDetails .profilePicture {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 5px;
        position: relative
    }

        .profileSettingDetails .profilePicture:hover .profilePictureUpdate {
            display: block
        }

    .profileSettingDetails .profilePictureImage {
        width: 100%;
        height: 100%;
        cursor: pointer
    }

        .profileSettingDetails .profilePictureImage img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%
        }

    .profileSettingDetails .profilePictureUpdate {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        cursor: pointer;
        background-color: rgba(28,27,27,.75)
    }

        .profileSettingDetails .profilePictureUpdate a {
            color: #fff;
            font-size: 18px
        }

    .profileSettingDetails .progressReport {
        font-family: "Montserrat Medium";
        font-size: 10px;
        line-height: 14px;
        color: #d3652c;
        display: block;
        letter-spacing: .03em
    }

        .profileSettingDetails .progressReport cite {
            font-size: 14px;
            font-style: normal
        }

    .profileSettingDetails .profileEmails {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 14px;
        color: #565253;
        display: block;
        margin-bottom: 17px
    }

    .profileSettingDetails .badgePill {
        padding: 0 12px;
        font-family: "Montserrat Light";
        font-size: 12px;
        line-height: 22px;
        color: #333;
        display: inline-block;
        background-color: rgba(215,215,215,.8);
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        min-width: 104px
    }

        .profileSettingDetails .badgePill.premium {
            background-color: #25aae1;
            color: #fff
        }

.setting-profile-tab .profile-container {
    max-width: 440px;
    margin: auto
}

.setting-profile-tab .settingDetailsInfo h6 {
    margin-bottom: 3px
}

.setting-profile-tab .settingDetailsInfo p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    color: #848484
}

.setting-profile-tab .withSwitchButton {
    position: relative;
    padding-right: 80px
}

    .setting-profile-tab .withSwitchButton .toggle-switch {
        position: absolute;
        right: 0;
        bottom: 3px
    }

.profileSettingForm .form-group {
    margin-bottom: 35px
}

    .profileSettingForm .form-group.withdropdowm {
        margin-bottom: 20px
    }

.profileSettingForm .btn-icon {
    font-size: 30px;
    padding: 0;
    line-height: 24px;
    color: #ccc;
    position: absolute;
    bottom: 1px;
    background-color: #fff;
    border: none;
    right: 0
}

    .profileSettingForm .btn-icon.active, .profileSettingForm .btn-icon:focus {
        box-shadow: none;
        background: 0 0;
        border-color: transparent
    }

.profileSettingForm .resetPassword {
    margin-top: -20px
}

.profileSettingForm .correctEmail {
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 24px;
    line-height: 34px;
    color: #38b47e
}

    .profileSettingForm .correctEmail.withtext {
        position: static;
        line-height: 14px;
        vertical-align: text-top
    }

.profileSettingForm .btnLinkeden {
    background-color: #1384c7
}

    .profileSettingForm .btnLinkeden i {
        font-size: 19px;
        line-height: 14px;
        margin-right: 15px
    }

.profileSettingForm .ProfileInfoConnect {
    padding-right: 90px
}

    .profileSettingForm .ProfileInfoConnect .disconnectAccount {
        position: absolute;
        right: 0;
        top: 0
    }

.profileSettingForm .RadiobuttonCheck {
    border: 1px solid #b7b7b7;
    background-color: #fff;
    width: 100%;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-align: center;
    padding: 16px 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s
}

    .profileSettingForm .RadiobuttonCheck .iconCircle {
        width: 22px;
        height: 22px;
        border: 1px solid #b7b7b7;
        display: inline-block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-right: 15px;
        position: relative;
        top: -1px
    }

    .profileSettingForm .RadiobuttonCheck.active {
        border-color: #38b47e;
        background-color: #38b47e;
        color: #fff
    }

        .profileSettingForm .RadiobuttonCheck.active .iconCircle {
            border-color: transparent
        }

            .profileSettingForm .RadiobuttonCheck.active .iconCircle:before {
                content: "";
                font-family: HarappaIcons !important;
                font-size: 14px;
                color: #fff
            }

    .profileSettingForm .RadiobuttonCheck:focus {
        outline: 0
    }

.ORContainer {
    text-align: center;
    width: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbIAAAABCAYAAAC7WitzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZERUI1RTcyNUYxMTFFOTlGMzM5Rjc5MUEzQjE4NjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZERUI1RTgyNUYxMTFFOTlGMzM5Rjc5MUEzQjE4NjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkRFQjVFNTI1RjExMUU5OUYzMzlGNzkxQTNCMTg2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkRFQjVFNjI1RjExMUU5OUYzMzlGNzkxQTNCMTg2MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnuEK14AAAB4SURBVHjavFM5DsAwCCNLf1Nl6P/f5g7dECE2VfAUgQPmGvd8LvswLMfOv+N0+xTNIGOBjOn5EPRkdWDxjoAf+Trg+wKBz9g7dFc5fjeU2lhbtG8Q5sD2tfLnNJjbyG4UxXzRLLN4XifEXCbUyHBV3wlepff2CjAAsE0umKN/RDkAAAAASUVORK5CYII=) center center no-repeat
}

    .ORContainer .ors {
        width: 40px;
        height: 40px;
        background-color: #f6f5f5;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        font-family: "Montserrat Medium";
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        color: #999;
        margin: auto;
        text-transform: uppercase
    }

.ProfileInfoChange {
    position: relative;
    min-height: 50px;
    padding-left: 62px;
    display: flex;
    align-items: center
}

    .ProfileInfoChange .profilePic {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0
    }

        .ProfileInfoChange .profilePic img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-object-fit: cover;
            object-fit: cover
        }

.btn-selectDropdown .dropdown-toggle {
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    color: #ccc;
    position: relative;
    padding-top: 2px
}

    .btn-selectDropdown .dropdown-toggle:after {
        content: none
    }

    .btn-selectDropdown .dropdown-toggle:before {
        content: "";
        font-family: HarappaIcons !important;
        font-size: 14px;
        color: #355699;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

.btn-selectDropdown .dropdown-menu {
    padding: 15px 0;
    width: 100%;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    margin-top: -1px
}

    .btn-selectDropdown .dropdown-menu a {
        display: block;
        font-family: Montserrat;
        font-size: 14px;
        line-height: 20px;
        color: #848484;
        padding: 11px 30px 10px
    }

        .btn-selectDropdown .dropdown-menu a.active, .btn-selectDropdown .dropdown-menu a:hover {
            font-family: "Montserrat Semi Bold";
            background-color: #f1eeef
        }

.btn-selectDropdown.show .dropdown-toggle:before {
    content: ""
}

.deleteAccountLinks {
    color: #355699
}

    .deleteAccountLinks cite {
        font-style: normal
    }

    .deleteAccountLinks .icon-delete {
        display: none
    }

@media only screen and (max-width:991px) {
    .profileSettingDetails .joiningDetails {
        position: static
    }

        .profileSettingDetails .joiningDetails span {
            padding-top: 20px;
            margin-top: 40px;
            border-top: 1px solid #eaeaea
        }
}

@media only screen and (max-width:767px) {
    .setting-profile-tab .withSwitchButton {
        padding-right: 50px
    }

        .setting-profile-tab .withSwitchButton .toggle-switch {
            bottom: auto;
            top: 3px
        }
}

@media only screen and (max-width:575px) {
    .deleteAccountLinks {
        color: #cf3939
    }

        .deleteAccountLinks cite {
            display: none
        }

        .deleteAccountLinks .icon-delete {
            display: inline-block
        }
}

.errorSection {
    text-align: center;
    justify-content: center;
    min-height: 100vh;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .errorSection .errorheading {
        font-size: 70px;
        line-height: 50px;
        font-family: "Montserrat Black";
        color: #666
    }

    .errorSection .textPara {
        color: #666;
        font-family: Montserrat;
        margin: 20px 0 40px;
        line-height: 32px;
        font-size: 18px
    }

    .errorSection .errorSection__header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 15px;
        background: #fff
    }

    .errorSection .errorSection__content {
        padding: 100px 15px
    }

    .errorSection .errorSection__content-top {
        position: relative;
        width: 600px
    }

        .errorSection .errorSection__content-top .errorSection__content__text {
            padding: 65px 0 120px;
            width: 100%
        }

            .errorSection .errorSection__content-top .errorSection__content__text .textPara {
                font-size: 26px
            }

        .errorSection .errorSection__content-top .errorSection__content__img {
            position: absolute;
            top: 0;
            margin: auto;
            -webkit-animation: 5s infinite megnifymove;
            animation: 5s infinite megnifymove
        }

@-webkit-keyframes megnifymove {
    0%,100% {
        left: 20%
    }

    50% {
        left: 40%
    }
}

@keyframes megnifymove {
    0%,100% {
        left: 20%
    }

    50% {
        left: 40%
    }
}

@media only screen and (max-width:991px) {
    .errorSection {
        overflow: hidden
    }

        .errorSection .errorSection__content-top {
            width: 100%
        }

            .errorSection .errorSection__content-top .errorSection__content__text {
                padding-bottom: 30px
            }

            .errorSection .errorSection__content-top .errorSection__content__img {
                width: 200px
            }
}

.contctBox__title {
    font-size: 70px;
    font-family: "Montserrat Black";
    text-shadow: 0 0 20px rgba(0,0,0,.3)
}

.contctBox .contactInfo {
    list-style-type: none
}

    .contctBox .contactInfo.contactInfo__spacing {
        margin: 50px 0;
        padding: 0 65px
    }

    .contctBox .contactInfo > li {
        color: #848484;
        display: flex;
        font-size: 18px;
        font-family: Montserrat;
        margin-bottom: 70px
    }

        .contctBox .contactInfo > li i {
            display: inline-block;
            margin-top: 5px;
            margin-right: 25px;
            font-size: 22px
        }

        .contctBox .contactInfo > li > a {
            color: #848484
        }

.contctBox .contctForm {
    border-left: 1px solid #e3e3e3
}

    .contctBox .contctForm.contctForm__spacing {
        padding: 0 65px;
        margin: 20px 0
    }

    .contctBox .contctForm .form-group {
        margin-bottom: 35px
    }

@media only screen and (max-width:991px) {
    .contctBox__title {
        font-size: 40px
    }

    .contctBox .contactInfo.contactInfo__spacing {
        margin: 20px 0;
        padding: 0
    }

    .contctBox .contactInfo > li {
        font-size: 16px;
        margin-bottom: 40px
    }

        .contctBox .contactInfo > li > i {
            font-size: 18px;
            margin-right: 15px
        }

    .contctBox .contctForm {
        border-left: none
    }

        .contctBox .contctForm.contctForm__spacing {
            padding: 0;
            margin: 20px 0
        }
}

.careerBox {
    background: #fff
}

.speaks-block {
    padding: 50px 50px 50px 70px
}

    .speaks-block .speaks-block__para {
        font-size: 16px;
        line-height: 24px
    }

    .speaks-block .speaks-block__speaker {
        display: flex;
        align-items: center
    }

        .speaks-block .speaks-block__speaker .speaks-block__pic {
            max-width: 50px
        }

.staffBlock {
    background: #f6f5f5
}

.staffBlock__slider .slick-list {
    padding: 0 !important
}

    .staffBlock__slider .slick-list .staffBlock__item:focus {
        outline: 0
    }

.staffBlock__slider.slickCarousel .slick-prev {
    bottom: -60px;
    left: 50%
}

.staffBlock__slider.slickCarousel .slick-next {
    bottom: -60px;
    left: calc(50% + 80px)
}

.career-filter .career-filter__input {
    display: inline-block;
    width: 180px;
    margin: 0 20px
}

.job-list .job-list-item {
    position: relative;
    padding: 40px 340px 40px 40px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1)
}

    .job-list .job-list-item .apply-now-btn {
        padding: 20px 50px;
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -25px
    }

@media only screen and (max-width:991px) {
    .speaks-block {
        padding: 30px 30px 20px;
        background-position: 15px 25px
    }
}

@media only screen and (max-width:767px) {
    .career-filter .career-filter__input {
        width: 100%;
        margin: 0 0 20px
    }

    .staffBlock__slider.slickCarousel .slick-next, .staffBlock__slider.slickCarousel .slick-prev {
        margin-left: -70px;
        bottom: 0
    }

    .job-list .job-list-item {
        padding: 20px
    }

        .job-list .job-list-item .apply-now-btn {
            position: relative;
            right: auto;
            bottom: auto;
            margin: 20px auto;
            display: block
        }

    .staffBlock.pd-t100 {
        padding-top: 40px !important
    }
}

.record {
    padding: 30px
}

.record__title {
    font-size: 14px;
    color: #565253;
    font-family: Montserrat;
    display: block
}

.record__subtitle {
    color: #b1b3b5;
    font-size: 16px;
    font-family: "Montserrat Light"
}

.record__uploadtitle {
    font-size: 16px;
    color: #355699
}

.record__block {
    min-height: 160px;
    padding: 10px 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

    .record__block.record__block--bordered {
        border: 1px dashed #eee
    }

.record__block__uploadbtn {
    font-size: 40px;
    color: #b1b3b5
}

.record__block__circlebtn {
    border: 1px solid rgba(53,86,153,.2);
    height: 75px;
    width: 75px;
    background: #f7f8fa;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 20px
}

    .record__block__circlebtn:after {
        z-index: -1;
        background: #355699;
        height: 44px;
        width: 44px;
        border-radius: 50%;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -22px 0 0 -22px;
        transition: .3s
    }

    .record__block__circlebtn:hover {
        color: #fff
    }

        .record__block__circlebtn:hover::after {
            -webkit-transform: scale(1.5,1.5);
            transform: scale(1.5,1.5)
        }

.droppable-file {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.image-full {
    width: 100%
}

.audio-recorder-container {
    padding: 20px;
    min-height: 120px;
    position: relative
}

.record__close {
    color: #b1b3b5;
    float: right;
    font-size: 18px;
    margin: 0
}

    .record__close:hover {
        color: #355699
    }

    .record__close.record__close--overlap {
        position: absolute;
        right: 47px;
        top: 40px;
        font-size: 25px
    }

    .record__close.record__close--fileUpload {
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 20px
    }

.delete-confirmation {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

    .delete-confirmation .delete-confirmation__text {
        font-size: 14px
    }

    .delete-confirmation .delete-confirmation__action {
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

.document-upload--title {
    display: flex;
    align-items: center
}

    .document-upload--title > span {
        display: flex;
        align-items: center;
        padding: 0 10px;
        font-size: 12px
    }

        .document-upload--title > span > i {
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            font-size: 28px
        }

.document-upload--controls {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.document-upload--fileinfo > i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle
}

.document-upload--replacebtn {
    font-size: 16px;
    font-family: "Montserrat Medium";
    color: #355699
}

.color-pdf {
    color: #ce393d
}

.color-doc {
    color: #355699
}

.color-txt {
    color: #692771
}

.color-ppt {
    color: #cf3939
}

.awaiting-state {
    letter-spacing: .06em
}

    .awaiting-state .awaiting-state__icon {
        max-width: 133px;
        margin-left: auto;
        margin-right: auto
    }

    .awaiting-state .awaiting-state__icon-title {
        color: #565253;
        font-size: 18px
    }

    .awaiting-state .awaiting-state__title {
        color: #565253;
        font-size: 24px;
        font-family: "Montserrat Semi Bold"
    }

    .awaiting-state .awaiting-state__subtitle {
        color: #848484;
        font-size: 14px
    }

    .awaiting-state .awaiting-state__time {
        color: #d3652c;
        font-size: 24px;
        font-family: "Montserrat Bold"
    }

    .awaiting-state .awaiting-state__desc {
        color: #565253;
        font-size: 16px;
        font-family: "Montserrat Light";
        line-height: 26px
    }

        .awaiting-state .awaiting-state__desc strong {
            font-size: 18px;
            font-family: "Montserrat Bold"
        }

    .awaiting-state .btn {
        min-width: 200px
    }

.animated-progress {
    -webkit-animation: 8s animated-progress;
    animation: 8s animated-progress
}

@-webkit-keyframes animated-progress {
    0% {
        width: 0
    }

    20% {
        width: 20%
    }

    40% {
        width: 40%
    }

    60% {
        width: 60%
    }

    80% {
        width: 80%
    }

    100% {
        width: 90%
    }
}

@keyframes animated-progress {
    0% {
        width: 0
    }

    20% {
        width: 20%
    }

    40% {
        width: 40%
    }

    60% {
        width: 60%
    }

    80% {
        width: 80%
    }

    100% {
        width: 90%
    }
}

.ct-label {
    fill: rgba(0,0,0,.4);
    color: rgba(0,0,0,.4);
    font-size: .75rem;
    line-height: 1
}

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
    display: block;
    display: flex
}

.ct-chart-donut .ct-label, .ct-chart-pie .ct-label {
    dominant-baseline: central
}

.ct-label.ct-horizontal.ct-start {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-horizontal.ct-end {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-vertical.ct-start {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-label.ct-vertical.ct-end {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end
}

.ct-grid {
    stroke: rgba(0,0,0,.2);
    stroke-width: 1px;
    stroke-dasharray: 2px
}

.ct-grid-background {
    fill: none
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.ct-line {
    fill: none;
    stroke-width: 4px
}

.ct-area {
    stroke: none;
    fill-opacity: .1
}

.ct-bar {
    fill: none;
    stroke-width: 10px
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
    fill: #d70206
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: #f05b4f
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
    fill: #f05b4f
}

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
    stroke: #f4c63d
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
    fill: #f4c63d
}

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
    stroke: #d17905
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
    fill: #d17905
}

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
    stroke: #453d3f
}

.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
    fill: #453d3f
}

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
    stroke: #59922b
}

.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
    fill: #59922b
}

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
    stroke: #0544d3
}

.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
    fill: #0544d3
}

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
    stroke: #6b0392
}

.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
    fill: #6b0392
}

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
    stroke: #f05b4f
}

.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
    fill: #f05b4f
}

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
    stroke: #dda458
}

.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
    fill: #dda458
}

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
    stroke: #eacf7d
}

.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
    fill: #eacf7d
}

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
    stroke: #86797d
}

.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
    fill: #86797d
}

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
    stroke: #b2c326
}

.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
    fill: #b2c326
}

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
    stroke: #6188e2
}

.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
    fill: #6188e2
}

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
    stroke: #a748ca
}

.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
    fill: #a748ca
}

.ct-square {
    display: block;
    position: relative;
    width: 100%
}

    .ct-square:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 100%
    }

    .ct-square:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-square > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%
}

    .ct-minor-second:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 93.75%
    }

    .ct-minor-second:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-minor-second > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-second {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-second:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 88.8888888889%
    }

    .ct-major-second:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-second > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%
}

    .ct-minor-third:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 83.3333333333%
    }

    .ct-minor-third:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-minor-third > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-third {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-third:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 80%
    }

    .ct-major-third:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-third > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-perfect-fourth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 75%
    }

    .ct-perfect-fourth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-perfect-fourth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-perfect-fifth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 66.6666666667%
    }

    .ct-perfect-fifth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-perfect-fifth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-minor-sixth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 62.5%
    }

    .ct-minor-sixth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-minor-sixth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%
}

    .ct-golden-section:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 61.804697157%
    }

    .ct-golden-section:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-golden-section > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-sixth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 60%
    }

    .ct-major-sixth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-sixth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%
}

    .ct-minor-seventh:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 56.25%
    }

    .ct-minor-seventh:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-minor-seventh > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-seventh:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 53.3333333333%
    }

    .ct-major-seventh:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-seventh > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-octave {
    display: block;
    position: relative;
    width: 100%
}

    .ct-octave:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 50%
    }

    .ct-octave:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-octave > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-tenth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 40%
    }

    .ct-major-tenth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-tenth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-eleventh:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 37.5%
    }

    .ct-major-eleventh:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-eleventh > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-twelfth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 33.3333333333%
    }

    .ct-major-twelfth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-twelfth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%
}

    .ct-double-octave:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 25%
    }

    .ct-double-octave:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-double-octave > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.learnplayer .player-tablist .tab-content .messageList li .dropdown-action .dropdown-menu {
    top: -2px !important;
    left: -81px !important
}

.learnplayer .player-tablist {
    position: fixed
}

.bodyClass {
    color: red
}

@media(max-width:991px) {
    .learnplayer.learnPlayerQize .player {
        height: calc(100% - 80px) !important
    }

    .learnplayer.learnPlayerQize {
        padding-bottom: 119px
    }

        .learnplayer.learnPlayerQize .stickBottom {
            position: fixed;
            bottom: 43px;
            left: 0;
            width: 100%;
            background-color: #fff;
            z-index: 5
        }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+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) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }
