/* ---------------------------------------------------------------- *!
 * Name: Listen App
 * Version: 3.1.1
 * ---------------------------------------------------------------- */
body {
    background: #ffffff;
    color: #000;
}

@media (max-width: 575.98px) {
    body {
        --bs-gutter-x: 1rem;
    }
}

p {
    margin: 0;
}

p:not(:last-child) {
    margin-bottom: 1rem;
}

a,
button,
input {
    outline: none !important;
}

[class^=ri-],
[class*=" ri-"] {
    font-size: 1.5rem;
    line-height: 1;
}

[data-favorite-id] .heart-fill {
    display: none;
}

[data-favorite-id].active {
    color: #E72412 !important;
}

[data-favorite-id].active .heart-empty {
    display: none;
}

[data-favorite-id].active .heart-fill {
    display: block;
}

.bg-light {
    background-color: #F5F3E4 !important;
}

.feature .feature__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.feature .feature__icon:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0.15;
}

.feature .feature__icon > * {
    position: relative;
}

.newsletter {
    border-radius: 1rem;
    background-color: #196eed;
    padding: 3rem 2rem;
    color: #ffffff;
}

.newsletter .newsletter__title-text {
    color: #000000;
}

.newsletter .btn {
    min-width: 14rem;
}

@media (min-width: 576px) {
    .newsletter {
        border-radius: 1.5rem;
        padding: 5rem 4rem;
    }
}

@media (max-width: 575.98px) {
    .main-hero .fs-5,
    .main-section .fs-5,
    .newsletter .fs-5 {
        font-size: 1rem !important;
    }
}

@media (max-width: 575.98px) {
    .blog-hero {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

.avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.avatar .avatar__image {
    position: relative;
}

.avatar .avatar__image img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar .avatar__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    padding-left: 0.5rem;
}

.avatar .avatar__title {
    display: block;
    font-weight: 500;
    color: #323334;
}

.avatar .avatar__subtitle {
    display: block;
    color: #737578;
    font-size: 0.8125rem;
}

.avatar.avatar--sm .avatar__image img {
    width: 1rem;
    height: 1rem;
}

.avatar.avatar--sm .avatar__content {
    padding-left: 0.25rem;
}

.avatar .avatar-group .avatar--sm:not(:first-child) {
    margin-left: -0.5rem;
}

.avatar.avatar--lg .avatar__image img {
    width: 3rem;
    height: 3rem;
}

.avatar.avatar--lg .avatar__content {
    padding-left: 0.75rem;
}

.avatar .avatar-group .avatar--lg:not(:first-child) {
    margin-left: -1.5rem;
}

.avatar.avatar--xl .avatar__image img {
    width: 6rem;
    height: 6rem;
}

.avatar.avatar--xl .avatar__content {
    padding-left: 1.5rem;
}

.avatar .avatar-group .avatar--xl:not(:first-child) {
    margin-left: -3rem;
}

.avatar.avatar--xxl .avatar__image img {
    width: 8rem;
    height: 8rem;
}

.avatar.avatar--xxl .avatar__content {
    padding-left: 2rem;
}

.avatar .avatar-group .avatar--xxl:not(:first-child) {
    margin-left: -4rem;
}

.avatar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.avatar-group .avatar .avatar__image img {
    border: 0.125rem solid #ffffff;
}

.avatar-group .avatar:not(:last-child) {
    margin-left: -1rem;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn.btn-icon {
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn.btn-icon.btn-sm {
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
}

.btn[data-play-id] .icon-pause, .btn[data-collection-play-id] .icon-pause {
    display: none;
}

.btn[data-play-id].active .icon-play, .btn[data-collection-play-id].active .icon-play {
    display: none;
}

.btn[data-play-id].active .icon-pause, .btn[data-collection-play-id].active .icon-pause {
    display: block;
}

.btn.btn-play {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.btn.btn-play.active {
    opacity: 1;
    visibility: visible;
}

.btn.btn-link {
    padding: 0 0 0.125rem;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-size: 0.8125rem;
    position: relative;
    border-radius: 0;
}

.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active, .btn.btn-link.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-link:hover:before, .btn.btn-link:focus:before, .btn.btn-link:active:before, .btn.btn-link.active:before {
    width: 0;
    left: 100%;
}

.btn.btn-link:hover:after, .btn.btn-link:focus:after, .btn.btn-link:active:after, .btn.btn-link.active:after {
    width: 100%;
}

.btn.btn-link:before, .btn.btn-link:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: currentColor;
    height: 0.125rem;
}

.btn.btn-link:before {
    width: 100%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.btn.btn-link:after {
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn .btn__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

.btn .btn__wrap > *:last-child {
    margin-left: 0.5rem;
}

.btn-default {
    background-color: #ffffff;
    color: #000000 !important;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}

.btn-light-light {
    background-color: rgba(245, 247, 250, 0.1);
    color: #F5F7FA;
}

.btn-light-light:hover, .btn-light-light:focus, .btn-light-light:active, .btn-light-light.active {
    border-color: #F5F7FA;
    color: #F5F7FA;
}

.btn-light-primary {
    background-color: rgba(25, 110, 237, 0.1);
    color: #196eed;
}

.btn-light-primary:hover, .btn-light-primary:focus, .btn-light-primary:active, .btn-light-primary.active {
    border-color: #196eed;
    color: #196eed;
}

.btn-light-secondary {
    background-color: rgba(115, 117, 120, 0.1);
    color: #737578;
}

.btn-light-secondary:hover, .btn-light-secondary:focus, .btn-light-secondary:active, .btn-light-secondary.active {
    border-color: #737578;
    color: #737578;
}

.btn-light-success {
    background-color: rgba(23, 128, 55, 0.1);
    color: #178037;
}

.btn-light-success:hover, .btn-light-success:focus, .btn-light-success:active, .btn-light-success.active {
    border-color: #178037;
    color: #178037;
}

.btn-light-info {
    background-color: rgba(0, 222, 227, 0.1);
    color: #00dee3;
}

.btn-light-info:hover, .btn-light-info:focus, .btn-light-info:active, .btn-light-info.active {
    border-color: #00dee3;
    color: #00dee3;
}

.btn-light-warning {
    background-color: rgba(243, 200, 72, 0.1);
    color: #f3c848;
}

.btn-light-warning:hover, .btn-light-warning:focus, .btn-light-warning:active, .btn-light-warning.active {
    border-color: #f3c848;
    color: #f3c848;
}

.btn-light-danger {
    background-color: rgba(231, 36, 18, 0.1);
    color: #E72412;
}

.btn-light-danger:hover, .btn-light-danger:focus, .btn-light-danger:active, .btn-light-danger.active {
    border-color: #E72412;
    color: #E72412;
}

.btn-light-dark {
    background-color: rgba(21, 23, 25, 0.1);
    color: #151719;
}

.btn-light-dark:hover, .btn-light-dark:focus, .btn-light-dark:active, .btn-light-dark.active {
    border-color: #151719;
    color: #151719;
}

.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.badge [class^=ri-],
.badge [class*=" ri-"] {
    font-size: 1rem;
}

.card {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 0px 3rem 0px rgba(21, 23, 25, 0.1);
    box-shadow: 0px 0px 3rem 0px rgba(21, 23, 25, 0.1);
}

.card .card-header,
.card .card-footer {
    border-color: #E4E6EF;
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card .card-header .nav-tabs {
    margin-bottom: -1px;
    border: none;
}

.card .card-body {
    padding: 1.5rem;
}

.dropdown-link {
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.dropdown-link:hover, .dropdown-link:focus, .dropdown-link:active, .dropdown-link.active {
    color: inherit;
}

.dropdown-menu {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
     box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
background-color: #ffffff;
    color: #57595b;
    border-radius: 0 !important;
    border-top: 5px #3E85EE solid;
     min-width: 27rem;
     padding: 55px 30px 55px 30px;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.25rem;
     text-align: center;
    color: #000;
}

@media only screen and (max-width: 991px) {
    .dropdown-menu {
        -webkit-box-shadow: none;
         box-shadow: none;
        background-color: #ffffff;
        color: #57595b;
        border-radius: 0 !important;
        border-top: 5px #3E85EE solid;
        /* min-width: 27rem; */
        width: auto;
        min-width: auto;
         padding: 0;
        font-family: 'Inter', sans-serif !important;
        font-weight: 500 !important;
        font-size: 1.25rem;
        text-align: left;
        color: #000;
    }

}

.dropdown-menu.dropdown-menu-sm {
    min-width: 8rem;
}

.dropdown-menu.dropdown-menu-sm .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

.dropdown-menu.dropdown-menu-md {
    min-width: 14rem;
}

.dropdown-menu.dropdown-menu-lg {
    min-width: 80rem;
    max-width: calc(100vw - 2rem);
}

.dropdown-menu .dropdown-item {
    color: #000;
}

.dropdown-menu[data-bs-popper] {
    top: 80% !important;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: #EFF2F5;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background-color: #E4E6EF;
    color: #323334;
}

.dropdown-menu .dropdown-divider {
    border-color: #EFF2F5;
}

.dropzone {
    min-height: 14rem;
    padding: 1.5rem 2rem;
    border: 1px dashed #E4E6EF;
    border-radius: 0.5rem;
}

.dropzone .dz-message {
    margin: 0;
}

.form-check-input {
    border: 1px solid #b2b4b8;
    margin-top: 0.125rem;
}

.form-select,
.form-control {
    min-height: 2.5rem;
    background-color: #ffffff;
    border-color: #E4E6EF;
    color: #57595b;
}

.form-select:focus,
.form-control:focus {
    background-color: #ffffff;
    border-color: #E4E6EF;
}

.form-select:disabled, .form-select[readonly],
.form-control:disabled,
.form-control[readonly] {
    background-color: #EFF2F5;
}

.form-select-sm,
.form-control-sm {
    min-height: 2rem;
}

.form-select-lg,
.form-control-lg {
    min-height: 3rem;
}

.form-control::-webkit-file-upload-button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.375rem;
    background-color: #EFF2F5;
    color: #57595b;
}

.form-control::file-selector-button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.375rem;
    background-color: #EFF2F5;
    color: #57595b;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f0f3f6;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f0f3f6;
}

.form-control-sm::-webkit-file-upload-button {
    line-height: 1.875rem;
}

.form-control-sm::file-selector-button {
    line-height: 1.875rem;
}

.form-control-lg::-webkit-file-upload-button {
    line-height: 2.875rem;
}

.form-control-lg::file-selector-button {
    line-height: 2.875rem;
}

.form-control-lg::-webkit-file-upload-button {
    line-height: 2.875rem;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2357595b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.input-group-text {
    background-color: #EFF2F5;
    border-color: #E4E6EF;
    color: #57595b;
}

.ps {
    position: relative;
}

.ps .ps__rail-x,
.ps .ps__rail-y {
    width: 0.25rem;
    z-index: 1;
    background-color: rgba(178, 180, 184, 0.15);
}

.ps .ps__rail-x:hover > .ps__thumb-y, .ps .ps__rail-x:focus > .ps__thumb-y,
.ps .ps__rail-y:hover > .ps__thumb-y,
.ps .ps__rail-y:focus > .ps__thumb-y {
    width: 0.25rem;
}

.ps .ps__rail-x.ps--clicking .ps__thumb-y,
.ps .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 0.25rem;
}

.ps .ps__rail-x:hover, .ps .ps__rail-x:focus,
.ps .ps__rail-y:hover,
.ps .ps__rail-y:focus {
    background-color: rgba(178, 180, 184, 0.15);
    opacity: 1;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: rgba(178, 180, 184, 0.15);
    opacity: 1;
}

.ps .ps__thumb-y {
    right: 0;
    width: 0.25rem;
    background-color: #b2b4b8;
}

.ps .ps__thumb-x {
    background-color: #b2b4b8;
}

.ps .ps__rail-y:hover > .ps__thumb-y, .ps .ps__rail-y:focus > .ps__thumb-y {
    background-color: #b2b4b8;
}

.ps .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #b2b4b8;
}

.ps .ps__rail-x:hover > .ps__thumb-x, .ps .ps__rail-x:focus > .ps__thumb-x {
    background-color: #b2b4b8;
}

.ps .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #b2b4b8;
}

.ps.ps--active-y {
    margin-right: 0.25rem;
}

.ps.ps--active-x {
    margin-bottom: 0.25rem;
}

.ps.ps--active-x > .ps__rail-x, .ps.ps--active-y > .ps__rail-y {
    background-color: #E4E6EF;
}

.ps.ps--scrolling-x > .ps__rail-x, .ps.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps.ps--focus > .ps__rail-x, .ps.ps--focus > .ps__rail-y {
    opacity: 1;
}

.nav-tabs {
    border-color: #EFF2F5;
}

.nav-tabs .nav-item:not(:first-child) {
    margin-left: 1rem;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    line-height: 1.5rem;
    font-weight: 500;
    color: #323334;
}

.mat-tabs {
    position: relative;
}

.mat-tabs .mat-tabs__line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 0.125rem;
    background-color: #196eed;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.swiper-carousel {
    --swiper-theme-color: #196eed;
    --swiper-navigation-size: 2.5rem;
    --swiper-pagination-bullet-width: 1.5rem;
    --swiper-pagination-bullet-height: 0.25rem;
    --swiper-pagination-bullet-inactive-color: #196eed;
    position: relative;
}

.swiper-carousel .swiper-button-next,
.swiper-carousel .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    margin-top: -1.25rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.swiper-carousel .swiper-button-next.swiper-button-disabled,
.swiper-carousel .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-carousel .swiper-button-next:after,
.swiper-carousel .swiper-button-prev:after {
    --swiper-navigation-size: 1rem;
}

.swiper-carousel .swiper-button-next {
    right: -1.25rem;
}

.swiper-carousel .swiper-button-prev {
    left: -1.25rem;
}

.swiper-carousel.swiper-carousel-button .swiper-button-next,
.swiper-carousel.swiper-carousel-button .swiper-button-prev {
    top: 40%;
}

.swiper-carousel:hover .swiper-button-next,
.swiper-carousel:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.swiper-carousel .swiper-pagination {
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 2rem;
}

.swiper-carousel .swiper-pagination-bullet {
    border-radius: 1px;
}

@media (max-width: 575.98px) {
    .swiper-carousel .swiper-button-next,
    .swiper-carousel .swiper-button-prev {
        display: none;
    }
}

.snackbar-container {
    min-width: initial;
    background: #1d1e22 !important;
    font-family: inherit;
    border-radius: 0.25rem;
    margin: 1rem 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.snackbar-container > * {
    font-weight: 400 !important;
    line-height: 1.25rem !important;
}

@media (max-width: 575.98px) {
    .snackbar-container {
        margin: 0;
        border-radius: 0;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.cover {
    position: relative;
}

.cover .cover__head:before {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.cover .cover__image img {
    border-radius: 0.5rem;
}

.cover .cover__image .cover__image__content {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.cover .cover__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.cover .cover__head:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 1;
}

.cover .cover__head .cover__options .dropdown-link:not(.show), .cover .cover__head:before {
    opacity: 0;
    visibility: hidden;
}

.cover .cover__label {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.cover .cover__label li:not(:first-of-type) {
    margin-left: 0.5rem;
}

.cover .cover__label .badge {
    font-weight: normal;
}

.cover .cover__options {
    position: relative;
    z-index: 2;
}

.cover .cover__image {
    position: relative;
    display: block;
}

.cover .cover__image img {
    max-width: 100%;
    width: 100%;
}

.cover .cover__image .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cover .cover__image .cover__image__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 1rem 1rem;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    color: #ffffff;
}

.cover .cover__image .cover__image__content .cover__title,
.cover .cover__image .cover__image__content .cover__subtitle {
    color: inherit;
}

.cover .cover__foot {
    margin-top: 0.75rem;
}

.cover .cover__title {
    display: block;
    color: #151719;
    font-weight: 600;
}

.cover .cover__subtitle {
    display: block;
    color: #8c9095;
    font-size: 0.8125rem;
    font-weight: 400;
}

.cover .cover__subtitle a {
    color: inherit;
}

.cover .cover__subtitle a:hover {
    text-decoration: underline;
}

.cover:hover .cover__head .cover__options .dropdown-link, .cover:hover .cover__head:before, .cover:focus .cover__head .cover__options .dropdown-link, .cover:focus .cover__head:before {
    opacity: 1;
    visibility: visible;
}

.cover:hover .cover__image .btn-play, .cover:focus .cover__image .btn-play {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 576px) {
    .cover.cover--round .cover__head:before {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .cover.cover--round .cover__image img {
        border-radius: 1rem;
    }

    .cover.cover--round .cover__image .cover__image__content {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

.list .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.list .list__item:hover {
    background-color: #F5F7FA;
}

.list .list__item:hover .btn-play,
.list .list__item:hover .list__icon-hover {
    opacity: 1;
    visibility: visible;
}

.list .list__cover {
    position: relative;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 0.25rem;
}

.list .list__cover > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list .list__cover .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list .list__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    padding-left: 1rem;
}

.list .list__title {
    display: block;
    color: #151719;
    font-weight: 500;
    margin-bottom: 0.125rem;
}

.list .list__subtitle {
    color: #8c9095;
    font-size: 0.8125rem;
    font-weight: 400;
}

.list .list__subtitle > a {
    color: inherit;
}

.list .list__option {
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list .list__option > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.list .list__option > li > a {
    color: inherit;
}

.list .list__option > li:not(:first-child) {
    margin-left: 1rem;
}

.list .list__option .badge {
    font-weight: normal;
}

.list .list__icon-hover {
    opacity: 0;
    visibility: hidden;
}

.list.list--lg .list__item {
    border-radius: 0.5rem;
}

.list.list--lg .list__cover {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
}

.list.list--order {
    counter-reset: list-order;
}

.list.list--order .list__item:before {
    counter-increment: list-order;
    content: counter(list-order);
    font-size: 1rem;
    font-weight: 600;
    width: 2.5rem;
    padding-left: 0.5rem;
}

.info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-list li {
    margin-right: 1rem;
}

.info-list.info-list--dotted li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}

.info-list.info-list--dotted li:not(:first-child):before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 0.5rem;
    background-color: currentColor;
    border-radius: 50%;
}

@media (min-width: 576px) {
    .info-list li {
        margin-right: 2rem;
    }
}

.modal-content {
    background-color: #ffffff;
}

.modal-header,
.modal-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.modal-header,
.modal-footer {
    border-color: #EFF2F5;
}

.modal-footer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.switch input[type=checkbox] {
    display: none;
}

.switch input[type=checkbox]:checked + label:after {
    -webkit-transform: translate3d(1.5rem, 0, 0);
    transform: translate3d(1.5rem, 0, 0);
    background-color: #196eed;
}

.switch input[type=checkbox]:disabled + label {
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}

.switch label {
    width: 3rem;
    height: 1.5rem;
    background-color: #E4E6EF;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 1.5rem;
}

.switch label:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
    background-color: #8c9095;
    border-radius: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color 0.6s cubic-bezier(0.42, 0.8, 0.58, 1.2), -webkit-transform 0.3s cubic-bezier(0.42, 0.8, 0.58, 1.2);
    transition: background-color 0.6s cubic-bezier(0.42, 0.8, 0.58, 1.2), -webkit-transform 0.3s cubic-bezier(0.42, 0.8, 0.58, 1.2);
    transition: transform 0.3s cubic-bezier(0.42, 0.8, 0.58, 1.2), background-color 0.6s cubic-bezier(0.42, 0.8, 0.58, 1.2);
    transition: transform 0.3s cubic-bezier(0.42, 0.8, 0.58, 1.2), background-color 0.6s cubic-bezier(0.42, 0.8, 0.58, 1.2), -webkit-transform 0.3s cubic-bezier(0.42, 0.8, 0.58, 1.2);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}

.page-link {
    line-height: 1;
    min-width: 2.25rem;
    color: #151719;
    border-radius: 0.375rem;
}

.page-link:hover {
    background-color: #EFF2F5;
    color: #151719;
}

.page-link:focus {
    background-color: #EFF2F5;
    color: #151719;
}

.progress {
    background-color: #EFF2F5;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1100;
    background-color: #ffffff;
}

.loader {
    color: #151719;
    letter-spacing: 1px;
}

.loader .loader__eq {
    width: 1.875rem;
    height: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 0.125rem currentColor;
    box-shadow: 0 0 0 0.125rem currentColor;
    padding: 0.25rem;
}

.loader .loader__eq span {
    display: block;
    width: 0.125rem;
    height: 100%;
    background-color: currentColor;
    -webkit-animation: playing 0.6s ease infinite both;
    animation: playing 0.6s ease infinite both;
}

.loader .loader__eq span:not(:first-of-type) {
    margin-left: 0.125rem;
}

.loader .loader__eq span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.loader .loader__eq span:nth-child(3) {
    -webkit-animation-duration: 0.58s;
    animation-duration: 0.58s;
}

.loader .loader__eq span:nth-child(4) {
    -webkit-animation-duration: 0.52s;
    animation-duration: 0.52s;
}

.loader .loader__eq span:nth-child(5) {
    -webkit-animation-duration: 0.56s;
    animation-duration: 0.56s;
}

.loader .loader__eq span:nth-child(6) {
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
}

.loader .loader__text {
    display: block;
    font-weight: 500;
}

@-webkit-keyframes playing {
    0%, 100% {
        height: 0.5rem;
    }
    50% {
        height: 100%;
    }
}

@keyframes playing {
    0%, 100% {
        height: 0.5rem;
    }
    50% {
        height: 100%;
    }
}

#line_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0.25rem;
    display: none;
    background-color: #196eed;
    z-index: 1004;
}

#wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

#page_content {
    /*padding-right: 1.25rem;*/
    /*padding-left: 1.25rem;*/
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-left: 0;
}

#backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(0.125rem);
    backdrop-filter: blur(0.125rem);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 1001;
}

body[data-search-results=true] #backdrop {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px) {
    #page_content {
        margin-left: 15rem;
    }

    body[data-sidebar-toggle=true] #page_content {
        margin-left: 4.5rem;
    }

    #backdrop {
        z-index: 1004;
    }
}

@media (max-width: 991.98px) {
    #page_content {
        padding-right: 0;
        padding-left: 0;
    }

    body[data-sidebar-toggle=true] #backdrop {
        opacity: 1;
        visibility: visible;
        z-index: 1002;
    }

}

#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-left: 0;
    z-index: 1002;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 1rem 1.25rem 0;
}

#header .header-container {
    padding: 0.5rem 1.5rem;
    background-color: #196eed;
    color: #ffffff;
    border-radius: 0.375rem;
    position: relative;
    -webkit-box-shadow: 0px 1px 2rem 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2rem 0px rgba(0, 0, 0, 0.3);
}

#header .header-text {
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#main_header .btn {
    min-width: 6.5rem;
}

#main_header .nav-link {
    color: #151719;
}

#main_header .nav-link:hover, #main_header .nav-link:focus, #main_header .nav-link:active, #main_header .nav-link.active {
    color: #196eed;
}

#main_header .navbar-ex {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1.25rem;
}

#main_header .navbar-toggler {
    padding: 0;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#header[data-header=red] .header-container {
    background-color: #E72412;
    color: #ffffff;
}

#header[data-header=green] .header-container {
    background-color: #178037;
    color: #ffffff;
}

#header[data-header=blue] .header-container {
    background-color: #196eed;
    color: #ffffff;
}

#header[data-header=orange] .header-container {
    background-color: #f7591d;
    color: #000000;
}

#header[data-header=yellow] .header-container {
    background-color: #f3c848;
    color: #000000;
}

#header[data-header=purple] .header-container {
    background-color: #ad20d4;
    color: #ffffff;
}

#header[data-header=indigo] .header-container {
    background-color: #7551D8;
    color: #ffffff;
}

#header[data-header=dark] .header-container {
    background-color: #151719;
    color: #ffffff;
}

@media (min-width: 992px) {
    #header {
        margin-left: 17.5rem;
        z-index: 1005;
    }

    body[data-sidebar-toggle=true] #header {
        margin-left: 4.5rem;
    }

    #main_header .navbar {
        /*padding-right: 6.5rem;*/
        min-height: 111px;
    }
}

@media (max-width: 575.98px) {
    #header {
        padding-right: 0;
        padding-left: 0;
    }

    #header .header-container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

#search_form {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
}

#search_form label {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
}

#search_form #search_input {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
    padding-left: 2rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#search_form #search_input::-webkit-input-placeholder {
    color: inherit;
}

#search_form #search_input::-moz-placeholder {
    color: inherit;
}

#search_form #search_input:-ms-input-placeholder {
    color: inherit;
}

#search_form #search_input::-ms-input-placeholder {
    color: inherit;
}

#search_form #search_input::placeholder {
    color: inherit;
}

#search_form #search_input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.search {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background-color: #ffffff;
    color: #57595b;
    border-radius: 1rem;
    margin-top: 0.5rem;
    -webkit-box-shadow: 0px 1px 2rem 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2rem 0px rgba(0, 0, 0, 0.2);
    max-height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search .search__head {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #EFF2F5;
}

.search .search__head .search__head__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

.search .search__head .btn {
    margin: 0.25rem;
}

.search .search__body {
    padding: 1rem 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search .search__title {
    color: #151719;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .search .search__head, .search .search__body {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

body[data-search-results=true] .search {
    opacity: 1;
    visibility: visible;
}

body[data-sidebar-toggle=true] #sidebar {
    left: 0;
}

.brand {
    display: inline-block;
    max-width: 300px;
}

.brand > * {
    width: 100%;
}

#sidebar[data-sidebar=red] .sidebar-body .navbar .nav-link.active {
    color: #E72412;
    background: -webkit-gradient(linear, left top, right top, from(rgba(231, 36, 18, 0.1)), to(rgba(231, 36, 18, 0)));
    background: linear-gradient(90deg, rgba(231, 36, 18, 0.1) 0%, rgba(231, 36, 18, 0) 100%);
}

#sidebar[data-sidebar=green] .sidebar-body .navbar .nav-link.active {
    color: #178037;
    background: -webkit-gradient(linear, left top, right top, from(rgba(23, 128, 55, 0.1)), to(rgba(23, 128, 55, 0)));
    background: linear-gradient(90deg, rgba(23, 128, 55, 0.1) 0%, rgba(23, 128, 55, 0) 100%);
}

#sidebar[data-sidebar=blue] .sidebar-body .navbar .nav-link.active {
    color: #196eed;
    background: -webkit-gradient(linear, left top, right top, from(rgba(25, 110, 237, 0.1)), to(rgba(25, 110, 237, 0)));
    background: linear-gradient(90deg, rgba(25, 110, 237, 0.1) 0%, rgba(25, 110, 237, 0) 100%);
}

#sidebar[data-sidebar=orange] .sidebar-body .navbar .nav-link.active {
    color: #f7591d;
    background: -webkit-gradient(linear, left top, right top, from(rgba(247, 89, 29, 0.1)), to(rgba(247, 89, 29, 0)));
    background: linear-gradient(90deg, rgba(247, 89, 29, 0.1) 0%, rgba(247, 89, 29, 0) 100%);
}

#sidebar[data-sidebar=yellow] .sidebar-body .navbar .nav-link.active {
    color: #f3c848;
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 200, 72, 0.1)), to(rgba(243, 200, 72, 0)));
    background: linear-gradient(90deg, rgba(243, 200, 72, 0.1) 0%, rgba(243, 200, 72, 0) 100%);
}

#sidebar[data-sidebar=purple] .sidebar-body .navbar .nav-link.active {
    color: #ad20d4;
    background: -webkit-gradient(linear, left top, right top, from(rgba(173, 32, 212, 0.1)), to(rgba(173, 32, 212, 0)));
    background: linear-gradient(90deg, rgba(173, 32, 212, 0.1) 0%, rgba(173, 32, 212, 0) 100%);
}

#sidebar[data-sidebar=indigo] .sidebar-body .navbar .nav-link.active {
    color: #7551D8;
    background: -webkit-gradient(linear, left top, right top, from(rgba(117, 81, 216, 0.1)), to(rgba(117, 81, 216, 0)));
    background: linear-gradient(90deg, rgba(117, 81, 216, 0.1) 0%, rgba(117, 81, 216, 0) 100%);
}

#sidebar[data-sidebar=dark] .sidebar-body .navbar .nav-link.active {
    color: #151719;
    background: -webkit-gradient(linear, left top, right top, from(rgba(21, 23, 25, 0.1)), to(rgba(21, 23, 25, 0)));
    background: linear-gradient(90deg, rgba(21, 23, 25, 0.1) 0%, rgba(21, 23, 25, 0) 100%);
}

@media (min-width: 992px) {
    #sidebar {
        left: 0;
    }

    body[data-sidebar-toggle=true] #sidebar {
        width: 4.5rem;
    }

    body[data-sidebar-toggle=true] #sidebar .sidebar-head {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    body[data-sidebar-toggle=true] #sidebar .sidebar-head .sidebar-toggler {
        height: 2.75rem;
    }

    body[data-sidebar-toggle=true] #sidebar .sidebar-head .brand,
    body[data-sidebar-toggle=true] #sidebar .sidebar-body .navbar .nav-link span,
    body[data-sidebar-toggle=true] #sidebar .sidebar-foot .btn .btn__wrap span {
        display: none;
    }

    body[data-sidebar-toggle=true] #sidebar .sidebar-body .navbar .nav-item.nav-item--head .nav-item--head__text {
        display: none;
    }

    body[data-sidebar-toggle=true] #sidebar .sidebar-body .navbar .nav-item.nav-item--head .nav-item--head__dots {
        display: block;
    }

    body[data-sidebar-toggle=true] #sidebar .sidebar-foot {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    body[data-sidebar-toggle=true] #sidebar .sidebar-foot .btn {
        padding-right: 0.4375rem;
        padding-left: 0.4375rem;
    }
}

@media (max-width: 991.98px) {
    #sidebar .sidebar-head {
        padding-top: 1rem;
    }
}

.hero {
    background-size: cover;
    background-position: center;
    height: 20rem;
    position: relative;
}

.hero:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.25)));
    background-image: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.25) 100%);
}

@media (min-width: 576px) {
    .hero {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

.under-hero {
    margin-top: -3rem;
    z-index: 1;
    position: relative;
    min-height: 20rem;
}

.main-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: left top;
    max-width: 100rem;
    padding: 2.5rem 0.5rem;
    border-radius: 1.5rem;
    color: #151719;
}

.main-hero .main-hero__title {
    color: #000000;
}

@media (min-width: 576px) {
    .main-hero {
        padding: 4rem 2rem;
    }

    .main-hero .btn {
        min-width: 10rem;
    }
}

@media (min-width: 992px) {
    .main-hero {
        background-position: center;
        padding: 4rem;
    }
}

@media (min-width: 1200px) {
    .main-hero {
        min-height: 34rem;
    }
}

.section {
    margin-bottom: 4rem;
}

.section .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.section .section__subtitle {
    display: block;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    color: #737578;
}

.main-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.main-about-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

@media (min-width: 576px) {
    .main-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .main-about-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

#player {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 0 1.25rem 1rem;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #151719;
    display: none;
}

#player.show {
    display: block;
}

#player .player-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    position: relative;
    height: 4.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 1px 2rem 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2rem 0px rgba(0, 0, 0, 0.3);
}

#player .btn:not(.btn-default):not(.btn-link) {
    color: inherit;
}

#player .btn:not(.btn-default):not(.btn-link):hover, #player .btn:not(.btn-default):not(.btn-link):focus, #player .btn:not(.btn-default):not(.btn-link):active, #player .btn:not(.btn-default):not(.btn-link).active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#player .cover {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

#player .cover .cover__image {
    width: 4.5rem;
    height: 4.5rem;
}

#player .cover .cover__image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#player .cover .cover__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
}

#player:hover .player-progress .player-progress__bar,
#player:hover .player-progress .player-progress__slider {
    height: 100%;
}

#player:hover .player-progress .player-progress__slider::-webkit-slider-thumb {
    opacity: 1;
    visibility: visible;
}

#player:hover .player-progress .player-progress__slider::-moz-range-thumb {
    opacity: 1;
    visibility: visible;
}

#player:hover .player-progress .player-progress__slider::-ms-thumb {
    opacity: 1;
    visibility: visible;
}

.player-progress {
    position: absolute;
    top: 0;
    right: 0.5rem;
    left: 0.5rem;
    height: 0.25rem;
    z-index: 1;
}

.player-progress > * {
    position: absolute;
    top: 0;
    left: 0;
}

.player-progress .player-progress__bar,
.player-progress .player-progress__slider {
    width: 100%;
    height: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.player-progress .player-progress__slider {
    background: none;
}

.player-progress .player-progress__slider::-webkit-slider-runnable-track {
    background: none;
}

.player-progress .player-progress__slider::-moz-range-track {
    background: none;
}

.player-progress .player-progress__slider::-ms-fill-lower, .player-progress .player-progress__slider::-ms-fill-upper {
    background: none;
}

.player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #196eed;
}

.player-progress .player-progress__slider::-moz-range-thumb {
    background: #196eed;
}

.player-progress .player-progress__slider::-ms-thumb {
    background: #196eed;
}

.player-progress .player-progress__slider::-webkit-slider-thumb {
    width: 0.75rem;
    height: 0.75rem;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.player-progress .player-progress__slider::-moz-range-thumb {
    width: 0.75rem;
    height: 0.75rem;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.player-progress .player-progress__slider::-ms-thumb {
    width: 0.75rem;
    height: 0.75rem;
    appearance: none;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.player-progress .player-progress__bar {
    display: block;
}

.player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #196eed;
}

.player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #196eed;
}

.player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #196eed;
}

.player-progress .player-progress__bar.amplitude-buffered-progress {
    opacity: 0.5;
}

.player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: none !important;
}

.player-progress .player-progress__bar::-moz-progress-bar {
    background: none !important;
}

.player-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.player-control .btn-default:hover {
    background-color: #196eed;
    color: #ffffff !important;
}

.player-control .btn.amplitude-playing {
    background-color: #196eed;
    color: #ffffff !important;
}

.player-control .btn.amplitude-playing .icon-pause {
    display: block;
}

.player-control .btn.amplitude-playing .icon-play {
    display: none;
}

.player-control .btn.amplitude-paused .icon-pause {
    display: none;
}

.player-control .btn.amplitude-repeat-on, .player-control .btn.amplitude-shuffle-on {
    color: #196eed !important;
}

.player-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.player-volume .dropdown-menu {
    width: 2.5rem;
    height: 8rem;
    min-width: initial;
}

.player-volume .amplitude-volume-slider {
    width: 6rem;
    height: 0.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-90deg) translate(0, -3rem);
    transform: rotate(-90deg) translate(0, -3rem);
    -webkit-transform-origin: 3rem;
    transform-origin: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#151719), color-stop(50%, #151719), color-stop(50%, rgba(21, 23, 25, 0)), to(rgba(21, 23, 25, 0)));
    background: linear-gradient(to right, #151719 0%, #151719 50%, rgba(21, 23, 25, 0) 50%, rgba(21, 23, 25, 0) 100%);
    cursor: pointer;
    border-radius: 1px;
}

.player-volume .amplitude-volume-slider::-webkit-slider-runnable-track {
    background: rgba(21, 23, 25, 0.2);
}

.player-volume .amplitude-volume-slider::-moz-range-track {
    background: rgba(21, 23, 25, 0.2);
}

.player-volume .amplitude-volume-slider::-ms-fill-lower, .player-volume .amplitude-volume-slider::-ms-fill-upper {
    background: rgba(21, 23, 25, 0.2);
}

.player-volume .amplitude-volume-slider::-webkit-slider-thumb {
    background: #151719;
}

.player-volume .amplitude-volume-slider::-moz-range-thumb {
    background: #151719;
}

.player-volume .amplitude-volume-slider::-ms-thumb {
    background: #151719;
}

.player-volume .amplitude-volume-slider::-webkit-slider-runnable-track {
    width: 6rem;
    height: 0.25rem;
}

.player-volume .amplitude-volume-slider::-webkit-slider-thumb {
    width: 0.75rem;
    height: 0.75rem;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    margin-top: -0.25rem;
    -webkit-box-shadow: 0 1px 0.125rem 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0.125rem 0px rgba(0, 0, 0, 0.5);
}

.player-volume .amplitude-volume-slider::-moz-range-track {
    width: 6rem;
    height: 0.25rem;
}

.player-volume .amplitude-volume-slider::-moz-range-thumb {
    width: 0.75rem;
    height: 0.75rem;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    margin-top: -0.25rem;
    box-shadow: 0 1px 0.125rem 0px rgba(0, 0, 0, 0.5);
}

.player-volume .amplitude-volume-slider::-ms-fill-lower, .player-volume .amplitude-volume-slider::-ms-fill-upper {
    width: 6rem;
    height: 0.25rem;
}

.player-volume .amplitude-volume-slider::-ms-thumb {
    width: 0.75rem;
    height: 0.75rem;
    appearance: none;
    border-radius: 50%;
    margin-top: -0.25rem;
    box-shadow: 0 1px 0.125rem 0px rgba(0, 0, 0, 0.5);
}

#player[data-player=red] .player-control .btn-default:hover {
    background-color: #E72412;
    color: #ffffff !important;
}

#player[data-player=red] .player-control .btn.amplitude-playing {
    background-color: #E72412;
    color: #ffffff !important;
}

#player[data-player=red] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #E72412;
}

#player[data-player=red] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #E72412;
}

#player[data-player=red] .player-progress .player-progress__slider::-ms-thumb {
    background: #E72412;
}

#player[data-player=red] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #E72412;
}

#player[data-player=red] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #E72412;
}

#player[data-player=red] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #E72412;
}

#player[data-player=green] .player-control .btn-default:hover {
    background-color: #178037;
    color: #ffffff !important;
}

#player[data-player=green] .player-control .btn.amplitude-playing {
    background-color: #178037;
    color: #ffffff !important;
}

#player[data-player=green] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #178037;
}

#player[data-player=green] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #178037;
}

#player[data-player=green] .player-progress .player-progress__slider::-ms-thumb {
    background: #178037;
}

#player[data-player=green] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #178037;
}

#player[data-player=green] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #178037;
}

#player[data-player=green] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #178037;
}

#player[data-player=blue] .player-control .btn-default:hover {
    background-color: #196eed;
    color: #ffffff !important;
}

#player[data-player=blue] .player-control .btn.amplitude-playing {
    background-color: #196eed;
    color: #ffffff !important;
}

#player[data-player=blue] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #196eed;
}

#player[data-player=blue] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #196eed;
}

#player[data-player=blue] .player-progress .player-progress__slider::-ms-thumb {
    background: #196eed;
}

#player[data-player=blue] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #196eed;
}

#player[data-player=blue] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #196eed;
}

#player[data-player=blue] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #196eed;
}

#player[data-player=orange] .player-control .btn-default:hover {
    background-color: #f7591d;
    color: #000000 !important;
}

#player[data-player=orange] .player-control .btn.amplitude-playing {
    background-color: #f7591d;
    color: #000000 !important;
}

#player[data-player=orange] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #f7591d;
}

#player[data-player=orange] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #f7591d;
}

#player[data-player=orange] .player-progress .player-progress__slider::-ms-thumb {
    background: #f7591d;
}

#player[data-player=orange] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #f7591d;
}

#player[data-player=orange] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #f7591d;
}

#player[data-player=orange] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #f7591d;
}

#player[data-player=yellow] .player-control .btn-default:hover {
    background-color: #f3c848;
    color: #000000 !important;
}

#player[data-player=yellow] .player-control .btn.amplitude-playing {
    background-color: #f3c848;
    color: #000000 !important;
}

#player[data-player=yellow] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #f3c848;
}

#player[data-player=yellow] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #f3c848;
}

#player[data-player=yellow] .player-progress .player-progress__slider::-ms-thumb {
    background: #f3c848;
}

#player[data-player=yellow] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #f3c848;
}

#player[data-player=yellow] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #f3c848;
}

#player[data-player=yellow] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #f3c848;
}

#player[data-player=purple] .player-control .btn-default:hover {
    background-color: #ad20d4;
    color: #ffffff !important;
}

#player[data-player=purple] .player-control .btn.amplitude-playing {
    background-color: #ad20d4;
    color: #ffffff !important;
}

#player[data-player=purple] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #ad20d4;
}

#player[data-player=purple] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #ad20d4;
}

#player[data-player=purple] .player-progress .player-progress__slider::-ms-thumb {
    background: #ad20d4;
}

#player[data-player=purple] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #ad20d4;
}

#player[data-player=purple] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #ad20d4;
}

#player[data-player=purple] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #ad20d4;
}

#player[data-player=indigo] .player-control .btn-default:hover {
    background-color: #7551D8;
    color: #ffffff !important;
}

#player[data-player=indigo] .player-control .btn.amplitude-playing {
    background-color: #7551D8;
    color: #ffffff !important;
}

#player[data-player=indigo] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #7551D8;
}

#player[data-player=indigo] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #7551D8;
}

#player[data-player=indigo] .player-progress .player-progress__slider::-ms-thumb {
    background: #7551D8;
}

#player[data-player=indigo] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #7551D8;
}

#player[data-player=indigo] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #7551D8;
}

#player[data-player=indigo] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #7551D8;
}

#player[data-player=dark] .player-control .btn-default:hover {
    background-color: #151719;
    color: #ffffff !important;
}

#player[data-player=dark] .player-control .btn.amplitude-playing {
    background-color: #151719;
    color: #ffffff !important;
}

#player[data-player=dark] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #151719;
}

#player[data-player=dark] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #151719;
}

#player[data-player=dark] .player-progress .player-progress__slider::-ms-thumb {
    background: #151719;
}

#player[data-player=dark] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #151719;
}

#player[data-player=dark] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #151719;
}

#player[data-player=dark] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #151719;
}

@media (min-width: 992px) {
    #player {
        margin-left: 17.5rem;
    }

    body[data-sidebar-toggle=true] #player {
        margin-left: 4.5rem;
    }
}

@media (max-width: 575.98px) {
    #player {
        padding-right: 0;
        padding-left: 0;
    }
}

.playlist .playlist__dropdown {
    width: 25rem;
    height: 30rem;
    min-width: initial;
    max-width: calc(100vw - 2rem);
    max-height: calc(100vh - 10rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.playlist .playlist__dropdown.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.playlist .playlist__head {
    padding: 1rem 1.5rem;
}

.playlist .playlist__head .btn-link {
    line-height: 1.35;
    font-size: 0.75rem;
}

.playlist .playlist__body {
    padding: 0.5rem 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 575.98px) {
    .playlist .playlist__dropdown {
        inset: auto 0px 0px auto !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        right: -1rem !important;
        bottom: 100% !important;
    }
}

.plan,
.plan .plan__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan {
    position: relative;
    border-radius: 1rem;
}

.plan .plan__info {
    background-color: #ffffff;
    color: #000000;
    margin: -1.5rem 1.5rem 0;
    position: relative;
}

.plan .plan__data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 1rem;
}

.plan .plan__data .card {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.plan .plan__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.plan .plan__col:not(:first-child) {
    border-top: 2px solid #E4E6EF;
}

.plan .card-footer {
    border: none;
}

@media (min-width: 576px) {
    .plan .plan__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .plan .plan__col:not(:first-child) {
        border-left: 2px solid #E4E6EF;
        border-top: none;
    }

    .plan .plan__info {
        margin: -2rem 2rem 0;
        width: 100%;
    }

    .plan .plan__data {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .plan .plan__data .card-body {
        padding-top: 0;
    }

    .plan .plan__data .card-footer {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .plan {
        padding: 2rem 0 2rem 2rem;
    }

    .plan .plan__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
        position: absolute;
        top: -2rem;
        bottom: -2rem;
        left: 2rem;
        margin: 0;
    }

    .plan .plan__data {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
        padding-right: 2rem;
        padding-left: 2rem;
        margin: 0 0 0 auto;
    }
}

.auth {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth:before {
    content: "";
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    background-color: #196eed;
    opacity: 0.05;
}

.auth .auth__or {
    width: 100%;
    max-width: 15rem;
    line-height: 1;
    text-align: center;
}

.auth .auth__or:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #E4E6EF;
}

.auth .auth__or:after {
    content: "or";
    display: inline-block;
    padding: 0 0.5rem;
    text-transform: uppercase;
    top: -10px;
    position: relative;
    background-color: #ffffff;
}

@media (max-width: 575.98px) {
    .auth:before {
        width: 100%;
        height: 50vh;
    }
}

#footer {
    padding-top: 2rem;
    padding-bottom: 8rem;
    background: url(../images/background/footer.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

#footer:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(white));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, white 100%);
}

#footer > .container {
    position: relative;
}

#footer .email {
    color: #151719;
}

@media (min-width: 576px) {
    #footer {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

.app-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-btn-group .btn {
    min-width: 10.5rem;
}

.app-btn-group .btn:not(:first-child) {
    margin-left: 0.5rem;
}

@media (max-width: 479px) {
    .app-btn-group .btn {
        min-width: 15rem;
    }

    .app-btn-group .btn:not(:first-child) {
        margin-top: 0.5rem;
        margin-left: 0;
    }
}

#main_footer {
    padding-top: 4rem;
    background-color: #000;
}

#main_footer .last-footer {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 576px) {
    #main_footer {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }

    #main_footer .last-footer {
        margin-top: 6rem;
    }
}

@media (max-width: 479px) {
    #main_footer .last-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #main_footer .last-footer .social {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-top: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social a {
    color: #151719;
}

.social a:hover, .social a:focus {
    color: #196eed;
}

.social li:not(:first-child) {
    margin-left: 0.75rem;
}

#setting.show .setting__wrapper {
    right: 0;
}

#setting_toggler {
    position: fixed;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg) translate(50%, 0);
    transform: rotate(-90deg) translate(50%, 0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    letter-spacing: 1px;
    color: #57595b;
    font-weight: 600;
    font-size: 13px;
    width: 110px;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #E4E6EF;
    border-bottom: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.setting__wrapper {
    -webkit-box-shadow: 0 1px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 32px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: fixed;
    top: 50%;
    right: -400px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 380px;
    max-width: calc(100vw - 16px);
    z-index: 1000;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.setting__head {
    padding: 20px 32px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #151719;
    border-top-left-radius: 16px;
}

.setting__body {
    padding: 32px 32px 48px;
    background-color: #F5F7FA;
}

.setting__body .setting__body__item:not(:first-child) {
    margin-top: 24px;
}

.setting__title {
    display: block;
    color: #57595b;
    font-weight: 500;
    margin-bottom: 10px;
}

.setting__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.setting__option {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin: 4px;
    position: relative;
}

.setting__option.setting__option--light {
    background-color: #fff;
}

.setting__option.active:before {
    content: "";
    display: inline-block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 32px;
    border: 1px solid #196eed;
    -webkit-box-shadow: 0 1px 8px rgba(25, 110, 237, 0.5);
    box-shadow: 0 1px 8px rgba(25, 110, 237, 0.5);
}

.setting__option.setting__option--red {
    background-color: #E72412;
}

.setting__option.setting__option--green {
    background-color: #178037;
}

.setting__option.setting__option--blue {
    background-color: #196eed;
}

.setting__option.setting__option--orange {
    background-color: #f7591d;
}

.setting__option.setting__option--yellow {
    background-color: #f3c848;
}

.setting__option.setting__option--purple {
    background-color: #ad20d4;
}

.setting__option.setting__option--indigo {
    background-color: #7551D8;
}

.setting__option.setting__option--dark {
    background-color: #151719;
}

.setting__option.setting__option--dark[data-theme-option] {
    background-color: #151719;
}

body[data-theme=dark] .setting__option.setting__option--dark[data-header-option], body[data-theme=dark] .setting__option.setting__option--dark[data-player-option], body[data-theme=dark] .setting__option.setting__option--dark[data-sidebar-option] {
    background-color: #ffffff;
}

h6, .h6,
h5, .h5,
h4, .h4,
h3, .h3,
h2, .h2,
h1, .h1 {
    color: #151719;
}

.fw-medium {
    font-weight: 500;
}

.fw-semi-bold {
    font-weight: 600;
}

.text-dark {
    color: #151719 !important;
}

body[data-theme=dark] {
    background-color: #131416;
    color: #92929F;
}

body[data-theme=dark] h6, body[data-theme=dark] .h6,
body[data-theme=dark] h5, body[data-theme=dark] .h5,
body[data-theme=dark] h4, body[data-theme=dark] .h4,
body[data-theme=dark] h3, body[data-theme=dark] .h3,
body[data-theme=dark] h2, body[data-theme=dark] .h2,
body[data-theme=dark] h1, body[data-theme=dark] .h1 {
    color: #ffffff;
}

body[data-theme=dark] .bg-light {
    background-color: #1d1e22 !important;
}

body[data-theme=dark] .text-dark {
    color: #ffffff !important;
}

body[data-theme=dark] #loader {
    background-color: #131416;
}

body[data-theme=dark] .loader {
    color: #ffffff;
}

body[data-theme=dark] .social a,
body[data-theme=dark] #main_header .nav-link {
    color: #ffffff;
}

body[data-theme=dark] .social a:hover,
body[data-theme=dark] #main_header .nav-link:hover {
    color: #196eed;
}

body[data-theme=dark] #main_footer .last-footer {
    border-top-color: #000;
}

body[data-theme=dark] .auth .auth__or:before {
    background-color: #34343e;
}

body[data-theme=dark] .auth .auth__or:after {
    background-color: #1d1e22;
}

body[data-theme=dark] .section .section__subtitle {
    color: #6D6D80;
}

body[data-theme=dark] .search {
    background-color: #131416;
    color: #92929F;
    -webkit-box-shadow: 0px 1px 1rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1rem 0px rgba(0, 0, 0, 0.1);
}

body[data-theme=dark] .search .search__head {
    border-color: #202026;
}

body[data-theme=dark] #sidebar {
    background-color: #1d1e22;
}

body[data-theme=dark] #sidebar .sidebar-head .sidebar-toggler {
    color: #ffffff;
}

body[data-theme=dark] #sidebar .sidebar-body .navbar .nav-link:not(.active) {
    color: #CDCDDE;
}

body[data-theme=dark] #sidebar .sidebar-body .navbar .nav-item.nav-item--head {
    color: #5b5b6a;
}

body[data-theme=dark] .hero:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#131416), to(rgba(19, 20, 22, 0.25)));
    background-image: linear-gradient(0deg, #131416 0%, rgba(19, 20, 22, 0.25) 100%);
}

body[data-theme=dark] #footer:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 20, 22, 0.8)), to(#131416));
    background: linear-gradient(0deg, rgba(19, 20, 22, 0.8) 0%, #131416 100%);
}

body[data-theme=dark] #footer .email {
    color: #ffffff;
}

body[data-theme=dark] #player {
    color: #ffffff;
}

body[data-theme=dark] #player .player-container {
    background-color: #131416;
    -webkit-box-shadow: 0px 1px 1rem 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1rem 0px rgba(0, 0, 0, 0.5);
}

body[data-theme=dark] .player-volume .amplitude-volume-slider {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

body[data-theme=dark] .player-volume .amplitude-volume-slider::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.2);
}

body[data-theme=dark] .player-volume .amplitude-volume-slider::-moz-range-track {
    background: rgba(255, 255, 255, 0.2);
}

body[data-theme=dark] .player-volume .amplitude-volume-slider::-ms-fill-lower, body[data-theme=dark] .player-volume .amplitude-volume-slider::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.2);
}

body[data-theme=dark] .player-volume .amplitude-volume-slider::-webkit-slider-thumb {
    background: #ffffff;
}

body[data-theme=dark] .player-volume .amplitude-volume-slider::-moz-range-thumb {
    background: #ffffff;
}

body[data-theme=dark] .player-volume .amplitude-volume-slider::-ms-thumb {
    background: #ffffff;
}

body[data-theme=dark] #header[data-header=dark] .header-container {
    background-color: #ffffff;
    color: #000000;
}

body[data-theme=dark] #sidebar[data-sidebar=dark] .sidebar-body .navbar .nav-link.active {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

body[data-theme=dark] #player[data-player=dark] .player-control .btn-default:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

body[data-theme=dark] #player[data-player=dark] .player-control .btn.amplitude-playing {
    background-color: #ffffff;
    color: #000000 !important;
}

body[data-theme=dark] #player[data-player=dark] .player-progress .player-progress__slider::-webkit-slider-thumb {
    background: #ffffff;
}

body[data-theme=dark] #player[data-player=dark] .player-progress .player-progress__slider::-moz-range-thumb {
    background: #ffffff;
}

body[data-theme=dark] #player[data-player=dark] .player-progress .player-progress__slider::-ms-thumb {
    background: #ffffff;
}

body[data-theme=dark] #player[data-player=dark] .player-progress .player-progress__bar[value]::-webkit-progress-bar {
    background: #ffffff;
}

body[data-theme=dark] #player[data-player=dark] .player-progress .player-progress__bar[value]::-webkit-progress-value {
    background: #ffffff;
}

body[data-theme=dark] #player[data-player=dark] .player-progress .player-progress__bar[value]::-moz-progress-bar {
    background: #ffffff;
}

body[data-theme=dark] .btn-default {
    background-color: #1d1e22;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0.2rem 0.325rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.2rem 0.325rem;
    color: #ffffff !important;
}

body[data-theme=dark] .card {
    background-color: #1d1e22;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1.5rem;
}

body[data-theme=dark] .card .card-header, body[data-theme=dark] .card .card-footer {
    border-color: #34343e;
}

body[data-theme=dark] .form-select, body[data-theme=dark] .form-control {
    background-color: #1d1e22;
    border-color: #34343e;
    color: #92929F;
}

body[data-theme=dark] .form-control::-webkit-file-upload-button {
    background-color: #34343e;
    color: #92929F;
}

body[data-theme=dark] .form-control::file-selector-button {
    background-color: #34343e;
    color: #92929F;
}

body[data-theme=dark] .dropdown-menu {
    -webkit-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.5);
    background-color: #131416;
    color: #92929F;
}

body[data-theme=dark] .dropdown-menu .dropdown-item {
    color: #92929F;
}

body[data-theme=dark] .dropdown-menu .dropdown-item:hover, body[data-theme=dark] .dropdown-menu .dropdown-item:focus {
    background-color: #1d1e22;
}

body[data-theme=dark] .dropdown-menu .dropdown-item.active, body[data-theme=dark] .dropdown-menu .dropdown-item:active {
    background-color: #202026;
    color: #CDCDDE;
}

body[data-theme=dark] .dropdown-menu .dropdown-divider {
    border-color: #202026;
}

body[data-theme=dark] .dropzone {
    border-color: #34343e;
}

body[data-theme=dark] .input-group-text {
    background-color: #34343e;
    border-color: #34343e;
    color: #92929F;
}

body[data-theme=dark] .modal-content {
    background-color: #131416;
}

body[data-theme=dark] .modal-header,
body[data-theme=dark] .modal-footer {
    border-color: #202026;
}

body[data-theme=dark] .nav-tabs {
    border-color: #202026;
}

body[data-theme=dark] .nav-tabs .nav-link:not(.active) {
    color: #CDCDDE;
}

body[data-theme=dark] .page-link {
    color: #ffffff;
}

body[data-theme=dark] .page-link:hover, body[data-theme=dark] .page-link:focus {
    background-color: #202026;
    color: #ffffff;
}

body[data-theme=dark] .progress {
    background-color: #34343e;
}

body[data-theme=dark] .ps.ps--active-x > .ps__rail-x, body[data-theme=dark] .ps.ps--active-y > .ps__rail-y {
    background-color: #34343e;
}

body[data-theme=dark] .ps .ps__rail-x, body[data-theme=dark] .ps .ps__rail-x:hover, body[data-theme=dark] .ps .ps__rail-x:focus,
body[data-theme=dark] .ps .ps__rail-y,
body[data-theme=dark] .ps .ps__rail-y:hover,
body[data-theme=dark] .ps .ps__rail-y:focus {
    background-color: rgba(71, 71, 97, 0.15);
}

body[data-theme=dark] .ps .ps__rail-x.ps--clicking,
body[data-theme=dark] .ps .ps__rail-y.ps--clicking {
    background-color: rgba(71, 71, 97, 0.15);
}

body[data-theme=dark] .ps .ps__rail-y:hover > .ps__thumb-y, body[data-theme=dark] .ps .ps__rail-y:focus > .ps__thumb-y {
    background-color: #474761;
}

body[data-theme=dark] .ps .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #474761;
}

body[data-theme=dark] .ps .ps__rail-x:hover > .ps__thumb-x, body[data-theme=dark] .ps .ps__rail-x:focus > .ps__thumb-x {
    background-color: #474761;
}

body[data-theme=dark] .ps .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #474761;
}

body[data-theme=dark] .ps .ps__thumb-y,
body[data-theme=dark] .ps .ps__thumb-x {
    background-color: #474761;
}

body[data-theme=dark] .avatar .avatar__title {
    color: #cdcdde;
}

body[data-theme=dark] .avatar .avatar__subtitle {
    color: #6D6D80;
}

body[data-theme=dark] .cover .cover__title {
    color: #ffffff;
}

body[data-theme=dark] .cover .cover__subtitle {
    color: #5b5b6a;
    font-weight: 600;
}

body[data-theme=dark] .list .list__item:hover {
    background-color: #1d1e22;
}

body[data-theme=dark] .list .list__title {
    color: #ffffff;
}

body[data-theme=dark] .list .list__subtitle {
    color: #5b5b6a;
    font-weight: 600;
}

body[data-theme=dark] .plan .plan__info {
    background-color: #34343e;
    color: #ffffff;
}

body[data-theme=dark] .plan .plan__col {
    border-color: #34343e;
}

.dropdown-menu[data-bs-popper] {
    left: 410px !important;
}

.navbar {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.25rem;
}




/*top-banner*/
/*.top-banner-pre-title {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 2.8rem;*/
/*    color: #000;*/
/*}*/

/*.top-banner-title {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 72px;*/
/*    line-height: 82px;*/
/*    margin-left: 1rem;*/
/*    letter-spacing: -0.2rem;*/
/*    text-transform: uppercase;*/
/*}*/

/*.top-banner-content-1 {*/
/*    margin-top: 25px;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 500;*/
/*    font-size: 35px;*/
/*    margin-left: 1rem;*/
/*    line-height: 40px;*/
/*    letter-spacing: -0.05rem;*/
/*}*/

/*.top-banner-end-text {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 24px;*/
/*    line-height: 24px;*/
/*    text-align: left;*/
/*}*/

/*end banner*/

/*end index/about*/


/*start not found*/
/*.not-found-preset-text {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 72px;*/
/*    line-height: 82px;*/
/*    margin-top: 100px;*/
/*    margin-bottom: 60px !important;*/
/*    letter-spacing: -0.2rem;*/

/*}*/

/*.not-found-preset-text-2 {*/
/*    margin-top: 25px;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 30px;*/
/*    line-height: 50px;*/
/*}*/


/*.btn-404 {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-weight: 700;*/
/*    background-color: #3E85EE !important;*/
/*    font-size: 20px;*/
/*    border: 0 !important;*/
/*    padding: 13px 35px 13px 35px;*/
/*    border-radius: 30px;*/
/*}*/

/*.btn-404 > i {*/
/*    margin-left: 10px;*/
/*    font-weight: 500;*/
/*}*/

/*end not found*/

/*start index*/


/*.btn-home {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-weight: 700;*/
/*    background-color: #3E85EE !important;*/
/*    font-size: 20px;*/
/*    border: 0 !important;*/
/*    padding: 13px 29px 13px 29px;*/
/*    border-radius: 30px;*/
/*}*/

/*@media only screen and (max-width: 540px) {*/
/*    .button-wrapper {*/
/*        margin: auto; */
/*        display: flex; */
/*        justify-content: center;*/
/*    }*/

/*    .stoimg2 {*/
/*        display: none !important;*/
/*    }*/

/*    .no-padding-right-on-mobile {*/
/*        padding-right: 0 !important;*/
/*    }*/

/*    .carousel-control-prev {*/
/*        display: none !important;*/
/*    }*/

/*    .carousel-control-next {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*.btn-block {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-weight: 700;*/
/*    !* background-color: transparent !important; *!*/
/*    background-color: #3e85ee;*/
/*    font-size: 20px;*/
/*    border: 2px #3E85EE solid !important;*/
/*    padding: 11px 25px 11px 25px;*/
/*    border-radius: 30px;*/
/*}*/

/*end index*/


.contp {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}


.slider-inner {
    position: absolute;
    top: 1em;
    right: 1em;
    margin-top: 3px;
    margin-right: 40px;
}

.contp-slider {
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
}



/*start index/about/faq*/
/*.btn-join {*/

/*    font-family: 'Open Sans', sans-serif;*/
/*    font-weight: 700;*/
/*    background-color: #3E85EE !important;*/
/*    font-size: 20px;*/
/*    border: 0 !important;*/
/*    padding: 13px 45px 13px 45px;*/
/*    border-radius: 30px;*/
/*}*/

/*.btn-home > i, .btn-block > i, .btn-join > i {*/
/*    margin-left: 10px;*/
/*    font-weight: 500;*/
/*}*/
/*end index/about/faq*/


/*start plan*/

/*.top-plan-banner {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    margin-top: -96px;*/
/*    z-index: 1;*/
/*}*/

/*.top-plan-banner__background {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    background-blend-mode: overlay;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*}*/

/*.top-plan-banner__content {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 75px;*/
/*    line-height: 110px;*/
/*    margin-left: 5rem;*/
/*    margin-top: 156px;*/
/*    margin-bottom: 205px;*/
/*    letter-spacing: -0.2rem;*/
/*    text-transform: uppercase;*/
/*    color: white;*/
/*}*/

/*end plan */



h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    margin-left: 1rem;
    letter-spacing: -0.2rem;
}


/*not used*/
.btn-blk {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background-color: #161616 !important;
    font-size: 24px;
    border-radius: 0 !important;
    border: 0 !important;
    text-transform: uppercase;
    padding: 15px 25px 15px 25px;
}

.btn-whi {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background-color: white !important;
    color: #161616;
    font-size: 24px;
    border-radius: 0 !important;
    border: 0 !important;
    text-transform: uppercase;
    padding: 15px 25px 15px 25px;
}


.btn-whi:hover {
    color: #000;
}

/*end not used*/


.slide-bg {
    /*background-image: url("../images/background/sphere-slide.jpg");*/
    background-image: url("../images/background/sphere-slide-new.jpg");
    /* Full height */
    height: 100%;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.stoimg {
    max-width: 100%;
    height: auto;
}



.title3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: -0.2rem;
}

.title3-about {
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: -0.2rem;
    width: 90%;
    margin-left: 5rem;
}

.title4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: -0.2rem;
}

.title5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: -0.2rem;
    width: 80%;
}

.title-mobile {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    /*line-height: 65px;*/
    text-transform: uppercase;
    letter-spacing: -0.2rem;
}


.slider-title {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;

}

.contp-block {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}

.contp-slider {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.carousel-control-prev-icon {
    background-image: url("../images/slider/prev-arrow.png") !important;
}

.carousel-control-next-icon {
    background-image: url("../images/slider/next-arrow.png") !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px !important;
    height: 32px !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.slider-pagination {
    color: #C4CDD5 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

/*start about*/

.contp-abot-bs {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.contp-abot-bs-big {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

/*end about*/



.page-link {
    color: #C4CDD5 !important;
}


.t-blk a {
    color: #212B36 !important;
}

li > .active {
    color: #509BF5 !important;
}

.page-link > span > i {
    font-size: 1.25rem !important;
}

.dark-bg {
    background-color: #161616;
}


/*utilities*/
.accordion-button {
    padding-left: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    color: #000 !important;
    margin-left: 0 !important;
}

.accordion-header {
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 30px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #FFF !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0) !important;
}

.accordion-body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px;
    padding-top: 0.5rem;
    padding-bottom: 3rem;
}

.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.99) !important;
}

.accordion-button::after {
    background-image: url("../images/icons/Arrow-Bottom.png") !important;
    width: 24px !important;
    height: 24px !important;
}
/*end utilities*/

/*to be object and refactored*/
/*.guitar-bg-home {*/
/*    background-image: url("../images/background/guitar-home.jpg");*/
/*    !* Full height *!*/
/*    height: 100%;*/
/*    min-height: 630px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/


/*.guitar-bg-faq {*/
/*    background-image: url("../images/background/guitar-home.jpg");*/
/*    !* Full height *!*/
/*    height: 100%;*/
/*    min-height: 630px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/
/*end */


/*start faq */
.banner-faq {
    background-image: url("../images/FAQ/FAQ-banner.png");
    height: 100%;
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*end faq*/




.bg-ekr > h5 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 43px !important;
    color: #000000;
    margin-top: 10px;
}

.bg-ekr > p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #000000;
    text-align: left;
}

h5 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 33px !important;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
}


/*start footer*/
.footHelp {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 17px !important;
    text-align: left;
}

.footLi, .footLi a {
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    text-align: left;
    color: #fff;

}

.footLi li {
    padding-bottom: 10px;
}

.max250 {
    padding-left: 50px;
    padding-right: 50px;
}

.footer-mobile-main {
    display: none !important;
}

.non-carousel {
    display: none !important;
}

@media only screen and (max-width: 540px) {
    .mobile-footer {
        display: flex;
        padding: 0;
    }

    .mobile-footer-logo {
        margin-bottom: 3rem;
    }

    .footer-desktop-main {
        display: none !important;
    }

    .footer-mobile-main {
        background-color: red;
        display: block !important;
    }

    .carousel {
        display: none !important;
    }

    .non-carousel {
        display: block !important;
    }

    .mobile-margin-bottom {
        margin-bottom: 0 !important;
    }

    .stoimg3 {
        display: flex;
        justify-content: center;
    }

    .stoimg3 img {
        max-width: 90%;
    }

    .mobile-text-guitar {
        padding-top: 0 !important;
    }

    .mobile-text-guitar h3 {
        font-size: 45px !important;
        font-weight: 700 !important;
        line-height: 55px !important;
        letter-spacing: -0.02em !important;
        text-align: left !important;
        width: 90%;
    }

    .mobile-text-guitar p {
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
        letter-spacing: 0em !important;
        text-align: left !important;
        width: 80%;
    }
}


.ml11 {
    margin-left: 11px;
}


/* end footer */
.about32 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 32px;
    text-align: left;
}


.max1090 {
    max-width: 1090px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.max1190 {
    max-width: 1190px;
    text-align: center;
    margin: 0 auto;
    display: block;
}


.circle {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    color: #222;
    text-align: center;
    max-width: 320px;
    height: 320x;
}

.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #55A891;
    border: 20px solid rgba(0, 0, 0, 0.1);
    content: "";
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__content {
    display: table-cell;
    padding: 1em;
    vertical-align: middle;
}

@media (min-width: 480px) {
    .circle__content {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    .circle__content {
        font-size: 4em;
    }
}

.circle-green {
    background-image: url("../images/about/creen-circ.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 320px;
    height: 320px;
    margin: 0 auto;
    display: block;
}

.heading-cirl {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 80px;
    padding-top: 80px;
    color: #fff;
    margin: 0;
}

.sub-heading-cirl {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    margin-top: -20px;
    text-align: center;
}

.circle-blue {
    background-image: url("../images/about/blue-circ.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 320px;
    height: 320px;
    margin: 0 auto;
    display: block;
}

.circle-gb {
    background-image: url("../images/about/gb-circ.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 320px;
    height: 320px;
    margin: 0 auto;
    display: block;
}

.bg-ekr {
    /*background-image: url("../images/about/bg-how-it-w.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 950px;
    height: auto;
    min-height: 442px;
    margin: 0 auto;
    display: block;
    padding: 30px 60px 30px 60px;
}



.guitar-bg-about {
    background-image: url("../images/about/guitar-bg.jpg");
    /* Full height */
    height: 100%;
    min-height: 630px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    color: #000000 !important;
}
/*end about page */

.text-primary {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 55px !important;
    color: #000000 !important;
}


/*start plan page*/
/*.union {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    margin-right: 9px;*/
/*}*/

/*.plan__benefits {*/
/*    margin-top: 2rem;*/
/*    margin-bottom: 5rem;*/
/*    text-align: left;*/
/*}*/

/*.normal__text {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-size: 22px;*/
/*    font-weight: bold;*/
/*    margin-top: -4px*/
/*}*/

/*.small__text {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*}*/


/*.warning__text {*/
/*    font-family: Roboto;*/
/*    margin: auto;*/
/*    font-weight: bold;*/
/*    font-size: 22px;*/
/*    text-align: center;*/
/*    width: 50%;*/
/*}*/

/*.single-pricing {*/
/*    min-height: 590px;*/
/*}*/

/*.pricing_design {*/
/*    position: relative;*/
/*    margin: 0px 15px;*/
/*    text-align: center;*/
/*}*/

/*.pricing_design .single-pricing {*/
/*    padding: 60px 40px;*/
/*    border-radius: 30px;*/
/*    box-shadow: 0px 0px 10px 1px rgba(15, 21, 18, 0.26);*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.pricing_design .single-pricing:before {*/
/*    content: "";*/
/*    background-color: #fff;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 18px 18px 18px 18px;*/
/*    border: 1px solid #eee;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*}*/

/*.price-head h2 {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-size: 36px !important;*/
/*    margin: 0;*/
/*    text-transform: none;*/
/*    letter-spacing: 0;*/
/*}*/

/*.price_btn {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    background: #509bf5;*/
/*    background-color: #3E85EE !important;*/
/*    text-transform: uppercase;*/
/*    font-size: 24px;*/
/*    border-radius: 30px !important;*/
/*    border: 0 !important;*/
/*    padding: 10px 40px;*/
/*    color: #fff;*/
/*    display: inline-block;*/
/*    border-radius: 2px;*/
/*    -webkit-transition: 0.3s;*/
/*    transition: 0.3s;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: 40px;*/
/*}*/

/*.price_btn:hover {*/
/*    color: #fff;*/
/*}*/

/*.section-title h2 {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 75px;*/
/*    text-align: center;*/
/*    letter-spacing: -0.2rem;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 60px;*/
/*}*/
/*end plan page*/

/*start sign in*/
/*.image-main {*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    display: flex;*/
/*    max-width: 100%;*/
/*    height: 89vh !important;*/
/*    z-index: -1;*/
/*}*/

/*.image-main img {*/
/*    width: fit-content;*/
/*}*/

/*.image-logo {*/
/*    position: absolute;*/
/*    margin-top: 2%;*/
/*    margin-left: 80%;*/
/*}*/

/*.contents {*/
/*    display: inline-flex;*/
/*    width: 652px;*/
/*}*/

/*.half {*/
/*    margin-bottom: -25px;*/
/*}*/

/*.form-control-sign {*/
/*    display: block;*/
/*    width: 80%;*/
/*    margin-left: 60px;*/
/*    padding: 0.4375rem 0.9375rem;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.45;*/
/*    color: #57595b;*/
/*    background-color: #ffffff;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    border-bottom: 1px solid #000000;*/
/*    outline: none;*/
/*    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;*/
/*    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;*/
/*    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;*/
/*}*/

/*.center-big {*/
/*    margin-left: 80px !important;*/
/*}*/

/*.center-small {*/
/*    margin-left: 60px !important;*/
/*}*/

/*.form-control-sign:focus {*/
/*    border-bottom: 2px solid #000000;*/

/*}*/

/*.bnt-sign {*/
/*    background-color: #000000;*/
/*    width: 25rem;*/
/*    color: #ffffff;*/
/*    margin: auto;*/
/*    border-radius: 50px;*/
/*    font-weight: bold;*/
/*    padding: 12px;*/
/*}*/

/*.bnt-sign:hover {*/
/*    color: #ffffff;*/
/*}*/

/*.alternative-sing {*/
/*    display: grid;*/
/*    justify-content: center;*/
/*}*/

/*.alternative-sing a {*/
/*    justify-content: center;*/
/*    padding: 12px;*/
/*    width: 25rem;*/
/*    border-radius: 50px;*/
/*    font-weight: bold;*/
/*}*/

/*.alternative-sing a span {*/
/*    margin-left: -15px !important;*/
/*    font-size: 15px;*/
/*}*/

/*.alternative-sing i {*/
/*    position: relative;*/
/*    right: 100px;*/
/*}*/

/*.alternative-sing-facebook i {*/
/*    margin-left: 15px;*/
/*}*/

/*.alternative-text {*/
/*    text-align: center;*/
/*}*/

/*.underline-sing {*/
/*    color: #060606 !important;*/
/*    text-decoration: underline;*/
/*}*/

/*.check-agree label {*/
/*    font-weight: bold;*/
/*}*/

/*.show-password {*/
/*    float: right;*/
/*    margin-top: -30px;*/
/*    margin-right: 70px;*/
/*}*/

/*.show-password:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.text-primary-sign {*/
/*    font-weight: 700 !important;*/
/*    font-size: 40px !important;*/
/*    letter-spacing: 1px;*/
/*}*/

/*end sign in*/

/* start plan price media query */
/*@media only screen and (max-width: 1550px) {*/
/*    .single-pricing {*/
/*        height: 100px;*/
/*    }*/

/*    .price-head h2 {*/
/*        font-family: 'Montserrat', sans-serif;*/
/*        font-size: 26px !important;*/
/*        margin: 0;*/
/*        text-transform: none;*/
/*        letter-spacing: 0;*/
/*    }*/

/*    .price-head img {*/
/*        width: 150px;*/
/*    }*/

/*    .normal__text {*/
/*        font-family: 'Roboto', sans-serif;*/
/*        font-size: 18px;*/
/*        font-weight: bold;*/
/*    }*/

/*    .small__text {*/
/*        font-size: 14px;*/
/*        font-weight: bold;*/
/*    }*/

/*    .price_btn {*/
/*        font-size: 20px;*/
/*        padding: 10px 40px;*/
/*        color: #fff;*/
/*        display: inline-block;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        margin: 20px;*/
/*    }*/

/*}*/

/*@media only screen and (max-width: 1399px) {*/
/*    .pricing_design {*/
/*        height: 100%;*/
/*    }*/

/*    .single-pricing {*/
/*        height: 100px;*/
/*    }*/

/*    .price-head h2 {*/
/*        font-family: 'Montserrat', sans-serif;*/
/*        font-size: 20px !important;*/
/*        margin: 0;*/
/*        text-transform: none;*/
/*        letter-spacing: 0;*/
/*    }*/

/*    .price-head img {*/
/*        width: 120px;*/
/*    }*/

/*    .union {*/
/*        width: 10px;*/
/*        height: 10px;*/
/*        margin-right: 9px;*/
/*    }*/

/*    .normal__text {*/
/*        font-size: 15px;*/
/*        font-weight: bold;*/
/*        margin-top: 0;*/
/*    }*/

/*    .small__text {*/
/*        font-size: 10px;*/
/*        font-weight: bold;*/
/*    }*/

/*    .price_btn {*/
/*        font-size: 12px;*/
/*        padding: 10px 40px;*/
/*        color: #fff;*/
/*        display: inline-block;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        margin: 20px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1200px) {*/
/*    .single-pricing {*/
/*        height: 100px;*/
/*    }*/

/*    .price-head h2 {*/
/*        font-family: 'Montserrat', sans-serif;*/
/*        font-size: 20px !important;*/
/*        margin: 0;*/
/*        text-transform: none;*/
/*        letter-spacing: 0;*/
/*    }*/

/*    .price-head img {*/
/*        width: 100px;*/
/*    }*/

/*    .normal__text {*/
/*        font-size: 10px;*/
/*        font-weight: bold;*/
/*        margin-left: 4px;*/
/*        margin-top: 2px;*/
/*    }*/

/*    .small__text {*/
/*        font-size: 8px;*/
/*        font-weight: bold;*/
/*        margin-left: 4px;*/
/*    }*/

/*    .price_btn {*/
/*        font-size: 10px;*/
/*        padding: 10px 40px;*/
/*        color: #fff;*/
/*        display: inline-block;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        margin: 20px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1100px) {*/
/*    .price-head h2 {*/
/*        font-family: 'Montserrat', sans-serif;*/
/*        font-size: 20px !important;*/
/*        margin: 0;*/
/*        text-transform: none;*/
/*        letter-spacing: 0;*/
/*    }*/

/*    .price-head img {*/
/*        width: 100px;*/
/*    }*/

/*    .normal__text {*/
/*        font-size: 14px;*/
/*        font-weight: bold;*/
/*    }*/

/*    .small__text {*/
/*        font-size: 10px;*/
/*        font-weight: bold;*/
/*        margin-left: 0;*/
/*    }*/

/*    .price_btn {*/
/*        font-size: 14px;*/
/*        padding: 10px 20px;*/
/*        color: #fff;*/
/*        display: inline-block;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        margin: 20px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 990px) {*/
/*    .single-pricing {*/
/*        height: 100px;*/
/*        margin-top: 20px;*/
/*    }*/

/*    .price-head h2 {*/
/*        font-family: 'Montserrat', sans-serif;*/
/*        font-size: 26px !important;*/
/*        margin: 0;*/
/*        text-transform: none;*/
/*        letter-spacing: 0;*/
/*    }*/

/*    .price-head img {*/
/*        width: 150px;*/
/*    }*/

/*    .normal__text {*/
/*        font-size: 18px;*/
/*        font-weight: bold;*/
/*    }*/

/*    .small__text {*/
/*        font-size: 14px;*/
/*        font-weight: bold;*/
/*        margin-left: 0;*/
/*    }*/

/*    .price_btn {*/
/*        font-size: 16px;*/
/*        padding: 10px 40px;*/
/*        color: #fff;*/
/*        display: inline-block;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        margin: 40px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 770px) {*/
/*    .single-pricing {*/
/*        height: 80px;*/
/*    }*/

/*    .price-head h2 {*/
/*        font-family: 'Montserrat', sans-serif;*/
/*        font-size: 26px !important;*/
/*        margin: 0;*/
/*        text-transform: none;*/
/*        letter-spacing: 0;*/
/*    }*/

/*    .price-head img {*/
/*        width: 150px;*/
/*    }*/

/*    .normal__text {*/
/*        font-size: 18px;*/
/*        font-weight: bold;*/
/*        margin-left: -17px;*/
/*        margin-top: -2px;*/
/*    }*/

/*    .small__text {*/
/*        font-size: 14px;*/
/*        font-weight: bold;*/
/*        margin-top: -2px;*/
/*        margin-left: -17px;;*/
/*    }*/

/*    .price_btn {*/
/*        font-size: 16px;*/
/*        padding: 10px 40px;*/
/*        color: #fff;*/
/*        display: inline-block;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        margin: 20px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 580px) {*/
/*    .single-pricing {*/
/*        margin: auto;*/
/*        margin-bottom: 25px;*/
/*        height: 100px;*/
/*        width: 300px;*/
/*    }*/

/*    .price-head h2 {*/
/*        font-family: 'Montserrat', sans-serif;*/
/*        font-size: 26px !important;*/
/*        margin: 0;*/
/*        text-transform: none;*/
/*        letter-spacing: 0;*/
/*    }*/

/*    .price-head img {*/
/*        width: 150px;*/
/*    }*/

/*    .normal__text {*/
/*        font-size: 18px;*/
/*        font-weight: bold;*/
/*        margin-left: 1px;*/
/*    }*/

/*    .small__text {*/
/*        font-size: 12px;*/
/*        margin-left: 1px;*/
/*        font-weight: bold;*/
/*    }*/

/*    .price_btn {*/
/*        font-size: 10px;*/
/*        padding: 10px 40px;*/
/*        color: #fff;*/
/*        display: inline-block;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        margin: 20px;*/
/*    }*/
/*}*/

/* end plan price media query */

.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
}

.policy a {
    font-size: 14px;
    line-height: 33px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}

.copyright {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 35px;
}

.bg-f5 {
    background-color: #F5F3E4;
}


.not-full-length {
    width: 100%;
    margin: 0.9em 0em;
}

.not-full-length hr {
    margin: auto;
    width: 94%;
}


/*start checkout page*/
/*#cvc {*/
/*    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.575), rgba(255, 255, 255, 0.541)), url("../images/checkout/circle-question-solid.svg");*/
/*    background-size: 20px 20px;*/
/*    background-repeat: no-repeat;*/
/*    background-position-x: 95%;*/
/*    background-position-y: center;*/
/*}*/

/*#postal {*/
/*    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.575), rgba(255, 255, 255, 0.541)), url("../images/checkout/dots-checkout-mini.png");*/
/*    background-size: 20px 20px;*/
/*    background-repeat: no-repeat;*/
/*    background-position-x: 90%;*/
/*    background-position-y: center;*/
/*}*/

/*#number {*/
/*    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.575), rgba(255, 255, 255, 0.541)), url("../images/checkout/dots-checkout.png");*/
/*    background-size: 15px 15px;*/
/*    background-repeat: no-repeat;*/
/*    background-position-x: 97%;*/
/*    background-position-y: center;*/
/*}*/

/*.checkout-labels {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    display: block;*/
/*    margin-left: 2rem;*/
/*}*/

/*.checkout-labels-2 {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    display: block;*/
/*    margin-left: 1rem;*/
/*}*/


/*.checkout-bold {*/
/*    font-family: Montserrat, sans-serif !important;*/
/*    font-weight: bold;*/
/*    font-size: 20px !important;*/
/*}*/

/*.radio {*/
/*    font-size: 1.5rem;*/
/*    font-weight: bold;*/
/*}*/

/*.checkout-labels input {*/
/*    margin-right: 1rem;*/
/*    border-radius: 1px !important;*/
/*    size: 3rem;*/
/*}*/

/*.checkout-labels input[type='radio'] {*/
/*    transform: scale(1.5);*/
/*    color: #000;*/
/*    accent-color: #000;*/
/*}*/

/*.checkout-labels-card {*/
/*    margin-left: 4rem;*/
/*    width: 82%;*/
/*    border-radius: 1px;*/
/*}*/

/*.card-prop {*/
/*    margin-left: 1.2rem;*/
/*}*/

/*.card-prop input {*/
/*    width: 110%;*/
/*}*/

/*.checkout-border {*/
/*    border: lightgrey solid 1px;*/
/*    border-radius: 5px;*/
/*}*/

/*.btn-checkout {*/
/*    font-family: 'Monserrat', sans-serif;*/
/*    background-color: #F0F0F0 !important;*/
/*    text-transform: uppercase;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    border-radius: 30px !important;*/
/*    border: 0 !important;*/
/*    padding: 15px 156px;*/
/*    color: #ababb1;*/
/*    border-radius: 2px;*/
/*    -webkit-transition: 0.3s;*/
/*    transition: 0.3s;*/
/*}*/


/*@media only screen and (max-width: 1400px) {*/
/*    .btn-checkout {*/
/*        padding: 10px 120px;*/
/*        margin-top: -2px !important;*/
/*    }*/

/*    .checkout-plan {*/
/*        margin-left: 15px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1199px) {*/

/*    .container-checkout {*/
/*        max-width: 1080px;*/
/*    }*/

/*    .row {*/
/*        --bs-gutter-x: 1.5rem;*/
/*        --bs-gutter-y: 0;*/
/*        display: -webkit-box;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*        -ms-flex-wrap: wrap;*/
/*        flex-wrap: wrap;*/
/*        margin-top: calc(-1 * var(--bs-gutter-y));*/
/*        margin-right: calc(-0.5 * var(--bs-gutter-x));*/
/*        margin-left: calc(-0.5 * var(--bs-gutter-x));*/
/*    }*/

/*    .checkout-plan {*/
/*        text-align: right;*/
/*        margin-left: 30px;*/
/*        font-size: 15px !important;*/
/*    }*/

/*    .checkout-bold {*/
/*        font-size: 15px !important;*/
/*    }*/

/*    .btn-checkout {*/
/*        padding: 2px 50px;*/
/*        font-size: 15px;*/
/*        margin-top: -7px !important;*/
/*    }*/

/*    .checkout-labels-card {*/
/*        width: 75%;*/
/*    }*/

/*    .card-prop .checkout-labels {*/
/*        margin: 0;*/
/*    }*/

/*    .card-prop input {*/
/*        margin-left: 64px;*/
/*        width: 110%;*/
/*    }*/

/*    #number {*/
/*        background-image: none;*/
/*    }*/

/*    #postal {*/
/*        background-image: none;*/
/*    }*/

/*    #cvc {*/
/*        background-image: none;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1074px) {*/
/*    .btn-checkout {*/
/*        padding: 2px 40px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .checkout-plan {*/
/*        text-align: left;*/
/*        margin-left: -60px;*/
/*        font-size: 20px;*/
/*    }*/

/*    .btn-checkout {*/
/*        padding: 10px 120px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 787px) {*/
/*    .checkout-plan {*/
/*        margin-left: -30px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 650px) {*/
/*    .checkout-plan {*/
/*        margin-left: 0px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 575px) {*/
/*    .checkout-plan {*/
/*        margin-left: 30px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 425px) {*/
/*    .checkout-plan {*/
/*        margin-left: 50px;*/
/*    }*/
/*}*/

/*.btn-checkout-enabled {*/
/*    font-family: 'Monserrat', sans-serif;*/
/*    background-color: #3E85EE !important;*/
/*    text-transform: uppercase;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    border-radius: 30px !important;*/
/*    border: 0 !important;*/
/*    padding: 10px 156px;*/
/*    color: #509bf5;*/
/*    border-radius: 2px;*/
/*    -webkit-transition: 0.3s;*/
/*    transition: 0.3s;*/
/*}*/

/*.arrow {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin-top: 5px;*/
/*    margin-left: 5px;*/
/*}*/


/*@media only screen and (max-width: 575px) {*/

/*    .checkout-labels {*/
/*        margin-left: 1em;*/
/*    }*/

/*    .checkout-labels-2 {*/
/*        margin: 0 auto;*/

/*    }*/

/*    .checkout-labels-2 input {*/
/*        width: 100%;*/

/*    }*/

/*    .checkout-labels-card {*/
/*        margin: 0 auto;*/
/*        width: 100%;*/
/*    }*/

/*    .card-prop div {*/
/*        width: 100%;*/
/*    }*/

/*    .card-prop input {*/
/*        width: 75%!important;*/
/*    }*/

/*}*/
/*end checkout page*/
