.col__left {
    background: url("../images/bg-briefco.jpg") center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 50vw;
    height: 100vh;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    background-size: cover;
}

@media (max-width: 991px) {
    .col__left {
        width: 100%;
        height: auto;
        position: relative;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .col__left {
        min-height: 40vh;
        height: 50vh;
        clip-path: none;
    }
}

.col__left .hash-tag {
    margin-top: 43px;
}

@media (max-width: 991px) {
    .col__left .hash-tag {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .col__left .hashtag__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.scroll__line {
    display: none;
}

.logo__right-container {
    padding: 20px 0 0;
    text-align: center;
}

.logo__right-container .site-sologan {
    padding-top: 15px;
}

.logo__right-container p {
    font-size: 1.125rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .scroll__line {
        display: inline-block;
        margin-top: 2.125rem;
        height: 2.875rem;
        width: 1px;
        background-color: #082e56;
    }
}

.form-info {
    text-align: center;
}

.col__right {
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .col__right {
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .col__right {
        padding-top: 120px;
    }
}

.terms-and-privacy-policy ul.list-inline {
    justify-content: center;
    padding: 0;
}

.terms-and-privacy-policy ul.list-inline li {
    margin: 0 15px;
}

.col__right-inner {
    padding: 0 100px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.col__right-inner .copyright {
    margin-top: auto;
}

@media (max-width: 1199px) {
    .col__right-inner {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .col__right-inner {
        padding: 0 20px;
    }
}

.logo__left-container {
    padding: 20px;
    max-height: 100%;
    text-align: center;
    width: 30vw;
    margin-right: 10vw;
    height: 80vh;
    border: 10px solid #000;
    position: relative;
    margin-top: 5vw;
}

.logo__left-container:after {
    padding: 0;
    margin-right: 100px;
    border: 35px solid rgb(8 46 86 / 0.8);
    content: "";
    margin-top: 10px;
    display: inline-block;
    width: 150px;
    height: 150px;
    position: absolute;
    right: -180px;
    top: -80px;
}

.logo__left-image {
    max-width: 100%;
    max-height: calc(100vh - 30px);
}

@media (max-width: 1199px) and(min-width: 992px) {
    .logo__left-image {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .logo__left-image {
        max-width: 94%;
    }
}

@media (max-height: 568px) and(max-width: 991px) {
    .logo__left-image {
        max-height: calc(38vh - 30px);
    }
}

.logo__right-link {
    display: inline-block;
}

.logo__right-link img {
    width: 100%;
}

@media (max-width: 991px) {
    .logo__right-link {
        display: none;
    }
}

.main-content {
    margin-top: 6.1875rem;
    /* margin-bottom: 2.5rem */
    margin-bottom: 100px;
}

.main-content p {
    color: rgba(1, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .main-content {
        margin-bottom: 3.3125rem;
    }
}

@media (max-width: 991px) {
    .main-content {
        margin-top: 0;
    }
}

.social-block__title {
    font-size: 0.875rem;
    color: rgba(1, 0, 0, 0.6);
    margin-bottom: 2.125rem;
}

.social-block + .copyright {
    margin-top: 4.4375rem;
}

.layout__smaller .main-content {
    margin-top: 2.375rem;
}

@media (min-width: 992px) {
    .layout__smaller .logo__left-image {
        width: 300px;
    }

    .layout__smaller .col-left-main {
        flex-basis: 360px;
        width: 360px;
        max-width: 360px;
    }

    .layout__smaller .col__left {
        flex-basis: 360px;
        width: 360px;
    }

    .layout__smaller .col-right-main {
        flex-basis: calc(100% - 360px);
        width: calc(100% - 360px);
        max-width: calc(100% - 360px);
    }

    .layout__smaller .hashtag__wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 3.125rem;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .layout__smaller .scroll__line {
        display: none;
    }

    .layout__smaller .col__left .hashtag__wrap {
        bottom: 40px;
    }

    .layout__smaller .col__right {
        padding-top: 20px;
    }

    .layout__smaller .form-info,
    .layout__smaller .main-content {
        margin-top: 0;
    }

    .layout__smaller .main-content {
        margin-bottom: 6.25rem;
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}

@media (max-width: 991px) {
    .header {
        position: fixed;
    }
}

.header__inner {
    display: flex;
    justify-content: flex-end;
    padding-right: 47px;
    padding-top: 44px;
    pointer-events: none;
    background-color: transparent;
}

@media (max-width: 991px) {
    .header__inner {
        padding: 0;
    }

    .header--sticky .header__inner {
        background-color: #ffffff;
        transition: all 0.3s ease-in-out;
    }
}

.header__inner > * {
    pointer-events: all;
}

@media (max-width: 991px) {
    .header__inner > .language-switcher {
        display: none;
    }
}

.header__logos-sec {
    display: none;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .header__logos-sec {
        display: block;
    }
}

.header__sticky-logo {
    width: 90px;
    transition: all 0.3s ease-in-out;
}

.header--sticky .header__sticky-logo {
    width: 60px;
}

.header__sticky-logo-black {
    display: none;
}

.header__logos-box {
    position: relative;
    display: inline-block;
}

.language-switcher {
    /* font-family: ibm-plex-arabic, sans-serif; */
    font-size: 0.875rem;
    font-weight: 600;
    color: #9e8e75;
    margin: 0 55px 0 0;
    display: inline-block;
    text-decoration: none;
}

.language-switcher:hover {
    color: #9f927f;
    text-decoration: none;
}

.nav-main {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-main__li {
    margin-top: 1.4375rem;
    margin-bottom: 0;
}

.nav-main__li:first-child {
    margin-top: 0;
}

.nav-main__li:before {
    content: none;
}

.nav-main__link {
    font-size: 1.625rem;
    line-height: 1.75rem;
    color: #f0f5fc;
    text-transform: uppercase;
    transition: color 0.2s ease;
    font-weight: 600;
    text-decoration: none;
    outline-color: #fff;
}

.nav-main__link--active,
.nav-main__link:hover {
    text-decoration: none;
    color: #e0bbb6;
}

.error-layout .main-menu__btn {
    outline-color: #fff;
}

.error-layout .main-menu__btn:before,
.error-layout .main-menu__btn:after {
    background-color: #fff;
}

.error-layout .language-switcher {
    color: #fff;
    outline-color: #fff;
}

.error-layout .accessibility-btn .accessibility-icon svg,
.error-layout .accessibility-btn .accessibility-icon svg * {
    fill: #fff;
}

.error-layout .accessibility-btn:focus {
    outline-color: #fff;
}

@media (max-width: 991px) {
    .error-layout .header--sticky .main-menu__btn {
        outline-color: #082e56;
    }

    .error-layout .header--sticky .accessibility-btn .accessibility-icon svg,
    .error-layout .header--sticky .accessibility-btn .accessibility-icon svg * {
        fill: #082e56;
    }

    .error-layout .header--sticky .accessibility-btn:focus {
        outline-color: #082e56;
    }

    .error-layout body:not(.header--sticky) .header__logos-box {
        outline-color: #fff;
    }

    .error-layout .menu-navigation--open.header--sticky .main-menu__btn {
        outline-color: #fff;
    }
}

.error-layout body:not(.header--sticky) .header__sticky-logo {
    opacity: 0;
}

.error-layout body:not(.header--sticky) .header__sticky-logo-black {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.error-layout .main-menu__inner-wrap .language-switcher {
    color: #dcb6b2;
}

.asb-selection__list {
    display: flex;
    flex-wrap: nowrap;
}

.asb-selection__list--theme {
    justify-content: space-between;
}

.asb-selection__list--theme .asb-selection__item {
    flex-basis: calc(25% - 2px);
    width: calc(25% - 2px);
    flex-grow: 0;
}

.asb-selection__list--theme .asb-selection__label {
    display: none;
}

.asb-selection__list--theme .asb-selection__shape {
    border: 1px solid #fff;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border 0.25s ease-in-out;
}

.asb-selection #fs-small ~ .asb-selection__shape {
    font-size: 0.875rem;
}

.asb-selection #fs-medium ~ .asb-selection__shape {
    font-size: 1.125rem;
}

.asb-selection #fs-large ~ .asb-selection__shape {
    font-size: 1.5rem;
}

.asb-selection #theme-red ~ .asb-selection__shape {
    background-color: #082e56;
}

.asb-selection #theme-red:checked ~ .asb-selection__shape,
.asb-selection #theme-red:hover ~ .asb-selection__shape {
    border-width: 10px;
}

.asb-selection #theme-black ~ .asb-selection__shape {
    background-color: #000;
}

.asb-selection #theme-black:checked ~ .asb-selection__shape,
.asb-selection #theme-black:hover ~ .asb-selection__shape {
    border-width: 10px;
}

.asb-selection #theme-blue ~ .asb-selection__shape {
    background-color: #3a5796;
}

.asb-selection #theme-blue:checked ~ .asb-selection__shape,
.asb-selection #theme-blue:hover ~ .asb-selection__shape {
    border-width: 10px;
}

.asb-selection #theme-yellow ~ .asb-selection__shape {
    background-color: #ffb800;
}

.asb-selection #theme-yellow:checked ~ .asb-selection__shape,
.asb-selection #theme-yellow:hover ~ .asb-selection__shape {
    border-width: 10px;
}

.asb-selection__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.asb-selection__input:checked ~ .asb-selection__shape,
.asb-selection__input:hover ~ .asb-selection__shape {
    color: #082e56;
    background-color: #fff;
}

.asb-selection__input:focus ~ .asb-selection__shape {
    outline: 2px dashed #fff;
}

.asb-selection__item {
    flex-grow: 1;
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    flex-basis: 33.3%;
    width: 33.3%;
}

.asb-selection__item .asb-selection__shape {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.asb-selection__item:last-child .asb-selection__shape {
    border-right: 1px solid #fff;
}

.asb-selection__label {
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
    margin: 0.25rem 0 0;
}

.asb-selection__shape {
    text-transform: uppercase;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
}

.footer {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .footer {
        flex-direction: column;
    }
}

.footer__logo-col {
    min-width: 300px;
    flex-basis: 300px;
    text-align: center;
    flex-shrink: 0;
}

@media (max-width: 1199px) {
    .footer__logo-col {
        min-width: 23%;
        flex-basis: 23%;
    }
}

@media (max-width: 767px) {
    .footer__logo-col {
        min-width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .footer__logo-col img {
        max-width: 104px;
    }
}

.footer__logo-col-inner {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f5f5f6;
}

@media (max-width: 767px) {
    .footer__logo-col-inner {
        height: 188px;
    }
}

.footer__logo-img {
    max-width: 120px;
    display: inline-block;
}

.footer__phone-list {
    margin-left: -53px;
}

@media (max-width: 767px) {
    .footer__phone-list {
        display: flex;
        justify-content: space-between;
    }
}

.footer__phone-list a {
    margin-left: 53px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .footer__phone-list {
        margin-left: 0;
    }

    .footer__phone-list a {
        margin-left: 0;
        display: block;
    }
}

@media (max-width: 767px) {
    .footer__phone-list a {
        display: inline-block;
    }
}

@media (max-width: 440px) {
    .footer__phone-list {
        flex-direction: column;
    }
}

.footer__info-sec {
    margin-top: 31px;
}

.footer__info-sec:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {
    .footer__info-sec {
        margin-top: 39px;
    }
}

.footer__info-col {
    margin-left: 102px;
}

@media (max-width: 1439px) {
    .footer__info-col {
        margin-left: 9%;
    }
}

@media (max-width: 991px) {
    .footer__info-col {
        margin-top: 38px;
        width: 100%;
        margin-left: 0;
    }

    .footer__info-col:first-child {
        margin-top: 0;
    }
}

.footer__contents-col {
    flex-grow: 1;
    flex-direction: row;
    display: inline-flex;
    padding: 70px 0 74px;
}

@media (max-width: 1199px) {
    .footer__contents-col {
        padding: 50px 0 54px;
    }
}

@media (max-width: 991px) {
    .footer__contents-col {
        padding: 40px 20px;
        flex-wrap: wrap;
    }
}

.footer__contents-col .footer__info-heading {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
    margin-bottom: 0.8125rem;
    color: #3a3635;
}

.footer__contents-col a {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #3a3635;
    text-decoration: none;
}

.footer__contents-col a:hover {
    color: #3a3635;
    text-decoration: underline;
}

.social-nav {
    display: flex;
    font-size: 0;
    line-height: 1;
    align-items: center;
    margin: 16px -15px 0;
}

@media (max-width: 767px) {
    .social-nav {
        margin-top: 18px;
    }
}

.social-nav a {
    margin: 0 15px;
    display: inline-block;
    font-size: 0;
    line-height: 1;
}

.social-nav a svg {
    fill: #c6c1bf;
}

.social-nav a svg * {
    fill: #c6c1bf;
}

.copyright {
    font-size: 0.75rem;
    color: #c6c1bf;
    margin-top: 51px;
}

@media (max-width: 767px) {
    .copyright {
        margin-top: 35px;
    }
}

.section__first {
    text-align: center;
    background-image: url("../images/bg-image-home.png");
    background-repeat: repeat;
    background-position: center center;
}

.section__first .section__inner {
    padding: 48px 30px 100px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #8e8e8e;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .section__first .section__inner {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .section__first .section__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 160px;
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    .section__first .section__inner {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.section__first .section__bottom {
    margin-top: auto;
}

@media (max-width: 991px) {
    .section__first .section__bottom {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 18px 40px;
    }
}

.section__first .image_secondary {
    margin-top: 62px;
}

@media (max-width: 991px) {
    .section__first .image_secondary {
        max-width: 87%;
        margin-top: 0;
    }
}

.section__first .section__info {
    max-width: 622px;
    width: 622px;
    margin: 32px auto 0;
}

.section__first .section__info h1 {
    color: #eee;
}

@media (max-width: 991px) {
    .section__first .section__info {
        max-width: 100%;
        width: 100%;
        margin-top: 25px;
    }

    .section__first .section__info p {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .section__first .section__info {
        max-width: 100%;
        padding: 0 17px;
    }
}

.section__first .logo_primary {
    display: inline-block;
    outline-color: #fff;
}

@media (max-width: 991px) {
    .section__first .logo_primary {
        display: none;
    }
}

.section__first .btn__register {
    min-width: 340px;
    outline-color: #fff;
}

@media (max-width: 767px) {
    .section__first .btn__register {
        min-width: 100%;
    }
}

.section__unequal {
    display: flex;
    color: #3a3635;
}

@media (max-width: 767px) {
    .section__unequal {
        flex-wrap: wrap;
    }
}

.section__unequal .section__left {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 44.4%;
    width: 44.4%;
    max-width: 44.4%;
    padding: 100px 100px 65px;
}

@media (max-width: 1199px) {
    .section__unequal .section__left {
        padding: 80px 80px 45px;
    }
}

@media (max-width: 991px) {
    .section__unequal .section__left {
        padding: 50px 50px 40px;
    }
}

@media (max-width: 767px) {
    .section__unequal .section__left {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 40px 20px 76px;
    }
}

.section__unequal .section__right {
    flex-basis: 55.6%;
    width: 55.6%;
    max-width: 55.6%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 100px 97px 65px 102px;
}

@media (max-width: 1199px) {
    .section__unequal .section__right {
        padding: 80px 77px 45px 82px;
    }
}

@media (max-width: 991px) {
    .section__unequal .section__right {
        padding: 50px 47px 40px 52px;
    }
}

@media (max-width: 767px) {
    .section__unequal .section__right {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 40px 20px 80px;
    }
}

.section__unequal .section--dark {
    background-color: #3a3635;
    color: #fff;
}

.section__unequal .section--grey {
    background-color: #f0f0f1;
}

.section__unequal .section__info-w1 {
    max-width: 440px;
}

@media (max-width: 767px) {
    .section__unequal .section__info-w1 {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .section__unequal h1:first-child {
        margin-top: 2.5rem;
    }
}

.section__unequal .section--h-center {
    justify-content: center;
}

.section__unequal .section--height {
    min-height: 464px;
    align-items: center;
    display: inline-flex;
    padding-top: 65px;
    padding-bottom: 65px;
}

.section__unequal .section--height *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .section__unequal .section--height {
        padding-top: 45px;
        padding-bottom: 45px;
        min-height: 380px;
    }
}

@media (max-width: 991px) {
    .section__unequal .section--height {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .section__unequal .section--height {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

.section__unequal .section--pside-40 {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .section__unequal .section--pside-40 {
        padding: 0 18px;
    }
}

@media (max-width: 767px) {
    .section__unequal .section--no-padd-mob {
        padding: 0;
    }
}

.section__unequal .section__left.u-display-inline-flex.u-flex-direction-col {
    background-color: #f9f9f9;
}

.video-card__media {
    position: relative;
}

@media (max-width: 767px) {
    .video-card__media {
        min-height: 323px;
    }
}

.video-card__video {
    width: 100%;
}

@media (max-width: 767px) {
    .video-card__video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.video-card__info {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-top: 1.0625rem;
}

.video-card__info h2 {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.video-card__info > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .video-card__info {
        padding: 40px 19px 36px;
    }

    .video-card__info p {
        font-size: 0.75rem;
    }
}

.video-card .video-play-control {
    width: 43px;
    height: 43px;
    display: inline-block;
    position: absolute;
    bottom: 53px;
    right: 42px;
    border: 1px solid #fff;
}

.video-card .video-play-control img {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-card .video-play-control .video-icon-pause {
    display: none;
}

@media (max-width: 767px) {
    .video-card .video-play-control {
        width: 27px;
        height: 27px;
        bottom: auto;
        top: 24px;
        right: 25px;
    }

    .video-card .video-play-control img {
        transform: translate(-50%, -50%) scale(0.65);
    }
}

.video-card .video-card__media--play .video-play-control .video-icon-pause {
    display: inline-block;
}

.video-card .video-card__media--play .video-play-control .video-icon-play {
    display: none;
}

.hash-tag-image-cnt {
    padding-left: 52px;
    position: relative;
    top: -3px;
    padding-top: 20px;
}

@media (max-width: 1199px) {
    .hash-tag-image-cnt {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .hash-tag-image-cnt {
        padding-top: 0;
        margin-top: 69px;
        padding-left: 35px;
    }
}

.bg-btn-wrap {
    padding: 116px 0;
    width: 100%;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .bg-btn-wrap {
        padding: 86px 0 96px;
    }
}

@media (max-width: 767px) {
    .bg-btn-wrap {
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .bg-btn-wrap .bg-btn {
        width: 100%;
    }
}

.bg-btn-wrap__upper,
.bg-btn-wrap__lower {
    display: inline-block;
    position: absolute;
}

.bg-btn-wrap__upper {
    top: -9px;
    right: 0;
}

@media (max-width: 767px) {
    .bg-btn-wrap__upper {
        top: 18px;
        right: 4px;
    }

    .bg-btn-wrap__upper svg {
        width: 128px;
    }
}

.bg-btn-wrap__lower {
    left: 1px;
    bottom: -12px;
}

@media (max-width: 767px) {
    .bg-btn-wrap__lower {
        left: 3px;
        bottom: 9px;
    }

    .bg-btn-wrap__lower svg {
        width: 132px;
    }
}

.stats {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .stats {
        flex-direction: column;
        align-items: flex-end;
    }
}

.stats__list {
    flex-grow: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 94px;
    padding-bottom: 56px;
    background-color: #e6e6e6;
}

@media (max-width: 1199px) {
    .stats__list {
        width: 100%;
        padding: 0;
        background-color: #fdfdfd;
    }
}

.stats__list-inner {
    display: inline-flex;
    flex-shrink: 1;
    flex-grow: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1199px) {
    .stats__list-inner {
        flex-wrap: wrap;
        width: 100%;
    }
}

.stats__item {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 15px;
    flex-basis: 25%;
}

@media (max-width: 991px) {
    .stats__item {
        padding: 10px;
    }
}

@media (max-width: 1199px) {
    .stats__item {
        padding: 41px 10px;
        flex-basis: 50%;
        max-width: 50%;
    }

    .stats__item:nth-child(2),
    .stats__item:nth-child(3) {
        background-color: #f0f0f1;
    }
}

@media (max-width: 767px) {
    .stats__item {
        padding: 65px 0 46px;
    }
}

@media (max-width: 374px) {
    .stats__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 374px) {
    .stats__item {
        padding-top: 45px;
        padding-bottom: 38px;
    }
}

.stats__num {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 800;
    color: #082e56;
}

@media (max-width: 767px) {
    .stats__num {
        font-size: 3.125rem;
        line-height: 3.3125rem;
    }
}

@media (max-width: 374px) {
    .stats__num {
        font-size: 2.1875rem;
        line-height: 2.5rem;
    }
}

.stats__title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 800;
    color: #3a3635;
    margin-top: 0.875rem;
}

@media (max-width: 767px) {
    .stats__title {
        font-size: 0.75rem;
        line-height: 0.8125rem;
        margin-top: 0.6875rem;
    }
}

@media (max-width: 374px) {
    .stats__title {
        margin-top: 0.625rem;
    }
}

.stats__icon {
    flex-shrink: 0;
    padding: 20px 30px;
    min-width: 20%;
    background-color: #f0f0f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .stats__icon {
        height: 188px;
        padding: 10px;
    }
}

.stats__icon img {
    display: inline-block;
    max-width: 131px;
}

@media (max-width: 1199px) {
    .stats__icon img {
        min-width: 70%;
    }
}

@media (max-width: 767px) {
    .stats__icon img {
        min-width: auto;
        width: 94px;
    }
}

@media (max-width: 1199px) {
    .stats__icon {
        min-width: 23%;
    }
}

@media (max-width: 767px) {
    .stats__icon {
        width: 50%;
        min-width: auto;
    }
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: #fff;
    display: none;
    max-height: 100vh;
    overflow-y: auto;
}

@media (max-width: 991px) {
    .popup:before {
        content: "";
        width: 100%;
        height: 61px;
        background-color: #3a3635;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        z-index: 1;
    }
}

.popup .row {
    margin: 0;
}

.popup h1 {
    font-weight: 600;
    margin-bottom: 17px;
}

.popup p {
    margin-bottom: 23px;
}

.popup--show {
    overflow-y: hidden;
}

.popup--show .popup {
    display: block;
}

.popup__contents {
    position: relative;
}

.popup__contents .container-fluid {
    padding: 0;
}

.popup__contents a {
    text-decoration: none;
}

.popup__contents a:hover {
    text-decoration: underline;
}

.popup__close {
    width: 16.25px;
    height: 16.25px;
    box-sizing: content-box;
    padding: 4px;
    position: absolute;
    top: 44px;
    right: 42px;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
    line-height: 1;
    background-color: transparent;
    border: none;
}

.popup__close svg,
.popup__close path {
    fill: #851323;
}

@media (max-width: 991px) {
    .popup__close {
        top: 18px;
        right: 14px;
        position: fixed;
    }

    .popup__close svg,
    .popup__close path {
        fill: #fff;
    }

    .popup__close:focus {
        outline-color: #fff;
    }
}

.popup__col {
    height: 100%;
}

.popup__col-left {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.popup__col-left .popup__col {
    padding: 50px 20px 0 50px;
    background-color: #f0f0f1;
}

.popup__col-left .popup__col > :last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .popup__col-left .popup__col {
        padding: 85px 20px 23px;
    }
}

.popup__col-right {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.popup__col-right .popup__col {
    padding: 50px 50px 60px;
}

.popup__col-right .popup__col > :last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .popup__col-right .popup__col {
        padding: 37px 20px 50px;
    }
}

.popup .hashtag__row {
    width: 100%;
    background-color: #3a3635;
    text-align: center;
    padding: 35px 20px;
}

.popup .hash-tag * {
    color: #fff;
}

.section-video {
    position: relative;
    display: flex;
}

.section-video .arrow__down {
    position: absolute;
    left: 50%;
    bottom: 68px;
    display: inline-block;
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .section-video .arrow__down {
        bottom: 57px;
    }
}

@media (max-width: 1199px) {
    .section-video {
        height: 100vh;
    }
}

.section-video__logo {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 40px 0 0;
}

@media (max-width: 991px) {
    .section-video__logo {
        display: none;
    }
}

.section-video__video {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (max-width: 1199px) {
    .section-video__video {
        object-fit: contain;
    }
}

.section-video__bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    .section-video__bottom {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .section-video__bottom {
        padding: 0 18px 80px;
    }
}

.section-video .btn__register {
    background-color: #fff;
    min-width: 340px;
}

@media (max-width: 767px) {
    .section-video .btn__register {
        width: 100%;
        min-width: auto;
    }
}

.video-box {
    margin-bottom: 1.5625rem;
}

.video-box iframe {
    width: 100%;
    height: 30.75rem;
    background: #000;
}

@media (max-width: 1024px) {
    .video-box iframe {
        height: 20rem;
    }
}

@media (max-width: 768px) {
    .video-box iframe {
        height: 23.75rem;
    }
}

@media (max-width: 425px) {
    .video-box iframe {
        height: 13.75rem;
    }
}

.leadership-main {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .leadership-main {
        margin-top: 3.125rem;
    }
}

.leadership-main h1 {
    font-weight: 600;
}

.leadership-main p {
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.leadership-main p strong {
    font-size: 1rem;
    line-height: 1.375rem;
}

hr {
    border: 1px solid rgba(205, 187, 170, 0.5);
    margin: 1.875rem 0;
}

.heading-type-2 {
    text-transform: uppercase;
    margin: 0 0 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 600;
    color: #010000;
}

.leadership-details__content {
    color: #433f3e;
    max-width: 17.5rem;
}

.leadership-details__content p {
    color: inherit;
}

.leadership__list {
    display: block;
    margin: 0 -0.625rem;
}

.leadership__list-item {
    background: #3e3e3e;
    display: inline-flex;
    width: calc(32.5% - 20px);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    min-width: 16.6875rem;
    cursor: pointer;
}

@media (max-width: 1440px) {
    .leadership__list-item {
        width: calc(48.5% - 20px);
        min-width: 15.625rem;
    }
}

.leadership__list-item--active,
.leadership__list-item:hover {
    background: #242424;
    transition: all 0.4s ease-in-out;
}

.leadership__list-item .image {
    height: 5.125rem;
    background: #1a0303;
    width: 5.125rem;
    display: block;
}

.leadership__list-item .image img {
    height: 100%;
    width: auto;
    min-width: 5.125rem;
}

.leadership__list-item .video {
    display: none;
}

.leadership__list-item .content {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.625rem;
    justify-content: center;
}

.leadership__list-item h4 {
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-bottom: 0.3125rem;
    color: #ffffff;
    white-space: pre-line;
    word-wrap: normal;
}

.leadership__list-item p {
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    margin: 0;
    white-space: pre-line;
    word-wrap: normal;
}

@media screen and(max-width: 767px) {
    .video-box {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .leadership__list-item {
        flex-direction: column;
        display: flex;
        width: calc(50% - 20px);
        min-width: initial;
    }

    .leadership__list-item .image {
        width: 100%;
        height: auto;
        flex: 0 0 50%;
    }

    .leadership__list-item .image img {
        height: auto;
        width: 100%;
    }

    .leadership__list-item .content {
        padding: 1.25rem;
        flex: 0 0 50%;
        min-height: 5.625rem;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media screen and(max-width: 767px) and(max-width: 767px) {
    .leadership__list-item .content {
        min-height: 5.625rem;
    }
}

@media screen and(max-width: 767px) and(max-width: 580px) {
    .leadership__list-item .content {
        min-height: 7.5rem;
    }
}

@media screen and(max-width: 767px) and(max-width: 425px) {
    .leadership__list-item .content {
        min-height: 9.375rem;
    }
}

@media screen and(max-width: 767px) {
    .leadership__list-item {
        float: left;
    }

    .leadership__list {
        clear: both;
        vertical-align: top;
        display: inline-block;
        width: auto;
    }

    .leadership__list.leadership__list--featured {
        margin: 0;
    }

    .leadership__list.leadership__list--featured .leadership__list {
        margin: 0;
    }

    .leadership__list.leadership__list--featured .leadership__list-item {
        flex-direction: row;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .leadership__list.leadership__list--featured
    .leadership__list-item
    .content {
        align-items: center;
        justify-content: center;
    }
}

@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
    .leadership__list-item .image {
        width: 100%;
        flex: 0 0 82px;
    }

    .leadership__list-item .content {
        width: 100%;
        flex: 0 0 80%;
    }
}

.form__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: rgba(1, 0, 0, 0.4);
    margin-bottom: 0.875rem;
    display: inline-block;
}

.form__bottom-info {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(1, 0, 0, 0.4);
    margin-top: 3rem;
}

.form__bottom-info span {
    margin-right: 30px;
}

.form-group__btn-row {
    flex-direction: column;
}

.form__text-field,
.form__text-area {
    width: 100%;
    height: 50px;
    /* background-color: #f7f7f8; */
    background-color: #fff;
    color: #676666;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    padding: 0 20px;
    border: 1px solid transparent;
}

.form__text-field::-ms-clear,
.form__text-area::-ms-clear {
    display: none;
}

.form__text-area {
    padding: 20px;
    min-height: 100px;
    resize: none;
}

.btn__t1 {
    width: 100%;
    border-radius: 50px;
    margin-bottom: 10px;
}

.btn__t1.btn--mw1 {
    background-color: #082e56;
    color: #fff;
    margin-right: 0;
    margin-left: 0;
}

.btn__t1.btn--mw2 {
    background-color: #b3b3b4;
    color: #000;
}

.form__text-field:placeholder {
    color: #676666;
}

.form__select-field {
    appearance: none;
    padding-right: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form__select-field::-ms-expand {
    display: none;
}

.form__select-field option:disabled {
    color: rgba(0, 0, 0, 0.4);
}

.form__radio-list {
    display: flex;
}

.form__row {
    margin-left: -10px;
    margin-right: -10px;
}

.form__col {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .form__col {
        max-width: 100%;
        flex-basis: 100%;
    }
}

.form__file-wrap {
    position: relative;
    width: 100%;
}

.form__file-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
}

.form__file-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

@media (min-width: 768px) {
    .form__partial {
        display: none;
    }

    .form__partial--active {
        display: block;
    }
}

.form__partial--show-submit + .form__partial {
    display: none;
}

@media (max-width: 767px) {
    .form__radio {
        margin-bottom: 30px;
    }
}

.form-group {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 2.25rem;
    }
}

.form-group__btn-row {
    margin-top: 0;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .form-group__btn-row {
        margin-top: 0.3125rem;
        flex-direction: column;
    }

    .form-group__btn-row .btn__t1 {
        width: 100%;
    }
}

.form-group__btn-right {
    padding-left: 15px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .form-group__btn-right {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        padding-left: 0;
    }
}

.form-group__select-wrap {
    position: relative;
    width: 100%;
}

.form-group__select-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    width: 1px;
    height: 1px;
    border-top: 10px solid #082e56;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
}

.field-validation-error {
    color: #082e56;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 1rem;
}

.form-info h1 {
    font-size: 2rem;
    line-height: 2.625rem;
    text-transform: uppercase;
    margin-bottom: 1.5625rem;
    color: #010000;
}

@media (max-width: 767px) {
    .form-info h1 {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-bottom: 1.3125rem;
    }
}

.form-info + .form {
    margin-top: 2.1875rem;
}

@media (max-width: 767px) {
    .form-info + .form {
        margin-top: 2.1875rem;
    }
}

@media (max-width: 767px) {
    .radio__title {
        margin-bottom: 17px;
    }
}

.radio__list {
    display: flex;
    flex-wrap: wrap;
    margin: 1.25rem -16.5px -12px;
}

@media (max-width: 767px) {
    .radio__list {
        margin: 0 -20px;
    }
}

.radio__item {
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-left: 16.5px;
    margin-right: 16.5px;
    margin-bottom: 12px;
}

.radio__item:hover .radio__shape {
    border-color: #082e56;
}

.radio__item:hover .radio__input:disabled ~ .radio__shape {
    border-color: #dbdbdb;
}

@media (max-width: 767px) {
    .radio__item {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.radio__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.radio__input:checked ~ .radio__shape {
    background-color: #082e56;
    border-color: #082e56;
}

.radio__input:focus ~ .radio__label {
    outline: 2px dashed #082e56;
}

.radio__shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #dbdbdb;
    display: inline-block;
    border-radius: 50%;
    z-index: -1;
}

.radio__shape:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
}

.radio__label {
    font-size: 1rem;
    line-height: 1.25rem;
    display: inline-block;
    margin: 0;
    padding-left: 30px;
}

.action-buttons-box .btn {
    background-color: transparent;
    border: none;
}

/* .btn {
    padding: 15px 20px;
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    line-height: 1.25rem;
    font-weight: 600;
    color: #082e56;
    border: none;
    text-decoration: none;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out,
        border 0.25s ease-in-out;
    text-align: center;
} */

.btn--case-normal {
    text-transform: none;
}

.btn:hover {
    color: #082e56;
    text-decoration: none;
    background: #9c9c9c;
}

.btn--small {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    margin-top: 1.25rem;
}

.btn__t1 {
    /* border: 1px solid #082E56 */
}

.btn__t1.btn--white {
    border-color: white;
    color: white;
}

.btn__t1.btn--white:hover {
    color: #333333;
    background-color: #fff;
}

.btn__t1:hover {
    background-color: grey;
    color: #fff;
}

.btn__t2 {
    border: none;
    margin: 0.625rem 0 0;
    padding: 0.5625rem 0;
    border-bottom: 2px solid #082e56;
}

.btn__t2:hover {
    color: #b04e4e;
    border-bottom-color: #b04e4e;
}

.form-heading {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 1.25rem;
}

.form-heading::after {
    content: "";
    background-color: #082e56;
    width: 32px;
    margin-top: 10px;
    height: 3px;
    display: block;
}

.form-group label {
    vertical-align: text-bottom;
    margin-bottom: 0;
    padding-left: 5px;
    display: inline;
}

.account-action,
.account-action .col-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 60px);
}

.account-action .col-7 {
    background-image: url('../images/BG-image-smaller.png');
    background-position: -20px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f6fa;
}

.account-action > .row {
    width: 100%;
}

.account-action .account-item {
    display: flex;
    justify-content: center;
    text-align: center;
}

.account-action .account-item .account-item-wrap {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px;
    max-width: 200px;
    min-width: 200px;
    max-height: 150px;
    min-height: 150px;
    position: relative;
    width: 100%;
    transition: background-color 0.4s ease;
}

.account-action .account-item .account-item-wrap:hover {
    background-color: #e9ecef;
}

.account-item .account-item-wrap img {
    max-width: 75px;
    transition: max-width .3s ease;
}

.account-item .account-item-wrap:hover img {
    max-width: 80px;
}

.account-item .account-item-wrap .account-item-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.account-item .account-item-wrap .title-wrap {
    padding-top: 15px;
}

.account-item .account-item-wrap h3 {
    text-transform: uppercase;
    text-align: center;
}

/* entrypoint.scss */
.right-pane {
    opacity: 0;
}

.right-pane.visible {
    opacity: 1
}

.popover {
    min-width: 350px;
}

html.full-height {
    height: auto;
}

.dashboard-main .matters-file-listing-box *,
a {
    transition: all 0.5s ease;
}

.dashboard-main {
    overflow: auto;
}

.alert {
    position: relative;
    padding: 0.5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

label.error,
.invalid-feedback {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: red;
    padding: 5px 0;
    line-height: 1.2;
}

.form__text-field.error,
.form__text-area.error {
    border-color: red;
}

.invalid-feedback,
span.error {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: red;
    display: block;
    font-weight: normal;
    padding: 5px 0;
    line-height: 1.2;
}

span.error strong,
.invalid-feedback strong {
    font-weight: normal;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.bg {
    background: #f5f6fa;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-box {
    display: block;
    width: 100%;
    background: #fff;
}

header {
    position: fixed;
    width: 100%;
    z-index: 20;
    border-bottom: 2px solid rgb(243 243 243);
    top: 0;
}

.side-navigation {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    top: 0;
    height: 100%;
    padding-top: 0;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.dashboard-main {
    padding-top: 80px;
    /*padding-bottom: 50px;*/
    overflow: visible;
    min-height: 600px;
}

.side-navigation ul {
    display: block;
    list-style: none;
    padding: 40px 0;
    font-size: 1.125rem;
}

.side-navigation ul li {
    display: block;
    list-style: none;
    position: relative;
    font: inherit;
    margin: 0;
    padding: 0;
}

.side-navigation ul li.active {
    background-color: #f3f3f3;
}

.side-navigation ul li.active:before {
    content: "";
    background-color: #082e56;
    width: 3px;
    margin-top: 0;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.side-navigation ul li a:hover {
    background-color: #f3f3f3;
}

.side-navigation ul li a {
    font: inherit;
    margin: 0;
    padding: 15px 10px 15px 20px;
    display: block;
    text-decoration: none;
    color: #070F3A;
    font-size: 0.9375rem;
}

.side-navigation ul li a {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.side-navigation ul li a img {
    float: right;
    height: 18px;
}

.side-navigation ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    /* float: right; */
    line-height: 27px;
    color: #a5e7e6;
}

.side-navigation ul li a svg {
    margin-top: -4px;
    margin-right: 5px;
    /* float: right; */
}

.side-navigation ul ul {
    padding-top: 0;
}

.side-navigation ul li ul li {

}

.side-navigation ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px 10px 30px;
    font-size: 0.875rem;
}

.side-navigation ul li ul li a:hover,
.side-navigation ul li ul li a.active {
    background: #ebebeb;
    border-left: 4px solid #3498db;
}


.logo {
    margin: 12px 14px;
    max-width: 153px;
}

.logo img {
    /* max-width: 148px;
    height: auto; */
    width: 100%;
    height: auto;
    padding: 0;
}

input.search-text {
    border: none;
    height: 100%;
    padding: 18px 10px 15px;
    width: 80%;
}

.profile,
.nav-item {
    text-align: right;
    padding: 15px 0px;
    margin-top: 5px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.profile h4,
.nav-item h4 {
    margin: 0 0px;
}

.profile p,
.profile h1,
.profile h2,
.profile h3,
.profile h4,
.profile h5,
.profile h6 {
    margin: 0;
}

.tools-box {
    padding: 10px 0;
}

.inline-list {
    display: block;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
}

.inline-list li {
    display: inline-block;
    margin: 10px 10px;
}

.tools-box .heading {
    margin: 0;
    padding: 12px 0;
    line-height: 20px;
    color: #070F3A;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.matters-file-listing-box {
    display: block;
    margin: 0px 0px 20px;
    overflow: visible;
}

.matters-file-listing-box .item {
    display: flex;
    background: #E7EDF7;;
    margin: 0 13px 20px;
    padding: 20px;
    text-align: center;
    min-height: 200px;
    vertical-align: top;
    width: 12.5%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 220px;
    float: left;
    position: relative;
    opacity: 0.90;
}

.matter-list-group-item .fa {
    visibility: hidden;
    transition: none;
}

.matter-list-group-item:hover .fa {
    visibility: visible;

}

.dashboard-main .matters-file-listing-box {
    font-size: 1rem;
}

.matters-file-listing-box .item .image {
    height: 100px;
    margin: 0 0 15px;
}

.matters-file-listing-box .item .image img {
    height: 100%;
}

.matters-file-listing-box .item .date,
.matters-file-listing-box .item .link {
    display: none;
}

.matters-file-listing-box .item:hover {
    box-shadow: 0 0 10px rgb(130 130 130 / 0.4);

}

.matters-file-listing-box .item:hover .image {
    filter: none;
    opacity: 1;
}

.matters-file-listing-box .item:hover .image {
    height: 60px;
}

.matters-file-listing-box .item:hover .image svg {
    height: 60px;
    width: 60px;
}

.matters-file-listing-box .item:hover .date,
.matters-file-listing-box .item:hover .link {
    display: block;
}

.matters-file-listing-box .item .content {
    display: block;
    width: auto;
    padding: 0;
    max-width: 100%;
    /*white-space: nowrap;
    overflow: hidden*/;
}

.matters-file-listing-box .item .content p {
    /*white-space: nowrap;
    overflow: hidden;*/
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.matters-file-listing-box .item .status {
    position: absolute;
    right: 0;
    top: 0;
    background: #ececec;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    /* color: #000; */
    color: #c24747;
    display: inline-block;
    line-height: 1.6;
}

.matters-file-listing-box .item .status.active i {
    color: #2bb673;
}

button.btn.btn-primary {
    background-color: white;
}

.buttons {
    margin-top: 30vh;
    position: fixed;
}
/*
button {
    margin: 5px;
    padding: 20px;
}
*/

.dropdown-item-checked::before {
    position: absolute;
    left: .4rem;
    content: '✓';
    font-weight: 600;
  }

button.btn.btn-primary {
    color: grey;
}

.highlight-box {
    background: #fff;
    height: 100%;
    padding: 20px;
}

.highlight-box.right {
    margin-right: 20px;
}

.content-list {
    display: block;
}

.content-list .item {
    display: block;
}

.content-list .item .left-text {
    display: inline-block;
    width: 35%;
    text-align: right;
    font-weight: 500;
    padding: 5px 10px;
}

.content-list .item .right-text {
    display: inline-block;
    width: 62%;
    text-align: left;
    padding: 5px 10px;
}

.milestone-list {
    margin: 0;
    padding: 0;
    display: block;
}

.milestone-list li {
    margin: 0;
    padding: 3px 0;
    display: block;
    color: #000;
    /*    padding: 5px 0 1px 20px;
 background: url(../images/social-facebook.svg) no-repeat center left;
    background-size: 16px; */
}

.milestone-list li:hover {
    color: #082e56;
}

.milestone-list li a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

.milestone-list li i {
    color: #c24747;
    padding: 0;
    font-size: 1rem;
    margin-right: 5px;
}

.milestone-list li.completed i {
    color: #2bb673;
}

.milestone-list li.completed {
    /* background-image: url(../images/social-twitter.svg); */
}

.side-navigation ul li a .fa {
    padding-right: 12px;
    font-size: 1rem;
}

.table table {
    border-collapse: collapse;
    width: 100%;
}

.table td,
.table th {
    text-align: left;
    padding: 8px;
}

.table tr:nth-child(even) {
    /* background-color: #dddddd; */
}

#div1 {
    width: 350px;
    height: 70px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    background-color: khaki;
}

.check-terms.row {
    position: relative;
    padding-top: 20px;
}

.check-types.row {
    position: relative;
    padding-top: 20px;
}

.check-types label.error {
    color: red;
    font-size: 0.875rem;
    position: absolute;
    top: -30px;
    left: 15px;
    font-size: 1rem;
}

.check-terms label.error {
    color: red;
    position: relative;
    font-size: 1rem;
}

input[readonly] {
    background: #f8f8f8;
}

.dashboard-grid {
    background: #fff;
    padding: 20px;
}

.password-toggle {
    position: relative;
}

.password-toggle .toggle-feedback {
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(50%, -50%);
    z-index: 2;
}

.dashboard-cols {
    margin: 0 0 20px;
}

html.full-height body {
    /* height: 100vh; */
}

.matter-document-logs {
    width: 35%;
    position: fixed;
    right: 0;
    z-index: 2;
    background: #fff;
    top: 0;
    padding: 20px;
    border-left: 2px solid rgb(243 243 243);
    overflow: auto;
    height: 100vh;
    padding-top: 90px;
    /* display: none; */
    right: -100%;
    transition: all 0.5s ease;
}

.matter-document-logs.active {
    /* display: block; */
    right: 0;
}

.side-navigation ul {
    padding: 25px 0 0;
    margin: 0;
}

.matter-document-logs ul {
    padding: 0;
    margin: 0;
}

.matter-document-logs ul li {
    display: block;
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 4px;
    margin: 0 0 10px;
}

ul.list-inline.pull-right {
    display: inline-block;
    padding: 0;
    margin: 0 30px;
    float: right;
}

ul.list-inline li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.table-footer-spacing {
    margin: 20px 0;
}

.btn__t1.btn--mwx1 {
    background-color: #082e56;
    color: #fff;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
}

.list {
    margin: 0;
}

.list li {
    display: list-item;
    list-style: disc;
    margin-bottom: 10px;
}

.table-layout-fixed {
    table-layout: fixed;
}

.table-layout-auto {
    table-layout: auto;
}

.table-layout-fixed td {
    width: 380px;
}

.vbox-close {
    font-size: 3.375rem;
    right: 20px;
    color: #fff !important;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin-top: 1rem;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

.unverified-user-message {
    padding-top: 10px;
}

button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.no-outline:focus {
    box-shadow: none;
    border-color: #ced4da;
}

@media (max-width: 768px) {
  .matters-file-listing-box .item {
    width: 100%;
    float: none;
    min-width: 0;
    max-width: 100%;
  }
}

body {
    background-color: #f5f6fa;
}

.btn-reset-pass {
    margin-right: auto;
    margin-left: auto;
    font-weight: normal;
}

table.dataTable tbody tr:hover {
    background: #f3f3f3;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_desc {
    background: none !important;
}

.upload-section {
    margin-bottom: 20px;
}

.btn-full {
    text-transform: uppercase;
    padding: 15px 20px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.25rem;
    font-weight: 600;
    border: none;
    text-decoration: none;
    text-align: center;
    background-color: #082e56;
    color: #fff !important;
    margin-right: 0;
    margin-left: 0;
    height: 100%;
    width: 100%;
}

.main-inner-content {
    padding-right: 20px;
    padding-left: 20px;
}

.form-group {
    /* position: relative; */
}

.icon-pointer {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main-content-inner {
    margin-top: 0;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
}

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

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

table.dataTable.no-footer {
    border: 1px solid #dee2e6;
}

.btn-danger {
    color: #d43f3a;
}

.btn-success {
    color: #5cb85c;
}

.btn-danger:hover,
.btn-success:hover {
    color: #000;
}

.loader {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 20;
    background: #fff url(../images/loader.gif) no-repeat center;
}

.dashboard-grid {
    min-height: 500px;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #dee2e6;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    background: none !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-top: none !important;
    border-bottom: none !important;
}

table.dataTable.no-footer {
    border-color: #ddd !important;
}

table.dataTable {
    width: 100% !important;
}

.action-buttons-box {
    white-space: nowrap;
}

.action-buttons-box input {
    position: relative;
    margin: 0 5px;
    top: 2px;
}

.action-buttons-box a {
    margin: 0 5px;
    padding: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-child {
    display: none;
    background-color: #fff;
    min-width: 200px;
    position: absolute;
    padding: 10px 0;
    left: 0;
    box-shadow: 0 0 2px #b3b3b3;
}

.dropdown-child ul {
    padding-left: 23px;
}

.dropdown-child a {
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-child {
    display: block;
}

.dropdown-child ul li {
    display: block;
    padding: 10px 0;
}

.modal-content {
    padding: 20px;
    margin: 0;
}

.icon-type {
    display: inline-block;
}

.icon-type i {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 1.25rem;
    vertical-align: middle;
}

/* .icon-type::before {
    position: static;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: #ccc;
    margin-right: 10px;
    vertical-align: middle;
}
.icon-type .icon-type-pdf {
} */

.fa-file-jpg:before,
.fa-file-jpeg:before,
.fa-file-jpg-o:before,
.fa-file-jpeg-o:before,
.fa-file-png-o:before {
    content: "\f1c5";
}

.fa-file-doc-o:before,
.fa-file-docx-o:before {
    content: "\f1c2";
}

.fa-file-ppt-o:before,
.fa-file-pptx-o:before {
    content: "\f1c4";
}

.fa-file-xls-o:before,
.fa-file-xlsx-o:before {
    content: "\f1c3";
}

td.details-control {
    background: url("../images/details_open.png") no-repeat center center;
    cursor: pointer;
    width: 18px;
}

tr.shown td.details-control {
    background: url("../images/details_close.png") no-repeat center center;
}

.table table {
    border-left: 1px solid #dee2e6;
}

.form__text-field-bordered {
    border: 1px solid #dee2e6;
}

.btn.btn-small {
    border: 1px solid #082e56;
    padding: 8px 10px 8px;
    line-height: 1;
    margin: 0;
    background: #082e56;
    color: #fff;
    font-size: 0.9375rem;
}

.action-buttons-inline-box {
    display: block;
}

.action-buttons-inline-item {
    display: inline-block;
    margin-right: 10px;
}

.upload-section {
    position: relative;
}

.row-center {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.popover-table td {
    padding: 0.75rem 0    
}


.profile-dot {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: lightgray;
    border-radius: 50%;
    overflow: hidden;
}

.profile-dot figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.profile-dot figcaption {
    font-weight: 700;
    color: #fff;
    font-style: normal;
    font-size: 230%;
}

.btn-link {
    font-weight: 400;
    white-space: nowrap;
}

.hr {
    border: 0;
    border-top: 1px solid #eee;
}

.sub-comments {
    background-color: #fefefe;
}

.sub-comments > div:last-child {
    padding-bottom: 15px;
}

.comment-text {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 0.8125rem;
}

.textarea {
    width: 94%;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vbox-overlay * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.vbox-overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 50px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 89;
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position: 10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 99;
}

.vbox-left {
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    z-index: 99;
    display: flex;
    align-items: center;
}

.vbox-num {
    display: inline-block;
    margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.vbox-share svg {
    max-height: 28px;
    width: 28px;
    z-index: 10;
    margin-left: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
    vertical-align: middle;
}


/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 99;
}

.vbox-next span, .vbox-prev span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}

.vbox-prev {
    left: 15px;
}

.vbox-next {
    right: 15px;
}

.vbox-prev span {
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.vbox-next span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}

.venoframe.vbvid {
    height: 260px;
}

@media (min-width: 768px) {
    .venoframe, .vbox-inline {
        width: 90%;
        height: 360px;
        height: 70vh;
    }

    .venoframe.vbvid {
        width: 640px;
        height: 360px;
    }
}

@media (min-width: 992px) {
    .venoframe, .vbox-inline {
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }

    .venoframe.vbvid {
        width: 960px;
        height: 540px;
    }
}

/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
    overflow: hidden;
}

.vbox-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 4%;
}

.vbox-container img {
    max-width: 100%;
    height: auto;
}

.vbox-figlio {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    max-width: 100%;
    text-align: initial;
}

img.vbox-figlio {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.vbox-content.swipe-left {
    margin-left: -200px !important;
}

.vbox-content.swipe-right {
    margin-left: 200px !important;
}

.vbox-animated {
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-rotating-plane {
    background-color: #333;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.sk-double-bounce {
    position: relative
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
    background-color: #333;
    border-radius: 100%
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-chasing-dots, .sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
        transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
        transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.sk-spinner-pulse {
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.sk-chasing-dots {
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
    display: block;
    border-radius: 100%;
    content: '';
    background-color: #333
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    margin: 0 auto;
    width: 15%;
    height: 15%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 100%, 70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 100%, 70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    margin: 0 auto;
    width: 15%;
    height: 15%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 100%, 39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%, 100%, 39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%, 90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%, 90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 0px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 0px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 70%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #000;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone {
    min-height: auto;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: #f3f3f3;
    padding: 20px 20px;
    border-radius: 10px;
}

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

.dropzone .dz-message .dz-button {
    font-weight: 600;
    color: #4d4f5c;
}

.dz-button::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
    padding: 0 5px;
}

.dropzone .dz-preview .dz-remove {
    z-index: 99999;
    position: relative;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  max-width: 100%;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  background: white;
  height: 100%;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.pdf-header {
  height: 50px;
  line-height: 50px;
  position: relative;
}

.modal-close {
  position: absolute;
  color: #aaa;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

body {
    opacity: 1 !important;        
}