/* Modern reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */

html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    text-transform: none;
    text-decoration: none
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    color: #212121;
}

.visibilityHidden {
    visibility: hidden
}

.backgroundColorNeutralLight {
    background-color: #eaeaea
}

.screenReaderOnly {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.hide-overflow {
    overflow: hidden !important;
}

.disableTextSelection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.allowTextSelection {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto
}

.waiting * {
    cursor: progress
}

.main {
    max-width: 1000px;
    margin: 0 auto
}

.mail-container {
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 3px rgba(150, 157, 249, 0.16);
    border-radius: 10px;
    margin: 20px auto;
    max-width: 860px;
}

.i-box, .mail-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.i-box {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0
}

.i-box-btns, .i-box-input {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 500px;
}

.mail-items-container {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    background-color: #fff;
    min-height: 300px;
    overflow: hidden;
}

    .mail-items-container .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: none;
        background-color: #f8f8ff;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    }

.head-label {
    display: inline-block;
    line-height: 1.2;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 7px 5px;
}

.head-second {
    display: inline-flex;
    place-items: center;
    font-size: 13px;
    font-weight: 400;
    min-width: 90px;
}


.left {
    border-right: 1px solid #eaeaea;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 320px
}

@media screen and (max-width: 768px) {
    .left {
        width: 100%;
        border-right: none
    }

    .i-box {
        margin: 15px 0 20px
    }
}

.primaryCommands {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 100%;
    flex: 1 100%;
    line-height: 40px;
    max-width: 500px;
    width: 500px;
    -ms-flex-pack: center;
    justify-content: center
}

.prim-btn-wrap {
    display: inline-block;
    color: #0078d7;
    height: 40px;
    outline: transparent;
    vertical-align: top
}

    .prim-btn-wrap:hover {
        background-color: #eaeaea;
        color: #333
    }

.prog-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 4px 0;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.progress-text {
    position: absolute;
    right: 9px;
    top: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #7c7c7f
}

.prim-btn {
    background: none;
    border: none;
    line-height: 40px;
    min-width: 20px;
    text-align: center;
    padding: 0 4px;
    display: block;
    cursor: pointer;
    outline: transparent
}

    .prim-btn span, .prog-container span {
        display: inline-block;
        padding: 0 4px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        color: #333
    }

    .prim-btn svg {
        fill: #111;
        vertical-align: middle;
        height: 20px;
        width: 20px
    }

    .prim-btn::-moz-focus-inner {
        border: 0
    }

    .prim-btn[disabled] {
        color: #c8c8c8;
        cursor: default;
        pointer-events: none
    }

        .prim-btn[disabled] .prim-btn-icon {
            color: #c8c8c8
        }

    .prim-btn:hover:not([disabled]) {
        color: #212121;
        background: #c7e0f4
    }

        .prim-btn:hover:not([disabled]) .prim-btn-icon {
            color: #005a9e
        }

.con-input {
    position: relative;
    margin: 10px;
    margin-top: 17px
}

.vs-input {
    padding: 9px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #323F4B;
    font-weight: 500 !important;
    transition: all .25s ease;
    position: relative;
    top: 0;
    width: 100%;
    font-weight: 700
}

    .vs-input:focus {
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
        border: 1px solid rgba(31, 116, 255, .7)
    }

    .vs-input:disabled {
        opacity: .4;
        background: #e6e6e6;
        box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2);
        color: #000000;
        color: rgba(0, 0, 0, .1)
    }

        .vs-input:disabled + span {
            color: rgba(0, 0, 0, .2)
        }

        .placeholder, .vs-input:disabled + span {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

.placeholder {
    position: absolute;
    left: 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, .3);
    transition: all .25s ease;
    bottom: 9px;
    cursor: text
}

.noPlaceholder {
    opacity: 0;
    transform: translate(-6px)
}

.noPlaceholderLabel {
    bottom: 36px;
    left: 8px;
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    cursor: default
}

.vs-input:focus ~ .noPlaceholderLabel {
    color: #1f74ff
}

.label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 8px;
    padding-bottom: 2px;
    color: rgba(0, 0, 0, .8);
    transform: translateY(-100%);
}

.focusLabel {
    color: #1f74ff
}

.disabledxlabel {
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vsIconx input {
    padding-left: 35px
}

    .vsIconx input:focus ~ .iconx {
        border: 1px solid rgba(31, 116, 255, .7)
    }

        .vsIconx input:focus ~ .iconx i {
            color: #1f74ff
        }

.vsIconx .noPlaceholderLabel {
    left: 8px !important
}

.vsIconx .placeholder {
    left: 35px
}

.iconx {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .5);
    transition: all .3s ease;
    border-radius: 5px 0 0 5px;
    background: #fff;
    padding: 0 5px;
    cursor: pointer;
}

button.iconx:active svg {
    transform: translateY(2px);
    fill: rgba(31, 116, 255, .5)
}

button.iconx:active + .vs-tooltip {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.iconx svg {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    fill: rgba(0, 0, 0, .5)
}

.disabledx .iconx {
    opacity: .5
}

.vs-icon-after.vsIconx input {
    padding-right: 35px;
    padding-left: 10px !important
}

.vs-icon-after .iconx {
    left: auto;
    right: 0;
    border-radius: 0 5px 5px 0
}

.vs-icon-after .placeholder {
    left: 12px
}

.input-mal .iconx, .input-mal input {
    border: 1px solid #ff4757 !important
}

.input-mal .noPlaceholderLabel, .input-mal.vsIconx .noPlaceholderLabel, .input-mal i, .input-mal label {
    color: #ff4757 !important
}

.vs-tooltip {
    position: absolute;
    right: 2px;
    z-index: 10;
    padding: 5px;
    display: block;
    transform: translateY(5px);
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
    opacity: 0;
    transition: all 0.5s ease 2s;
    font-size: 14px;
    background: #464646;
    color: #fff;
    max-width: 300px
}

    .vs-tooltip span {
        position: relative;
        z-index: 100
    }

    .vs-tooltip:after {
        position: absolute;
        bottom: auto;
        top: 0;
        content: "";
        left: 50%;
        right: auto;
        background: inherit;
        transform: translate(-50%) rotate(45deg);
        width: 17px;
        height: 17px;
        z-index: 10
    }

.mail-items-list {
    max-height: 540px;
    overflow-y: auto
}

    .mail-items-list::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 8px;
        width: 8px
    }

    .mail-items-list::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .26)
    }

.inbox-header {
    padding: 12px 24px 8px 12px;
    border-bottom: 1px solid #eaeaea;
    height: 40px
}

.displayNone {
    display: none !important
}


.mail-item-wrapper {
    margin-bottom: 2px;
    border-bottom: 1px solid #eaeaea;
    padding: 5px;
}

.mail-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    cursor: pointer;
    padding: 4px 6px;
    place-items: baseline;
}

.mail-item-from {
    flex: 0 0 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    padding-right: 10px;
}

    .mail-item-from:before {
        content: "";
        margin-right: 3px;
        margin-bottom: 5px;
        height: 5px;
        width: 5px;
        place-items: center;
        background-color: #53f253;
        border-radius: 50%;
        display: inline-block;
    }

    .mail-item-from:active:before, .mail-item-from:focus:before {
        background-color: #003171;
    }

.mail-item-sub {
    flex: 0 0 70%;
    color: #212121;
    font-weight: 500;
}


.mail-item-date, .mail-item-sub {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mail-item-date {
    font-size: 12px;
    font-weight: 400;
    flex: 0 0 10%;
    text-align: right
}

@media only screen and (max-width: 667px) {
    .mail-item {
        display: block;
    }
    .mail-item-date {
        position: absolute;
        top: 8px;
        right: 4px;
    }
    .mail-item-from {
        margin-bottom: 2px;
    }

}


.text-right {
    text-align: right
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease
}

.modal-container {
    width: 300px;
    margin: 40px auto 0;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983
}

.modal-body {
    margin: 20px 0
}

.modal-enter, .modal-leave-active {
    opacity: 0
}

    .modal-enter .modal-container, .modal-leave-active .modal-container {
        transform: scale(1.1)
    }


span.c-progress {
    color: #222222;
    font-weight: 500;
}

.text-right[data-v-95d29650] {
    text-align: right
}

.modal-mask[data-v-95d29650] {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease
}

.modal-container[data-v-95d29650] {
    width: 300px;
    margin: 40px auto 0;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif
}

.modal-header h3[data-v-95d29650] {
    margin-top: 0;
    color: #42b983
}

.modal-body[data-v-95d29650] {
    margin: 20px 0
}

.modal-enter[data-v-95d29650], .modal-leave-active[data-v-95d29650] {
    opacity: 0
}

.modal-enter .modal-container[data-v-95d29650], .modal-leave-active .modal-container[data-v-95d29650] {
    transform: scale(1.1)
}

/*#region micro-items */

.micro-contents__items a {
    cursor: pointer;
    text-decoration: underline;
}

    .micro-contents__items a:hover,
    .micro-contents__items a:active {
        outline: none;
    }

.micro-contents__items a {
    color: #1a1a1a;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

    .micro-contents__items a,
    .micro-contents__items a:before,
    .micro-contents__items a:after {
        transition: all 0.2s ease;
    }

        .micro-contents__items a:hover {
            border-bottom: 1px solid;
        }

.micro-contents__items {
    margin: 10px 0;
    text-align: center;
    font-size: 0;
    counter-reset: list 0;
}

@media only screen and (max-width: 667px) {
    .micro-contents__items {
        width: auto;
        padding: 0 16px;
        margin: 0;
    }
}

.micro-contents__items:before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #1a1a1a;
    display: block;
    margin: 33px auto 30px;
}

@media only screen and (max-width: 667px) {
    .micro-contents__items:before {
        width: 40px;
        margin: 23px auto 30px;
    }
}

.micro-contents__item {
    width: 300px;
    height: 140px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .micro-contents__item:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

@media only screen and (max-width: 667px) {
    .micro-contents__item {
        width: 100%;
        margin: 0 0 16px;
    }
}

.micro-contents__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-bottom: none !important;
}

.micro-contents__item:before {
    counter-increment: list;
    content: counter(list);
    color: #1a1a1a;
    font-family: "Formular", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 29px;
}

.micro-contents__item__icon {
    width: 58px;
    height: 58px;
    position: absolute;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #e5e5e5;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -16px;
    right: 20px;
}

@media (max-width: 667px) {
    .micro-contents__item__icon {
        right: 10px;
    }
}

.micro-contents__item__icon img {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 1;
    top: -5px;
    left: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.micro-contents__item__title {
    text-align: center;
    color: #1a1a1a;
    font-family: "Formular", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    height: 90px;
    display: flex;
    box-sizing: border-box;
    padding: 0 30px;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

    .micro-contents__item__title:before {
        content: "";
        width: 120px;
        height: 1px;
        background-color: #e5e5e5;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .micro-contents__item__title:before {
        top: -1px;
    }

    .micro-contents__item__title:after {
        bottom: 1px;
    }

.micro-contents__item__date {
    color: #999;
    font-family: "Lava 3", serif;
    font-size: 11px;
    line-height: 28px;
    text-align: center;
    font-style: italic;
}



/*#endregion */

/*#region faqtabs */

.faqtabs {
    color: #323F4B;
    max-width: 800px;
    margin: 10px auto 20px;
    padding: 0 5px;
    line-height: 1.5;
}

    .faqtabs h2 {
        padding-bottom: 20px;
    }

    .faqtabs .tab {
        border-top: 1px solid #c8c8c8;
        position: relative;
        margin: 2px;
    }

    .faqtabs div.tab:last-child {
        border-bottom: 1px solid #c8c8c8;
    }

/* [THE LABEL] */

.tab input {
    display: none;
}

.tab label {
    display: block;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
}

.tab h3 {
    padding-right: 10px;
}

    .tab h3::after {
        content: "";
        border: solid #323F4B;
        border-width: 0 2px 2px 0;
        display: inline-block;
        transform: rotate(-45deg);
        padding: 4px;
        position: absolute;
        right: 5px;
        top: 18px;
        transition: all 0.3s;
    }

.tab input[type=checkbox]:checked + h3::after,
.tab input[type=radio]:checked + h3::after {
    transform: rotate(45deg);
}

/* [THE CONTENTS] */

.faqtabs .tab-content {
    overflow: hidden;
    /* CSS animation will not work with auto height */
    /* This is why we use max-height */
    transition: max-height 0.4s;
    transition-timing-function: ease;
    max-height: 0;
}

    .faqtabs .tab-content p {
        margin: 20px;
    }

.tab input:checked ~ .tab-content {
    /* Set the max-height to a large number */
    /* Or 100% viewport height */
    max-height: 100vh;
}

.faqtabs ol {
    padding: 0 5px 10px 30px;
}

    .faqtabs ol li {
        list-style: decimal;
        list-style-position: outside;
        display: list-item
    }

.faqtabs ul {
    padding: 0 5px 10px 30px;
}

    .faqtabs ul li {
        list-style: disc;
        list-style-position: outside;
        display: list-item
    }

/*#endregion */



.content-desktop {
    display: block;
}

.content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .content-desktop {
        display: none;
    }

    .content-mobile {
        display: block;
    }
}


/*moi*/

header, footer, .container, .share {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.container {
    padding: 0 10px;
}

.center {
    text-align: center;
    margin: auto;
}

.v-center {
    display: flex;
    align-items: center;
}

    .v-center img {
        margin-right: 10px;
        max-width: 200px;
    }

.nodecor {
    text-decoration: none;
    color: inherit;
}

.mt-50 {
    margin-top: 50px;
}

.mtext {
    margin: 30px auto 20px;
    line-height: 1.618;
    font-size: 17px;
    padding: 0 10px;
    max-width: 750px;
    color: #3e4c59;
}

    .mtext h1 {
        font-size: 24px;
        margin: 20px 0 10px;
        letter-spacing: -0.02px;
        color: #616e7c;
    }

    .mtext h2 {
        font-size: 22px;
    }

    .mtext h2, .mtext h3 {
        color: #616e7c;
        margin: 15px 0 10px;
    }

    .mtext p {
        margin-bottom: 20px;
    }

    .mtext ul,
    .mtext ol {
        padding: 0;
        list-style: inherit;
    }



    .mtext ol {
        padding-left: 1.1em;
    }

        .mtext ol li {
            margin-left: 0.4rem;
            padding-left: 0.4rem;
            line-height: 1.5em;
            margin-bottom: 0.5rem;
            list-style-type: decimal;
        }

    .mtext ul li {
        position: relative;
        min-height: 1.5em;
        margin: 0 0 0.71428571em 0;
        padding: 0;
        list-style-type: none;
        line-height: 1.5em;
        margin-bottom: 0.5rem;
        padding-left: 1.3rem;
    }

    .mtext ul > li::after {
        content: "";
        position: absolute;
        top: 0.6em;
        left: 0;
        width: 0.37em;
        height: 0.37em;
        margin-right: -16px;
        border-radius: 100%;
        background-color: #27241D;
    }


footer, .share, .cnt-center {
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
}

.m-footer {
    border-top: 1px solid #e8e8e8;
    margin: 20px auto 5px;
    line-height: 1.6em;
    padding: 10px;
}

    .m-footer a {
        color: inherit;
        text-decoration: none;
        margin-left: 15px;
    }

ul.share-buttons {
    list-style: none;
    padding: 0;
}

    ul.share-buttons li {
        display: inline-block;
        margin-right: 10px;
    }

    ul.share-buttons img {
        width: 32px;
        height: 32px;
    }


/*#region loaders */

.mail-reloader {
    display: inline;
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #003171; /* Blue */
    border-radius: 50%;
    width: 17px;
    height: 17px;
    margin: auto;
    animation: spinreloader 2s linear infinite;
}

@keyframes spinreloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-row {
    margin: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    place-items: center;
}

.loader {
    position: relative;
    width: 50%;
    display: flex;
    place-items: center;
    height: 30px;
}

    .loader:before,
    .loader:after {
        content: '';
        box-sizing: border-box;
        position: absolute;
    }

    .loader:before {
        width: 20px;
        height: 20px;
        background-color: #003171;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
        animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
    }

.loader-text {
    margin-top: 20px;
    text-shadow: 1px 1px #c8c8c8;
}

@-webkit-keyframes loader-6 {
    0%, 100% {
        transform: none;
    }

    25% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(100%) translateY(100%);
    }

    75% {
        transform: translateY(100%);
    }
}

@keyframes loader-6 {
    0%, 100% {
        transform: none;
    }

    25% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(100%) translateY(100%);
    }

    75% {
        transform: translateY(100%);
    }
}


/*#endregion */

/*#region menu */

.main-menu {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 11px;
    /*box-shadow: 0 1px 0 0 rgba(0, 31, 51, .12);*/
}

.menu-list-container {
    position: relative;
}

    .menu-list-container.active .more-button-list {
        opacity: 1;
        transform: scale(1);
    }

    .menu-list-container.active .menu-icon-wrapper {
        transform: rotate(-45deg);
    }

    .menu-list-container.active .menu-icon-line.first {
        transform: rotate(-90deg) translateX(1px);
    }

    .menu-list-container.active .menu-icon-line.last {
        transform: rotate(-90deg) translateX(-1px);
    }

.more-button {
    background-color: #fff;
    box-shadow: 0 0 3px 3px rgba(150, 157, 249, 0.16);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 10;
}

.more-button-list {
    background-color: #fff;
    border-radius: 8px;
    list-style-type: none;
    min-width: 140px;
    box-shadow: 0 0 4px 4px rgba(150, 157, 249, 0.16);
    padding: 0;
    padding: 6px;
    position: absolute;
    right: 24px;
    top: 20px;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all 0.3s ease 0.1s;
    z-index: 5;
}

    .more-button-list li {
        display: flex;
        align-items: center;
        color: #1c3991;
        padding: 10px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        transition: 0.2s ease-in;
        transform: translatex(-10px);
    }

        .more-button-list li:hover {
            color: #5c67ff;
        }

        .more-button-list li:after {
            content: "";
            position: absolute;
            height: 1px;
            width: calc(100% - 24px);
            left: 12px;
            bottom: 0;
            background-color: rgba(132, 160, 244, 0.1);
        }

        .more-button-list li:last-child:after {
            display: none;
        }



        .more-button-list li a {
            display: inline-block;
            line-height: 20px;
            font-size: 15px;
            margin-left: 8px;
            text-decoration: none;
            color: inherit;
        }


.menu-icon-wrapper {
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

.menu-icon-line {
    background-color: #7E7E7E;
    width: 100%;
    height: 2px;
    border-radius: 2px;
}

    .menu-icon-line.half {
        width: 50%;
    }

    .menu-icon-line.first {
        transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
        transform-origin: right;
    }

    .menu-icon-line.last {
        align-self: flex-end;
        transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
        transform-origin: left;
    }

/*#endregion */

/*#region aditional */

.el-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    font-weight: 400;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    -ms-transition: .1s;
    -o-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px
}


.el-button.is-round {
        padding: 12px 20px;
        border-radius: 20px;
        padding: 12px 23px
    }


.el-button--mini {
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 3px;
    margin: 5px 7px;
}

    .el-button--mini.is-round {
        padding: 7px 15px
    }




.el-button + .el-button {
    margin-left: 10px;
}

.el-button:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

/*.el-button:focus, .el-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: none;
}*/

.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

    .el-button--primary:focus, .el-button--primary:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #fff;
    }

    .el-button--primary:active {
        outline: none;
    }

    .el-button--primary:active {
        background: #3a8ee6;
        border-color: #3a8ee6;
        color: #fff;
    }

.el-button--small {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
}

/*#endregion */

.section.section--alt {
    background-color: #f4f5fa;
}

.section {
    box-shadow: 0 -1px 0 0 rgba(0, 31, 51, .12);
    padding: 25px 10px 30px;
}

.card-features {
    position: relative;
    max-width: 650px;
    margin: 25px auto;
    padding: 10px 10px 20px;
    border-radius: 8px;
    border: 1px solid #8662C7;
    border-top: 6px solid #8662C7;
    box-shadow: 0 0 30px 0 rgba(4, 0, 0, .1)
}

    .card-features h2 {
        text-align: left;
        margin: 5px 0 10px;
        text-align: center;
    }

    .card-features ol {
        border-top: 2px solid #EAE2F8;
        padding: 0;
    }

        .card-features ol li {
            display: flex;
            justify-content: space-between;
            place-items: center;
            padding: 0;
            margin: 10px 0 20px;
            list-style-type: none;
        }

    .card-features img {
        width: 60px;
        height: 60px;
        margin: 5px 10px 5px 2px;
    }

@media screen and (max-width: 768px) {
    .card-features ol li {
        flex-flow: column;
    }

        .card-features ol li img {
            width: 75px;
            height: 75px;
        }
}

/*#region Modals */
[class*=" el-icon-"] {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-icon {
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    position: relative;
    margin-right: 4px
}

.el-icon-close {
    background-color: #EBEDF0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
}

    .el-icon-close:hover {
        background-color: #CCCCCC;
    }

    .el-icon-close:before {
        content: "";
        display: block;
        font-size: 22px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.707 5.293a1 1 0 0 0-1.414 0L12 10.586 6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293a1 1 0 0 0 0-1.414z' fill='%2352606D' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 0;
        width: 1em;
        height: 1em;
    }

.full-message-box__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 120000;
    display: none;
}

.visible {
    display: block !important;
}

.full-message-box {
    width: 600px;
    max-width: 95%;
    height: 95%;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    position: absolute;
    top: 10%;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -10%);
    z-index: 101;
    display: flex;
    flex-flow: column;
}

.full-message-box-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


.message-wrapper {
    padding: 0 5px;
    margin: 5px 0 0;
    position: relative;
    height: 100%;
}

.message-header {
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.message-from {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
    font-size: 14px;
    padding: 0 11px 5px;
    border-bottom: 1px solid #eaeaea;
}

.message-subject {
    padding: 6px 12px;
    font-weight: 700;
    max-width: 90%;
}

.message-fr {
    border: 0;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.el-message-box__wrapper {
        text-align: center;
        display: flex;
        place-items: center;
        position: fixed;
        top: 30%;
        width: 100%;
        z-index: 100;
        display: none;
    }

.el-message-box {
    width: 420px;
    max-width: 95%;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    text-align: left;
    overflow: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 200;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.el-message-box-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    z-index: 199;
    background-color: rgba(0,0,0,0.5);
}

    .el-message-box__wrapper:after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }

.el-message-box__header {
    position: relative;
    padding: 15px 15px 10px;
}

.el-message-box__title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #303133;
}

.el-message-box__headerbtn {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

    .el-message-box__headerbtn .el-message-box__close {
        color: #909399;
    }

    .el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
        color: #409eff;
    }

.el-message-box__content {
    padding: 10px 15px;
    color: #606266;
    font-size: 14px;
}

.el-message-box__container {
    position: relative;
}

.el-message-box__input {
    padding-top: 15px;
}

.el-message-box__message {
    margin: 0;
}

    .el-message-box__message p {
        margin: 0;
        line-height: 24px;
    }

.el-message-box__errormsg {
    color: #f56c6c;
    font-size: 12px;
    min-height: 18px;
    margin-top: 2px;
}

.el-message-box__btns {
    padding: 5px 15px 0;
    text-align: right;
}

    .el-message-box__btns button:nth-child(2) {
        margin-left: 10px;
    }
