<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --global-wrapper--width: 1440px;
    --global-transition: 150ms ease-in-out;
    --wrap-padding: 20px;
    --sidebar--width: 240px;
    --breakpoint--xs: 576px;
    --breakpoint--s: 576px;
    --breakpoint--m: 768px;
    --breakpoint--l: 991px;
    --breakpoint--xl: 1200px;
    --breakpoint--xxl: 1400px;
    --breakpoint--xxxl: 1920px;
    --color-1: #fefefe;
    --color-2: #F4F5F6;
    --color-3: #D8DCE7;
    --color-4: #979AA2;
    --color-5: #3B3B3B;
    --color-6: #2C2C2C;
    --color-7: #1C1C1C;
    --color-8: #142659;
    --color-9: #142659;
    --color-10: #142659;
    --color-11: #DA2947;
    --color-12: #2FAD98;
    --color-13: #4341CC;
    --color-14: #6658DB;
    --color-15: #26202F;
    --color-16: #2D2932;
    --color-17: #17141D;
    --color-18: #160a29;
    --color-19: #60636C;
    --color-20: #4A3AD4
}

@media only screen and (min-width:1400px) {
    :root {
        --sidebar--width: 280px
    }
}

@font-face {
    font-family: trenda;
    src: url(../fonts/Trenda-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: trenda;
    src: url(../fonts/Trenda-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: trenda;
    src: url(../fonts/Trenda-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: none;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, main {
    display: block
}

audio, canvas, video {
    display: inline-block
}

body {
    margin: 0
}

ul {
    list-style-type: none
}

a {
    background: 0 0;
    text-decoration: none
}

button, input {
    line-height: normal
}

    input[type=search] {
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

textarea {
    overflow: auto;
    vertical-align: top
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

textarea:focus, input:focus {
    outline: 0
}

input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

*, *::before, *::after {
    box-sizing: border-box
}

button {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    cursor: pointer
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    position: relative;
    font-family: trenda,sans-serif
}

main &gt; section:first-child {
    padding-top: 184px
}

@media only screen and (min-width:991px) {
    main &gt; section:first-child {
        padding-top: 200px
    }
}

.base-wrap {
    margin: 0 auto;
    max-width: var(--global-wrapper--width);
    width: 100%;
    padding: 0 var(--wrap-padding)
}

.base-wrap--no-padding {
    margin: 0 auto;
    max-width: var(--global-wrapper--width);
    width: 100%
}

.base-wrap--no-mobile-padding {
    margin: 0 auto;
    max-width: var(--global-wrapper--width);
    width: 100%
}

@media only screen and (min-width:576px) {
    .base-wrap--no-mobile-padding {
        padding: 0 var(--wrap-padding)
    }
}

.base-wrap--element {
    padding: 0 var(--wrap-padding)
}

@media only screen and (min-width:576px) {
    .base-wrap--element {
        padding: 0
    }
}

.noscroll {
    overflow: hidden
}

    .noscroll .header.whitepaper-lay {
        background-color: transparent;
        box-shadow: none
    }

.semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.text--highlight {
    color: var(--color-14)
}

.font--size-50-80 {
    font-size: 50px;
    font-weight: 600
}

@media only screen and (min-width:991px) {
    .font--size-50-80 {
        font-size: 80px
    }
}

.font--size-36-64 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 600
}

@media only screen and (min-width:991px) {
    .font--size-36-64 {
        font-size: 64px;
        line-height: 80px
    }
}

.font--size-32-56 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px
}

@media only screen and (min-width:991px) {
    .font--size-32-56 {
        font-size: 56px;
        line-height: 74px
    }
}

.subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-18)
}

@media only screen and (min-width:991px) {
    .subtitle {
        font-size: 20px;
        line-height: 28px
    }
}

.divider-vertical {
    display: block;
    height: 48px;
    width: 1px;
    min-width: 1px;
    min-height: 1px;
    background-color: var(--color-4);
    margin: 48px auto
}

@media only screen and (min-width:576px) {
    .divider-vertical {
        height: 96px;
        margin: 64px auto
    }
}

.bg-image__holder {
    position: relative;
    overflow: hidden
}

.bg-image--style {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mrg--btm-8 {
    margin-bottom: 8px
}

.mrg--btm-16 {
    margin-bottom: 16px
}

.mrg--btm-24 {
    margin-bottom: 24px
}

.mrg--btm-32 {
    margin-bottom: 32px
}

.mrg--btm-40 {
    margin-bottom: 40px
}

.mrg--btm-48 {
    margin-bottom: 48px
}

.mrg--btm-56 {
    margin-bottom: 56px
}

.mrg--btm-64 {
    margin-bottom: 64px
}

label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px
}

input {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid var(--color-3);
    background-color: var(--color-1)
}

.form-control, .form-select {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid var(--color-3);
    background-color: var(--color-1)
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px
}

.form-control--with-clipboard {
    padding-right: 44px
}

.clipboard__with-label {
    position: absolute;
    right: 16px;
    bottom: 15px
}

    .clipboard__with-label img {
        height: 18px
    }

.clipboard--btn-align {
    display: flex;
    align-items: center;
    gap: 12px
}

.slider-holder {
}

    .slider-holder input {
        padding: 0;
        border: none
    }

        .slider-holder input[type=range] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: 0 0;
            cursor: pointer;
            width: 15rem
        }

            .slider-holder input[type=range]:focus {
                outline: none
            }

            .slider-holder input[type=range]::-webkit-slider-runnable-track {
                background-color: #053a5f;
                border-radius: 8px;
                height: 16px;
                background: linear-gradient(55deg,#4E5FD8 0%,#EE2DE8 100%),var(--color-3);
                background-size: var(--background-size,0%) 100%;
                background-repeat: no-repeat
            }

            .slider-holder input[type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                width: 22px;
                height: 22px;
                cursor: pointer;
                background: var(--color-14);
                border: 3px solid #fff;
                border-radius: 50%;
                margin-top: -3px
            }

            .slider-holder input[type=range]::-moz-range-track {
                border-radius: 8px;
                height: 16px;
                background: linear-gradient(55deg,#4E5FD8 0%,#EE2DE8 100%),var(--color-3);
                background-size: var(--background-size,0%) 100%;
                background-repeat: no-repeat
            }

            .slider-holder input[type=range]::-moz-range-thumb {
                width: 18px;
                height: 18px;
                cursor: pointer;
                background: var(--color-14);
                border: 3px solid #fff;
                border-radius: 50%;
                margin-top: -2px
            }

.progress-bar {
    width: 100%;
    height: 16px;
    background-color: var(--color-3);
    border-radius: 8px;
    overflow: hidden
}

.progress-bar__wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.progress {
    height: 100%;
    background: linear-gradient(55deg,#4E5FD8 0%,#EE2DE8 100%),var(--color-3);
    position: relative;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.progress-label {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: var(--color-4)
}

.table-dashboard.table {
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0
}

.table-dashboard thead tr th {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-3)
}

.table-dashboard thead tr th, .table-dashboard tbody td {
    text-align: right
}

    .table-dashboard thead tr th:first-child, .table-dashboard tbody td:first-child {
        text-align: left
    }

.table-dashboard tbody tr:nth-child(1) td {
    padding-top: 10px
}

.table-dashboard tbody tr:not(:last-child) td {
    padding-bottom: 10px
}

.table-dashboard tr th, .table-dashboard tr td {
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    max-width: 300px;
    min-width: 200px;
    word-wrap: break-word;
    white-space: normal
}

    .table-dashboard tr th:first-child, .table-dashboard tr td:first-child {
        padding-left: 0
    }

    .table-dashboard tr th:last-child, .table-dashboard tr td:last-child {
        padding-right: 0
    }

.table-dashboard tr th {
    color: var(--color-4)
}

.table-dashboard tr td {
    color: var(--color-18)
}

.table-dashboard .value--positive {
    color: var(--color-12)
}

.table-dashboard .value--negative {
    color: var(--color-11)
}

@media only screen and (min-width:576px) {
    .table-dashboard thead tr th {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--color-3)
    }

    .table-dashboard tbody tr:nth-child(1) td {
        padding-top: 20px
    }

    .table-dashboard tbody tr:not(:last-child) td {
        padding-bottom: 20px
    }

    .table-dashboard tr th, .table-dashboard tr td {
        font-size: 16px;
        line-height: 24px
    }
}

.tag {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 12px;
    border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tag--pending {
    color: #d78860;
    border: 1px solid #d78860;
    background: linear-gradient(0deg,rgba(215,136,96,0.15) 0%,rgba(215,136,96,0.15) 100%)
}

.tag--success {
    color: var(--color-12);
    border: 1px solid var(--color-12);
    background: linear-gradient(0deg,rgba(47,173,152,0.15) 0%,rgba(47,173,152,0.15) 100%)
}

.tag--error {
    color: var(--color-11);
    border: 1px solid var(--color-11);
    background: linear-gradient(0deg,rgba(218,41,71,0.15) 0%,rgba(218,41,71,0.15) 100%)
}

.info-message {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 20px;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    color: var(--color-18)
}

    .info-message img {
        margin-right: 16px
    }

.info-message--pending {
    border: 1px solid #d78860;
    background: linear-gradient(0deg,rgba(215,136,96,0.15) 0%,rgba(215,136,96,0.15) 100%)
}

.info-message--success {
    border: 1px solid var(--color-12);
    background: linear-gradient(0deg,rgba(47,173,152,0.15) 0%,rgba(47,173,152,0.15) 100%)
}

.info-message--error {
    border: 1px solid var(--color-11);
    background: linear-gradient(0deg,rgba(218,41,71,0.15) 0%,rgba(218,41,71,0.15) 100%)
}

.info-message--info {
    border: 1px solid var(--color-14);
    background: linear-gradient(0deg,rgba(102,88,219,0.15) 0%,rgba(102,88,219,0.15) 100%)
}

.tabs {
    display: inline-flex;
    border-radius: 12px;
    border: 1px solid var(--color-3);
    background: var(--color-1);
    padding: 9px 10px;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tab-button {
    cursor: pointer;
    background-color: transparent;
    transition: color var(--global-transition),background-color var(--global-transition);
    color: var(--color-4);
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px
}

    .tab-button.active {
        border-radius: 12px;
        color: var(--color-1);
        background-color: var(--color-14)
    }

.tab-pane {
    display: none
}

    .tab-pane.active {
        display: block;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s
    }

@media only screen and (min-width:576px) {
    .tab-button {
        font-size: 16px;
        line-height: 24px;
        padding: 4px 12px;
        border-radius: 12px
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.section--move-top {
    margin-top: -102px
}

@media only screen and (min-width:576px) {
    .section--move-top {
        margin-top: -110px
    }
}

.dashboard-bg {
    background-color: var(--color-2)
}

body {
    font-family: trenda,sans-serif
}

main &gt; section:first-child {
    padding-top: 184px
}

@media only screen and (min-width:991px) {
    main &gt; section:first-child {
        padding-top: 200px
    }
}

.base-wrap {
    margin: 0 auto;
    max-width: var(--global-wrapper--width);
    width: 100%;
    padding: 0 var(--wrap-padding)
}

.base-wrap--no-padding {
    margin: 0 auto;
    max-width: var(--global-wrapper--width);
    width: 100%
}

.base-wrap--no-mobile-padding {
    margin: 0 auto;
    max-width: var(--global-wrapper--width);
    width: 100%
}

@media only screen and (min-width:576px) {
    .base-wrap--no-mobile-padding {
        padding: 0 var(--wrap-padding)
    }
}

.base-wrap--element {
    padding: 0 var(--wrap-padding)
}

@media only screen and (min-width:576px) {
    .base-wrap--element {
        padding: 0
    }
}

.noscroll {
    overflow: hidden
}

    .noscroll .header.whitepaper-lay {
        background-color: transparent;
        box-shadow: none
    }

.semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.text--highlight {
    color: var(--color-14)
}

.font--size-50-80 {
    font-size: 50px;
    font-weight: 600
}

@media only screen and (min-width:991px) {
    .font--size-50-80 {
        font-size: 80px
    }
}

.font--size-36-64 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 600
}

@media only screen and (min-width:991px) {
    .font--size-36-64 {
        font-size: 64px;
        line-height: 80px
    }
}

.font--size-32-56 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px
}

@media only screen and (min-width:991px) {
    .font--size-32-56 {
        font-size: 56px;
        line-height: 74px
    }
}

.subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-18)
}

@media only screen and (min-width:991px) {
    .subtitle {
        font-size: 20px;
        line-height: 28px
    }
}

.divider-vertical {
    display: block;
    height: 48px;
    width: 1px;
    min-width: 1px;
    min-height: 1px;
    background-color: var(--color-4);
    margin: 48px auto
}

@media only screen and (min-width:576px) {
    .divider-vertical {
        height: 96px;
        margin: 64px auto
    }
}

.bg-image__holder {
    position: relative;
    overflow: hidden
}

.bg-image--style {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mrg--btm-8 {
    margin-bottom: 8px
}

.mrg--btm-16 {
    margin-bottom: 16px
}

.mrg--btm-24 {
    margin-bottom: 24px
}

.mrg--btm-32 {
    margin-bottom: 32px
}

.mrg--btm-40 {
    margin-bottom: 40px
}

.mrg--btm-48 {
    margin-bottom: 48px
}

.mrg--btm-56 {
    margin-bottom: 56px
}

.mrg--btm-64 {
    margin-bottom: 64px
}

label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px
}

input {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid var(--color-3);
    background-color: var(--color-1)
}

.form-control, .form-select {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid var(--color-3);
    background-color: var(--color-1)
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px
}

.form-control--with-clipboard {
    padding-right: 44px
}

.clipboard__with-label {
    position: absolute;
    right: 16px;
    bottom: 15px
}

    .clipboard__with-label img {
        height: 18px
    }

.clipboard--btn-align {
    display: flex;
    align-items: center;
    gap: 12px
}

.slider-holder {
}

    .slider-holder input {
        padding: 0;
        border: none
    }

        .slider-holder input[type=range] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: 0 0;
            cursor: pointer;
            width: 15rem
        }

            .slider-holder input[type=range]:focus {
                outline: none
            }

            .slider-holder input[type=range]::-webkit-slider-runnable-track {
                background-color: #053a5f;
                border-radius: 8px;
                height: 16px;
                background: linear-gradient(55deg,#4E5FD8 0%,#EE2DE8 100%),var(--color-3);
                background-size: var(--background-size,0%) 100%;
                background-repeat: no-repeat
            }

            .slider-holder input[type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                width: 22px;
                height: 22px;
                cursor: pointer;
                background: var(--color-14);
                border: 3px solid #fff;
                border-radius: 50%;
                margin-top: -3px
            }

            .slider-holder input[type=range]::-moz-range-track {
                border-radius: 8px;
                height: 16px;
                background: linear-gradient(55deg,#4E5FD8 0%,#EE2DE8 100%),var(--color-3);
                background-size: var(--background-size,0%) 100%;
                background-repeat: no-repeat
            }

            .slider-holder input[type=range]::-moz-range-thumb {
                width: 18px;
                height: 18px;
                cursor: pointer;
                background: var(--color-14);
                border: 3px solid #fff;
                border-radius: 50%;
                margin-top: -2px
            }

.progress-bar {
    width: 100%;
    height: 16px;
    background-color: var(--color-3);
    border-radius: 8px;
    overflow: hidden
}

.progress-bar__wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.progress {
    height: 100%;
    background: linear-gradient(55deg,#4E5FD8 0%,#EE2DE8 100%),var(--color-3);
    position: relative;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.progress-label {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: var(--color-4)
}

.table-dashboard.table {
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0
}

.table-dashboard thead tr th {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-3)
}

.table-dashboard thead tr th, .table-dashboard tbody td {
    text-align: right
}

    .table-dashboard thead tr th:first-child, .table-dashboard tbody td:first-child {
        text-align: left
    }

.table-dashboard tbody tr:nth-child(1) td {
    padding-top: 10px
}

.table-dashboard tbody tr:not(:last-child) td {
    padding-bottom: 10px
}

.table-dashboard tr th, .table-dashboard tr td {
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    max-width: 300px;
    min-width: 200px;
    word-wrap: break-word;
    white-space: normal
}

    .table-dashboard tr th:first-child, .table-dashboard tr td:first-child {
        padding-left: 0
    }

    .table-dashboard tr th:last-child, .table-dashboard tr td:last-child {
        padding-right: 0
    }

.table-dashboard tr th {
    color: var(--color-4)
}

.table-dashboard tr td {
    color: var(--color-18)
}

.table-dashboard .value--positive {
    color: var(--color-12)
}

.table-dashboard .value--negative {
    color: var(--color-11)
}

@media only screen and (min-width:576px) {
    .table-dashboard thead tr th {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--color-3)
    }

    .table-dashboard tbody tr:nth-child(1) td {
        padding-top: 20px
    }

    .table-dashboard tbody tr:not(:last-child) td {
        padding-bottom: 20px
    }

    .table-dashboard tr th, .table-dashboard tr td {
        font-size: 16px;
        line-height: 24px
    }
}

.tag {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 12px;
    border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tag--pending {
    color: #d78860;
    border: 1px solid #d78860;
    background: linear-gradient(0deg,rgba(215,136,96,0.15) 0%,rgba(215,136,96,0.15) 100%)
}

.tag--success {
    color: var(--color-12);
    border: 1px solid var(--color-12);
    background: linear-gradient(0deg,rgba(47,173,152,0.15) 0%,rgba(47,173,152,0.15) 100%)
}

.tag--error {
    color: var(--color-11);
    border: 1px solid var(--color-11);
    background: linear-gradient(0deg,rgba(218,41,71,0.15) 0%,rgba(218,41,71,0.15) 100%)
}

.info-message {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 20px;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    color: var(--color-18)
}

    .info-message img {
        margin-right: 16px
    }

.info-message--pending {
    border: 1px solid #d78860;
    background: linear-gradient(0deg,rgba(215,136,96,0.15) 0%,rgba(215,136,96,0.15) 100%)
}

.info-message--success {
    border: 1px solid var(--color-12);
    background: linear-gradient(0deg,rgba(47,173,152,0.15) 0%,rgba(47,173,152,0.15) 100%)
}

.info-message--error {
    border: 1px solid var(--color-11);
    background: linear-gradient(0deg,rgba(218,41,71,0.15) 0%,rgba(218,41,71,0.15) 100%)
}

.info-message--info {
    border: 1px solid var(--color-14);
    background: linear-gradient(0deg,rgba(102,88,219,0.15) 0%,rgba(102,88,219,0.15) 100%)
}

.tabs {
    display: inline-flex;
    border-radius: 12px;
    border: 1px solid var(--color-3);
    background: var(--color-1);
    padding: 9px 10px;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tab-button {
    cursor: pointer;
    background-color: transparent;
    transition: color var(--global-transition),background-color var(--global-transition);
    color: var(--color-4);
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px
}

    .tab-button.active {
        border-radius: 12px;
        color: var(--color-1);
        background-color: var(--color-14)
    }

.tab-pane {
    display: none
}

    .tab-pane.active {
        display: block;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s
    }

@media only screen and (min-width:576px) {
    .tab-button {
        font-size: 16px;
        line-height: 24px;
        padding: 4px 12px;
        border-radius: 12px
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.section--move-top {
    margin-top: -102px
}

@media only screen and (min-width:576px) {
    .section--move-top {
        margin-top: -110px
    }
}

.dashboard-bg {
    background-color: var(--color-2)
}
/*!* Bootstrap Grid v5.3.1 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

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

    .row &gt; * {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto &gt; * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 &gt; * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 &gt; * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 &gt; * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 &gt; * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
    justify-content: space-evenly !important
}

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
    align-self: auto !important
}

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

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

.align-self-center {
    align-self: center !important
}

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

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media(min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

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

    .flex-xxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xxl-auto {
        align-self: auto !important
    }

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

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

    .align-self-xxl-center {
        align-self: center !important
    }

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

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.btn {
    cursor: pointer;
    display: inline-flex;
    min-width: 120px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 11px 31px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: color var(--global-transition),background-color var(--global-transition),border-color var(--global-transition)
}

    .btn svg {
        stroke: var(--color-1);
        transition: stroke var(--global-transition)
    }

        .btn svg:hover {
            stroke: var(--color-17)
        }

.btn--primary {
    background-color: var(--color-14);
    border-color: var(--color-14);
    color: var(--color-1)
}

    .btn--primary:hover {
        background-color: var(--color-1);
        border-color: var(--color-1);
        color: var(--color-17)
    }

        .btn--primary:hover svg {
            stroke: var(--color-17)
        }

.btn--secondary {
    background-color: var(--color-15);
    border: 1px solid var(--color-4);
    color: var(--color-1)
}

    .btn--secondary svg {
        stroke: var(--color-1);
        transition: stroke var(--global-transition)
    }

    .btn--secondary:hover {
        background-color: var(--color-16);
        color: var(--color-1)
    }

.btn--link {
    border: none;
    color: var(--color-1);
    transition: color var(--global-transition)
}

    .btn--link:hover {
        color: var(--color-3)
    }

        .btn--link:hover svg {
            stroke: var(--color-3)
        }

.btn--light.btn--primary {
    background-color: var(--color-14);
    border-color: var(--color-14);
    color: var(--color-1)
}

    .btn--light.btn--primary:hover {
        background-color: var(--color-20);
        border-color: var(--color-20)
    }

        .btn--light.btn--primary:hover svg {
            stroke: var(--color-1)
        }

.btn--light.btn--secondary {
    background-color: var(--color-1);
    border: 1px solid var(--color-14);
    color: var(--color-14)
}

    .btn--light.btn--secondary:hover {
        border-color: var(--color-20);
        color: var(--color-20);
        background-color: var(--color-2)
    }

.btn--light.btn--error {
    background-color: var(--color-11);
    border-color: var(--color-11);
    color: var(--color-1)
}

    .btn--light.btn--error:hover {
        background-color: rgba(218,41,71,.9);
        border-color: rgba(218,41,71,.9)
    }

        .btn--light.btn--error:hover svg {
            stroke: var(--color-1)
        }

.btn--light.btn--success {
    background-color: var(--color-12);
    border-color: var(--color-12);
    color: var(--color-1)
}

    .btn--light.btn--success:hover {
        background-color: rgba(47,173,152,.9);
        border-color: rgba(47,173,152,.9)
    }

        .btn--light.btn--success:hover svg {
            stroke: var(--color-1)
        }

.header {
    color: var(--color-18);
    padding: 29px 0;
    width: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    border-bottom: 1px solid var(--color-3);
    background-color: var(--color-2)
}

.header__avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: var(--color-14);
    color: var(--color-1);
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.header__logo--light {
    display: block
}

.header__logo--dark {
    display: none
}

.header--fixed {
    position: fixed;
    box-shadow: 0 -18px 11px 13px var(--color-white-1)
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    min-height: 30px;
    position: relative
}

.header__links {
    display: none
}

.header__btns {
    display: none
}

.header__btns-dash {
    display: none
}

.header #hamb-btn .hamburger-inner, .header #hamb-btn .hamburger-inner::before, .header #hamb-btn .hamburger-inner::after {
    background-color: white
}

@media only screen and (min-width:991px) {
    .header {
        padding: 20px 0
    }

    .header__container {
        height: 48px;
        min-height: 48px
    }
}

@media only screen and (min-width:1200px) {
    .header__dropdown {
        position: relative;
        display: inline-block
    }

        .header__dropdown:hover .header__dropdown--hover-content {
            display: block;
            opacity: 1;
            left: -14px
        }

        .header__dropdown:hover .header__dropdown-btn svg {
            transform: rotate(0deg)
        }

    .header__dropdown--hover-content {
        top: 100%;
        border-top: 20px solid transparent;
        position: absolute;
        display: none;
        z-index: 1
    }

    .header__dropdown-btn {
        display: flex;
        align-items: center;
        color: var(--color-18);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px
    }

        .header__dropdown-btn svg {
            margin-left: 6px;
            transition: transform 120ms ease-in-out;
            transform: rotate(180deg);
            fill: var(--color-18)
        }

    .header__dropdown-content {
        background-color: var(--color-1);
        min-width: 190px;
        border-radius: 12px;
        border: 1px solid var(--color-3);
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 24px
    }

        .header__dropdown-content a {
            display: block;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            color: var(--color-18)
        }

            .header__dropdown-content a.red {
                color: var(--color-11)
            }

    .header__links {
        display: flex;
        gap: 40px;
        align-items: center
    }

        .header__links a {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: var(--color-18);
            transition: color 80ms ease-in-out
        }

            .header__links a:hover {
                color: var(--color-14)
            }

    .header__btns {
        display: flex;
        align-items: center;
        gap: 16px
    }

        .header__btns a {
            padding: 10px 24px
        }

    .header .btn--link {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: var(--color-18);
        transition: color 80ms ease-in-out
    }

        .header .btn--link:hover {
            color: var(--color-14)
        }

    .header #hamb-btn {
        display: none
    }
}

.header--transparent {
    border-bottom: none;
    background-color: transparent
}

    .header--transparent .header__links a {
        color: var(--color-1)
    }

        .header--transparent .header__links a:hover {
            color: var(--color-3)
        }

    .header--transparent .btn--link {
        color: var(--color-1)
    }

        .header--transparent .btn--link:hover {
            color: var(--color-3)
        }

    .header--transparent .header__logo--light {
        display: none
    }

    .header--transparent .header__logo--dark {
        display: block
    }

    .header--transparent .header__dropdown-btn {
        color: var(--color-1)
    }

        .header--transparent .header__dropdown-btn svg {
            fill: var(--color-1)
        }

        .header--transparent .header__dropdown-btn:hover {
            color: var(--color-3)
        }

            .header--transparent .header__dropdown-btn:hover svg {
                fill: var(--color-3)
            }

    .header--transparent .header__dropdown-content a {
        color: var(--color-18)
    }

        .header--transparent .header__dropdown-content a.red {
            color: var(--color-11)
        }

        .header--transparent .header__dropdown-content a:hover {
            color: var(--color-4)
        }

    .header--transparent #hamb-btn .hamburger-inner, .header--transparent #hamb-btn .hamburger-inner::before, .header--transparent #hamb-btn .hamburger-inner::after {
        background-color: var(--color-1)
    }

    .header--transparent.header--fixed {
        border-bottom: 1px solid var(--color-3);
        background-color: var(--color-2)
    }

        .header--transparent.header--fixed .header__dropdown-btn {
            color: var(--color-18)
        }

            .header--transparent.header--fixed .header__dropdown-btn svg {
                fill: var(--color-18)
            }

            .header--transparent.header--fixed .header__dropdown-btn:hover {
                color: var(--color-14)
            }

                .header--transparent.header--fixed .header__dropdown-btn:hover svg {
                    fill: var(--color-14)
                }

        .header--transparent.header--fixed #hamb-btn .hamburger-inner, .header--transparent.header--fixed #hamb-btn .hamburger-inner::before, .header--transparent.header--fixed #hamb-btn .hamburger-inner::after {
            background-color: var(--color-18)
        }

        .header--transparent.header--fixed .header__logo--light {
            display: block
        }

        .header--transparent.header--fixed .header__logo--dark {
            display: none
        }

        .header--transparent.header--fixed .header__links a {
            color: var(--color-18)
        }

            .header--transparent.header--fixed .header__links a:hover {
                color: var(--color-14)
            }

        .header--transparent.header--fixed .btn--link {
            color: var(--color-18)
        }

            .header--transparent.header--fixed .btn--link:hover {
                color: var(--color-14)
            }

.header--dashboard .header__btns {
    display: none
}

@media only screen and (min-width:1200px) {
    .header .header__btns-dash {
        display: block
    }

        .header .header__btns-dash .header__dropdown:hover .header__dropdown--hover-content {
            left: -60px
        }
}

.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: var(--color-2);
    position: relative
}

.footer__wrap {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
    grid-template-areas: "info" "links" "pitch" "terms" "rights"
}

.footer__info {
    grid-area: info;
    padding-right: 10vw
}

.footer__links {
    grid-area: links;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    gap: 30px
}

    .footer__links &gt; div {
        display: flex;
        flex-direction: column;
        row-gap: 24px
    }

.footer__pitch {
    grid-area: pitch;
    margin-bottom: 16px
}

    .footer__pitch a {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: var(--color-14);
        display: inline-block;
        margin-bottom: 40px
    }

    .footer__pitch p {
        font-size: 14px;
        line-height: 20px;
        color: var(--color-16)
    }

.footer__rights {
    grid-area: rights;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-15)
}

.footer__terms {
    grid-area: terms;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px
}

.footer__terms--link {
    font-size: 14px;
    line-height: 20px;
    display: inline-flex
}

    .footer__terms--link:not(:last-child) {
        padding-right: 20px;
        margin-right: 19px;
        border-right: 1px solid var(--color-18)
    }

.footer__logo {
    margin-bottom: 36px
}

.footer__desc {
    font-size: 16px;
    line-height: 24px
}

.footer__links-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-17)
}

.footer__links-route {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-15)
}

@media only screen and (min-width:576px) {
    .footer__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 40px;
        grid-template-areas: "info info info" "links links pitch" "terms terms terms" "rights rights ."
    }

    .footer__pitch a {
        width: 100%
    }

    .footer__pitch a, .footer__pitch address {
        text-align: right
    }
}

@media only screen and (min-width:991px) {
    .footer {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .footer__wrap {
        row-gap: 56px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        grid-template-columns: repeat(5,1fr);
        grid-template-areas: "info info links links pitch" "rights . terms terms terms"
    }

    .footer__links {
        border-bottom: none
    }

    .footer__info {
        padding-right: 8vw
    }

    .footer__pitch a {
        margin-bottom: 36px
    }

    .footer__terms {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 0
    }

    .footer .logo {
        margin-bottom: 24px
    }

    .footer__social {
        gap: 30px
    }
}

.hamburger--squeeze {
    position: relative;
    z-index: 10;
    width: 46px;
    height: 46px;
    right: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

    .hamburger--squeeze .hamburger-inner {
        transition-duration: .075s;
        transition-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

        .hamburger--squeeze .hamburger-inner::before {
            transition: top .075s .12s ease,opacity .075s ease
        }

        .hamburger--squeeze .hamburger-inner::after {
            transition: bottom .075s .12s ease,transform .075s cubic-bezier(.55,.055,.675,.19)
        }

    .hamburger--squeeze.is-active .hamburger-inner {
        transform: rotate(45deg);
        transition-delay: .12s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

        .hamburger--squeeze.is-active .hamburger-inner::before {
            top: 0;
            opacity: 0;
            transition: top .075s ease,opacity .075s .12s ease
        }

        .hamburger--squeeze.is-active .hamburger-inner::after {
            bottom: 0;
            transform: rotate(-90deg);
            transition: bottom .075s ease,transform .075s .12s cubic-bezier(.215,.61,.355,1)
        }

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: white;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

    .hamburger:hover {
        opacity: .7
    }

    .hamburger.is-active:hover {
        opacity: .7
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background-color: var(--color-1)
    }

.hamburger-box {
    width: 26px;
    height: 19px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 26px;
        height: 3px;
        background-color: var(--color-1);
        border-radius: 2px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block
        }

        .hamburger-inner::before {
            top: -8px
        }

        .hamburger-inner::after {
            bottom: -8px
        }

:root {
    --menu-height: 100vh
}

@supports(height:100dvh) and (top:-100dvh) {
    :root {
        --menu-height: 100dvh
    }
}

.menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(var(--menu-height) * -1);
    left: 0;
    right: 0;
    height: var(--menu-height);
    transition: top .5s cubic-bezier(.23,1,.32,1) 50ms,background-color .22s ease-in-out;
    z-index: z("hamb-menu");
    padding: 20px;
    background-color: var(--color-1);
    overflow: auto
}

    .menu nav {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

.menu__holder {
    padding: 116px 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column
}

    .menu__holder .logged-user, .menu__holder nav {
        width: 100%
    }

.menu__accordion-button {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .menu__accordion-button svg {
        transform: rotate(180deg);
        transition: transform 150ms ease-in-out
    }

    .menu__accordion-button.active svg {
        transform: rotate(0)
    }

.menu__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    display: flex;
    flex-direction: column
}

    .menu__accordion-content a {
        margin-left: 24px;
        padding-top: 24px
    }

.menu__list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px
}

.menu .link {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-1)
}

.menu .btn__round {
    background: var(--color-1);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #101123;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 84px
}

.menu .menu__list-item {
    position: relative;
    width: 100%;
    padding: 24px 0;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid var(--color-3)
}

    .menu .menu__list-item a, .menu .menu__list-item button {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: var(--color-18)
    }

    .menu .menu__list-item .disabled {
        color: #c9c9c6;
        pointer-events: none
    }

.menu__footer {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

    .menu__footer .btn-holder {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 52px;
        max-width: 360px
    }

        .menu__footer .btn-holder a {
            width: 100%;
            text-align: center
        }

    .menu__footer .link {
        margin-bottom: 24px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: var(--color-18);
        text-align: center
    }

.dashboard .menu {
    background-color: #101123
}

    .dashboard .menu .logged-user {
        padding-bottom: 31px;
        border-bottom: 1px solid rgba(254,254,254,.16);
        display: grid;
        gap: 12px;
        grid-template-columns: auto auto 1fr;
        align-items: center
    }

    .dashboard .menu .logged-user__text-wrap p:nth-child(1) {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px
    }

    .dashboard .menu .logged-user__text-wrap p:nth-child(2) {
        color: #0764fe;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px
    }

    .dashboard .menu .logged-user__text-wrap svg {
        display: inline-block
    }

    .dashboard .menu .logged-user__pill {
        max-width: 120px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        justify-self: end;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        background: var(--color-1);
        border-radius: 44px;
        color: #201a35;
        padding: 6px 16px
    }

.dashboard .menu__top {
    display: none
}

.dashboard .menu__list {
    margin-top: 16px;
    margin-bottom: 40px
}

    .dashboard .menu__list .divider {
        border-bottom: 1px solid rgba(254,254,254,.16);
        margin-bottom: 16px;
        margin-top: 15px;
        width: 100%
    }

.dashboard .menu__list-item {
    color: rgba(254,254,254,.5);
    text-align: left;
    min-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 1rem 0;
    padding-right: 30px;
    word-break: break-word;
    position: relative
}

    .dashboard .menu__list-item::after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid #737477;
        border-right: 2px solid #737477;
        transform: rotate(45deg);
        position: absolute;
        right: 5px
    }

    .dashboard .menu__list-item img {
        height: 22px;
        width: auto
    }

    .dashboard .menu__list-item:hover {
        color: #f8f9f1
    }

        .dashboard .menu__list-item:hover::after {
            border-top-color: #f8f9f1;
            border-right-color: #f8f9f1
        }

        .dashboard .menu__list-item:hover img {
            filter: invert(9%) sepia(630%) saturate(5655%) hue-rotate(205deg) brightness(101%) contrast(209%);
            -webkit-filter: invert(9%) sepia(630%) saturate(5655%) hue-rotate(205deg) brightness(101%) contrast(209%)
        }

    .dashboard .menu__list-item.is-active {
        color: #fefefe
    }

        .dashboard .menu__list-item.is-active::after {
            border-top-color: #f8f9f1;
            border-right-color: #f8f9f1
        }

        .dashboard .menu__list-item.is-active img {
            filter: invert(9%) sepia(630%) saturate(5655%) hue-rotate(205deg) brightness(101%) contrast(209%);
            -webkit-filter: invert(9%) sepia(630%) saturate(5655%) hue-rotate(205deg) brightness(101%) contrast(209%)
        }

@media screen and (min-width:991px) {
    .dashboard .menu__holder {
        padding-left: 20px;
        padding-right: 20px
    }
}

.noscroll .menu {
    top: 0
}

.noscroll #hamb-btn .hamburger-inner, .noscroll #hamb-btn .hamburger-inner::before, .noscroll #hamb-btn .hamburger-inner::after {
    background-color: var(--color-18)
}

@media screen and (max-height:calc-em(1000px)) {
    .menu {
        overflow-y: auto
    }

    .menu__holder {
        height: 100%;
        padding-bottom: calc-rem(180px)
    }

    .dashboard .menu .menu__holder {
        height: 100%
    }
}

.card {
    display: inline-block;
    border-radius: 12px;
    border: 1px solid var(--color-3);
    background: var(--color-1);
    padding: 24px 32px
}

.hero {
    padding-top: 136px;
    padding-bottom: 150px;
    background-color: var(--color-17);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.hero__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero .base-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.hero__wrap {
    text-align: center;
    max-width: 820px;
    position: relative
}

.hero__timer {
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%)
}

.hero h1, .hero p {
    text-align: left
}

.hero h1 {
    margin-bottom: 32px;
    font-size: 40px;
    font-weight: 600;
    color: var(--color-1);
    line-height: 60px
}

.hero p {
    margin-bottom: 48px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-1);
    font-size: 16px
}

.hero__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px
}

    .hero__btns button, .hero__btns a {
        max-width: 360px;
        width: 100%
    }

@media only screen and (min-width:991px) {
    .hero__btns button, .hero__btns a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.hero__img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.hero #waves {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero .wave {
    -webkit-animation: moveWave 220s linear infinite;
    animation: moveWave 220s linear infinite;
    display: flex;
    width: 200%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:576px) {
    .hero {
        padding-top: 260px;
        padding-bottom: 348px
    }

    .hero__timer {
        bottom: -230px
    }

    .hero h1, .hero p {
        text-align: center
    }

    .hero h1 {
        font-size: 80px;
        line-height: normal
    }

    .hero p {
        margin-bottom: 48px;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        color: var(--color-1)
    }

    .hero__btns {
        flex-direction: row
    }

        .hero__btns button {
            width: auto
        }
}

@-webkit-keyframes moveWave {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes moveWave {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

.countdown {
    height: 40px;
    background: linear-gradient(90deg,#4E5FD8 0%,#EE2DE8 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

    .countdown .text-bold {
        font-weight: 700
    }

    .countdown p {
        font-size: 14px;
        line-height: 20px;
        color: var(--color-1);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px
    }

.journey {
    padding-top: 46px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: -12px
}

    .journey .swiper-slide {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

.journey__wrap {
    position: relative;
    display: flex;
    flex-direction: column
}

.journey .text--align {
    text-align: left;
    max-width: 820px
}

.journey__title-1, .journey__title-2 {
    margin-bottom: 16px
}

.journey__desc-1, .journey__desc-2 {
    margin-bottom: 40px
}

.journey img {
    margin: 0 auto
}

.journey__card-wrap {
    margin-bottom: 40px
}

.journey__card-small {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    padding: 20px 24px
}

    .journey__card-small h5, .journey__card-small p {
        text-align: left
    }

    .journey__card-small .number {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 8px
    }

    .journey__card-small .title {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 16px
    }

    .journey__card-small .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }

.journey__card-big {
    padding: 32px 24px;
    width: 100%;
    display: grid;
    gap: 40px
}

    .journey__card-big h2 {
        margin-bottom: 16px
    }

    .journey__card-big p {
        margin-bottom: 40px
    }

    .journey__card-big &gt; div:last-child {
        display: grid;
        grid-template-rows: 4fr auto
    }

        .journey__card-big &gt; div:last-child .graph {
            border-bottom: 1px solid var(--color-3);
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: end;
            justify-items: center
        }

        .journey__card-big &gt; div:last-child .graph__echo, .journey__card-big &gt; div:last-child .graph__others {
            width: 64px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px
        }

        .journey__card-big &gt; div:last-child .graph__echo {
            height: 146px;
            background: linear-gradient(55deg,#4E5FD8 0%,#EE2DE8 100%)
        }

        .journey__card-big &gt; div:last-child .graph__others {
            background-color: var(--color-2);
            height: 43px
        }

        .journey__card-big &gt; div:last-child .graph-data {
            display: grid;
            grid-template-columns: 1fr 1fr;
            justify-items: center;
            margin-top: 24px
        }

        .journey__card-big &gt; div:last-child .graph-data__echo p, .journey__card-big &gt; div:last-child .graph-data__echo div, .journey__card-big &gt; div:last-child .graph-data__others p, .journey__card-big &gt; div:last-child .graph-data__others div {
            font-size: 16px;
            line-height: 20px;
            text-align: center
        }

        .journey__card-big &gt; div:last-child .graph-data__echo p, .journey__card-big &gt; div:last-child .graph-data__others p {
            margin-bottom: 16px
        }

        .journey__card-big &gt; div:last-child .graph-data__echo div, .journey__card-big &gt; div:last-child .graph-data__others div {
            padding: 4px 12px;
            border-radius: 6px
        }

        .journey__card-big &gt; div:last-child .graph-data__echo div {
            background-color: var(--color-14);
            color: var(--color-1)
        }

        .journey__card-big &gt; div:last-child .graph-data__others div {
            background-color: var(--color-2);
            color: var(--color-18)
        }

.journey__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 300px;
    margin: 0 auto 204px
}

    .journey__social img {
        height: 64px;
        width: auto;
        margin: 0
    }

@media only screen and (min-width:576px) {
    .journey {
        padding-top: 120px
    }

        .journey .text--align {
            text-align: center;
            margin-left: auto;
            margin-right: auto
        }

    .journey__title-1, .journey__title-2 {
        margin-bottom: 24px
    }

    .journey__desc-1, .journey__desc-2 {
        margin-bottom: 56px
    }

    .journey__card-wrap {
        margin-bottom: 56px
    }

    .journey__card-big {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 90px
    }

        .journey__card-big h2 {
            margin-bottom: 32px
        }

        .journey__card-big p {
            margin-bottom: 48px
        }

        .journey__card-big &gt; div:last-child .graph, .journey__card-big &gt; div:last-child .graph-data {
            gap: 10px
        }

        .journey__card-big &gt; div:last-child .graph__echo, .journey__card-big &gt; div:last-child .graph__others {
            width: 106px;
            border-top-left-radius: 32px;
            border-top-right-radius: 32px
        }

        .journey__card-big &gt; div:last-child .graph__echo {
            height: 246px;
            border-top-left-radius: 32px;
            border-top-right-radius: 32px
        }

        .journey__card-big &gt; div:last-child .graph__others {
            height: 63px
        }

        .journey__card-big &gt; div:last-child .graph-data p, .journey__card-big &gt; div:last-child .graph-data div {
            font-size: 20px;
            line-height: 28px
        }

    .journey__social {
        gap: 56px
    }

        .journey__social img {
            height: 100%
        }
}

@media only screen and (min-width:991px) {
    .journey__card-small {
        padding: 24px 32px
    }

        .journey__card-small .number {
            font-size: 36px;
            line-height: normal;
            margin-bottom: 8px
        }

        .journey__card-small .title {
            font-size: 20px;
            line-height: 28px
        }

        .journey__card-small .desc {
            font-size: 16px;
            line-height: 24px
        }

    .journey__card-big {
        padding: 64px 80px
    }

        .journey__card-big &gt; div:last-child .graph, .journey__card-big &gt; div:last-child .graph-data {
            gap: 0
        }
}

@media only screen and (min-width:1200px) {
    .journey__card-wrap {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto
    }
}

.banner {
    background-color: var(--color-17);
    padding-top: 46px;
    padding-bottom: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.banner__wrap {
    text-align: center;
    max-width: 820px;
    position: relative;
    margin: 0 auto
}

.banner h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    color: var(--color-1);
    margin-bottom: 24px
}

.banner p {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-1);
    margin-bottom: 48px
}

.banner button {
    width: 100%
}

.banner__img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

@media only screen and (min-width:576px) {
    .banner {
        padding-top: 56px;
        padding-bottom: 84px
    }

        .banner h2 {
            font-size: 56px;
            line-height: 74px;
            margin-bottom: 24px
        }

        .banner p {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 48px
        }

        .banner button {
            width: auto
        }
}

.preview-growth {
    padding-top: 136px
}

    .preview-growth h2, .preview-growth .subtitle {
        max-width: 820px
    }

    .preview-growth .card {
        width: 100%;
        padding: 32px 24px
    }

    .preview-growth #depositInput {
        border: none;
        border-bottom: 2px solid var(--color-18);
        background: 0 0;
        outline: none;
        height: 48px;
        border-radius: 0;
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        color: var(--color-18);
        padding-left: 26px
    }

@media only screen and (min-width:991px) {
    .preview-growth #depositInput {
        font-size: 56px;
        line-height: 74px;
        height: 80px;
        padding-left: 40px
    }
}

.preview-growth .input-wrapper {
    position: relative
}

    .preview-growth .input-wrapper::before {
        content: "$";
        position: absolute;
        left: 5px;
        top: -1px;
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        color: var(--color-18)
    }

@media only screen and (min-width:991px) {
    .preview-growth .input-wrapper::before {
        font-size: 56px;
        line-height: 74px;
        top: 0
    }
}

.preview-growth .deposit {
    color: var(--color-18)
}

.preview-growth .deposit__title {
    font-size: 20px;
    line-height: 30px
}

.preview-growth .deposit__amount {
    margin-bottom: 16px;
    width: 100%;
    max-width: 400px
}

.preview-growth .deposit__slider input {
    width: 100%
}

.preview-growth .deposit__tip {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-19);
    margin-bottom: 40px
}

.preview-growth .deposit .btn {
    width: 100%
}

@media only screen and (min-width:991px) {
    .preview-growth .deposit__title {
        font-size: 24px;
        line-height: 32px
    }

    .preview-growth .deposit__amount {
        margin-bottom: 32px;
        max-width: 282px
    }

    .preview-growth .deposit__tip {
        margin-bottom: 56px
    }

    .preview-growth .deposit .btn {
        width: auto
    }
}

.preview-growth .roi__card {
    display: grid;
    gap: 40px
}

    .preview-growth .roi__card &gt; div:last-child {
        display: grid;
        grid-template-columns: 1fr 3fr
    }

        .preview-growth .roi__card &gt; div:last-child .graph {
            border-left: 1px solid var(--color-3);
            display: grid;
            grid-template-rows: 1fr 1fr;
            align-items: center;
            justify-items: start;
            gap: 12px
        }

        .preview-growth .roi__card &gt; div:last-child .graph__echo, .preview-growth .roi__card &gt; div:last-child .graph__others {
            height: 60px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px
        }

        .preview-growth .roi__card &gt; div:last-child .graph__echo {
            width: 100%;
            background: linear-gradient(55deg,#4E5FD8 0%,#EE2DE8 100%)
        }

        .preview-growth .roi__card &gt; div:last-child .graph__others {
            width: 40%;
            background-color: var(--color-2)
        }

        .preview-growth .roi__card &gt; div:last-child .graph-data {
            display: grid;
            grid-template-rows: 1fr 1fr;
            justify-items: center;
            align-items: center
        }

        .preview-growth .roi__card &gt; div:last-child .graph-data__echo p, .preview-growth .roi__card &gt; div:last-child .graph-data__echo div, .preview-growth .roi__card &gt; div:last-child .graph-data__others p, .preview-growth .roi__card &gt; div:last-child .graph-data__others div {
            font-size: 16px;
            line-height: 20px;
            text-align: center
        }

        .preview-growth .roi__card &gt; div:last-child .graph-data__echo p, .preview-growth .roi__card &gt; div:last-child .graph-data__others p {
            margin-bottom: 4px
        }

        .preview-growth .roi__card &gt; div:last-child .graph-data__echo div, .preview-growth .roi__card &gt; div:last-child .graph-data__others div {
            padding: 2px 8px;
            border-radius: 6px
        }

        .preview-growth .roi__card &gt; div:last-child .graph-data__echo div {
            background-color: var(--color-14);
            color: var(--color-1)
        }

        .preview-growth .roi__card &gt; div:last-child .graph-data__others div {
            background-color: var(--color-2);
            color: var(--color-18)
        }

@media only screen and (min-width:576px) {
    .preview-growth .roi__card {
        grid-template-columns: 1fr 1.6fr
    }

        .preview-growth .roi__card &gt; div:last-child .graph__echo, .preview-growth .roi__card &gt; div:last-child .graph__others {
            height: 90px;
            border-top-right-radius: 26px;
            border-bottom-right-radius: 26px
        }
}

@media only screen and (min-width:991px) {
    .preview-growth .roi__card &gt; div:last-child .graph__echo, .preview-growth .roi__card &gt; div:last-child .graph__others {
        height: 107px;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px
    }

    .preview-growth .roi__card &gt; div:last-child .graph-data__echo p, .preview-growth .roi__card &gt; div:last-child .graph-data__echo div, .preview-growth .roi__card &gt; div:last-child .graph-data__others p, .preview-growth .roi__card &gt; div:last-child .graph-data__others div {
        font-size: 20px;
        line-height: 28px;
        text-align: center
    }

    .preview-growth .roi__card &gt; div:last-child .graph-data__echo p, .preview-growth .roi__card &gt; div:last-child .graph-data__others p {
        margin-bottom: 16px
    }

    .preview-growth .roi__card &gt; div:last-child .graph-data__echo div, .preview-growth .roi__card &gt; div:last-child .graph-data__others div {
        padding: 4px 12px;
        border-radius: 6px
    }
}

.preview-growth .roi__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px
}

.preview-growth .roi__desc {
    margin-bottom: 2px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.preview-growth .roi__amount {
    color: var(--color-14)
}

.preview-growth .roi__amount--align {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

@media only screen and (min-width:576px) {
    .preview-growth .roi__amount--align {
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width:991px) {
    .preview-growth .roi__title {
        font-size: 48px
    }

    .preview-growth .roi__desc {
        font-size: 20px;
        line-height: 28px
    }

    .preview-growth .roi__amount--align {
        gap: 32px
    }
}

.preview-growth .info {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    margin-bottom: 107px
}

    .preview-growth .info &gt; div {
        text-align: center
    }

.preview-growth .info__divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-3)
}

.preview-growth .info__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-18)
}

.preview-growth .info__desc {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-18)
}

.preview-growth .info__amount {
    color: var(--color-14)
}

@media only screen and (min-width:1200px) {
    .preview-growth .info {
        grid-template-columns: 1fr .5fr 1fr .5fr 1fr;
        gap: 12px;
        margin-bottom: 176px
    }

    .preview-growth .info__divider {
        height: 100%;
        width: 1px
    }
}

@media only screen and (min-width:991px) {
    .preview-growth .card {
        padding: 42px 52px
    }
}

@media only screen and (min-width:1200px) {
    .preview-growth {
        padding-top: 184px
    }

        .preview-growth .card {
            padding: 64px 80px
        }
}

.help {
    padding-top: 184px;
    padding-bottom: 200px
}

    .help h1, .help h2, .help .subtitle {
        max-width: 820px
    }

.help__section-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-17)
}

.help .social .subtitle {
    font-weight: 500
}

.help .social .card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px 20px
}

.help .social__wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px
}

.help .social img {
    width: auto;
    height: 60px
}

.help .social__desc {
    font-size: 16px;
    line-height: 24px
}

.help .social__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width:991px) {
    .help .social .card {
        padding: 32px 24px
    }

    .help .social__wrap {
        gap: 20px
    }

    .help .social img {
        height: auto
    }
}

.help .faq-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 24px;
    padding: 21px 32px;
    cursor: pointer;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

    .help .faq-card .opened h5 {
        color: var(--color-14)
    }

    .help .faq-card .opened svg {
        transform: rotate(180deg);
        fill: var(--color-14)
    }

    .help .faq-card svg {
        fill: var(--color-18);
        position: absolute;
        right: 28px;
        top: 25px;
        transition: transform 150ms ease-in-out;
        pointer-events: none
    }

    .help .faq-card h5, .help .faq-card .number {
        line-height: 35px
    }

    .help .faq-card h5 {
        font-size: 20px;
        font-weight: 600;
        color: var(--color-18);
        transition: color 150ms ease-in-out;
        word-break: break-word;
        padding-right: 20px
    }

    .help .faq-card p {
        font-size: 16px;
        line-height: 24px;
        color: var(--color-19)
    }

    .help .faq-card .number {
        font-size: 24px;
        font-weight: 600;
        color: var(--color-14)
    }

.help .faq-card__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media only screen and (min-width:991px) {
    .help .faq-card__wrap {
        grid-template-columns: 1fr 1fr;
        gap: 24px 20px
    }
}

.about-us {
    padding-top: 136px;
    padding-bottom: 80px
}

    .about-us h1, .about-us h2, .about-us .subtitle {
        max-width: 820px
    }

.about-us__mission {
    display: grid;
    align-items: center;
    gap: 40px;
    padding: 32px 24px
}

    .about-us__mission img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto
    }

@media only screen and (min-width:991px) {
    .about-us__mission {
        gap: 20%;
        grid-template-columns: 1fr 1fr;
        padding: 64px 80px
    }

        .about-us__mission img {
            max-width: unset;
            width: 100%;
            margin: 0
        }
}

.about-us .values-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px
}

    .about-us .values-card img {
        margin-top: 1px
    }

    .about-us .values-card h5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        color: var(--color-18);
        margin-bottom: 12px
    }

    .about-us .values-card p {
        font-size: 16px;
        line-height: 24px;
        color: var(--color-19)
    }

.about-us .values-card__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media only screen and (min-width:991px) {
    .about-us .values-card__wrap {
        grid-template-columns: 1fr 1fr;
        gap: 24px 20px
    }

    .about-us {
        padding-top: 184px;
        padding-bottom: 200px
    }
}

.about-us .trading__mission--reverse div {
    order: 1
}

.about-us .trading__mission--reverse img {
    order: 2
}

.about-us .trading__core-principles.card {
    padding: 24px
}

.about-us .trading__core-principles .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-18);
    margin-bottom: 16px
}

.about-us .trading__core-principles .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-4)
}

.about-us .trading__core-principles--wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

@media only screen and (min-width:768px) {
    .about-us .trading__core-principles--wrap {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }
}

@media only screen and (min-width:991px) {
    .about-us .trading__mission--reverse div {
        order: 2
    }

    .about-us .trading__mission--reverse img {
        order: 1
    }

    .about-us .trading__core-principles.card {
        padding: 32px
    }

    .about-us .trading__core-principles .title {
        font-size: 20px;
        line-height: 28px
    }

    .about-us .trading__core-principles .desc {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px
    }
}

@media only screen and (min-width:1200px) {
    .about-us .trading__core-principles {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .about-us .trading__core-principles--wrap {
        grid-template-columns: repeat(4,1fr)
    }
}

.register {
    padding-top: 136px;
    padding-bottom: 100px;
    min-height: 100vh;
    position: relative
}

    .register h1, .register .subtitle {
        max-width: 820px
    }

    .register input:not(.btn) {
        margin-bottom: 24px
    }

    .register .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 40px
    }

.register__form {
    display: flex;
    flex-direction: column;
    max-width: 400px
}

.register__tip {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-18)
}

    .register__tip a {
        font-weight: 500;
        text-decoration: underline
    }

.register__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:991px) {
    .register {
        padding-top: 184px
    }
}

.referrals {
    padding-top: 184px;
    padding-bottom: 200px
}

    .referrals h1, .referrals h2, .referrals .subtitle {
        max-width: 820px
    }

.referrals__levels {
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr))
}

.referrals__card {
    padding: 24px 32px
}

    .referrals__card .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: var(--color-14);
        margin-bottom: 12px
    }

    .referrals__card .percentage {
        font-size: 16px;
        line-height: 24px;
        color: var(--color-18)
    }

.referrals__team-lead {
    padding: 32px 24px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr
}

    .referrals__team-lead .img {
        display: none
    }

@media only screen and (min-width:991px) {
    .referrals__team-lead {
        padding: 64px 80px;
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }

        .referrals__team-lead .img {
            display: block;
            width: 100%
        }
}

@media only screen and (min-width:1200px) {
    .referrals__team-lead {
        gap: 20%
    }
}

.referrals__team-lead-rewards {
    display: flex;
    gap: 32px
}

    .referrals__team-lead-rewards:not(:last-child) {
        margin-bottom: 32px
    }

    .referrals__team-lead-rewards .img-wrap {
        background-color: var(--color-14);
        width: 52px;
        min-width: 52px;
        height: 52px;
        border-radius: 12px;
        padding: 14px
    }

    .referrals__team-lead-rewards .title {
        color: var(--color-18);
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 12px
    }

    .referrals__team-lead-rewards .desc {
        font-size: 16px;
        line-height: 24px;
        color: var(--color-19)
    }

.referrals__bonus-rewards {
    width: 100%;
    display: grid;
    gap: 28px
}

    .referrals__bonus-rewards .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        color: var(--color-14)
    }

    .referrals__bonus-rewards .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: var(--color-4)
    }

    .referrals__bonus-rewards .desc--align {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .referrals__bonus-rewards .progress-label {
        color: var(--color-18);
        font-weight: 600;
        grid-area: label-first
    }

    .referrals__bonus-rewards .progress-label--last {
        grid-area: label-last;
        justify-self: end
    }

    .referrals__bonus-rewards .progress {
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit
    }

    .referrals__bonus-rewards .progress-bar {
        grid-area: progress-bar
    }

    .referrals__bonus-rewards .progress-bar__wrap {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-areas: "label-first label-last" "progress-bar progress-bar"
    }

@media only screen and (min-width:768px) {
    .referrals__bonus-rewards .progress-bar__wrap {
        grid-template-rows: auto;
        grid-template-columns: 1fr 4fr 1fr;
        grid-template-areas: "label-first  progress-bar label-last"
    }
}

@media only screen and (min-width:991px) {
    .referrals__bonus-rewards .progress-bar__wrap {
        grid-template-rows: auto;
        grid-template-columns: 1fr 7fr 1fr;
        grid-template-areas: "label-first  progress-bar label-last"
    }
}

.dash-body-controler {
    background-color: var(--color-2);
    border-radius: 12px 12px 0 0;
    position: relative;
    margin-top: -12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 60px
}

.dash-home-hero {
    padding-top: 136px;
    padding-bottom: 157px;
    background-color: var(--color-17);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: var(--color-1)
}

.dash-home-hero__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dash-home-hero__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.dash-home-hero__left {
    display: flex;
    gap: 24px;
    align-items: center
}

.dash-home-hero__main-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.dash-home-hero__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px
}

.dash-home-hero__desc {
    font-size: 12px;
    line-height: 16px
}

.dash-home-hero__right {
    display: none
}

.dash-home-hero__avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: var(--color-14);
    color: var(--color-1);
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width:576px) {
    .dash-home-hero {
        padding-top: 168px;
        padding-bottom: 203px
    }

        .dash-home-hero .card {
            padding: 32px
        }

    .dash-home-hero__avatar {
        width: 64px;
        height: 64px;
        min-width: 64px;
        font-size: 24px;
        line-height: 32px
    }

    .dash-home-hero__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 4px
    }

    .dash-home-hero__desc {
        font-size: 16px;
        line-height: 24px
    }

    .dash-home-hero__main-title {
        font-size: 36px;
        line-height: normal
    }

    .dash-home-hero__right {
        display: inline-block;
        text-align: right
    }

        .dash-home-hero__right p {
            font-size: 14px;
            line-height: 20px
        }

            .dash-home-hero__right p:not(:last-child) {
                margin-bottom: 8px
            }
}

.dash-home-balance .card {
    padding: 24px
}

.dash-home-balance__wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr
}

.dash-home-balance__left .btn {
    padding: 9px 32px;
    width: 100%;
    gap: 12px
}

.dash-home-balance__left img {
    height: 30px;
    width: auto
}

.dash-home-balance__right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.dash-home-balance__current-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    color: var(--color-14)
}

.dash-home-balance__current-amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-18);
    margin-bottom: 6px
}

.dash-home-balance__current-desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-4);
    margin-bottom: 24px
}

.dash-home-balance__detailed-view {
    gap: 20px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center
}

.dash-home-balance__icon {
    background-color: var(--color-14);
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dash-home-balance__type-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-14)
}

.dash-home-balance__type-amount {
    color: var(--color-18);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    justify-self: end
}

@media only screen and (min-width:576px) {
    .dash-home-balance .card {
        padding: 32px
    }
}

@media only screen and (min-width:768px) {
    .dash-home-balance__current-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .dash-home-balance__current-amount {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 6px
    }

    .dash-home-balance__current-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px
    }

    .dash-home-balance__right {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
        width: 100%
    }

    .dash-home-balance__detailed-view {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .dash-home-balance__icon {
        background-color: var(--color-14);
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .dash-home-balance__type-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: var(--color-14)
    }

    .dash-home-balance__type-amount {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        color: var(--color-18)
    }
}

@media only screen and (min-width:991px) {
    .dash-home-balance__wrap {
        grid-template-columns: 2fr 3fr;
        align-items: end
    }
}

@media only screen and (min-width:1200px) {
    .dash-home-balance__wrap {
        grid-template-columns: 2fr 5fr;
        align-items: end
    }
}

.dash-home-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.dash-home-banner__content {
    background-color: var(--color-17);
    border-radius: 12px;
    border: 1px solid var(--color-3);
    padding: 32px 24px 40px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.dash-home-banner__wrap {
    text-align: center;
    max-width: 820px;
    position: relative;
    margin: 0 auto
}

.dash-home-banner h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-1);
    margin-bottom: 16px
}

.dash-home-banner p {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-1);
    margin-bottom: 24px
}

.dash-home-banner__btn {
    padding: 9px 32px;
    width: 100%;
    gap: 12px
}

.dash-home-banner__img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

@media only screen and (min-width:576px) {
    .dash-home-banner h2 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 24px
    }

    .dash-home-banner p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 48px
    }
}

@media only screen and (min-width:991px) {
    .dash-home-banner__wrap {
        display: grid;
        grid-template-columns: 3fr 1fr;
        align-items: center;
        gap: 70px;
        text-align: left;
        margin: 0;
        max-width: none
    }

    .dash-home-banner__content {
        padding: 32px
    }

    .dash-home-banner h2 {
        font-size: 48px;
        line-height: normal;
        margin-bottom: 24px
    }

    .dash-home-banner p {
        margin-bottom: 0
    }

    .dash-home-banner button {
        width: auto
    }
}

@media only screen and (min-width:1200px) {
    .dash-home-banner__wrap {
        gap: 100px
    }

    .dash-home-banner__content {
        padding: 48px 80px
    }
}

.dash-home-calendar .card {
    padding: 24px
}

.dash-home-calendar__wrap {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dash-home-calendar__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-14);
    margin-bottom: 20px
}

.dash-home-calendar__desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-4);
    margin-bottom: 12px
}

.dash-home-calendar__withdraw-day {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-4);
    margin-bottom: 32px
}

    .dash-home-calendar__withdraw-day::before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        background-color: var(--color-14);
        width: 12px;
        height: 12px;
        transform: translateY(1px);
        margin-right: 10px
    }

.dash-home-calendar__day-num {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-18)
}

.dash-home-calendar__day-name {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-4)
}

.dash-home-calendar__days-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: stretch
}

.dash-home-calendar__day {
    padding-top: 12px
}

    .dash-home-calendar__day div {
        padding: 2px
    }

    .dash-home-calendar__day p {
        text-align: center
    }

        .dash-home-calendar__day p:first-child {
            font-size: 12px;
            line-height: 16px;
            color: var(--color-4);
            margin-bottom: 6px
        }

        .dash-home-calendar__day p:last-child {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            color: var(--color-17)
        }

.dash-home-calendar .day--withdraw.dash-home-calendar__day {
    position: relative
}

    .dash-home-calendar .day--withdraw.dash-home-calendar__day::before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        background-color: var(--color-14);
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

.dash-home-calendar .day--current.dash-home-calendar__day div {
    background-color: rgba(102,88,219,.15);
    border-radius: 4px
}

.dash-home-calendar .day--disabled.dash-home-calendar__day p {
    color: var(--color-4)
}

@media only screen and (min-width:576px) {
    .dash-home-calendar .card {
        padding: 32px
    }

    .dash-home-calendar__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .dash-home-calendar__desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .dash-home-calendar__withdraw-day {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 42px
    }

        .dash-home-calendar__withdraw-day::before {
            width: 16px;
            height: 16px;
            transform: translateY(2px);
            margin-right: 12px
        }

    .dash-home-calendar__day-num {
        font-size: 20px;
        line-height: 28px;
        color: var(--color-18)
    }

    .dash-home-calendar__day-name {
        font-size: 14px;
        line-height: 20px;
        color: var(--color-4)
    }

    .dash-home-calendar__day {
        padding-top: 20px
    }

        .dash-home-calendar__day div {
            padding: 10px 20px
        }

        .dash-home-calendar__day p {
            text-align: center
        }

            .dash-home-calendar__day p:first-child {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 6px
            }

            .dash-home-calendar__day p:last-child {
                font-size: 20px;
                line-height: 28px
            }

    .dash-home-calendar .day--withdraw.dash-home-calendar__day {
        position: relative
    }

        .dash-home-calendar .day--withdraw.dash-home-calendar__day::before {
            width: 16px;
            height: 16px
        }

    .dash-home-calendar .day--current.dash-home-calendar__day div {
        border-radius: 12px
    }
}

@media only screen and (min-width:991px) {
    .dash-home-calendar .card {
        display: grid
    }

    .dash-home-calendar__wrap {
        display: flex;
        flex-flow: wrap
    }

        .dash-home-calendar__wrap .card {
            flex: 1
        }

    .dash-home-calendar__day div {
        padding: 10px
    }
}

@media only screen and (min-width:1200px) {
    .dash-home-calendar__day div {
        padding: 10px 20px
    }
}

.dash-home-transactions .table, .dash-home-transactions .card {
    width: 100%
}

.dash-home-transactions .tag {
    margin-left: auto;
    margin-right: 0
}

.dash-deposit .card {
    width: 100%
}

.dash-deposit__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px
}

.dash-deposit__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: end;
    border-bottom: 1px solid var(--color-3);
    padding-bottom: 40px;
    margin-bottom: 40px
}

.dash-deposit__bottom .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--color-18)
}

.dash-deposit__bottom--wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px
}

.dash-deposit__bottom .amount {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-4);
    margin-bottom: 10px
}

    .dash-deposit__bottom .amount span {
        margin-left: 6px
    }

        .dash-deposit__bottom .amount span:not(.tag) {
            color: var(--color-18)
        }

.dash-deposit__bottom .status {
    margin-bottom: 24px
}

.dash-deposit__bottom .tips {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-4)
}

.dash-deposit__bottom .qr-code {
    width: 200px;
    height: 200px;
    background-color: pink
}

.dash-deposit__bottom .deposit .position-relative {
    margin-bottom: 24px
}

.dash-deposit__bottom .deposit .btn {
    width: 100%
}

.dash-deposit__bottom .info-message {
    margin-bottom: 12px;
    width: 100%
}

.dash-deposit .btn--error {
    max-width: 240px;
    width: 100%
}

@media only screen and (min-width:576px) {
    .dash-deposit__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .dash-deposit__bottom .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .dash-deposit__bottom .amount {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .dash-deposit__bottom .tips {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (min-width:991px) {
    .dash-deposit__top {
        grid-template-columns: 1fr 1fr .5fr;
        gap: 24px
    }

    .dash-deposit__bottom--wrap {
        display: grid;
        grid-template-columns: 1fr .6fr 1fr;
        gap: 32px
    }

    .dash-deposit__bottom .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .dash-deposit__bottom .amount {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .dash-deposit__bottom .tips {
        font-size: 14px;
        line-height: 20px
    }
}

.dash-re-deposit {
    width: 100%
}

    .dash-re-deposit .card {
        width: 100%
    }

.dash-re-deposit__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px
}

.dash-re-deposit__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 600px
}

.dash-re-deposit__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

.dash-re-deposit__left .msg {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    color: var(--color-14)
}

.dash-re-deposit__left .amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-18)
}

.dash-re-deposit__left .card {
    margin-bottom: 24px
}

.dash-re-deposit__right--align {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 40px
}

.dash-re-deposit__right .btn-max {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-14);
    margin-left: 16px;
    margin-top: 28px
}

.dash-re-deposit .divider {
    display: none
}

.dash-re-deposit .btn {
    max-width: 240px;
    width: 100%
}

@media only screen and (min-width:576px) {
    .dash-re-deposit__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 8px
    }

    .dash-re-deposit__subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        max-width: 600px
    }
}

@media only screen and (min-width:768px) {
    .dash-re-deposit__wrap {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 40px
    }

    .dash-re-deposit .divider {
        width: 1px;
        height: 100%;
        background-color: var(--color-3);
        display: block
    }
}

@media only screen and (min-width:991px) {
    .dash-re-deposit__wrap {
        display: grid;
        grid-template-columns: 1fr auto 1fr .5fr;
        gap: 40px
    }
}

.dash-status {
    width: 100%
}

    .dash-status .card {
        width: 100%
    }

        .dash-status .card &gt; div {
            padding-bottom: 40px
        }

            .dash-status .card &gt; div:not(:last-child) {
                margin-bottom: 40px;
                border-bottom: 1px solid var(--color-3)
            }

.dash-status__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px
}

.dash-status__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px
}

.dash-status__right {
    width: 100%
}

.dash-status__detailed-view {
    gap: 20px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center
}

.dash-status__detailed-view--align {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px
}

.dash-status__icon {
    background-color: var(--color-14);
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dash-status__type-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-14)
}

.dash-status__type-amount {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-18);
    justify-self: end
}

.dash-status .amount {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-4);
    margin-bottom: 10px
}

    .dash-status .amount span {
        margin-left: 6px
    }

        .dash-status .amount span:not(.tag) {
            color: var(--color-18)
        }

@media only screen and (min-width:576px) {
    .dash-status__title {
        font-size: 20px;
        line-height: 28px
    }

    .dash-status__icon {
        width: 40px;
        min-width: 40px;
        height: 40px
    }

    .dash-status__type-amount {
        font-size: 24px;
        line-height: 32px
    }

    .dash-status__detailed-view {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .dash-status__detailed-view--align {
        gap: 32px;
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:768px) {
    .dash-status__detailed-view--align {
        gap: 100px;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (min-width:991px) {
    .dash-status__wrap {
        grid-template-columns: 30% auto 1fr;
        gap: 40px
    }

    .dash-status .divider {
        width: 1px;
        height: 100%;
        background-color: var(--color-3)
    }
}

@media only screen and (min-width:1200px) {
    .dash-status__wrap {
        grid-template-columns: 20% auto 1fr
    }
}

.dash-withdraw__title {
    margin-bottom: 20px
}

.dash-withdraw__select {
    margin-bottom: 24px
}

.dash-withdraw .long-tabs {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    margin-bottom: 16px
}

    .dash-withdraw .long-tabs .swiper-slide {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

.dash-withdraw .long-tabs--style .swiper-slide {
    padding: 6px 0;
    border-top: 1px solid var(--color-3);
    border-bottom: 1px solid var(--color-3);
    padding-left: 20px;
    background-color: var(--color-1)
}

    .dash-withdraw .long-tabs--style .swiper-slide:first-child {
        padding-left: 20px;
        border-left: 1px solid var(--color-3);
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px
    }

    .dash-withdraw .long-tabs--style .swiper-slide:last-child {
        padding-right: 20px;
        border-right: 1px solid var(--color-3);
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px
    }

@media only screen and (min-width:576px) {
    .dash-withdraw .long-tabs {
        margin-bottom: 20px
    }
}

.dash-trans {
    width: 100%
}

    .dash-trans .card {
        width: 100%
    }

.dash-trans--align {
    display: flex;
    flex-direction: column
}

.dash-trans__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px
}

.dash-trans .tabs {
    margin-bottom: 16px
}

.dash-trans .tag {
    margin-left: auto;
    margin-right: 0
}

.dash-trans .link {
    text-decoration: underline;
    color: var(--color-18)
}

.dash-trans__pagination {
    margin-top: 22px
}

@media only screen and (min-width:576px) {
    .dash-trans .tabs {
        margin-bottom: 20px
    }
}

.dash-settings .card {
    width: 100%;
    padding: 24px
}

.dash-settings--align {
    display: flex;
    flex-direction: column
}

.dash-settings .btn {
    width: 100%
}

.dash-settings__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-18);
    margin-bottom: 20px
}

.dash-settings__desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-5)
}

.dash-settings__key, .dash-settings__value {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-18)
}

.dash-settings__key {
    font-weight: 500;
    margin-bottom: 8px
}

.dash-settings__value:not(:last-child) {
    margin-bottom: 16px
}

.dash-settings .tabs {
    margin-bottom: 16px
}

.dash-settings .divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-3);
    margin: 32px 0
}

.dash-settings input {
    width: 100%;
    margin-bottom: 16px
}

.dash-settings .input--mrg-20 {
    margin-bottom: 20px
}

.dash-settings__account-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.dash-settings__2fa .qr {
    width: 200px;
    height: 200px;
    background-color: pink;
    margin: 0 auto 24px
}

.dash-settings .link--error {
    text-decoration: underline;
    color: var(--color-11)
}

@media only screen and (min-width:576px) {
    .dash-settings .card {
        padding: 32px
    }

    .dash-settings__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px
    }

    .dash-settings__desc {
        font-size: 16px;
        line-height: 24px
    }

    .dash-settings__key, .dash-settings__value {
        font-size: 16px;
        line-height: 24px
    }

    .dash-settings .tabs {
        margin-bottom: 20px
    }

    .dash-settings input {
        margin-bottom: 20px
    }

    .dash-settings__account-footer {
        flex-direction: row-reverse;
        gap: 20px;
        justify-content: flex-end;
        align-items: center
    }

        .dash-settings__account-footer .btn {
            max-width: 240px;
            width: 100%
        }
}

@media only screen and (min-width:768px) {
    .dash-settings .btn {
        width: auto;
        min-width: 240px
    }
}

@media only screen and (min-width:991px) {
    .dash-settings--layout-left {
        width: 75%
    }

    .dash-settings__2fa--left {
        display: grid;
        grid-template-columns: auto 65%;
        gap: 32px
    }

    .dash-settings__2fa--right {
        width: 60%
    }
}

@media only screen and (min-width:1200px) {
    .dash-settings--layout-left {
        width: 50%
    }

    .dash-settings__2fa--wrap {
        display: grid;
        grid-template-columns: 1.5fr auto 1fr;
        gap: 40px
    }

    .dash-settings__2fa--left {
        display: grid;
        grid-template-columns: auto auto;
        gap: 32px
    }

    .dash-settings__2fa--right {
        width: 100%
    }

    .dash-settings__2fa .divider {
        width: 1px;
        height: 100%;
        margin: 0 32px
    }
}

.dash-referrals .card {
    padding: 24px
}

.dash-referrals--align {
    display: flex;
    flex-direction: column
}

.dash-referrals .btn {
    width: 100%
}

.dash-referrals .tabs {
    margin-bottom: 16px
}

.dash-referrals__tab-2 {
    width: 100%
}

.dash-referrals__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

.dash-referrals .title--regular {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center
}

.dash-referrals .divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-3)
}

.dash-referrals__detailed-view {
    gap: 20px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center
}

.dash-referrals__detailed-view--wrap {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.dash-referrals__icon {
    background-color: var(--color-14);
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dash-referrals__type-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-14)
}

.dash-referrals__type-amount {
    color: var(--color-18);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    justify-self: end
}

.dash-referrals .team-leader {
    display: flex;
    gap: 20px
}

    .dash-referrals .team-leader .avatar {
        width: 64px;
        min-width: 64px;
        height: 64px;
        background-color: pink;
        border-radius: 50%;
        margin: 0 auto 20px
    }

.dash-referrals .bonus__left .btn {
    padding: 9px 32px;
    width: 100%;
    gap: 12px
}

.dash-referrals .bonus__left img {
    height: 30px;
    width: auto
}

.dash-referrals .bonus__current-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--color-14)
}

.dash-referrals .bonus__current-amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-18);
    margin-bottom: 6px
}

.dash-referrals .bonus__current-amount--small {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-18);
    margin-bottom: 6px
}

.dash-referrals .bonus__current-desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-4);
    margin-bottom: 24px
}

.dash-referrals .milestone__current-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--color-14)
}

.dash-referrals .milestone__current-amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-18);
    margin-bottom: 6px
}

    .dash-referrals .milestone__current-amount span {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: var(--color-4)
    }

.dash-referrals .milestone__current-desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-4);
    margin-bottom: 24px
}

.dash-referrals .milestone__progress {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    gap: 4px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.dash-referrals .milestone__progress--wrap {
    height: 50px
}

.dash-referrals .milestone__progress .active {
    background-color: var(--color-14)
}

.dash-referrals .milestone__progress div {
    height: 16px;
    background-color: var(--color-3)
}

    .dash-referrals .milestone__progress div:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
    }

    .dash-referrals .milestone__progress div:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
    }

.dash-referrals .banner-dash .position-relative {
    position: relative
}

.dash-referrals .banner-dash .form-label {
    color: var(--color-1)
}

.dash-referrals .long-tabs {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden
}

    .dash-referrals .long-tabs .swiper-slide {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

.dash-referrals .long-tabs--style .swiper-slide {
    padding: 6px 0;
    border-top: 1px solid var(--color-3);
    border-bottom: 1px solid var(--color-3);
    padding-left: 20px;
    background-color: var(--color-1)
}

    .dash-referrals .long-tabs--style .swiper-slide:first-child {
        padding-left: 20px;
        border-left: 1px solid var(--color-3);
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px
    }

    .dash-referrals .long-tabs--style .swiper-slide:last-child {
        padding-right: 20px;
        border-right: 1px solid var(--color-3);
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px
    }

.dash-referrals .single-lead.card {
    width: 100%
}

@media only screen and (min-width:576px) {
    .dash-referrals .card {
        padding: 32px
    }

    .dash-referrals .tabs {
        margin-bottom: 20px
    }

    .dash-referrals__wrap {
        gap: 20px
    }

    .dash-referrals .bonus__current-amount--wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: end
    }
}

@media only screen and (min-width:768px) {
    .dash-referrals__detailed-view {
        flex-direction: column;
        gap: 12px
    }

    .dash-referrals__icon {
        width: 40px;
        min-width: 40px;
        height: 40px
    }

    .dash-referrals__type-amount {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        color: var(--color-18)
    }

    .dash-referrals .bonus__current-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .dash-referrals .bonus__current-amount {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 6px
    }

    .dash-referrals .bonus__current-amount--small {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }

    .dash-referrals .bonus__current-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px
    }

    .dash-referrals .milestone__current-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .dash-referrals .milestone__current-amount {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 6px
    }

        .dash-referrals .milestone__current-amount span {
            font-size: 24px;
            line-height: 32px
        }

    .dash-referrals .milestone__current-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

@media only screen and (min-width:991px) {
    .dash-referrals__wrap {
        grid-template-columns: repeat(6,1fr)
    }

    .dash-referrals .team-leader, .dash-referrals .banner-dash, .dash-referrals .referrals {
        grid-column-start: 1;
        grid-column-end: 7
    }

    .dash-referrals .bonus {
        grid-column-start: 1;
        grid-column-end: 4
    }

    .dash-referrals .milestone {
        grid-column-start: 4;
        grid-column-end: 7
    }

    .dash-referrals .long-tabs {
        grid-column-start: 1;
        grid-column-end: 7
    }

    .dash-referrals .long-tabs-content {
        grid-column-start: 1;
        grid-column-end: 7
    }

    .dash-referrals .single-lead {
        grid-column-start: 1;
        grid-column-end: 7
    }

    .dash-referrals .divider {
        width: 1px;
        height: 100%
    }

    .dash-referrals .team-leader {
        display: grid;
        grid-template-columns: auto auto 1fr;
        gap: 40px
    }

    .dash-referrals__detailed-view {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .dash-referrals__detailed-view--wrap {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
        width: 100%
    }

    .dash-referrals .banner-dash .dash-home-banner__wrap {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:1200px) {
    .dash-referrals .single-lead {
        grid-column-end: 6
    }
}

@media only screen and (min-width:1400px) {
    .dash-referrals .bonus {
        grid-column-end: 3
    }

    .dash-referrals .bonus__current-amount--wrap div:nth-child(2) p {
        text-align: right
    }

    .dash-referrals .milestone {
        grid-column-start: 3
    }

    .dash-referrals .banner-dash .dash-home-banner__wrap {
        grid-template-columns: 7fr 5fr
    }

    .dash-referrals .single-lead {
        grid-column-end: 5
    }
}

.privacy-policy {
    min-height: 100vh;
    padding-top: 184px;
    padding-bottom: 184px
}

    .privacy-policy li[id] {
        scroll-margin-block-start: 120px
    }

    .privacy-policy .title-1 {
        font-size: 28px;
        font-weight: 600
    }

    .privacy-policy .title-2 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600
    }

    .privacy-policy .desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: var(--color-18)
    }

    .privacy-policy .desc--highlighted {
        color: var(--color-14)
    }

    .privacy-policy .subtitle {
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        color: var(--color-18);
        text-transform: uppercase
    }

        .privacy-policy .subtitle span {
            text-transform: none
        }

    .privacy-policy .text {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: var(--color-18)
    }

    .privacy-policy .link {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: var(--color-14);
        text-decoration: underline
    }

    .privacy-policy .list {
        list-style-position: inside;
        padding-left: 20px
    }

    .privacy-policy .list--disc {
        list-style-type: disc
    }

@media only screen and (min-width:991px) {
    .privacy-policy .title-1 {
        font-size: 36px
    }

    .privacy-policy .title-2 {
        font-size: 24px;
        line-height: 32px
    }

    .privacy-policy .desc {
        font-size: 20px;
        line-height: 28px
    }
}

.fade-out {
    opacity: 0;
    transition: opacity .5s
}

.wd-msg-wrap {
    overflow-wrap: anywhere
}
</pre></body></html>