/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3625,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
:root {
    --main-color: rgb(71, 171, 214);
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



/* ---------- */

.main-nav--top-bar[data-v-e1865f66] {
    display: none
}

.icon-container[data-v-e1865f66] {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px
}

    .icon-container[data-v-e1865f66]:last-of-type {
        margin-right: 0
    }

.main-nav__icon[data-v-e1865f66] {
    height: 24px
}

.sign-out-button[data-v-e1865f66] {
    /*display: none*/
}

@media screen and (min-width: 768px) {
    .icon-container[data-v-e1865f66] {
        margin-right: 65px
    }
}

@media screen and (min-width: 1024px) {
    .icon-container[data-v-e1865f66] {
        margin-right: 90px
    }
}

@media screen and (min-width: 1440px) {
    .main-nav[data-v-e1865f66] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sign-out-button--top-bar[data-v-e1865f66] {
        display: block
    }

    .icon-container[data-v-e1865f66], .icon-container[data-v-e1865f66]:last-of-type {
        margin-right: 30px
    }
}

.app-container[data-v-ed54dc22] {
    height: 100%
}

.top-header[data-v-ed54dc22] {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500
}

.elem-container[data-v-ed54dc22] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-profile-icon[data-v-ed54dc22] {
    width: 28px;
    height: auto;
    cursor: pointer
}

.logo[data-v-ed54dc22] {
    max-height: 80%
}

.logo {
    background-position: center;
    display: block;
    min-width: 270px;
    min-height: 100px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
    .top-header[data-v-ed54dc22] {
        height: 125px
    }

    .mobile-profile-icon[data-v-ed54dc22] {
        width: 36px
    }
}

@media screen and (min-width: 1440px) {
    .mobile-profile-icon[data-v-ed54dc22] {
        display: none
    }
}

.circular-graph[data-v-48c6eaa6] {
    position: relative
}

.circular-graph__text[data-v-48c6eaa6] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.progress[data-v-48c6eaa6] {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.progress__meter[data-v-48c6eaa6], .progress__value[data-v-48c6eaa6] {
    fill: none
}

.progress__value[data-v-48c6eaa6] {
    stroke-linecap: round
}

aside[data-v-3aeb3f4f] {
    position: fixed;
    z-index: 1600;
    top: 0;
    right: 0;
    width: 90%;
    height: 100vh;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

aside.opened[data-v-3aeb3f4f], aside[data-v-3aeb3f4f] {
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out
}

aside.opened[data-v-3aeb3f4f] {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-close-icon[data-v-3aeb3f4f] {
    position: absolute;
    right: 25px;
    top: 15px;
    padding: 10px;
    cursor: pointer
}

.welcome-info[data-v-3aeb3f4f] {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    padding-left: 55px
}

.welcome-info__header[data-v-3aeb3f4f] {
    font-size: 24px;
    font-weight: 100;
    margin: 0
}

.welcome-info__subheader[data-v-3aeb3f4f] {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 30px
}

.welcome-info__info[data-v-3aeb3f4f] {
    font-weight: 100;
    font-size: 18px
}

.info__accent[data-v-3aeb3f4f] {
    font-weight: 400
}

.summary-box[data-v-3aeb3f4f] {
    height: calc(100% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 70px 0 50px;
    overflow: auto
}

.summary-box__progress[data-v-3aeb3f4f] {
    margin: 25px 0;
    font-size: 24px
}

    .summary-box__progress[data-v-3aeb3f4f] .progress {
        width: 200px;
        height: 200px
    }

.sidebar-information__title[data-v-3aeb3f4f] {
    font-size: 40px;
    margin: 0 0 6px 0;
    font-weight: 400
}

.sidebar-information__subtitle[data-v-3aeb3f4f] {
    margin-bottom: 30px
}

.home-link-icon[data-v-3aeb3f4f] {
    width: 100px;
    height: auto;
    margin: 0 auto 18px auto
}

@media screen and (min-width: 768px) {
    aside[data-v-3aeb3f4f] {
        width: 70%
    }
}

@media screen and (min-width: 1024px) {
    aside[data-v-3aeb3f4f] {
        width: 60%
    }
}

@media screen and (min-width: 1440px) {
    aside[data-v-3aeb3f4f] {
        top: 125px;
        left: 0;
        right: auto;
        width: 360px;
        height: calc(100vh - 125px);
        background-color: #fff;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    aside.opened[data-v-3aeb3f4f], aside[data-v-3aeb3f4f] {
        -webkit-transition: none;
        transition: none
    }

    .mobile-close-icon[data-v-3aeb3f4f] {
        display: none
    }

    .welcome-info[data-v-3aeb3f4f] {
        height: 200px;
        padding-left: 50px
    }

    .welcome-info__header[data-v-3aeb3f4f] {
        font-size: 30px
    }

    .welcome-info__subheader[data-v-3aeb3f4f] {
        font-size: 17px
    }

    .home-link-icon[data-v-3aeb3f4f] {
        width: 133px;
        height: auto;
        margin: 0 0 37px 0
    }

    .summary-box[data-v-3aeb3f4f] {
        height: calc(100% - 200px);
        padding: 0 60px
    }
}

@media screen and (min-width: 1920px) {
    aside[data-v-3aeb3f4f] {
        width: 460px
    }

    .welcome-info[data-v-3aeb3f4f] {
        height: 300px;
        padding-left: 75px
    }

    .summary-box[data-v-3aeb3f4f] {
        height: calc(100% - 300px);
        padding: 0 110px
    }

    .welcome-info__header[data-v-3aeb3f4f] {
        font-size: 32px
    }

    .welcome-info__subheader[data-v-3aeb3f4f] {
        font-size: 18px
    }
}

.container[data-v-7fae6244] {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-screen {
    display: block;
    margin: 75px 0 0 0;
    overflow-x: hidden
}

.main-screen--dashboard {
    margin: 118px 0 90px 0
}

@media screen and (min-width: 1024px) {
    /*    .main-screen {
        margin-top: 125px
    }
*/
    .main-screen--dashboard {
        margin-top: 180px
    }
}

@media screen and (min-width: 1440px) {
    .main-screen--dashboard {
        margin-bottom: 0
    }
}

.login-input[data-v-032cdf10] {
    position: relative
}

.login-input__input[data-v-032cdf10] {
    height: 40px;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #2594db;
    background: none
}

@media screen and (min-width: 1024px) {
    .login-input__input[data-v-032cdf10] {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .login-input__input[data-v-032cdf10] {
        font-size: 24px
    }
}

.login-input__error[data-v-032cdf10] {
    display: block;
    margin: -20px 0 30px 0;
    font-size: 12px;
    color: red
}

.login-input--error .login-input__input[data-v-032cdf10] {
    border-bottom-color: red
}

.new-password-slide-enter-active[data-v-4954d6f2], .new-password-slide-leave-active[data-v-4954d6f2] {
    max-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.new-password-slide-enter[data-v-4954d6f2], .new-password-slide-leave-to[data-v-4954d6f2] {
    opacity: 0;
    max-height: 0
}

.title-intro[data-v-4954d6f2] {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .6px
}

.title-title[data-v-4954d6f2] {
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 18px 0
}

.login-switch[data-v-4954d6f2] {
    margin-right: auto
}

.login-controls[data-v-4954d6f2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.submit-button[data-v-4954d6f2] {
    min-width: 178px
}

@media screen and (min-width: 1440px) {
    .title-intro[data-v-4954d6f2] {
        font-size: 32px
    }

    .title-title[data-v-4954d6f2] {
        font-size: 46px
    }

    .login-controls[data-v-4954d6f2] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .submit-button[data-v-4954d6f2] {
        min-width: auto
    }
}

.forgotten-password[data-v-735778e4] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s;
    transition: all .3s
}

.forgotten-password__fieldset[data-v-735778e4] {
    padding: 10px;
    border: none
}

.forgotten-password__notification[data-v-735778e4] {
    margin: 25px 0
}

.forgotten-password__submit-button[data-v-735778e4] {
    margin-top: auto
}

.forgotten-password__success-text[data-v-735778e4] {
    text-align: center
}

.app-container[data-v-6c229113] {
    position: relative
}

.homepage[data-v-6c229113] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out
}

.homepage__modal-button[data-v-6c229113] {
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 2px solid #60727b;
    font-size: 14px;
    font-weight: 300;
    color: #60727b;
    background: none;
    cursor: pointer
}

.homepage__modal[data-v-6c229113] .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40vh
}

@media screen and (min-width: 1024px) {
    .homepage__modal[data-v-6c229113] .modal {
        width: 50%;
        right: 0;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 1920px) {
    .homepage__modal[data-v-6c229113] .modal {
        width: 30%
    }
}

.homepage-intro[data-v-6c229113] {
    margin-right: auto
}

.homepage--login[data-v-6c229113] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out
}

.login-container[data-v-6c229113] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 325px;
    padding: 0 25px;
    margin: 0 auto
}

.login-container__form[data-v-6c229113] {
    margin: auto 0
}

.login-container__controls[data-v-6c229113] {
    margin: 0 0 25px 0;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .login-container__controls[data-v-6c229113] {
        text-align: left
    }
}

@media screen and (max-width: 1024px) {
    .login-container__controls[data-v-6c229113] u {
        display: block;
        margin-top: 1rem;
    }

    .login-container__controls[data-v-6c229113] span {
        display: none;
    }
}

.homepage-background[data-v-6c229113] {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    min-height: calc(100vh - 80px);
    background-size: cover;
    background-position: top
}

.login-section[data-v-6c229113] {
    background-color: #fff;
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.login-section--opened[data-v-6c229113] {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out .25s;
    transition: opacity .15s ease-in-out .25s
}

/*.homepage-background__overlay[data-v-6c229113] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 999
}*/

.homepage-container[data-v-6c229113] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.homepage-container--login[data-v-6c229113] {
    opacity: 0;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.graph-container[data-v-6c229113] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 50px
}

.graph-container__info[data-v-6c229113] {
    text-align: center
}

.graph-container__progress[data-v-6c229113] {
    width: 177px;
    height: 177px
}

.info__title[data-v-6c229113] {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: .75px;
    color: #fff;
    margin: 0
}

.info__subtitle[data-v-6c229113] {
    font-weight: 300;
    color: #fff;
    font-size: 13px
}

.title-container[data-v-6c229113] {
    margin-top: 33px
}

.title-container__intro[data-v-6c229113], .title-container__title[data-v-6c229113] {
    color: #fff;
    letter-spacing: .6px
}

.title-container__intro[data-v-6c229113] {
    font-size: 24px;
    font-weight: 300
}

.title-container__title[data-v-6c229113] {
    font-size: 36px;
    font-weight: 600;
    margin: 3px 0 0 -1px
}

.title-container__line[data-v-6c229113] {
    border: 1px solid #fff;
    opacity: .6;
    margin: 14px 0
}

.title-container__text[data-v-6c229113] {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    letter-spacing: .45px
}

.home-button[data-v-6c229113] {
    min-width: 178px;
    margin: 24px auto 0 auto;
    display: block
}

@media screen and (min-width: 768px) {
    .info__title[data-v-6c229113] {
        font-size: 40px
    }

    .info__subtitle[data-v-6c229113] {
        font-size: 15px
    }

    .title-container__intro[data-v-6c229113], .title-container__title[data-v-6c229113] {
        font-size: 30px
    }

    .title-container__text[data-v-6c229113] {
        font-size: 24px
    }

    .graph-container__progress[data-v-6c229113] {
        width: 250px;
        height: 250px
    }
}

@media screen and (min-width: 1024px) {
    .login-container[data-v-6c229113] {
        max-width: 50%;
        margin: 0 0 0 auto
    }

    .homepage-background[data-v-6c229113] {
        min-height: calc(100vh - 125px)
    }

    .homepage[data-v-6c229113] {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .homepage--login[data-v-6c229113], .homepage[data-v-6c229113] {
        -webkit-transition: -webkit-transform .55s ease-in-out;
        transition: -webkit-transform .55s ease-in-out;
        transition: transform .55s ease-in-out;
        transition: transform .55s ease-in-out,-webkit-transform .55s ease-in-out
    }

    .homepage--login[data-v-6c229113] {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .login-section--opened[data-v-6c229113] {
        -webkit-transition: opacity .6s ease-in-out .2s;
        transition: opacity .6s ease-in-out .2s
    }

    .homepage-container[data-v-6c229113] {
        min-height: calc(100vh - 125px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home-button[data-v-6c229113] {
        min-width: auto;
        margin-left: 0
    }
}

@media screen and (min-width: 1440px) {
    .info__title[data-v-6c229113] {
        font-size: 50px
    }

    .info__subtitle[data-v-6c229113] {
        font-size: 20px
    }

    .title-container__intro[data-v-6c229113], .title-container__title[data-v-6c229113] {
        font-size: 60px
    }

    .title-container__text[data-v-6c229113] {
        font-size: 30px
    }

    .title-container__line[data-v-6c229113] {
        margin: 20px 0 30px 0
    }

    .graph-container__progress[data-v-6c229113] {
        width: 340px;
        height: 340px
    }
}

@media screen and (min-width: 1920px) {
    .login-container[data-v-6c229113] {
        max-width: 30%
    }

    .homepage--login[data-v-6c229113] {
        -webkit-transform: translateX(-70%);
        transform: translateX(-70%)
    }

    .info__title[data-v-6c229113] {
        font-size: 66px
    }

    .info__subtitle[data-v-6c229113] {
        font-size: 26px
    }

    .title-container__intro[data-v-6c229113], .title-container__title[data-v-6c229113] {
        font-size: 74px
    }

    .title-container__text[data-v-6c229113] {
        font-size: 32px
    }

    .title-container__line[data-v-6c229113] {
        margin: 26px 0 37px 0
    }

    .home-button[data-v-6c229113] {
        min-width: auto;
        margin-left: 0
    }

    .graph-container__progress[data-v-6c229113] {
        width: 380px;
        height: 380px
    }
}

html {
    font-family: Poppins,sans-serif;
    background-color: #e6ebf0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.app-container {
    max-width: 325px;
    padding: 0 25px;
    margin: 0 auto;
    z-index: 1000
}

.on-list {
    margin: 0;
    padding-left: 30px
}

.on-list__elem {
    font-size: 18px;
    margin-bottom: 8px;
    color: #60727b
}

@media screen and (min-width: 375px) {
    .app-container {
        padding: 0;
        max-width: 80%
    }
}

@media screen and (min-width: 768px) {
    .app-container {
        max-width: 85%
    }
}

@media screen and (min-width: 1440px) {
    .app-container {
        max-width: 1300px
    }
}

@media screen and (min-width: 1920px) {
    .app-container {
        max-width: 1660px
    }
}

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.fade-delay-enter-active, .fade-delay-leave-active {
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.fade-delay-enter, .fade-delay-leave-to {
    opacity: 0
}

.slide-from-right-enter-active, .slide-from-right-leave-active {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.slide-from-right-enter, .slide-from-right-leave-to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

button[data-v-6002a9cc] {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    cursor: pointer;
    letter-spacing: .4px;
    font-size: 14px;
    font-weight: 400;
    min-height: 32px;
    padding: 0 25px;
    opacity: 1
}

    button[data-v-6002a9cc], button[data-v-6002a9cc]:hover {
        -webkit-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out
    }

        button[data-v-6002a9cc]:hover {
            opacity: .7
        }

@media screen and (min-width: 768px) {
    button[data-v-6002a9cc] {
        font-weight: 600;
        font-size: 16px
    }
}

.modal-overlay[data-v-968edafc] {
    position: fixed;
    z-index: 1998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4
}

.modal[data-v-968edafc] {
    width: 80%;
    position: fixed;
    z-index: 1999;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 80%;
    overflow-y: scroll;
    padding: 20px
}

.modal--no-side-paddings[data-v-968edafc] {
    padding: 40px 0 0 0
}

.modal__close[data-v-968edafc] {
    position: absolute;
    top: 10px;
    right: 10px
}

.close[data-v-968edafc] {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    cursor: pointer;
    position: relative;
    width: 32px;
    height: 32px;
    opacity: .3
}

    .close[data-v-968edafc]:hover {
        opacity: 1
    }

    .close[data-v-968edafc]:after, .close[data-v-968edafc]:before {
        position: absolute;
        top: 0;
        content: " ";
        height: 33px;
        width: 2px;
        background-color: #333
    }

    .close[data-v-968edafc]:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .close[data-v-968edafc]:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

@media screen and (min-width: 1920px) {
    .modal[data-v-968edafc] {
        width: 60%;
        padding: 60px 40px 40px 40px
    }

    .modal--no-side-paddings[data-v-968edafc] {
        padding: 60px 0 0 0
    }

    .modal__close[data-v-968edafc] {
        position: absolute;
        top: 20px;
        right: 20px
    }
}

.base-notification-inline {
    background: #f2f2f2;
    padding: 10px 13px;
    font-weight: 300;
    font-size: 12px;
    color: #60727b;
    letter-spacing: .35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .base-notification-inline {
        font-size: 14px
    }
}

.warning-icon {
    margin-right: 9px;
    flex-shrink: 0
}

.spinner[data-v-39eed13c] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid hsla(0,0%,100%,.3);
    border-radius: 50%;
    border-top-color: #2594db;
    -webkit-animation: spin-data-v-39eed13c .5s ease-in-out infinite;
    animation: spin-data-v-39eed13c .5s ease-in-out infinite;
}

@-webkit-keyframes spin-data-v-39eed13c {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin-data-v-39eed13c {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.base-header[data-v-213817ea] {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -.54px;
    margin: 0 0 10px 0
}

@media screen and (min-width: 768px) {
    .base-header[data-v-213817ea] {
        font-size: 24px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 1024px) {
    .base-header[data-v-213817ea] {
        font-size: 27px;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1440px) {
    .base-header[data-v-213817ea] {
        font-size: 30px;
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1920px) {
    .base-header[data-v-213817ea] {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.base-paragraph[data-v-5ea58e80] {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .45px
}

.base-paragraph--subtitle[data-v-5ea58e80] {
    margin: 0 0 17px 0
}

@media screen and (min-width: 768px) {
    .base-paragraph[data-v-5ea58e80] {
        font-size: 13px
    }
}

@media screen and (min-width: 1024px) {
    .base-paragraph[data-v-5ea58e80] {
        font-size: 14px
    }

    .base-paragraph--subtitle[data-v-5ea58e80] {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1440px) {
    .base-paragraph[data-v-5ea58e80] {
        font-size: 16px
    }

    .base-paragraph--subtitle[data-v-5ea58e80] {
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1920px) {
    .base-paragraph[data-v-5ea58e80] {
        font-size: 18px
    }

    .base-paragraph--subtitle[data-v-5ea58e80] {
        margin-bottom: 32px
    }
}

.progress-bar[data-v-cde22346] {
    height: 15px;
    background: #fff
}

.progress-bar__progress[data-v-cde22346] {
    display: block;
    position: relative;
    height: 100%;
    width: 0;
    -webkit-transition: width .45s ease-in-out;
    transition: width .45s ease-in-out
}

.progress__percent[data-v-cde22346] {
    font-size: 30px;
    letter-spacing: -.89px;
    position: absolute;
    top: -9px;
    right: -15px;
    z-index: 1000
}

@media screen and (min-width: 1920px) {
    .progress__percent[data-v-cde22346] {
        font-size: 40px;
        top: -15px;
        right: -15px
    }
}

.drawerToggle[data-v-9e8bf6b0] {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 45px
}

.drawerToggle div[data-v-9e8bf6b0] {
    width: 24px;
    height: 4px;
    margin-bottom: 4px
}

@media screen and (min-width: 768px) {
    .drawerToggle[data-v-9e8bf6b0] {
        margin-left: 65px
    }
}

@media screen and (min-width: 1024px) {
    .drawerToggle[data-v-9e8bf6b0] {
        margin-left: 90px
    }
}

@-webkit-keyframes placeHolderShimmer-data-v-0a2231c8 {
    0% {
        background-position: -320px 0
    }

    to {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer-data-v-0a2231c8 {
    0% {
        background-position: -320px 0
    }

    to {
        background-position: 468px 0
    }
}

.loader[data-v-0a2231c8] {
    width: 100%;
    height: 25px;
    border-radius: 10px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer-data-v-0a2231c8;
    animation-name: placeHolderShimmer-data-v-0a2231c8;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #e6ebf0;
    background: -webkit-gradient(linear,left top,right top,color-stop(8%,#ccc),color-stop(18%,#bbb),color-stop(33%,#ccc));
    background: linear-gradient(90deg,#ccc 8%,#bbb 18%,#ccc 33%);
    background-size: 800px 104px;
    position: relative
}

.switch[data-v-6ff123d0] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 42px;
    height: 20px;
    cursor: pointer
}

.switch__input[data-v-6ff123d0] {
    display: none
}

.switch__input:checked + .switch__slider[data-v-6ff123d0]:before {
    background-color: #72e59f;
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

.switch__label[data-v-6ff123d0] {
    position: absolute;
    top: 2px;
    left: 65px;
    width: 200px;
    font-size: 14px;
    font-weight: 300
}

.switch__slider[data-v-6ff123d0] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
    border-radius: 34px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer
}

    .switch__slider[data-v-6ff123d0]:before {
        content: "";
        position: absolute;
        left: 1px;
        bottom: 1px;
        width: 18px;
        height: 18px;
        background-color: #ccc;
        border-radius: 50%;
        -webkit-transition: .4s;
        transition: .4s
    }


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}


/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.bottom-bar[data-v-24bce6fa] {
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 1500;
    bottom: 0;
    left: 0;
    border-top: 1px solid #d1d1d1;
    text-align: center
}

.bottom-nav[data-v-24bce6fa] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.mobile-menu[data-v-24bce6fa] {
    position: absolute;
    bottom: 70px;
    right: 0;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.25);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.25)
}

@media screen and (min-width: 1440px) {
    .bottom-bar[data-v-24bce6fa] {
        display: none
    }
}

.site-title[data-v-33f41e97] {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -.89px;
    margin: 0 0 10px 0;
    font-weight: 300
}

@media screen and (min-width: 1920px) {
    .site-title[data-v-33f41e97] {
        font-size: 40px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1440px) {
    .app-container[data-v-33f41e97] {
        padding-left: 0px !important;
    }
}


.menu-card[data-v-624e71c7] {
    background: #fff;
    padding: 20px 15px 40px 15px;
    cursor: pointer;
    height: 100%
}

.menu-card__top-row[data-v-624e71c7] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.menu-card__top-row--one-icon[data-v-624e71c7] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-row__icon[data-v-624e71c7] {
    max-width: 20px;
    max-height: 20px;
    max-height: 19px;
    flex-shrink: 0
}

.top-row__notification[data-v-624e71c7] {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.48px;
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-card__title[data-v-624e71c7] {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -.54px;
    line-height: 28px;
    margin: 0 0 10px 0
}

@media screen and (min-width: 768px) {
    .menu-card__title[data-v-624e71c7] {
        font-size: 28px
    }
}

@media screen and (min-width: 1024px) {
    .menu-card__title[data-v-624e71c7] {
        font-size: 32px
    }

    .top-row__icon[data-v-624e71c7] {
        width: auto;
        min-width: 35px;
        max-height: 35px
    }
}

@media screen and (min-width: 1440px) {
    .menu-card__title[data-v-624e71c7] {
        font-size: 36px
    }
}

@media screen and (min-width: 1920px) {
    .menu-card[data-v-624e71c7] {
        padding: 43px 41px 80px 41px
    }

    .menu-card__top-row[data-v-624e71c7] {
        margin-bottom: 30px
    }

    .top-row__notification[data-v-624e71c7] {
        height: 36px;
        width: 36px
    }

    .menu-card__title[data-v-624e71c7] {
        font-size: 40px;
        margin-bottom: 15px
    }
}

.box-grid-wrapper[data-v-4f1a14ab] {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: calc(50% - 2.5px) calc(50% - 2.5px)
}

.box-grid-wrapper__item[data-v-4f1a14ab] {
    margin-bottom: 5px
}

@media screen and (min-width: 1920px) {
    .box-grid-wrapper__item[data-v-4f1a14ab] {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1920px) {
    .box-grid-wrapper[data-v-4f1a14ab] {
        grid-template-columns: calc(33% - 5px) calc(33% - 5px) calc(33% - 5px)
    }
}

.dashboard-homepage[data-v-4a150a38] {
    position: relative
}

.account-disabled[data-v-4a150a38] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6ebf0;
    opacity: .5;
    z-index: 101
}


/*tweak*/
.progress {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.info-box[data-v-70e24ae9] {
    width: 100%;
    background-color: #fff;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50px;
    margin-bottom: 15px
}

    .info-box[data-v-70e24ae9]:last-child {
        margin-bottom: 0
    }

.info-box__title[data-v-70e24ae9] {
    font-size: 18px;
    letter-spacing: .45px
}

.info-box__content[data-v-70e24ae9] {
    font-size: 40px;
    letter-spacing: -.89px
}

@media screen and (min-width: 1440px) {
    .info-box[data-v-70e24ae9] {
        width: 290px
    }
}

@media screen and (min-width: 1920px) {
    .info-box[data-v-70e24ae9] {
        width: 390px
    }
}

.loader[data-v-65019842] {
    min-height: 135px;
    margin-bottom: 15px
}

.about__top--loader[data-v-65019842] {
    margin-bottom: 15px
}

/*.about[data-v-65019842] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}*/

.about__description[data-v-65019842] {
    background-color: #fff;
    padding: 50px
}

    .about__description[data-v-65019842]:not(:last-of-type) {
        margin-bottom: 24px
    }

.description__header[data-v-65019842] {
    font-size: 40px;
    letter-spacing: -.89px;
    margin: 0 0 30px 0;
    font-weight: 400
}

.description__content[data-v-65019842], .description__title[data-v-65019842] {
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 22px
}

.description__title[data-v-65019842] {
    font-weight: 100
}

.description__content[data-v-65019842] {
    margin-bottom: 30px
}

    .description__content[data-v-65019842]:last-of-type {
        margin-bottom: 0
    }

@media screen and (min-width: 1440px) {
    .about[data-v-65019842] {
        /*-webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row*/
    }

    .about__top[data-v-65019842] {
        flex-shrink: 0;
        width: 305px
    }

    .about__top--loader[data-v-65019842] {
        margin: 0 15px 0 0
    }
}

@media screen and (min-width: 1920px) {
    .about__top[data-v-65019842] {
        width: 405px
    }
}


.logo[data-v-48fe4a93] {
    width: 179px;
    height: auto;
    margin-bottom: 15px;
    max-height: 50px
}

.story[data-v-48fe4a93] {
    background-color: #fff;
    padding: 20px
}

.story__title[data-v-48fe4a93] {
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 28px
}

.website-link-container[data-v-48fe4a93] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px
}

.website-link-icon[data-v-48fe4a93] {
    margin-left: 10px
}

.website-link[data-v-48fe4a93] {
    text-decoration: none;
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .logo[data-v-48fe4a93] {
        width: 313px;
        margin: 0 170px 0 0;
        max-height: 80px
    }

    .story[data-v-48fe4a93] {
        padding: 50px
    }

    .story__title[data-v-48fe4a93] {
        margin: 0 0 20px 0;
        font-weight: 300;
        font-size: 36px
    }

    .website-link-container[data-v-48fe4a93] {
        margin-top: 15px;
        font-size: 16px
    }
}






.loader-container[data-v-2d2ed707] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.loader[data-v-2d2ed707] {
    min-height: 75px;
    width: 100%;
    margin-bottom: 10px
}

    .loader[data-v-2d2ed707]:last-child {
        margin-bottom: 0
    }

.about-container[data-v-2d2ed707] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gmap[data-v-2d2ed707] {
    width: 100%;
    height: 230px;
    margin-bottom: 5px
}

.about__photos[data-v-2d2ed707] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.location-photo[data-v-2d2ed707] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    height: auto;
    width: 100%;
    margin-bottom: 5px
}

    .location-photo[data-v-2d2ed707]:last-child {
        margin-bottom: 0
    }

@media screen and (min-width: 1024px) {
    .loader-container[data-v-2d2ed707] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .loader[data-v-2d2ed707] {
        margin-bottom: 0;
        margin-right: 10px
    }

        .loader[data-v-2d2ed707]:last-child {
            margin-right: 0
        }

    .about-container[data-v-2d2ed707] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .about__photos[data-v-2d2ed707] {
        margin-right: 80px
    }

    .location-photo[data-v-2d2ed707] {
        flex-shrink: 0;
        width: 390px;
        margin-bottom: 15px
    }

    .gmap[data-v-2d2ed707] {
        height: 655px
    }
}


.question-input[data-v-6dc3a2a6] {
    padding: 0px 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(0, 0, 0);
    font-size: 16px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .question-input[data-v-6dc3a2a6] {
        padding: 0px 15px;
    }
}

@media screen and (min-width: 1024px) {
    .question-input[data-v-6dc3a2a6] {
        padding: 0px 25px;
    }
}

@media screen and (min-width: 1440px) {
    .question-input[data-v-6dc3a2a6] {
        padding: 0px 35px;
    }
}

@media screen and (min-width: 1920px) {
    .question-input[data-v-6dc3a2a6] {
        padding: 0px 55px;
    }
}

.question-input[data-v-6dc3a2a6]:last-child {
    margin-bottom: 0px;
}

.question-input--required[data-v-6dc3a2a6]::after {
    content: "*";
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    color: red;
}

@media screen and (min-width: 768px) {
    .question-input--required[data-v-6dc3a2a6]::after {
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
}

.question-input--checkbox[data-v-6dc3a2a6] {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

    .question-input--checkbox[data-v-6dc3a2a6]::after {
        position: relative;
        margin: 0px 12px 0px 0px;
        top: 0px;
        right: 0px;
        transform: none;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

.question-input--checkbox .question-input__checkbox[data-v-6dc3a2a6] {
    margin: 0px 12px 0px 0px;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.question-input--checkbox .question-input__text[data-v-6dc3a2a6] {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.question-input__input[data-v-6dc3a2a6], .question-input__select[data-v-6dc3a2a6], .question-input__text-area[data-v-6dc3a2a6], .question-input__text[data-v-6dc3a2a6] {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .question-input__input[data-v-6dc3a2a6], .question-input__select[data-v-6dc3a2a6], .question-input__text-area[data-v-6dc3a2a6], .question-input__text[data-v-6dc3a2a6] {
        width: 50%;
    }
}

.question-input__input[data-v-6dc3a2a6], .question-input__select[data-v-6dc3a2a6], .question-input__text-area[data-v-6dc3a2a6] {
    padding: 10px 0px;
    min-height: 33px;
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid;
    transition: border 0.3s ease 0s;
    outline-color: transparent;
}

.question-input__select[data-v-6dc3a2a6] {
    appearance: none;
    border-radius: 0px;
}

.question-input__select > [data-v-6dc3a2a6] {
    background: rgb(229, 233, 240);
}

.question-input__text-area[data-v-6dc3a2a6] {
    margin: 5px 0px 0px;
    resize: vertical;
}

.question-input__text[data-v-6dc3a2a6] {
    position: relative;
    margin: 0px 0px 15px;
}

@media screen and (min-width: 768px) {
    .question-input__text[data-v-6dc3a2a6] {
        margin: 0px;
    }
}

.question-input__checkbox[data-v-6dc3a2a6] {
    position: relative;
}

.question-input__checkbox input[data-v-6dc3a2a6] {
    display: none;
}

.question-input__radio[data-v-6dc3a2a6] {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
}

.question-input__radio--checked[data-v-6dc3a2a6]::before {
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 3px inset;
}

.question-input__radio input[data-v-6dc3a2a6] {
    display: none;
}

.question-input__radio[data-v-6dc3a2a6]::before {
    content: "";
    display: block;
    margin: 0px 12px 0px 0px;
    width: 12px;
    height: 12px;
    border: 1px solid;
    border-radius: 100%;
    transition: all 0.4s ease 0s;
}

.question-input__icon-wrapper[data-v-6dc3a2a6] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.question-input__check-icon[data-v-6dc3a2a6] {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.question-input__check-icon .path[data-v-6dc3a2a6] {
    stroke-dasharray: 1000;
    stroke-dashoffset: -100;
    transition: all 0.3s ease 0s;
}

.question-input__check-icon .path.check.visible[data-v-6dc3a2a6], .question-input__check-icon .path.check[data-v-6dc3a2a6] {
    stroke-dashoffset: 0;
}

.question-input__error[data-v-6dc3a2a6] {
    position: absolute;
    left: 10px;
    bottom: -20px;
    font-size: 12px;
    font-style: italic;
    color: red;
}

@media screen and (min-width: 768px) {
    .question-input__error[data-v-6dc3a2a6] {
        left: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .question-input__error[data-v-6dc3a2a6] {
        left: 25px;
    }
}

@media screen and (min-width: 1440px) {
    .question-input__error[data-v-6dc3a2a6] {
        left: 35px;
    }
}

@media screen and (min-width: 1920px) {
    .question-input__error[data-v-6dc3a2a6] {
        left: 55px;
    }
}

.question-form[data-v-5eb1b44e] {
    position: relative;
    height: 500px;
}

.question-form__heading {
    font-weight: normal;
}

    .question-form__heading[data-v-5eb1b44e] {
        padding: 30px 10px 0px;
        width: 100%;
        border-top: 1px solid;
        font-size: 16px;
        margin: 30px 0px;
    }

@media screen and (min-width: 768px) {
    .question-form__heading[data-v-5eb1b44e] {
        padding: 30px 15px 0px;
    }
}

@media screen and (min-width: 1024px) {
    .question-form__heading[data-v-5eb1b44e] {
        padding: 30px 25px 0px;
    }
}

@media screen and (min-width: 1440px) {
    .question-form__heading[data-v-5eb1b44e] {
        padding: 30px 35px 0px;
    }
}

@media screen and (min-width: 1920px) {
    .question-form__heading[data-v-5eb1b44e] {
        padding: 30px 55px 0px;
    }
}

.question-form__heading[data-v-5eb1b44e] p {
    width: 100%;
    word-break: break-word;
    margin: 0px 0px 10px;
}

    .question-form__heading[data-v-5eb1b44e] p:last-child {
        margin: 0px;
    }

.question-form__heading + .question-form__heading[data-v-5eb1b44e], .question-form__heading[data-v-5eb1b44e]:first-of-type {
    border-top: none;
    padding-top: 0px;
}

.question-form__pages[data-v-5eb1b44e] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media screen and (max-width: 1440px) {
    .question-form__pages[data-v-5eb1b44e] {
        margin-bottom: 100px;
    }
}

.question-form__button[data-v-5eb1b44e] {
    margin: 5px;
    padding: 0px;
    width: 28px;
    height: 28px;
    min-width: 0px;
    min-height: 0px;
    border: 2px solid transparent;
}

.question-form__button--valid[data-v-5eb1b44e] {
    border-color: rgb(0, 255, 0);
}

.question-form__button--navigation[data-v-5eb1b44e] {
    padding: 0px 5px;
    width: auto;
}

.question-form__button[disabled] {
    opacity: 0.5;
    cursor: default;
}

.question-form__submit[data-v-5eb1b44e] {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    margin: 20px 0px 50px;
}

@media screen and (min-width: 768px) {
    .question-form__submit[data-v-5eb1b44e] {
        padding: 0px 15px;
    }
}

@media screen and (min-width: 1024px) {
    .question-form__submit[data-v-5eb1b44e] {
        padding: 0px 25px;
    }
}

@media screen and (min-width: 1440px) {
    .question-form__submit[data-v-5eb1b44e] {
        padding: 0px 35px;
    }
}

@media screen and (min-width: 1920px) {
    .question-form__submit[data-v-5eb1b44e] {
        padding: 0px 55px;
    }
}

.question-form__submit button[data-v-5eb1b44e] {
    margin: 5px 0px;
    width: 100%;
}

.question-form__submit button[disabled][data-v-5eb1b44e] {
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .question-form__submit button[data-v-5eb1b44e] {
        width: 48%;
    }
}

.question-form__fieldset[data-v-5eb1b44e] {
    margin: 0px;
    padding: 0px;
    border: none;
}

.question-form__after-submit-msg[data-v-5eb1b44e] {
    text-align: center;
    margin: 20px 0px;
    font-size: 26px;
}

.question-form__page-info[data-v-5eb1b44e] {
    text-align: center;
    line-height: 1.5;
}

.loader[data-v-763f1bb5] {
    margin-bottom: 15px;
}

    .loader[data-v-763f1bb5]:last-child {
        margin-bottom: 0px;
    }

.content-container[data-v-763f1bb5] {
    padding: 0px 10px;
}

@media screen and (min-width: 768px) {
    .content-container[data-v-763f1bb5] {
        padding: 0px 15px;
    }
}

@media screen and (min-width: 1024px) {
    .content-container[data-v-763f1bb5] {
        padding: 0px 25px;
    }
}

@media screen and (min-width: 1440px) {
    .content-container[data-v-763f1bb5] {
        padding: 0px 35px;
    }
}

@media screen and (min-width: 1920px) {
    .content-container[data-v-763f1bb5] {
        padding: 0px 55px;
    }
}

.content-container--bottom-padd[data-v-763f1bb5] {
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .content-container--bottom-padd[data-v-763f1bb5] {
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .content-container--bottom-padd[data-v-763f1bb5] {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 1440px) {
    .content-container--bottom-padd[data-v-763f1bb5] {
        padding-bottom: 35px;
    }
}

@media screen and (min-width: 1920px) {
    .content-container--bottom-padd[data-v-763f1bb5] {
        padding-bottom: 55px;
    }
}

.title[data-v-763f1bb5] {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.89px;
    margin: 0px 0px 15px;
}

.description[data-v-763f1bb5], [data-v-763f1bb5] .section {
    margin-bottom: 30px;
}

    [data-v-763f1bb5] .section:last-of-type {
        margin-bottom: 0px;
    }

[data-v-763f1bb5] .section-title {
    font-size: 25px;
    color: rgb(0, 0, 0);
    letter-spacing: -0.89px;
    margin-bottom: 15px;
}

[data-v-763f1bb5] .input {
    height: 30px;
    font-size: 16px;
    font-weight: 300;
    max-width: 100%;
    min-width: 250px;
    margin-bottom: 10px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid grey;
    background: none;
}

[data-v-763f1bb5] .task-button-container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    [data-v-763f1bb5] .task-button-container button {
        margin-top: 20px;
        width: 70%;
        cursor: pointer;
    }

    [data-v-763f1bb5] .task-button-container input[type="file"] {
        font-size: 100px;
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0;
    }

@media screen and (min-width: 1920px) {
    .title[data-v-763f1bb5] {
        font-size: 36px;
        margin-bottom: 25px;
    }

    [data-v-763f1bb5] .section-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    [data-v-763f1bb5] .input {
        font-size: 20px;
    }

    [data-v-763f1bb5] .task-button-container button {
        width: 30%;
    }
}

.task[data-v-a8eda4cc] {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 20px 15px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.task--completed[data-v-a8eda4cc]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.task__status[data-v-a8eda4cc] {
    font-size: 14px;
    color: rgb(128, 134, 144);
    letter-spacing: 0.45px;
    margin-bottom: 20px;
}

.task__additional[data-v-a8eda4cc] {
    font-size: 14px;
    color: rgb(128, 134, 144);
    letter-spacing: 0.45px;
    margin-bottom: 28px;
}

.task__controls[data-v-a8eda4cc] {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.icons[data-v-a8eda4cc] {
    display: flex;
    margin-bottom: 15px;
}

.task-icon[data-v-a8eda4cc]:nth-child(2) {
    margin-left: 10px;
}

@media screen and (min-width: 1920px) {
    .task__additional[data-v-a8eda4cc], .task__status[data-v-a8eda4cc] {
        font-size: 18px;
    }

    .task__additional[data-v-a8eda4cc] {
        margin-bottom: 50px;
    }

    .task[data-v-a8eda4cc] {
        padding: 43px 41px;
    }

    .task__title[data-v-a8eda4cc] {
        margin-bottom: 28px;
    }

    .task__controls[data-v-a8eda4cc] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}

.box-grid-wrapper[data-v-4f1a14ab] {
    display: grid;
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-template-columns: calc(50% - 2.5px) calc(50% - 2.5px);
}

.box-grid-wrapper__item[data-v-4f1a14ab] {
    margin-bottom: 5px;
}

@media screen and (min-width: 1920px) {
    .box-grid-wrapper__item[data-v-4f1a14ab] {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1920px) {
    .box-grid-wrapper[data-v-4f1a14ab] {
        grid-template-columns: calc(33% - 5px) calc(33% - 5px) calc(33% - 5px);
    }
}

.empty-state[data-v-d9a0bb94] {
    color: rgb(216, 216, 216);
}

.loader[data-v-d9a0bb94] {
    min-height: 300px;
}



.menu-card[data-v-624e71c7] {
    background: #fff;
    padding: 20px 15px 40px 15px;
    cursor: pointer;
    height: 100%
}

.menu-card__top-row[data-v-624e71c7] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.menu-card__top-row--one-icon[data-v-624e71c7] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-row__icon[data-v-624e71c7] {
    max-width: 20px;
    max-height: 20px;
    max-height: 19px;
    flex-shrink: 0
}

.top-row__notification[data-v-624e71c7] {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.48px;
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-card__title[data-v-624e71c7] {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -.54px;
    line-height: 28px;
    margin: 0 0 10px 0
}

@media screen and (min-width: 768px) {
    .menu-card__title[data-v-624e71c7] {
        font-size: 28px
    }
}

@media screen and (min-width: 1024px) {
    .menu-card__title[data-v-624e71c7] {
        font-size: 32px
    }

    .top-row__icon[data-v-624e71c7] {
        width: auto;
        min-width: 35px;
        max-height: 35px
    }
}

@media screen and (min-width: 1440px) {
    .menu-card__title[data-v-624e71c7] {
        font-size: 36px
    }
}

@media screen and (min-width: 1920px) {
    .menu-card[data-v-624e71c7] {
        padding: 43px 41px 80px 41px
    }

    .menu-card__top-row[data-v-624e71c7] {
        margin-bottom: 30px
    }

    .top-row__notification[data-v-624e71c7] {
        height: 36px;
        width: 36px
    }

    .menu-card__title[data-v-624e71c7] {
        font-size: 40px;
        margin-bottom: 15px
    }
}

.box-grid-wrapper[data-v-4f1a14ab] {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: calc(50% - 2.5px) calc(50% - 2.5px)
}

.box-grid-wrapper a {
    text-decoration: none;
}

.box-grid-wrapper__item[data-v-4f1a14ab] {
    margin-bottom: 5px
}

@media screen and (min-width: 1920px) {
    .box-grid-wrapper__item[data-v-4f1a14ab] {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1920px) {
    .box-grid-wrapper[data-v-4f1a14ab] {
        grid-template-columns: calc(33% - 5px) calc(33% - 5px) calc(33% - 5px)
    }
}

.dashboard-homepage[data-v-4a150a38] {
    position: relative
}

.account-disabled[data-v-4a150a38] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6ebf0;
    opacity: .5;
    z-index: 101
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

.hidden, template {
    display: none
}



.event[data-v-3e9dc4dd] {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .event[data-v-3e9dc4dd] {
        margin-bottom: 5px;
        min-height: 68px;
        padding: 0 28px
    }
}

.event__header[data-v-3e9dc4dd] {
    margin: 0;
    font-size: 14px
}

@media screen and (min-width: 1024px) {
    .event__header[data-v-3e9dc4dd] {
        font-size: 26px
    }
}

.event[data-v-76975c34] {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px 15px;
    font-size: 12px;
    background-color: #fff
}

    .event[data-v-76975c34]:last-child {
        margin-bottom: 0
    }

@media screen and (min-width: 1024px) {
    .event[data-v-76975c34] {
        margin-bottom: 5px;
        min-height: 40px;
        padding: 28px
    }
}

.event__name[data-v-76975c34], .event__time[data-v-76975c34] {
    margin-right: 20px;
    width: 20%;
    font-size: 11px
}

@media screen and (min-width: 1024px) {
    .event__name[data-v-76975c34], .event__time[data-v-76975c34] {
        font-size: 16px;
        margin-right: 64px
    }
}

.event__description[data-v-76975c34] {
    font-size: 12px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (min-width: 1024px) {
    .event__description[data-v-76975c34] {
        font-size: 20px
    }
}

.event__icons[data-v-76975c34] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center
}

.event__icon[data-v-76975c34] {
    margin: 0 10px
}

.loader[data-v-efac74dc] {
    min-height: 70px;
    margin-bottom: 5px
}

    .loader[data-v-efac74dc]:last-child {
        margin-bottom: 0
    }

.brk-flex {
    flex-basis: 100%;
    height: 0;
}


input[data-v-6002a9cc]:hover {
    opacity: .7;
}

.error {
    color: red;
}

.input-validation-error {
    color: red;
    border: solid 2px red;
}

.input-container[data-v-35cdb41c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

textarea[data-v-35cdb41c] {
    max-width: initial;
}

.chat-from-client {
    justify-content: flex-end;
}

.chat-window__input[data-v-35cdb41c] {
    min-height: 36px;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background: #f6f7fb;
    width: 100% !important;
}

.chat-window-title[data-v-35cdb41c] {
    cursor: pointer;
    padding: 0 23px;
    font-size: 24px;
    min-height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-weight: 300;
}

.chat-window[data-v-8769cf16] {
    width: 100%;
    height: 305px;
    opacity: 1;
    background: #fff;
    margin-bottom: 15px;
}

@media screen and (min-width: 1920px) {
    .chat-window__input[data-v-8769cf16] {
        min-height: 325px;
        padding: 13px;
    }
}

.chat-window__input[data-v-8769cf16] {
    min-height: 125px;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    width: 100%;
    border: none;
    background: #f6f7fb;
}

.chat-window__input {
    max-width: initial;
}

.chat-window-title {
    -webkit-transition: border-radius .3s ease-in-out;
    transition: border-radius .3s ease-in-out;
    /*border-radius: 50px !important;*/
}

    .chat-window-title[data-v-8769cf16] {
        cursor: pointer;
        padding: 0 23px;
        font-size: 24px;
        min-height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-weight: 300;
    }

.chat-window[data-v-35cdb41c] {
    width: 100%;
    height: 700px;
    opacity: 1;
    background: #fff;
    margin-bottom: 15px;
}

.chat-window__container[data-v-35cdb41c] {
    padding: 25px 23px;
    height: 620px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-window--closed {
    height: 0 !important;
    opacity: 0 !important;
    border-radius: 50px !important;
    overflow: hidden !important;
}

    .chat-window--closed[data-v-35cdb41c] {
        height: 0;
        opacity: 0;
        border-radius: 50px;
        overflow: hidden;
    }

.chat-window-title--closed {
    border-radius: 50px !important;
}

.message-container[data-v-0e8177ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.chat-window__container[data-v-8769cf16] {
    padding: 35px;
}

.chat-window__container[data-v-8769cf16] {
    position: relative;
    padding: 25px 23px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-window__message--yours[data-v-0e8177ae], .chat-window__message[data-v-0e8177ae] {
    padding: 19px;
    position: relative;
    background-color: #f6f7fb;
    width: 100%;
    margin-top: 10px;
    z-index: 1;
}

.subject-input[data-v-8769cf16] {
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #2594db;
    background: none;
}

@media screen and (min-width: 1920px) {
    .subject-input[data-v-8769cf16] {
        font-size: 24px;
    }
}

.message-container--yours[data-v-0e8177ae] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.message__sender[data-v-0e8177ae], .message__text[data-v-0e8177ae] {
    font-size: 14px;
    font-weight: 300;
    color: #60727b;
    letter-spacing: -.31px;
}

.message__sender[data-v-0e8177ae] {
    font-weight: 600;
    margin-bottom: 5px;
}

.details-container[data-v-0e8177ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.message__date[data-v-0e8177ae] {
    opacity: .4;
    font-size: 8px;
}

/* Privacy Policy */
#privacy-policy .box-grid-wrapper[data-v-4f1a14ab] {
    display: block
}

#privacy-policy .task[data-v-a8eda4cc] {
    display: block
}

#privacy-policy .task[data-v-a8eda4cc] {
    height: auto;
}

@media screen and (max-width: 768px) {
    .story td {
        display: table-row;
    }

    .story .img-container {
        text-align: center;
    }
}

/* ============================================= */
/* Per client overideable rules below this point*/
/* ============================================= */

.color-primary-backround {
    background-color: rgb(71, 171, 214);
}

.color-primary-foreground {
    color: rgb(71, 171, 214);
}

.color-fill {
    fill: rgb(71, 171, 214);
}

.color-stroke {
    stroke: rgb(71, 171, 214);
}

.homepage-background {
    background-image: url('/content/img/home-background.jpg');
}

.mfa-border {
    border: solid 1px var(--main-color);
    margin-bottom: 2rem;
    padding: 1rem;
}
