﻿
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.container, .container-fluid, .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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: 1440.98px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }
}

@media(min-width: 1920px) {
    .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1664px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col-3xl, .col-3xl-auto, .col-3xl-12, .col-3xl-11, .col-3xl-10, .col-3xl-9, .col-3xl-8, .col-3xl-7, .col-3xl-6, .col-3xl-5, .col-3xl-4, .col-3xl-3, .col-3xl-2, .col-3xl-1, .col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .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%;
    }
}

@media(min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .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%;
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .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%;
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .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%;
    }
}

@media(min-width: 1440.98px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        order: -1;
    }

    .order-xxl-last {
        order: 13;
    }

    .order-xxl-0 {
        order: 0;
    }

    .order-xxl-1 {
        order: 1;
    }

    .order-xxl-2 {
        order: 2;
    }

    .order-xxl-3 {
        order: 3;
    }

    .order-xxl-4 {
        order: 4;
    }

    .order-xxl-5 {
        order: 5;
    }

    .order-xxl-6 {
        order: 6;
    }

    .order-xxl-7 {
        order: 7;
    }

    .order-xxl-8 {
        order: 8;
    }

    .order-xxl-9 {
        order: 9;
    }

    .order-xxl-10 {
        order: 10;
    }

    .order-xxl-11 {
        order: 11;
    }

    .order-xxl-12 {
        order: 12;
    }

    .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%;
    }
}

@media(min-width: 1920px) {
    .col-3xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-3xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-3xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-3xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-3xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-3xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-3xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-3xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-3xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-3xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-3xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-3xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-3xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-3xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-3xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-3xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-3xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-3xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-3xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-3xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-3xl-first {
        order: -1;
    }

    .order-3xl-last {
        order: 13;
    }

    .order-3xl-0 {
        order: 0;
    }

    .order-3xl-1 {
        order: 1;
    }

    .order-3xl-2 {
        order: 2;
    }

    .order-3xl-3 {
        order: 3;
    }

    .order-3xl-4 {
        order: 4;
    }

    .order-3xl-5 {
        order: 5;
    }

    .order-3xl-6 {
        order: 6;
    }

    .order-3xl-7 {
        order: 7;
    }

    .order-3xl-8 {
        order: 8;
    }

    .order-3xl-9 {
        order: 9;
    }

    .order-3xl-10 {
        order: 10;
    }

    .order-3xl-11 {
        order: 11;
    }

    .order-3xl-12 {
        order: 12;
    }

    .offset-3xl-0 {
        margin-left: 0;
    }

    .offset-3xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-3xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-3xl-3 {
        margin-left: 25%;
    }

    .offset-3xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-3xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-3xl-6 {
        margin-left: 50%;
    }

    .offset-3xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-3xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-3xl-9 {
        margin-left: 75%;
    }

    .offset-3xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-3xl-11 {
        margin-left: 91.66666667%;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: rgba(0,0,0,0) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 4px !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !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;
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !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;
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !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;
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !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;
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !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;
    }
}

@media(min-width: 1440.98px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !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;
    }
}

@media(min-width: 1920px) {
    .d-3xl-none {
        display: none !important;
    }

    .d-3xl-inline {
        display: inline !important;
    }

    .d-3xl-inline-block {
        display: inline-block !important;
    }

    .d-3xl-block {
        display: block !important;
    }

    .d-3xl-table {
        display: table !important;
    }

    .d-3xl-table-row {
        display: table-row !important;
    }

    .d-3xl-table-cell {
        display: table-cell !important;
    }

    .d-3xl-flex {
        display: flex !important;
    }

    .d-3xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !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;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.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-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media(min-width: 576px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !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;
    }

    .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;
    }

    .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;
    }
}

@media(min-width: 768px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !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;
    }

    .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;
    }

    .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;
    }
}

@media(min-width: 992px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !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;
    }

    .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;
    }

    .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;
    }
}

@media(min-width: 1200px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !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;
    }

    .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;
    }

    .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;
    }
}

@media(min-width: 1440.98px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !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;
    }

    .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;
    }

    .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;
    }
}

@media(min-width: 1920px) {
    .flex-3xl-row {
        flex-direction: row !important;
    }

    .flex-3xl-column {
        flex-direction: column !important;
    }

    .flex-3xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-3xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-3xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-3xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-3xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-3xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-3xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-3xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-3xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-3xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-3xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-3xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-3xl-center {
        justify-content: center !important;
    }

    .justify-content-3xl-between {
        justify-content: space-between !important;
    }

    .justify-content-3xl-around {
        justify-content: space-around !important;
    }

    .align-items-3xl-start {
        align-items: flex-start !important;
    }

    .align-items-3xl-end {
        align-items: flex-end !important;
    }

    .align-items-3xl-center {
        align-items: center !important;
    }

    .align-items-3xl-baseline {
        align-items: baseline !important;
    }

    .align-items-3xl-stretch {
        align-items: stretch !important;
    }

    .align-content-3xl-start {
        align-content: flex-start !important;
    }

    .align-content-3xl-end {
        align-content: flex-end !important;
    }

    .align-content-3xl-center {
        align-content: center !important;
    }

    .align-content-3xl-between {
        align-content: space-between !important;
    }

    .align-content-3xl-around {
        align-content: space-around !important;
    }

    .align-content-3xl-stretch {
        align-content: stretch !important;
    }

    .align-self-3xl-auto {
        align-self: auto !important;
    }

    .align-self-3xl-start {
        align-self: flex-start !important;
    }

    .align-self-3xl-end {
        align-self: flex-end !important;
    }

    .align-self-3xl-center {
        align-self: center !important;
    }

    .align-self-3xl-baseline {
        align-self: baseline !important;
    }

    .align-self-3xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media(min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media(min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media(min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media(min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media(min-width: 1440.98px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

@media(min-width: 1920px) {
    .float-3xl-left {
        float: left !important;
    }

    .float-3xl-right {
        float: right !important;
    }

    .float-3xl-none {
        float: none !important;
    }
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports(position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-0 {
    width: 0% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-0 {
    height: 0% !important;
}

.h-5 {
    height: 5% !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-25 {
    height: 25% !important;
}

.h-30 {
    height: 30% !important;
}

.h-35 {
    height: 35% !important;
}

.h-40 {
    height: 40% !important;
}

.h-45 {
    height: 45% !important;
}

.h-50 {
    height: 50% !important;
}

.h-55 {
    height: 55% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

.h-75 {
    height: 75% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-s {
    margin: .5rem !important;
}

.mt-s, .my-s {
    margin-top: .5rem !important;
}

.mr-s, .mx-s {
    margin-right: .5rem !important;
}

.mb-s, .my-s {
    margin-bottom: .5rem !important;
}

.ml-s, .mx-s {
    margin-left: .5rem !important;
}

.m-m {
    margin: 1rem !important;
}

.mt-m, .my-m {
    margin-top: 1rem !important;
}

.mr-m, .mx-m {
    margin-right: 1rem !important;
}

.mb-m, .my-m {
    margin-bottom: 1rem !important;
}

.ml-m, .mx-m {
    margin-left: 1rem !important;
}

.m-l {
    margin: 1.5rem !important;
}

.mt-l, .my-l {
    margin-top: 1.5rem !important;
}

.mr-l, .mx-l {
    margin-right: 1.5rem !important;
}

.mb-l, .my-l {
    margin-bottom: 1.5rem !important;
}

.ml-l, .mx-l {
    margin-left: 1.5rem !important;
}

.m-xl {
    margin: 2rem !important;
}

.mt-xl, .my-xl {
    margin-top: 2rem !important;
}

.mr-xl, .mx-xl {
    margin-right: 2rem !important;
}

.mb-xl, .my-xl {
    margin-bottom: 2rem !important;
}

.ml-xl, .mx-xl {
    margin-left: 2rem !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: .75rem !important;
}

.mt-3, .my-3 {
    margin-top: .75rem !important;
}

.mr-3, .mx-3 {
    margin-right: .75rem !important;
}

.mb-3, .my-3 {
    margin-bottom: .75rem !important;
}

.ml-3, .mx-3 {
    margin-left: .75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.mt-4, .my-4 {
    margin-top: 1rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.mt-5, .my-5 {
    margin-top: 1.25rem !important;
}

.mr-5, .mx-5 {
    margin-right: 1.25rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 1.25rem !important;
}

.ml-5, .mx-5 {
    margin-left: 1.25rem !important;
}

.m-6 {
    margin: 1.5rem !important;
}

.mt-6, .my-6 {
    margin-top: 1.5rem !important;
}

.mr-6, .mx-6 {
    margin-right: 1.5rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 1.5rem !important;
}

.ml-6, .mx-6 {
    margin-left: 1.5rem !important;
}

.m-7 {
    margin: 1.75rem !important;
}

.mt-7, .my-7 {
    margin-top: 1.75rem !important;
}

.mr-7, .mx-7 {
    margin-right: 1.75rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 1.75rem !important;
}

.ml-7, .mx-7 {
    margin-left: 1.75rem !important;
}

.m-8 {
    margin: 2rem !important;
}

.mt-8, .my-8 {
    margin-top: 2rem !important;
}

.mr-8, .mx-8 {
    margin-right: 2rem !important;
}

.mb-8, .my-8 {
    margin-bottom: 2rem !important;
}

.ml-8, .mx-8 {
    margin-left: 2rem !important;
}

.m-9 {
    margin: 2.25rem !important;
}

.mt-9, .my-9 {
    margin-top: 2.25rem !important;
}

.mr-9, .mx-9 {
    margin-right: 2.25rem !important;
}

.mb-9, .my-9 {
    margin-bottom: 2.25rem !important;
}

.ml-9, .mx-9 {
    margin-left: 2.25rem !important;
}

.m-10 {
    margin: 2.5rem !important;
}

.mt-10, .my-10 {
    margin-top: 2.5rem !important;
}

.mr-10, .mx-10 {
    margin-right: 2.5rem !important;
}

.mb-10, .my-10 {
    margin-bottom: 2.5rem !important;
}

.ml-10, .mx-10 {
    margin-left: 2.5rem !important;
}

.m-11 {
    margin: 2.75rem !important;
}

.mt-11, .my-11 {
    margin-top: 2.75rem !important;
}

.mr-11, .mx-11 {
    margin-right: 2.75rem !important;
}

.mb-11, .my-11 {
    margin-bottom: 2.75rem !important;
}

.ml-11, .mx-11 {
    margin-left: 2.75rem !important;
}

.m-12 {
    margin: 3rem !important;
}

.mt-12, .my-12 {
    margin-top: 3rem !important;
}

.mr-12, .mx-12 {
    margin-right: 3rem !important;
}

.mb-12, .my-12 {
    margin-bottom: 3rem !important;
}

.ml-12, .mx-12 {
    margin-left: 3rem !important;
}

.m-13 {
    margin: 3.25rem !important;
}

.mt-13, .my-13 {
    margin-top: 3.25rem !important;
}

.mr-13, .mx-13 {
    margin-right: 3.25rem !important;
}

.mb-13, .my-13 {
    margin-bottom: 3.25rem !important;
}

.ml-13, .mx-13 {
    margin-left: 3.25rem !important;
}

.m-14 {
    margin: 3.5rem !important;
}

.mt-14, .my-14 {
    margin-top: 3.5rem !important;
}

.mr-14, .mx-14 {
    margin-right: 3.5rem !important;
}

.mb-14, .my-14 {
    margin-bottom: 3.5rem !important;
}

.ml-14, .mx-14 {
    margin-left: 3.5rem !important;
}

.m-15 {
    margin: 3.75rem !important;
}

.mt-15, .my-15 {
    margin-top: 3.75rem !important;
}

.mr-15, .mx-15 {
    margin-right: 3.75rem !important;
}

.mb-15, .my-15 {
    margin-bottom: 3.75rem !important;
}

.ml-15, .mx-15 {
    margin-left: 3.75rem !important;
}

.m-16 {
    margin: 4rem !important;
}

.mt-16, .my-16 {
    margin-top: 4rem !important;
}

.mr-16, .mx-16 {
    margin-right: 4rem !important;
}

.mb-16, .my-16 {
    margin-bottom: 4rem !important;
}

.ml-16, .mx-16 {
    margin-left: 4rem !important;
}

.m-17 {
    margin: 4.25rem !important;
}

.mt-17, .my-17 {
    margin-top: 4.25rem !important;
}

.mr-17, .mx-17 {
    margin-right: 4.25rem !important;
}

.mb-17, .my-17 {
    margin-bottom: 4.25rem !important;
}

.ml-17, .mx-17 {
    margin-left: 4.25rem !important;
}

.m-18 {
    margin: 4.5rem !important;
}

.mt-18, .my-18 {
    margin-top: 4.5rem !important;
}

.mr-18, .mx-18 {
    margin-right: 4.5rem !important;
}

.mb-18, .my-18 {
    margin-bottom: 4.5rem !important;
}

.ml-18, .mx-18 {
    margin-left: 4.5rem !important;
}

.m-19 {
    margin: 4.75rem !important;
}

.mt-19, .my-19 {
    margin-top: 4.75rem !important;
}

.mr-19, .mx-19 {
    margin-right: 4.75rem !important;
}

.mb-19, .my-19 {
    margin-bottom: 4.75rem !important;
}

.ml-19, .mx-19 {
    margin-left: 4.75rem !important;
}

.m-20 {
    margin: 5rem !important;
}

.mt-20, .my-20 {
    margin-top: 5rem !important;
}

.mr-20, .mx-20 {
    margin-right: 5rem !important;
}

.mb-20, .my-20 {
    margin-bottom: 5rem !important;
}

.ml-20, .mx-20 {
    margin-left: 5rem !important;
}

.m-21 {
    margin: 5.25rem !important;
}

.mt-21, .my-21 {
    margin-top: 5.25rem !important;
}

.mr-21, .mx-21 {
    margin-right: 5.25rem !important;
}

.mb-21, .my-21 {
    margin-bottom: 5.25rem !important;
}

.ml-21, .mx-21 {
    margin-left: 5.25rem !important;
}

.m-22 {
    margin: 5.5rem !important;
}

.mt-22, .my-22 {
    margin-top: 5.5rem !important;
}

.mr-22, .mx-22 {
    margin-right: 5.5rem !important;
}

.mb-22, .my-22 {
    margin-bottom: 5.5rem !important;
}

.ml-22, .mx-22 {
    margin-left: 5.5rem !important;
}

.m-23 {
    margin: 5.75rem !important;
}

.mt-23, .my-23 {
    margin-top: 5.75rem !important;
}

.mr-23, .mx-23 {
    margin-right: 5.75rem !important;
}

.mb-23, .my-23 {
    margin-bottom: 5.75rem !important;
}

.ml-23, .mx-23 {
    margin-left: 5.75rem !important;
}

.m-24 {
    margin: 6rem !important;
}

.mt-24, .my-24 {
    margin-top: 6rem !important;
}

.mr-24, .mx-24 {
    margin-right: 6rem !important;
}

.mb-24, .my-24 {
    margin-bottom: 6rem !important;
}

.ml-24, .mx-24 {
    margin-left: 6rem !important;
}

.m-25 {
    margin: 6.25rem !important;
}

.mt-25, .my-25 {
    margin-top: 6.25rem !important;
}

.mr-25, .mx-25 {
    margin-right: 6.25rem !important;
}

.mb-25, .my-25 {
    margin-bottom: 6.25rem !important;
}

.ml-25, .mx-25 {
    margin-left: 6.25rem !important;
}

.p-s {
    padding: .5rem !important;
}

.pt-s, .py-s {
    padding-top: .5rem !important;
}

.pr-s, .px-s {
    padding-right: .5rem !important;
}

.pb-s, .py-s {
    padding-bottom: .5rem !important;
}

.pl-s, .px-s {
    padding-left: .5rem !important;
}

.p-m {
    padding: 1rem !important;
}

.pt-m, .py-m {
    padding-top: 1rem !important;
}

.pr-m, .px-m {
    padding-right: 1rem !important;
}

.pb-m, .py-m {
    padding-bottom: 1rem !important;
}

.pl-m, .px-m {
    padding-left: 1rem !important;
}

.p-l {
    padding: 1.5rem !important;
}

.pt-l, .py-l {
    padding-top: 1.5rem !important;
}

.pr-l, .px-l {
    padding-right: 1.5rem !important;
}

.pb-l, .py-l {
    padding-bottom: 1.5rem !important;
}

.pl-l, .px-l {
    padding-left: 1.5rem !important;
}

.p-xl {
    padding: 2rem !important;
}

.pt-xl, .py-xl {
    padding-top: 2rem !important;
}

.pr-xl, .px-xl {
    padding-right: 2rem !important;
}

.pb-xl, .py-xl {
    padding-bottom: 2rem !important;
}

.pl-xl, .px-xl {
    padding-left: 2rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: .75rem !important;
}

.pt-3, .py-3 {
    padding-top: .75rem !important;
}

.pr-3, .px-3 {
    padding-right: .75rem !important;
}

.pb-3, .py-3 {
    padding-bottom: .75rem !important;
}

.pl-3, .px-3 {
    padding-left: .75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.pt-4, .py-4 {
    padding-top: 1rem !important;
}

.pr-4, .px-4 {
    padding-right: 1rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1rem !important;
}

.pl-4, .px-4 {
    padding-left: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.pt-5, .py-5 {
    padding-top: 1.25rem !important;
}

.pr-5, .px-5 {
    padding-right: 1.25rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 1.25rem !important;
}

.pl-5, .px-5 {
    padding-left: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.pt-6, .py-6 {
    padding-top: 1.5rem !important;
}

.pr-6, .px-6 {
    padding-right: 1.5rem !important;
}

.pb-6, .py-6 {
    padding-bottom: 1.5rem !important;
}

.pl-6, .px-6 {
    padding-left: 1.5rem !important;
}

.p-7 {
    padding: 1.75rem !important;
}

.pt-7, .py-7 {
    padding-top: 1.75rem !important;
}

.pr-7, .px-7 {
    padding-right: 1.75rem !important;
}

.pb-7, .py-7 {
    padding-bottom: 1.75rem !important;
}

.pl-7, .px-7 {
    padding-left: 1.75rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.pt-8, .py-8 {
    padding-top: 2rem !important;
}

.pr-8, .px-8 {
    padding-right: 2rem !important;
}

.pb-8, .py-8 {
    padding-bottom: 2rem !important;
}

.pl-8, .px-8 {
    padding-left: 2rem !important;
}

.p-9 {
    padding: 2.25rem !important;
}

.pt-9, .py-9 {
    padding-top: 2.25rem !important;
}

.pr-9, .px-9 {
    padding-right: 2.25rem !important;
}

.pb-9, .py-9 {
    padding-bottom: 2.25rem !important;
}

.pl-9, .px-9 {
    padding-left: 2.25rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.pt-10, .py-10 {
    padding-top: 2.5rem !important;
}

.pr-10, .px-10 {
    padding-right: 2.5rem !important;
}

.pb-10, .py-10 {
    padding-bottom: 2.5rem !important;
}

.pl-10, .px-10 {
    padding-left: 2.5rem !important;
}

.p-11 {
    padding: 2.75rem !important;
}

.pt-11, .py-11 {
    padding-top: 2.75rem !important;
}

.pr-11, .px-11 {
    padding-right: 2.75rem !important;
}

.pb-11, .py-11 {
    padding-bottom: 2.75rem !important;
}

.pl-11, .px-11 {
    padding-left: 2.75rem !important;
}

.p-12 {
    padding: 3rem !important;
}

.pt-12, .py-12 {
    padding-top: 3rem !important;
}

.pr-12, .px-12 {
    padding-right: 3rem !important;
}

.pb-12, .py-12 {
    padding-bottom: 3rem !important;
}

.pl-12, .px-12 {
    padding-left: 3rem !important;
}

.p-13 {
    padding: 3.25rem !important;
}

.pt-13, .py-13 {
    padding-top: 3.25rem !important;
}

.pr-13, .px-13 {
    padding-right: 3.25rem !important;
}

.pb-13, .py-13 {
    padding-bottom: 3.25rem !important;
}

.pl-13, .px-13 {
    padding-left: 3.25rem !important;
}

.p-14 {
    padding: 3.5rem !important;
}

.pt-14, .py-14 {
    padding-top: 3.5rem !important;
}

.pr-14, .px-14 {
    padding-right: 3.5rem !important;
}

.pb-14, .py-14 {
    padding-bottom: 3.5rem !important;
}

.pl-14, .px-14 {
    padding-left: 3.5rem !important;
}

.p-15 {
    padding: 3.75rem !important;
}

.pt-15, .py-15 {
    padding-top: 3.75rem !important;
}

.pr-15, .px-15 {
    padding-right: 3.75rem !important;
}

.pb-15, .py-15 {
    padding-bottom: 3.75rem !important;
}

.pl-15, .px-15 {
    padding-left: 3.75rem !important;
}

.p-16 {
    padding: 4rem !important;
}

.pt-16, .py-16 {
    padding-top: 4rem !important;
}

.pr-16, .px-16 {
    padding-right: 4rem !important;
}

.pb-16, .py-16 {
    padding-bottom: 4rem !important;
}

.pl-16, .px-16 {
    padding-left: 4rem !important;
}

.p-17 {
    padding: 4.25rem !important;
}

.pt-17, .py-17 {
    padding-top: 4.25rem !important;
}

.pr-17, .px-17 {
    padding-right: 4.25rem !important;
}

.pb-17, .py-17 {
    padding-bottom: 4.25rem !important;
}

.pl-17, .px-17 {
    padding-left: 4.25rem !important;
}

.p-18 {
    padding: 4.5rem !important;
}

.pt-18, .py-18 {
    padding-top: 4.5rem !important;
}

.pr-18, .px-18 {
    padding-right: 4.5rem !important;
}

.pb-18, .py-18 {
    padding-bottom: 4.5rem !important;
}

.pl-18, .px-18 {
    padding-left: 4.5rem !important;
}

.p-19 {
    padding: 4.75rem !important;
}

.pt-19, .py-19 {
    padding-top: 4.75rem !important;
}

.pr-19, .px-19 {
    padding-right: 4.75rem !important;
}

.pb-19, .py-19 {
    padding-bottom: 4.75rem !important;
}

.pl-19, .px-19 {
    padding-left: 4.75rem !important;
}

.p-20 {
    padding: 5rem !important;
}

.pt-20, .py-20 {
    padding-top: 5rem !important;
}

.pr-20, .px-20 {
    padding-right: 5rem !important;
}

.pb-20, .py-20 {
    padding-bottom: 5rem !important;
}

.pl-20, .px-20 {
    padding-left: 5rem !important;
}

.p-21 {
    padding: 5.25rem !important;
}

.pt-21, .py-21 {
    padding-top: 5.25rem !important;
}

.pr-21, .px-21 {
    padding-right: 5.25rem !important;
}

.pb-21, .py-21 {
    padding-bottom: 5.25rem !important;
}

.pl-21, .px-21 {
    padding-left: 5.25rem !important;
}

.p-22 {
    padding: 5.5rem !important;
}

.pt-22, .py-22 {
    padding-top: 5.5rem !important;
}

.pr-22, .px-22 {
    padding-right: 5.5rem !important;
}

.pb-22, .py-22 {
    padding-bottom: 5.5rem !important;
}

.pl-22, .px-22 {
    padding-left: 5.5rem !important;
}

.p-23 {
    padding: 5.75rem !important;
}

.pt-23, .py-23 {
    padding-top: 5.75rem !important;
}

.pr-23, .px-23 {
    padding-right: 5.75rem !important;
}

.pb-23, .py-23 {
    padding-bottom: 5.75rem !important;
}

.pl-23, .px-23 {
    padding-left: 5.75rem !important;
}

.p-24 {
    padding: 6rem !important;
}

.pt-24, .py-24 {
    padding-top: 6rem !important;
}

.pr-24, .px-24 {
    padding-right: 6rem !important;
}

.pb-24, .py-24 {
    padding-bottom: 6rem !important;
}

.pl-24, .px-24 {
    padding-left: 6rem !important;
}

.p-25 {
    padding: 6.25rem !important;
}

.pt-25, .py-25 {
    padding-top: 6.25rem !important;
}

.pr-25, .px-25 {
    padding-right: 6.25rem !important;
}

.pb-25, .py-25 {
    padding-bottom: 6.25rem !important;
}

.pl-25, .px-25 {
    padding-left: 6.25rem !important;
}

.m-ns {
    margin: -0.5rem !important;
}

.mt-ns, .my-ns {
    margin-top: -0.5rem !important;
}

.mr-ns, .mx-ns {
    margin-right: -0.5rem !important;
}

.mb-ns, .my-ns {
    margin-bottom: -0.5rem !important;
}

.ml-ns, .mx-ns {
    margin-left: -0.5rem !important;
}

.m-nm {
    margin: -1rem !important;
}

.mt-nm, .my-nm {
    margin-top: -1rem !important;
}

.mr-nm, .mx-nm {
    margin-right: -1rem !important;
}

.mb-nm, .my-nm {
    margin-bottom: -1rem !important;
}

.ml-nm, .mx-nm {
    margin-left: -1rem !important;
}

.m-nl {
    margin: -1.5rem !important;
}

.mt-nl, .my-nl {
    margin-top: -1.5rem !important;
}

.mr-nl, .mx-nl {
    margin-right: -1.5rem !important;
}

.mb-nl, .my-nl {
    margin-bottom: -1.5rem !important;
}

.ml-nl, .mx-nl {
    margin-left: -1.5rem !important;
}

.m-nxl {
    margin: -2rem !important;
}

.mt-nxl, .my-nxl {
    margin-top: -2rem !important;
}

.mr-nxl, .mx-nxl {
    margin-right: -2rem !important;
}

.mb-nxl, .my-nxl {
    margin-bottom: -2rem !important;
}

.ml-nxl, .mx-nxl {
    margin-left: -2rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -0.75rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -0.75rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -0.75rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -0.75rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -0.75rem !important;
}

.m-n4 {
    margin: -1rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1rem !important;
}

.m-n5 {
    margin: -1.25rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -1.25rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -1.25rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -1.25rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -1.25rem !important;
}

.m-n6 {
    margin: -1.5rem !important;
}

.mt-n6, .my-n6 {
    margin-top: -1.5rem !important;
}

.mr-n6, .mx-n6 {
    margin-right: -1.5rem !important;
}

.mb-n6, .my-n6 {
    margin-bottom: -1.5rem !important;
}

.ml-n6, .mx-n6 {
    margin-left: -1.5rem !important;
}

.m-n7 {
    margin: -1.75rem !important;
}

.mt-n7, .my-n7 {
    margin-top: -1.75rem !important;
}

.mr-n7, .mx-n7 {
    margin-right: -1.75rem !important;
}

.mb-n7, .my-n7 {
    margin-bottom: -1.75rem !important;
}

.ml-n7, .mx-n7 {
    margin-left: -1.75rem !important;
}

.m-n8 {
    margin: -2rem !important;
}

.mt-n8, .my-n8 {
    margin-top: -2rem !important;
}

.mr-n8, .mx-n8 {
    margin-right: -2rem !important;
}

.mb-n8, .my-n8 {
    margin-bottom: -2rem !important;
}

.ml-n8, .mx-n8 {
    margin-left: -2rem !important;
}

.m-n9 {
    margin: -2.25rem !important;
}

.mt-n9, .my-n9 {
    margin-top: -2.25rem !important;
}

.mr-n9, .mx-n9 {
    margin-right: -2.25rem !important;
}

.mb-n9, .my-n9 {
    margin-bottom: -2.25rem !important;
}

.ml-n9, .mx-n9 {
    margin-left: -2.25rem !important;
}

.m-n10 {
    margin: -2.5rem !important;
}

.mt-n10, .my-n10 {
    margin-top: -2.5rem !important;
}

.mr-n10, .mx-n10 {
    margin-right: -2.5rem !important;
}

.mb-n10, .my-n10 {
    margin-bottom: -2.5rem !important;
}

.ml-n10, .mx-n10 {
    margin-left: -2.5rem !important;
}

.m-n11 {
    margin: -2.75rem !important;
}

.mt-n11, .my-n11 {
    margin-top: -2.75rem !important;
}

.mr-n11, .mx-n11 {
    margin-right: -2.75rem !important;
}

.mb-n11, .my-n11 {
    margin-bottom: -2.75rem !important;
}

.ml-n11, .mx-n11 {
    margin-left: -2.75rem !important;
}

.m-n12 {
    margin: -3rem !important;
}

.mt-n12, .my-n12 {
    margin-top: -3rem !important;
}

.mr-n12, .mx-n12 {
    margin-right: -3rem !important;
}

.mb-n12, .my-n12 {
    margin-bottom: -3rem !important;
}

.ml-n12, .mx-n12 {
    margin-left: -3rem !important;
}

.m-n13 {
    margin: -3.25rem !important;
}

.mt-n13, .my-n13 {
    margin-top: -3.25rem !important;
}

.mr-n13, .mx-n13 {
    margin-right: -3.25rem !important;
}

.mb-n13, .my-n13 {
    margin-bottom: -3.25rem !important;
}

.ml-n13, .mx-n13 {
    margin-left: -3.25rem !important;
}

.m-n14 {
    margin: -3.5rem !important;
}

.mt-n14, .my-n14 {
    margin-top: -3.5rem !important;
}

.mr-n14, .mx-n14 {
    margin-right: -3.5rem !important;
}

.mb-n14, .my-n14 {
    margin-bottom: -3.5rem !important;
}

.ml-n14, .mx-n14 {
    margin-left: -3.5rem !important;
}

.m-n15 {
    margin: -3.75rem !important;
}

.mt-n15, .my-n15 {
    margin-top: -3.75rem !important;
}

.mr-n15, .mx-n15 {
    margin-right: -3.75rem !important;
}

.mb-n15, .my-n15 {
    margin-bottom: -3.75rem !important;
}

.ml-n15, .mx-n15 {
    margin-left: -3.75rem !important;
}

.m-n16 {
    margin: -4rem !important;
}

.mt-n16, .my-n16 {
    margin-top: -4rem !important;
}

.mr-n16, .mx-n16 {
    margin-right: -4rem !important;
}

.mb-n16, .my-n16 {
    margin-bottom: -4rem !important;
}

.ml-n16, .mx-n16 {
    margin-left: -4rem !important;
}

.m-n17 {
    margin: -4.25rem !important;
}

.mt-n17, .my-n17 {
    margin-top: -4.25rem !important;
}

.mr-n17, .mx-n17 {
    margin-right: -4.25rem !important;
}

.mb-n17, .my-n17 {
    margin-bottom: -4.25rem !important;
}

.ml-n17, .mx-n17 {
    margin-left: -4.25rem !important;
}

.m-n18 {
    margin: -4.5rem !important;
}

.mt-n18, .my-n18 {
    margin-top: -4.5rem !important;
}

.mr-n18, .mx-n18 {
    margin-right: -4.5rem !important;
}

.mb-n18, .my-n18 {
    margin-bottom: -4.5rem !important;
}

.ml-n18, .mx-n18 {
    margin-left: -4.5rem !important;
}

.m-n19 {
    margin: -4.75rem !important;
}

.mt-n19, .my-n19 {
    margin-top: -4.75rem !important;
}

.mr-n19, .mx-n19 {
    margin-right: -4.75rem !important;
}

.mb-n19, .my-n19 {
    margin-bottom: -4.75rem !important;
}

.ml-n19, .mx-n19 {
    margin-left: -4.75rem !important;
}

.m-n20 {
    margin: -5rem !important;
}

.mt-n20, .my-n20 {
    margin-top: -5rem !important;
}

.mr-n20, .mx-n20 {
    margin-right: -5rem !important;
}

.mb-n20, .my-n20 {
    margin-bottom: -5rem !important;
}

.ml-n20, .mx-n20 {
    margin-left: -5rem !important;
}

.m-n21 {
    margin: -5.25rem !important;
}

.mt-n21, .my-n21 {
    margin-top: -5.25rem !important;
}

.mr-n21, .mx-n21 {
    margin-right: -5.25rem !important;
}

.mb-n21, .my-n21 {
    margin-bottom: -5.25rem !important;
}

.ml-n21, .mx-n21 {
    margin-left: -5.25rem !important;
}

.m-n22 {
    margin: -5.5rem !important;
}

.mt-n22, .my-n22 {
    margin-top: -5.5rem !important;
}

.mr-n22, .mx-n22 {
    margin-right: -5.5rem !important;
}

.mb-n22, .my-n22 {
    margin-bottom: -5.5rem !important;
}

.ml-n22, .mx-n22 {
    margin-left: -5.5rem !important;
}

.m-n23 {
    margin: -5.75rem !important;
}

.mt-n23, .my-n23 {
    margin-top: -5.75rem !important;
}

.mr-n23, .mx-n23 {
    margin-right: -5.75rem !important;
}

.mb-n23, .my-n23 {
    margin-bottom: -5.75rem !important;
}

.ml-n23, .mx-n23 {
    margin-left: -5.75rem !important;
}

.m-n24 {
    margin: -6rem !important;
}

.mt-n24, .my-n24 {
    margin-top: -6rem !important;
}

.mr-n24, .mx-n24 {
    margin-right: -6rem !important;
}

.mb-n24, .my-n24 {
    margin-bottom: -6rem !important;
}

.ml-n24, .mx-n24 {
    margin-left: -6rem !important;
}

.m-n25 {
    margin: -6.25rem !important;
}

.mt-n25, .my-n25 {
    margin-top: -6.25rem !important;
}

.mr-n25, .mx-n25 {
    margin-right: -6.25rem !important;
}

.mb-n25, .my-n25 {
    margin-bottom: -6.25rem !important;
}

.ml-n25, .mx-n25 {
    margin-left: -6.25rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media(min-width: 768px) {

    .p-md-s {
        padding: .5rem !important;
    }

    .pt-md-s, .py-md-s {
        padding-top: .5rem !important;
    }

    .pr-md-s, .px-md-s {
        padding-right: .5rem !important;
    }

    .pb-md-s, .py-md-s {
        padding-bottom: .5rem !important;
    }

    .pl-md-s, .px-md-s {
        padding-left: .5rem !important;
    }

    .p-md-m {
        padding: 1rem !important;
    }

    .pt-md-m, .py-md-m {
        padding-top: 1rem !important;
    }

    .pr-md-m, .px-md-m {
        padding-right: 1rem !important;
    }

    .pb-md-m, .py-md-m {
        padding-bottom: 1rem !important;
    }

    .pl-md-m, .px-md-m {
        padding-left: 1rem !important;
    }

    .p-md-l {
        padding: 1.5rem !important;
    }

    .pt-md-l, .py-md-l {
        padding-top: 1.5rem !important;
    }

    .pr-md-l, .px-md-l {
        padding-right: 1.5rem !important;
    }

    .pb-md-l, .py-md-l {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-l, .px-md-l {
        padding-left: 1.5rem !important;
    }

    .p-md-xl {
        padding: 2rem !important;
    }

    .pt-md-xl, .py-md-xl {
        padding-top: 2rem !important;
    }

    .pr-md-xl, .px-md-xl {
        padding-right: 2rem !important;
    }

    .pb-md-xl, .py-md-xl {
        padding-bottom: 2rem !important;
    }

    .pl-md-xl, .px-md-xl {
        padding-left: 2rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: .75rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: .75rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: .75rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: .75rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: .75rem !important;
    }

    .p-md-4 {
        padding: 1rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1rem !important;
    }

    .p-md-5 {
        padding: 1.25rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 1.25rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 1.25rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 1.25rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 1.25rem !important;
    }

    .p-md-6 {
        padding: 1.5rem !important;
    }

    .pt-md-6, .py-md-6 {
        padding-top: 1.5rem !important;
    }

    .pr-md-6, .px-md-6 {
        padding-right: 1.5rem !important;
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-6, .px-md-6 {
        padding-left: 1.5rem !important;
    }

    .p-md-7 {
        padding: 1.75rem !important;
    }

    .pt-md-7, .py-md-7 {
        padding-top: 1.75rem !important;
    }

    .pr-md-7, .px-md-7 {
        padding-right: 1.75rem !important;
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 1.75rem !important;
    }

    .pl-md-7, .px-md-7 {
        padding-left: 1.75rem !important;
    }

    .p-md-8 {
        padding: 2rem !important;
    }

    .pt-md-8, .py-md-8 {
        padding-top: 2rem !important;
    }

    .pr-md-8, .px-md-8 {
        padding-right: 2rem !important;
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 2rem !important;
    }

    .pl-md-8, .px-md-8 {
        padding-left: 2rem !important;
    }

    .p-md-9 {
        padding: 2.25rem !important;
    }

    .pt-md-9, .py-md-9 {
        padding-top: 2.25rem !important;
    }

    .pr-md-9, .px-md-9 {
        padding-right: 2.25rem !important;
    }

    .pb-md-9, .py-md-9 {
        padding-bottom: 2.25rem !important;
    }

    .pl-md-9, .px-md-9 {
        padding-left: 2.25rem !important;
    }

    .p-md-10 {
        padding: 2.5rem !important;
    }

    .pt-md-10, .py-md-10 {
        padding-top: 2.5rem !important;
    }

    .pr-md-10, .px-md-10 {
        padding-right: 2.5rem !important;
    }

    .pb-md-10, .py-md-10 {
        padding-bottom: 2.5rem !important;
    }

    .pl-md-10, .px-md-10 {
        padding-left: 2.5rem !important;
    }

    .p-md-11 {
        padding: 2.75rem !important;
    }

    .pt-md-11, .py-md-11 {
        padding-top: 2.75rem !important;
    }

    .pr-md-11, .px-md-11 {
        padding-right: 2.75rem !important;
    }

    .pb-md-11, .py-md-11 {
        padding-bottom: 2.75rem !important;
    }

    .pl-md-11, .px-md-11 {
        padding-left: 2.75rem !important;
    }

    .p-md-12 {
        padding: 3rem !important;
    }

    .pt-md-12, .py-md-12 {
        padding-top: 3rem !important;
    }

    .pr-md-12, .px-md-12 {
        padding-right: 3rem !important;
    }

    .pb-md-12, .py-md-12 {
        padding-bottom: 3rem !important;
    }

    .pl-md-12, .px-md-12 {
        padding-left: 3rem !important;
    }

    .p-md-13 {
        padding: 3.25rem !important;
    }

    .pt-md-13, .py-md-13 {
        padding-top: 3.25rem !important;
    }

    .pr-md-13, .px-md-13 {
        padding-right: 3.25rem !important;
    }

    .pb-md-13, .py-md-13 {
        padding-bottom: 3.25rem !important;
    }

    .pl-md-13, .px-md-13 {
        padding-left: 3.25rem !important;
    }

    .p-md-14 {
        padding: 3.5rem !important;
    }

    .pt-md-14, .py-md-14 {
        padding-top: 3.5rem !important;
    }

    .pr-md-14, .px-md-14 {
        padding-right: 3.5rem !important;
    }

    .pb-md-14, .py-md-14 {
        padding-bottom: 3.5rem !important;
    }

    .pl-md-14, .px-md-14 {
        padding-left: 3.5rem !important;
    }

    .p-md-15 {
        padding: 3.75rem !important;
    }

    .pt-md-15, .py-md-15 {
        padding-top: 3.75rem !important;
    }

    .pr-md-15, .px-md-15 {
        padding-right: 3.75rem !important;
    }

    .pb-md-15, .py-md-15 {
        padding-bottom: 3.75rem !important;
    }

    .pl-md-15, .px-md-15 {
        padding-left: 3.75rem !important;
    }

    .p-md-16 {
        padding: 4rem !important;
    }

    .pt-md-16, .py-md-16 {
        padding-top: 4rem !important;
    }
}


.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media(min-width: 1440.98px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media(min-width: 1920px) {
    .text-3xl-left {
        text-align: left !important;
    }

    .text-3xl-right {
        text-align: right !important;
    }

    .text-3xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: rgba(0,0,0,0);
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.w-0 {
    width: 0% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-0 {
    height: 0% !important;
}

.h-5 {
    height: 5% !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-25 {
    height: 25% !important;
}

.h-30 {
    height: 30% !important;
}

.h-35 {
    height: 35% !important;
}

.h-40 {
    height: 40% !important;
}

.h-45 {
    height: 45% !important;
}

.h-50 {
    height: 50% !important;
}

.h-55 {
    height: 55% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

.h-75 {
    height: 75% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid rgba(0,0,0,0);
        border-bottom: 0;
        border-left: .3em solid rgba(0,0,0,0);
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media(min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

@media(min-width: 1440.98px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
}

@media(min-width: 1920px) {
    .dropdown-menu-3xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-3xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0,0,0,0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0,0,0,0);
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: 0;
    border-bottom: .3em solid rgba(0,0,0,0);
    border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0,0,0,0);
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #e9ecef;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: rgba(0,0,0,0);
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out .3s;
}

    .form-control::-ms-expand {
        background-color: rgba(0,0,0,0);
        border: 0;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }


.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media(min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.fade {
    transition: opacity .15s linear .3s;
}

    .fade:not(.show) {
        opacity: 0;
    }

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease .3s;
}

    .collapsing.width {
        width: 0;
        height: auto;
        transition: width .35s ease .3s;
    }

* {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
}

    *:focus {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
    }

html {
    font-size: 1rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: rgba(0,0,0,0);
    overflow-x: hidden;
}

body {
    font-size: 1rem;
    line-height: normal;
    font-weight: normal;
    overflow-x: hidden;
    min-width: 320px;
    margin: 0;
    padding: 0;
}

    body.noscroll {
        max-width: 100vw;
        max-height: calc(var(--vh, 1vh)*100);
        overflow: hidden;
        position: fixed;
    }

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, button {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

    a:hover, a:focus, a:active, a:visited, button:hover, button:focus, button:active, button:visited {
        outline: none;
        text-decoration: none;
        color: inherit;
    }

iframe {
    border: none;
}

body {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    font-family: "Inter","Noto Sans HK","Noto Sans SC",sans-serif;
    line-height: 1.6;
}

@media(max-width: 991.98px) {
    body {
        font-size: .875rem;
    }
}

.text-uppercase {
    letter-spacing: .05em;
}

h1, .h1, .text-preset-1 {
    font-size: 2.98625rem;
    font-weight: 700;
}

@media(max-width: 991.98px) {
    h1, .h1, .text-preset-1 {
        font-size: 2.613125rem;
    }
}

h2, .h2, .text-preset-2 {
    font-size: 2.488125rem;
    font-weight: 700;
}

@media(max-width: 991.98px) {
    h2, .h2, .text-preset-2 {
        font-size: 2.1775rem;
    }
}

h3, .h3, .text-preset-3 {
    font-size: 2.07375rem;
    font-weight: 700;
}

@media(max-width: 991.98px) {
    h3, .h3, .text-preset-3 {
        font-size: 1.814375rem;
    }
}

h4, .h4, .text-preset-4 {
    font-size: 1.728125rem;
    font-weight: 700;
}

@media(max-width: 991.98px) {
    h4, .h4, .text-preset-4 {
        font-size: 1.511875rem;
    }
}

h5, .h5, .text-preset-5 {
    font-size: 1.4625rem;
    font-weight: 700;
}

@media(max-width: 991.98px) {
    h5, .h5, .text-preset-5 {
        font-size: 1.26rem;
    }
}

h6, .h6, .text-preset-6 {
    font-size: 1.2rem;
    font-weight: 700;
}

@media(max-width: 991.98px) {
    h6, .h6, .text-preset-6 {
        font-size: 1.05rem;
    }
}

.text-preset-7 {
    font-size: 1rem;
    font-weight: 400;
}

@media(max-width: 991.98px) {
    .text-preset-7 {
        font-size: .875rem;
    }
}

.text-preset-8 {
    font-size: .875rem;
    font-weight: 400;
}

@media(max-width: 991.98px) {
    .text-preset-8 {
        font-size: .75rem;
    }
}

.text-preset-9 {
    font-size: .75rem;
    font-weight: 400;
}

.text-color-black {
    color: #000 !important;
}

.text-color-white {
    color: #fff !important;
}

.text-color-neutral-50 {
    color: #fff !important;
}

.text-color-neutral-100 {
    color: #fafafa !important;
}

.text-color-neutral-200 {
    color: #f5f5f5 !important;
}

.text-color-neutral-300 {
    color: #f0f0f0 !important;
}

.text-color-neutral-400 {
    color: #dedede !important;
}

.text-color-neutral-500 {
    color: #c2c2c2 !important;
}

.text-color-neutral-600 {
    color: #979797 !important;
}

.text-color-neutral-700 {
    color: #818181 !important;
}

.text-color-neutral-800 {
    color: #606060 !important;
}

.text-color-neutral-900 {
    color: #3c3c3c !important;
}

.text-color-neutral-1000 {
    color: #000 !important;
}

.text-color-primary-1 {
    color: #27456e !important;
}

.text-color-primary-2 {
    color: #ba0000 !important;
}

.text-color-primary-3 {
    color: #d9d9d6 !important;
}

.text-color-primary-4 {
    color: #1f1f1f !important;
}

.text-color-secondary-1 {
    color: #eef8ff !important;
}

.text-color-secondary-2 {
    color: #0e84d4 !important;
}

.text-color-secondary-3 {
    color: #162036 !important;
}

.text-color-secondary-4 {
    color: #2c7b6d !important;
}

.text-color-secondary-5 {
    color: #7a4c20 !important;
}

.text-color-secondary-6 {
    color: #f9f9fb !important;
}

.text-color-signal-1 {
    color: #ffcd04 !important;
}

.text-color-signal-2 {
    color: #ff7416 !important;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: .5;
}

.opacity-25 {
    opacity: .25;
}

.opacity-0 {
    opacity: 0;
}

.container {
    max-width: 1440px;
    padding-left: 112px;
    padding-right: 112px;
}

@media(max-width: 1919.98px) {
    .container {
        padding-left: 112px;
        padding-right: 112px;
    }
}

@media(max-width: 1440.96px) {
    .container {
        padding-left: 112px;
        padding-right: 112px;
    }
}

@media(max-width: 1199.98px) {
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 991.98px) {
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media(max-width: 767.98px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.container-wider {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 112px;
    padding-right: 112px;
    max-width: 1664px;
}

@media(max-width: 1919.98px) {
    .container-wider {
        padding-left: 112px;
        padding-right: 112px;
    }
}

@media(max-width: 1440.96px) {
    .container-wider {
        padding-left: 112px;
        padding-right: 112px;
    }
}

@media(max-width: 1199.98px) {
    .container-wider {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 991.98px) {
    .container-wider {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media(max-width: 767.98px) {
    .container-wider {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media(max-width: 1440.96px) {
    .container-wider {
        max-width: 1440px;
    }
}

.mw-md {
    max-width: 1080px;
    margin: auto;
}

@media(min-width: 1440.98px) {
    .mw-md {
        max-width: 1300px;
    }
}

.btn {
    display: inline-block;
    border-radius: 100px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    letter-spacing: .05em;
}

@media(max-width: 991.98px) {
    .btn {
        font-size: .875rem;
    }
}

.btn.btn-primary {
    padding: 12px 32px;
    color: #fff;
    background-color: #0e84d4;
    transition: background-color .3s;
}

@media(max-width: 991.98px) {
    .btn.btn-primary {
        padding: 14px 24px;
    }
}

.btn.btn-primary.arrow-right::after {
    display: inline-block;
    padding: 6px;
    margin-left: 8px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjcwMzEyIDAuNzM1MDg1QzUuNDY4NzUgMC45OTA3NjcgNS40OTIxOSAxLjM3NDI5IDUuNzAzMTIgMS42Mjk5N0w4LjUzOTA2IDQuNTQ0NzRIMS44MTI1QzEuNDg0MzggNC41NDQ3NCAxLjI1IDQuODI1OTkgMS4yNSA1LjE1ODM4VjUuOTc2NTZDMS4yNSA2LjMzNDUyIDEuNDg0MzggNi41OTAyIDEuODEyNSA2LjU5MDJIOC41MzkwNkw1LjcwMzEyIDkuNTMwNTRDNS40OTIxOSA5Ljc4NjIyIDUuNDkyMTkgMTAuMTY5NyA1LjcwMzEyIDEwLjQyNTRMNi4yMTg3NSAxMC45ODc5QzYuNDUzMTIgMTEuMjE4IDYuODA0NjkgMTEuMjE4IDcuMDE1NjIgMTAuOTg3OUwxMS41ODU5IDYuMDAyMTNDMTEuNzk2OSA1Ljc3MjAyIDExLjc5NjkgNS4zODg0OSAxMS41ODU5IDUuMTMyODFMNy4wMTU2MiAwLjE3MjU4NUM2LjgwNDY5IC0wLjA1NzUyODQgNi40NTMxMiAtMC4wNTc1Mjg0IDYuMjE4NzUgMC4xNzI1ODVMNS43MDMxMiAwLjczNTA4NVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media(min-width: 768px) {
    .btn.btn-primary:hover {
        background-color: #27456e;
    }
}

@media(min-width: 768px) {
    .btn.btn-primary:active {
        background-color: #0e84d4;
    }
}

.btn.btn-secondary {
    font-size: .875rem;
    color: #0e84d4;
    border-radius: 0;
    transition: opacity .3s;
}

@media(max-width: 991.98px) {
    .btn.btn-secondary {
        font-size: .75rem;
    }
}

.btn.btn-secondary::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjIwMzEyIDAuNzM1MDg1QzQuOTY4NzUgMC45OTA3NjcgNC45OTIxOSAxLjM3NDI5IDUuMjAzMTIgMS42Mjk5N0w4LjAzOTA2IDQuNTQ0NzRIMS4zMTI1QzAuOTg0Mzc1IDQuNTQ0NzQgMC43NSA0LjgyNTk5IDAuNzUgNS4xNTgzOFY1Ljk3NjU2QzAuNzUgNi4zMzQ1MiAwLjk4NDM3NSA2LjU5MDIgMS4zMTI1IDYuNTkwMkg4LjAzOTA2TDUuMjAzMTIgOS41MzA1NEM0Ljk5MjE5IDkuNzg2MjIgNC45OTIxOSAxMC4xNjk3IDUuMjAzMTIgMTAuNDI1NEw1LjcxODc1IDEwLjk4NzlDNS45NTMxMiAxMS4yMTggNi4zMDQ2OSAxMS4yMTggNi41MTU2MiAxMC45ODc5TDExLjA4NTkgNi4wMDIxM0MxMS4yOTY5IDUuNzcyMDIgMTEuMjk2OSA1LjM4ODQ5IDExLjA4NTkgNS4xMzI4MUw2LjUxNTYyIDAuMTcyNTg1QzYuMzA0NjkgLTAuMDU3NTI4NCA1Ljk1MzEyIC0wLjA1NzUyODQgNS43MTg3NSAwLjE3MjU4NUw1LjIwMzEyIDAuNzM1MDg1WiIgZmlsbD0iIzBFODRENCIvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: -1px;
    transition: transform .3s ease-out;
}

@media(min-width: 768px) {
    .btn.btn-secondary:hover::after {
        transform: translateX(4px);
    }
}

@media(min-width: 768px) {
    .btn.btn-secondary:active {
        transform: translateX(0);
    }
}

.btn.btn-tertiary {
    font-size: .75rem;
    line-height: 1.4;
    padding: 3px 15px;
    color: #0e84d4;
    background-color: #fff;
    border: 1px solid #0e84d4;
}

.btn.btn-tertiary--label {
    cursor: default;
}

@media(max-width: 991.98px) {
    .btn.btn-tertiary {
        padding: 3px 11px;
    }
}

.i {
    position: relative;
}

    .i::before, .i::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
    }

.i-arrow-list::before {
    transition: all .3s;
    width: 14px;
    height: 12.83px;
}

.i-arrow-list::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjIwMzEyIDAuNzM1MDg1QzQuOTY4NzUgMC45OTA3NjcgNC45OTIxOSAxLjM3NDI5IDUuMjAzMTIgMS42Mjk5N0w4LjAzOTA2IDQuNTQ0NzRIMS4zMTI1QzAuOTg0Mzc1IDQuNTQ0NzQgMC43NSA0LjgyNTk5IDAuNzUgNS4xNTgzOFY1Ljk3NjU2QzAuNzUgNi4zMzQ1MiAwLjk4NDM3NSA2LjU5MDIgMS4zMTI1IDYuNTkwMkg4LjAzOTA2TDUuMjAzMTIgOS41MzA1NEM0Ljk5MjE5IDkuNzg2MjIgNC45OTIxOSAxMC4xNjk3IDUuMjAzMTIgMTAuNDI1NEw1LjcxODc1IDEwLjk4NzlDNS45NTMxMiAxMS4yMTggNi4zMDQ2OSAxMS4yMTggNi41MTU2MiAxMC45ODc5TDExLjA4NTkgNi4wMDIxM0MxMS4yOTY5IDUuNzcyMDIgMTEuMjk2OSA1LjM4ODQ5IDExLjA4NTkgNS4xMzI4MUw2LjUxNTYyIDAuMTcyNTg1QzYuMzA0NjkgLTAuMDU3NTI4NCA1Ljk1MzEyIC0wLjA1NzUyODQgNS43MTg3NSAwLjE3MjU4NUw1LjIwMzEyIDAuNzM1MDg1WiIgZmlsbD0iIzI3NDU2RSIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
}

.i-close__modal::before {
    transition: all .3s;
    width: 14px;
    height: 14px;
}

.i-close__modal::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNCAxLjQxTDEyLjU5IDBMNyA1LjU5TDEuNDEgMEwwIDEuNDFMNS41OSA3TDAgMTIuNTlMMS40MSAxNEw3IDguNDFMMTIuNTkgMTRMMTQgMTIuNTlMOC40MSA3TDE0IDEuNDFaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
    transition: all .3s;
}

.i-close__modal:hover::before {
    opacity: .5;
}

.i-fb--round, .i-whatsapp--round, .i-wechat--round {
    font-size: 0;
}

    .i-fb--round::before, .i-whatsapp--round::before, .i-wechat--round::before {
        transition: all .3s;
        width: 15px;
        height: 15px;
    }

    .i-fb--round::before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS41IDguMDQ1NjRDMTUuNSAzLjg3NzI4IDEyLjE0MzEgMC41IDggMC41QzMuODU2ODUgMC41IDAuNSAzLjg3NzI4IDAuNSA4LjA0NTY0QzAuNSAxMS44MTg1IDMuMjIxNzcgMTQuOTUyMyA2LjgyMDU2IDE1LjVWMTAuMjM2M0g0LjkxNTMyVjguMDQ1NjRINi44MjA1NlY2LjQwMjY0QzYuODIwNTYgNC41MTYyMyA3LjkzOTUyIDMuNDUxMzIgOS42MzMwNiAzLjQ1MTMyQzEwLjQ3OTggMy40NTEzMiAxMS4zMjY2IDMuNjAzNDUgMTEuMzI2NiAzLjYwMzQ1VjUuNDU5NDNIMTAuMzg5MUM5LjQ1MTYxIDUuNDU5NDMgOS4xNDkxOSA2LjAzNzUzIDkuMTQ5MTkgNi42NDYwNFY4LjA0NTY0SDExLjIzNTlMMTAuOTAzMiAxMC4yMzYzSDkuMTQ5MTlWMTUuNUMxMi43NDggMTQuOTUyMyAxNS41IDExLjgxODUgMTUuNSA4LjA0NTY0WiIgZmlsbD0iIzI3NDU2RSIvPg0KPC9zdmc+DQo=) center center no-repeat;
        background-size: 100% auto;
    }

    .i-whatsapp--round::before {
        background: url(/_nuxt/img/icon-whatsapp.8950964.svg) center center no-repeat;
        background-size: 100% auto;
    }

    .i-wechat--round::before {
        background: url(/_nuxt/img/icon-wechat.4f01f98.svg) center center no-repeat;
        background-size: 100% auto;
    }

.i-fb-white, .i-linkedin-white {
    font-size: 0;
}

    .i-fb-white::before, .i-linkedin-white::before {
        transition: all .3s;
        width: 16px;
        height: 16px;
    }

    .i-fb-white::before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNiAwLjg5Mjg1N0MxNiAwLjQyODU3MSAxNS41NzE0IDAgMTUuMTA3MSAwSDAuODU3MTQzQzAuMzkyODU3IDAgMCAwLjQyODU3MSAwIDAuODkyODU3VjE1LjE0MjlDMCAxNS42MDcxIDAuMzkyODU3IDE2IDAuODU3MTQzIDE2SDguNTM1NzFWOS44MjE0M0g2LjQyODU3VjcuMzkyODZIOC41MzU3MVY1LjYwNzE0QzguNTM1NzEgMy41NzE0MyA5Ljc4NTcxIDIuNDI4NTcgMTEuNjQyOSAyLjQyODU3QzEyLjUgMi40Mjg1NyAxMy4yODU3IDIuNSAxMy41IDIuNTM1NzFWNC42Nzg1N0gxMi4yMTQzQzExLjIxNDMgNC42Nzg1NyAxMS4wMzU3IDUuMTc4NTcgMTEuMDM1NyA1Ljg1NzE0VjcuMzkyODZIMTMuNDI4NkwxMy4xMDcxIDkuODIxNDNIMTEuMDM1N1YxNkgxNS4xMDcxQzE1LjU3MTQgMTYgMTYgMTUuNjA3MSAxNiAxNS4xNDI5VjAuODkyODU3WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) center center no-repeat;
        background-size: 100% auto;
    }

@media(max-width: 1199.98px) {
    .i-fb-white::before {
        width: 18px;
        height: 18px;
    }
}

.i-fb-white:hover::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNiAwLjg5Mjg1N0MxNiAwLjQyODU3MSAxNS41NzE0IDAgMTUuMTA3MSAwSDAuODU3MTQzQzAuMzkyODU3IDAgMCAwLjQyODU3MSAwIDAuODkyODU3VjE1LjE0MjlDMCAxNS42MDcxIDAuMzkyODU3IDE2IDAuODU3MTQzIDE2SDguNTM1NzFWOS44MjE0M0g2LjQyODU3VjcuMzkyODZIOC41MzU3MVY1LjYwNzE0QzguNTM1NzEgMy41NzE0MyA5Ljc4NTcxIDIuNDI4NTcgMTEuNjQyOSAyLjQyODU3QzEyLjUgMi40Mjg1NyAxMy4yODU3IDIuNSAxMy41IDIuNTM1NzFWNC42Nzg1N0gxMi4yMTQzQzExLjIxNDMgNC42Nzg1NyAxMS4wMzU3IDUuMTc4NTcgMTEuMDM1NyA1Ljg1NzE0VjcuMzkyODZIMTMuNDI4NkwxMy4xMDcxIDkuODIxNDNIMTEuMDM1N1YxNkgxNS4xMDcxQzE1LjU3MTQgMTYgMTYgMTUuNjA3MSAxNiAxNS4xNDI5VjAuODkyODU3WiIgZmlsbD0iIzBFODRENCIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
}

.i-linkedin-white::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS4wNTczIDBIMS4zMDczNEMwLjcwMDE5NSAwIDAuMjAwMTk1IDAuNTM1NzE0IDAuMjAwMTk1IDEuMTc4NTdWMTQuODU3MUMwLjIwMDE5NSAxNS41IDAuNzAwMTk1IDE2IDEuMzA3MzQgMTZIMTUuMDU3M0MxNS42NjQ1IDE2IDE2LjIwMDIgMTUuNSAxNi4yMDAyIDE0Ljg1NzFWMS4xNzg1N0MxNi4yMDAyIDAuNTM1NzE0IDE1LjY2NDUgMCAxNS4wNTczIDBaTTUuMDIxNjIgMTMuNzE0M0gyLjY2NDQ4VjYuMTA3MTRINS4wMjE2MlYxMy43MTQzWk0zLjg0MzA1IDUuMDM1NzFDMy4wNTczNCA1LjAzNTcxIDIuNDUwMiA0LjQyODU3IDIuNDUwMiAzLjY3ODU3QzIuNDUwMiAyLjkyODU3IDMuMDU3MzQgMi4yODU3MSAzLjg0MzA1IDIuMjg1NzFDNC41OTMwNSAyLjI4NTcxIDUuMjAwMiAyLjkyODU3IDUuMjAwMiAzLjY3ODU3QzUuMjAwMiA0LjQyODU3IDQuNTkzMDUgNS4wMzU3MSAzLjg0MzA1IDUuMDM1NzFaTTEzLjkxNDUgMTMuNzE0M0gxMS41MjE2VjEwQzExLjUyMTYgOS4xNDI4NiAxMS41MjE2IDggMTAuMzA3MyA4QzkuMDU3MzQgOCA4Ljg3ODc3IDguOTY0MjkgOC44Nzg3NyA5Ljk2NDI5VjEzLjcxNDNINi41MjE2MlY2LjEwNzE0SDguNzcxNjJWNy4xNDI4Nkg4LjgwNzM0QzkuMTI4NzcgNi41MzU3MSA5LjkxNDQ4IDUuODkyODYgMTEuMDU3MyA1Ljg5Mjg2QzEzLjQ1MDIgNS44OTI4NiAxMy45MTQ1IDcuNSAxMy45MTQ1IDkuNTM1NzFWMTMuNzE0M1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
}

@media(max-width: 1199.98px) {
    .i-linkedin-white::before {
        width: 18px;
        height: 18px;
    }
}

.i-linkedin-white:hover::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS4wNTczIDBIMS4zMDczNEMwLjcwMDE5NSAwIDAuMjAwMTk1IDAuNTM1NzE0IDAuMjAwMTk1IDEuMTc4NTdWMTQuODU3MUMwLjIwMDE5NSAxNS41IDAuNzAwMTk1IDE2IDEuMzA3MzQgMTZIMTUuMDU3M0MxNS42NjQ1IDE2IDE2LjIwMDIgMTUuNSAxNi4yMDAyIDE0Ljg1NzFWMS4xNzg1N0MxNi4yMDAyIDAuNTM1NzE0IDE1LjY2NDUgMCAxNS4wNTczIDBaTTUuMDIxNjIgMTMuNzE0M0gyLjY2NDQ4VjYuMTA3MTRINS4wMjE2MlYxMy43MTQzWk0zLjg0MzA1IDUuMDM1NzFDMy4wNTczNCA1LjAzNTcxIDIuNDUwMiA0LjQyODU3IDIuNDUwMiAzLjY3ODU3QzIuNDUwMiAyLjkyODU3IDMuMDU3MzQgMi4yODU3MSAzLjg0MzA1IDIuMjg1NzFDNC41OTMwNSAyLjI4NTcxIDUuMjAwMiAyLjkyODU3IDUuMjAwMiAzLjY3ODU3QzUuMjAwMiA0LjQyODU3IDQuNTkzMDUgNS4wMzU3MSAzLjg0MzA1IDUuMDM1NzFaTTEzLjkxNDUgMTMuNzE0M0gxMS41MjE2VjEwQzExLjUyMTYgOS4xNDI4NiAxMS41MjE2IDggMTAuMzA3MyA4QzkuMDU3MzQgOCA4Ljg3ODc3IDguOTY0MjkgOC44Nzg3NyA5Ljk2NDI5VjEzLjcxNDNINi41MjE2MlY2LjEwNzE0SDguNzcxNjJWNy4xNDI4Nkg4LjgwNzM0QzkuMTI4NzcgNi41MzU3MSA5LjkxNDQ4IDUuODkyODYgMTEuMDU3MyA1Ljg5Mjg2QzEzLjQ1MDIgNS44OTI4NiAxMy45MTQ1IDcuNSAxMy45MTQ1IDkuNTM1NzFWMTMuNzE0M1oiIGZpbGw9IiMwRTg0RDQiLz4NCjwvc3ZnPg0K) center center no-repeat;
    background-size: 100% auto;
}

.i-youtube-white::before {
    transition: all .3s;
    width: 19.54px;
    height: 13.71px;
}

@media(max-width: 1199.98px) {
    .i-youtube-white::before {
        width: 25.66px;
        height: 18px;
    }
}

.i-youtube-white::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOS41MDc1IDIuMzIxNTJDMTkuMjkzMyAxLjQ2NDM3IDE4LjYxNDcgMC43ODU4MDEgMTcuNzkzMyAwLjU3MTUxNkMxNi4yNTc1IDAuMTQyOTQ0IDEwLjE4NjEgMC4xNDI5NDQgMTAuMTg2MSAwLjE0Mjk0NEMxMC4xODYxIDAuMTQyOTQ0IDQuMDc4OTYgMC4xNDI5NDQgMi41NDMyNSAwLjU3MTUxNkMxLjcyMTgyIDAuNzg1ODAxIDEuMDQzMjUgMS40NjQzNyAwLjgyODk2MiAyLjMyMTUyQzAuNDAwMzkxIDMuODIxNTIgMC40MDAzOTEgNy4wMzU4IDAuNDAwMzkxIDcuMDM1OEMwLjQwMDM5MSA3LjAzNTggMC40MDAzOTEgMTAuMjE0NCAwLjgyODk2MiAxMS43NTAxQzEuMDQzMjUgMTIuNjA3MiAxLjcyMTgyIDEzLjI1MDEgMi41NDMyNSAxMy40NjQ0QzQuMDc4OTYgMTMuODU3MiAxMC4xODYxIDEzLjg1NzIgMTAuMTg2MSAxMy44NTcyQzEwLjE4NjEgMTMuODU3MiAxNi4yNTc1IDEzLjg1NzIgMTcuNzkzMyAxMy40NjQ0QzE4LjYxNDcgMTMuMjUwMSAxOS4yOTMzIDEyLjYwNzIgMTkuNTA3NSAxMS43NTAxQzE5LjkzNjEgMTAuMjE0NCAxOS45MzYxIDcuMDM1OCAxOS45MzYxIDcuMDM1OEMxOS45MzYxIDcuMDM1OCAxOS45MzYxIDMuODIxNTIgMTkuNTA3NSAyLjMyMTUyWk04LjE4NjExIDkuOTI4NjZWNC4xNDI5NEwxMy4yNTc1IDcuMDM1OEw4LjE4NjExIDkuOTI4NjZaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
}

.i-youtube-white:hover::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOS41MDc1IDIuMzIxNTJDMTkuMjkzMyAxLjQ2NDM3IDE4LjYxNDcgMC43ODU4MDEgMTcuNzkzMyAwLjU3MTUxNkMxNi4yNTc1IDAuMTQyOTQ0IDEwLjE4NjEgMC4xNDI5NDQgMTAuMTg2MSAwLjE0Mjk0NEMxMC4xODYxIDAuMTQyOTQ0IDQuMDc4OTYgMC4xNDI5NDQgMi41NDMyNSAwLjU3MTUxNkMxLjcyMTgyIDAuNzg1ODAxIDEuMDQzMjUgMS40NjQzNyAwLjgyODk2MiAyLjMyMTUyQzAuNDAwMzkxIDMuODIxNTIgMC40MDAzOTEgNy4wMzU4IDAuNDAwMzkxIDcuMDM1OEMwLjQwMDM5MSA3LjAzNTggMC40MDAzOTEgMTAuMjE0NCAwLjgyODk2MiAxMS43NTAxQzEuMDQzMjUgMTIuNjA3MiAxLjcyMTgyIDEzLjI1MDEgMi41NDMyNSAxMy40NjQ0QzQuMDc4OTYgMTMuODU3MiAxMC4xODYxIDEzLjg1NzIgMTAuMTg2MSAxMy44NTcyQzEwLjE4NjEgMTMuODU3MiAxNi4yNTc1IDEzLjg1NzIgMTcuNzkzMyAxMy40NjQ0QzE4LjYxNDcgMTMuMjUwMSAxOS4yOTMzIDEyLjYwNzIgMTkuNTA3NSAxMS43NTAxQzE5LjkzNjEgMTAuMjE0NCAxOS45MzYxIDcuMDM1OCAxOS45MzYxIDcuMDM1OEMxOS45MzYxIDcuMDM1OCAxOS45MzYxIDMuODIxNTIgMTkuNTA3NSAyLjMyMTUyWk04LjE4NjExIDkuOTI4NjZWNC4xNDI5NEwxMy4yNTc1IDcuMDM1OEw4LjE4NjExIDkuOTI4NjZaIiBmaWxsPSIjMEU4NEQ0Ii8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
}

.i-accordion-right::before {
    transition: all .3s;
    width: 16.95px;
    height: 24px;
}

.i-accordion-right {
    transition: transform .3s;
}

    .i-accordion-right::before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxNyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjMwNDQ0IDUuMjE4NzVMNC42Nzk0NCA1LjgxMjVDNC41MjMxOSA1Ljk2ODc1IDQuNTIzMTkgNi4yMTg3NSA0LjY3OTQ0IDYuMzQzNzVMMTAuMzM1NyAxMkw0LjY3OTQ0IDE3LjY4NzVDNC41MjMxOSAxNy44MTI1IDQuNTIzMTkgMTguMDYyNSA0LjY3OTQ0IDE4LjIxODdMNS4zMDQ0NCAxOC44MTI1QzUuNDI5NDQgMTguOTY4NyA1LjY3OTQ0IDE4Ljk2ODcgNS44MzU2OSAxOC44MTI1TDEyLjM2NjkgMTIuMjgxMkMxMi41MjMyIDEyLjEyNSAxMi41MjMyIDExLjkwNjIgMTIuMzY2OSAxMS43NUw1LjgzNTY5IDUuMjE4NzVDNS42Nzk0NCA1LjA2MjUgNS40Mjk0NCA1LjA2MjUgNS4zMDQ0NCA1LjIxODc1WiIgZmlsbD0iIzI3NDU2RSIvPg0KPC9zdmc+DQo=) center center no-repeat;
        background-size: 100% auto;
    }

.i-accordion-right__down {
    transform: rotateZ(90deg);
}

.i-error, .i-check {
    font-size: 0;
}

    .i-error::before, .i-check::before {
        transition: all .3s;
        width: 20px;
        height: 20px;
    }

    .i-error::before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05Ljk5OTM1IDEuNjY2NjlDNS4zOTkzNSAxLjY2NjY5IDEuNjY2MDIgNS40MDAwMiAxLjY2NjAyIDEwQzEuNjY2MDIgMTQuNiA1LjM5OTM1IDE4LjMzMzQgOS45OTkzNSAxOC4zMzM0QzE0LjU5OTMgMTguMzMzNCAxOC4zMzI3IDE0LjYgMTguMzMyNyAxMEMxOC4zMzI3IDUuNDAwMDIgMTQuNTk5MyAxLjY2NjY5IDkuOTk5MzUgMS42NjY2OVpNMTAuODMyNyAxNC4xNjY3SDkuMTY2MDJWMTIuNUgxMC44MzI3VjE0LjE2NjdaTTEwLjgzMjcgMTAuODMzNEg5LjE2NjAyVjUuODMzMzVIMTAuODMyN1YxMC44MzM0WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) center center no-repeat;
        background-size: 100% auto;
    }

    .i-check::before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAxMEMwIDQuNDggNC40OCAwIDEwIDBDMTUuNTIgMCAyMCA0LjQ4IDIwIDEwQzIwIDE1LjUyIDE1LjUyIDIwIDEwIDIwQzQuNDggMjAgMCAxNS41MiAwIDEwWk04LjI4NTcxIDE0LjVMNCAxMC4xODE0TDUuMjA4NTcgOC45NjM1M0w4LjI4NTcxIDEyLjA1NTdMMTEuNTM4NiA4Ljc3NzgzTDE0Ljc5MTQgNS41TDE2IDYuNzI2NDlMOC4yODU3MSAxNC41WiIgZmlsbD0iIzBFODRENCIvPg0KPC9zdmc+DQo=) center center no-repeat;
        background-size: 100% auto;
    }

.i-search, .i-member, .i-arrow-page-left, .i-arrow-page-right, .i-pin, .i-clock, .i-eye, .i-share {
    font-size: 0;
}

    .i-search::before, .i-member::before, .i-arrow-page-left::before, .i-arrow-page-right::before, .i-pin::before, .i-clock::before, .i-eye::before, .i-share::before {
        width: 24px;
        height: 24px;
    }

    .i-search::before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOS43ODEyIDE3Ljg0MzhMMTYuNjU2MiAxNC43MTg4QzE2LjUgMTQuNTkzOCAxNi4zMTI1IDE0LjUgMTYuMTI1IDE0LjVIMTUuNjI1QzE2LjQ2ODggMTMuNDA2MiAxNyAxMi4wMzEyIDE3IDEwLjVDMTcgNi45Mzc1IDE0LjA2MjUgNCAxMC41IDRDNi45MDYyNSA0IDQgNi45Mzc1IDQgMTAuNUM0IDE0LjA5MzggNi45MDYyNSAxNyAxMC41IDE3QzEyIDE3IDEzLjM3NSAxNi41IDE0LjUgMTUuNjI1VjE2LjE1NjJDMTQuNSAxNi4zNDM4IDE0LjU2MjUgMTYuNTMxMiAxNC43MTg4IDE2LjY4NzVMMTcuODEyNSAxOS43ODEyQzE4LjEyNSAyMC4wOTM4IDE4LjU5MzggMjAuMDkzOCAxOC44NzUgMTkuNzgxMkwxOS43NSAxOC45MDYyQzIwLjA2MjUgMTguNjI1IDIwLjA2MjUgMTguMTU2MiAxOS43ODEyIDE3Ljg0MzhaTTEwLjUgMTQuNUM4LjI4MTI1IDE0LjUgNi41IDEyLjcxODggNi41IDEwLjVDNi41IDguMzEyNSA4LjI4MTI1IDYuNSAxMC41IDYuNUMxMi42ODc1IDYuNSAxNC41IDguMzEyNSAxNC41IDEwLjVDMTQuNSAxMi43MTg4IDEyLjY4NzUgMTQuNSAxMC41IDE0LjVaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) center center no-repeat;
        background-size: 100% auto;
    }

.i-search__input::before {
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIG9wYWNpdHk9IjAuMjUiPg0KPHBhdGggZD0iTTcgMTNDMTAuMzEzNyAxMyAxMyAxMC4zMTM3IDEzIDdDMTMgMy42ODYyOSAxMC4zMTM3IDEgNyAxQzMuNjg2MjkgMSAxIDMuNjg2MjkgMSA3QzEgMTAuMzEzNyAzLjY4NjI5IDEzIDcgMTNaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTExLjUgMTEuNUwxNSAxNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvZz4NCjwvc3ZnPg0K) center center no-repeat;
    background-size: 100% auto;
}

.i-search__input--focus {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03IDEzQzEwLjMxMzcgMTMgMTMgMTAuMzEzNyAxMyA3QzEzIDMuNjg2MjkgMTAuMzEzNyAxIDcgMUMzLjY4NjI5IDEgMSAzLjY4NjI5IDEgN0MxIDEwLjMxMzcgMy42ODYyOSAxMyA3IDEzWiIgc3Ryb2tlPSIjMEU4NEQ0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTExLjUgMTEuNUwxNSAxNSIgc3Ryb2tlPSIjMEU4NEQ0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
}

.i-search__inside::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS41IDE0SDE0LjcxTDE0LjQzIDEzLjczQzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNUMxNiA1LjkxIDEzLjA5IDMgOS41IDNDNS45MSAzIDMgNS45MSAzIDkuNUMzIDEzLjA5IDUuOTEgMTYgOS41IDE2QzExLjExIDE2IDEyLjU5IDE1LjQxIDEzLjczIDE0LjQzTDE0IDE0LjcxVjE1LjVMMTkgMjAuNDlMMjAuNDkgMTlMMTUuNSAxNFpNOS41IDE0QzcuMDEgMTQgNSAxMS45OSA1IDkuNUM1IDcuMDEgNy4wMSA1IDkuNSA1QzExLjk5IDUgMTQgNy4wMSAxNCA5LjVDMTQgMTEuOTkgMTEuOTkgMTQgOS41IDE0WiIgZmlsbD0iI0MyQzJDMiIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
}

.i-search__inside::before--focus {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03IDEzQzEwLjMxMzcgMTMgMTMgMTAuMzEzNyAxMyA3QzEzIDMuNjg2MjkgMTAuMzEzNyAxIDcgMUMzLjY4NjI5IDEgMSAzLjY4NjI5IDEgN0MxIDEwLjMxMzcgMy42ODYyOSAxMyA3IDEzWiIgc3Ryb2tlPSIjMEU4NEQ0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTExLjUgMTEuNUwxNSAxNSIgc3Ryb2tlPSIjMEU4NEQ0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
}

.i-member::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMiAxMkMxNC4xODc1IDEyIDE2IDEwLjIxODggMTYgOEMxNiA1LjgxMjUgMTQuMTg3NSA0IDEyIDRDOS43ODEyNSA0IDggNS44MTI1IDggOEM4IDEwLjIxODggOS43ODEyNSAxMiAxMiAxMlpNMTQuNzgxMiAxM0gxNC4yNUMxMy41NjI1IDEzLjM0MzggMTIuODEyNSAxMy41IDEyIDEzLjVDMTEuMTg3NSAxMy41IDEwLjQwNjIgMTMuMzQzOCA5LjcxODc1IDEzSDkuMTg3NUM2Ljg3NSAxMyA1IDE0LjkwNjIgNSAxNy4yMTg4VjE4LjVDNSAxOS4zNDM4IDUuNjU2MjUgMjAgNi41IDIwSDE3LjVDMTguMzEyNSAyMCAxOSAxOS4zNDM4IDE5IDE4LjVWMTcuMjE4OEMxOSAxNC45MDYyIDE3LjA5MzggMTMgMTQuNzgxMiAxM1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
}

.i-arrow-page-left::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS4yMTg4IDE4LjgxMjVMMTUuODQzOCAxOC4yMTg4QzE1Ljk2ODggMTguMDYyNSAxNS45Njg4IDE3LjgxMjUgMTUuODQzOCAxNy42ODc1TDEwLjE4NzUgMTJMMTUuODQzOCA2LjM0Mzc1QzE1Ljk2ODggNi4yMTg3NSAxNS45Njg4IDUuOTY4NzUgMTUuODQzOCA1LjgxMjVMMTUuMjE4OCA1LjIxODc1QzE1LjA2MjUgNS4wNjI1IDE0Ljg0MzggNS4wNjI1IDE0LjY4NzUgNS4yMTg3NUw4LjEyNSAxMS43NUM4IDExLjkwNjIgOCAxMi4xMjUgOC4xMjUgMTIuMjgxMkwxNC42ODc1IDE4LjgxMjVDMTQuODQzOCAxOC45Njg4IDE1LjA2MjUgMTguOTY4OCAxNS4yMTg4IDE4LjgxMjVaIiBmaWxsPSIjMjc0NTZFIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
}

.i-arrow-page-left--black::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS4yMTg4IDE4LjgxMjVMMTUuODQzOCAxOC4yMTg4QzE1Ljk2ODggMTguMDYyNSAxNS45Njg4IDE3LjgxMjUgMTUuODQzOCAxNy42ODc1TDEwLjE4NzUgMTJMMTUuODQzOCA2LjM0Mzc1QzE1Ljk2ODggNi4yMTg3NSAxNS45Njg4IDUuOTY4NzUgMTUuODQzOCA1LjgxMjVMMTUuMjE4OCA1LjIxODc1QzE1LjA2MjUgNS4wNjI1IDE0Ljg0MzggNS4wNjI1IDE0LjY4NzUgNS4yMTg3NUw4LjEyNSAxMS43NUM4IDExLjkwNjIgOCAxMi4xMjUgOC4xMjUgMTIuMjgxMkwxNC42ODc1IDE4LjgxMjVDMTQuODQzOCAxOC45Njg4IDE1LjA2MjUgMTguOTY4OCAxNS4yMTg4IDE4LjgxMjVaIiBmaWxsPSIjMDAwMDAwIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
}

.i-arrow-page-left__detail-page::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC44MTY0IDE0LjIxMDlMMTEuMzYzMyAxMy42OTE0QzExLjQ3MjcgMTMuNTU0NyAxMS40NzI3IDEzLjMzNTkgMTEuMzYzMyAxMy4yMjY2TDYuNDE0MDYgOC4yNUwxMS4zNjMzIDMuMzAwNzhDMTEuNDcyNyAzLjE5MTQxIDExLjQ3MjcgMi45NzI2NiAxMS4zNjMzIDIuODM1OTRMMTAuODE2NCAyLjMxNjQxQzEwLjY3OTcgMi4xNzk2OSAxMC40ODgzIDIuMTc5NjkgMTAuMzUxNiAyLjMxNjQxTDQuNjA5MzggOC4wMzEyNUM0LjUgOC4xNjc5NyA0LjUgOC4zNTkzOCA0LjYwOTM4IDguNDk2MDlMMTAuMzUxNiAxNC4yMTA5QzEwLjQ4ODMgMTQuMzQ3NyAxMC42Nzk3IDE0LjM0NzcgMTAuODE2NCAxNC4yMTA5WiIgZmlsbD0iIzI3NDU2RSIvPg0KPC9zdmc+DQo=) center center no-repeat;
    width: 16px;
    height: 16px;
}

.i-arrow-page-right::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS4yMTg4IDE4LjgxMjVMMTUuODQzOCAxOC4yMTg4QzE1Ljk2ODggMTguMDYyNSAxNS45Njg4IDE3LjgxMjUgMTUuODQzOCAxNy42ODc1TDEwLjE4NzUgMTJMMTUuODQzOCA2LjM0Mzc1QzE1Ljk2ODggNi4yMTg3NSAxNS45Njg4IDUuOTY4NzUgMTUuODQzOCA1LjgxMjVMMTUuMjE4OCA1LjIxODc1QzE1LjA2MjUgNS4wNjI1IDE0Ljg0MzggNS4wNjI1IDE0LjY4NzUgNS4yMTg3NUw4LjEyNSAxMS43NUM4IDExLjkwNjIgOCAxMi4xMjUgOC4xMjUgMTIuMjgxMkwxNC42ODc1IDE4LjgxMjVDMTQuODQzOCAxOC45Njg4IDE1LjA2MjUgMTguOTY4OCAxNS4yMTg4IDE4LjgxMjVaIiBmaWxsPSIjMjc0NTZFIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
    transform: scale(-1);
}

.i-arrow-page-right__detail-page::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC44MTY0IDE0LjIxMDlMMTEuMzYzMyAxMy42OTE0QzExLjQ3MjcgMTMuNTU0NyAxMS40NzI3IDEzLjMzNTkgMTEuMzYzMyAxMy4yMjY2TDYuNDE0MDYgOC4yNUwxMS4zNjMzIDMuMzAwNzhDMTEuNDcyNyAzLjE5MTQxIDExLjQ3MjcgMi45NzI2NiAxMS4zNjMzIDIuODM1OTRMMTAuODE2NCAyLjMxNjQxQzEwLjY3OTcgMi4xNzk2OSAxMC40ODgzIDIuMTc5NjkgMTAuMzUxNiAyLjMxNjQxTDQuNjA5MzggOC4wMzEyNUM0LjUgOC4xNjc5NyA0LjUgOC4zNTkzOCA0LjYwOTM4IDguNDk2MDlMMTAuMzUxNiAxNC4yMTA5QzEwLjQ4ODMgMTQuMzQ3NyAxMC42Nzk3IDE0LjM0NzcgMTAuODE2NCAxNC4yMTA5WiIgZmlsbD0iIzI3NDU2RSIvPg0KPC9zdmc+DQo=) center center no-repeat;
    width: 16px;
    height: 16px;
}

.i-pin::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMiAyQzguMTMgMiA1IDUuMTMgNSA5QzUgMTAuNzQgNS41IDEyLjM3IDYuNDEgMTMuODRDNy4zNiAxNS4zOCA4LjYxIDE2LjcgOS41NyAxOC4yNEMxMC4wNCAxOC45OSAxMC4zOCAxOS42OSAxMC43NCAyMC41QzExIDIxLjA1IDExLjIxIDIyIDEyIDIyQzEyLjc5IDIyIDEzIDIxLjA1IDEzLjI1IDIwLjVDMTMuNjIgMTkuNjkgMTMuOTUgMTguOTkgMTQuNDIgMTguMjRDMTUuMzggMTYuNzEgMTYuNjMgMTUuMzkgMTcuNTggMTMuODRDMTguNSAxMi4zNyAxOSAxMC43NCAxOSA5QzE5IDUuMTMgMTUuODcgMiAxMiAyWk0xMiAxMS43NUMxMC42MiAxMS43NSA5LjUgMTAuNjMgOS41IDkuMjVDOS41IDcuODcgMTAuNjIgNi43NSAxMiA2Ljc1QzEzLjM4IDYuNzUgMTQuNSA3Ljg3IDE0LjUgOS4yNUMxNC41IDEwLjYzIDEzLjM4IDExLjc1IDEyIDExLjc1WiIgZmlsbD0iI0ZGNzQxNiIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
}

.i-pin__small::before {
    width: 16px;
    height: 16px;
}

.i-clock::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03Ljk5MzM3IDEuMzMzNUM0LjMxMzM3IDEuMzMzNSAxLjMzMzM3IDQuMzIwMTYgMS4zMzMzNyA4LjAwMDE2QzEuMzMzMzcgMTEuNjgwMiA0LjMxMzM3IDE0LjY2NjggNy45OTMzNyAxNC42NjY4QzExLjY4IDE0LjY2NjggMTQuNjY2NyAxMS42ODAyIDE0LjY2NjcgOC4wMDAxNkMxNC42NjY3IDQuMzIwMTYgMTEuNjggMS4zMzM1IDcuOTkzMzcgMS4zMzM1Wk04LjAwMDA0IDEzLjMzMzVDNS4wNTMzNyAxMy4zMzM1IDIuNjY2NzEgMTAuOTQ2OCAyLjY2NjcxIDguMDAwMTZDMi42NjY3MSA1LjA1MzUgNS4wNTMzNyAyLjY2NjgzIDguMDAwMDQgMi42NjY4M0MxMC45NDY3IDIuNjY2ODMgMTMuMzMzNCA1LjA1MzUgMTMuMzMzNCA4LjAwMDE2QzEzLjMzMzQgMTAuOTQ2OCAxMC45NDY3IDEzLjMzMzUgOC4wMDAwNCAxMy4zMzM1WiIgZmlsbD0iIzBFODRENCIvPg0KPHBhdGggZD0iTTguMzMzMzcgNC42NjY1SDcuMzMzMzdWOC42NjY1TDEwLjgzMzQgMTAuNzY2NUwxMS4zMzM0IDkuOTQ2NUw4LjMzMzM3IDguMTY2NVY0LjY2NjVaIiBmaWxsPSIjMEU4NEQ0Ii8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
}

.i-clock__small::before {
    width: 16px;
    height: 16px;
}

.i-eye::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMiA0LjVDNyA0LjUgMi43MyA3LjYxIDEgMTJDMi43MyAxNi4zOSA3IDE5LjUgMTIgMTkuNUMxNyAxOS41IDIxLjI3IDE2LjM5IDIzIDEyQzIxLjI3IDcuNjEgMTcgNC41IDEyIDQuNVpNMTIgMTdDOS4yNCAxNyA3IDE0Ljc2IDcgMTJDNyA5LjI0IDkuMjQgNyAxMiA3QzE0Ljc2IDcgMTcgOS4yNCAxNyAxMkMxNyAxNC43NiAxNC43NiAxNyAxMiAxN1pNMTIgOUMxMC4zNCA5IDkgMTAuMzQgOSAxMkM5IDEzLjY2IDEwLjM0IDE1IDEyIDE1QzEzLjY2IDE1IDE1IDEzLjY2IDE1IDEyQzE1IDEwLjM0IDEzLjY2IDkgMTIgOVoiIGZpbGw9IiM4MTgxODEiLz4NCjwvc3ZnPg0K) center center no-repeat;
    background-size: 100% auto;
}

.i-share::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNCA5VjVMMjEgMTJMMTQgMTlWMTQuOUM5IDE0LjkgNS41IDE2LjUgMyAyMEM0IDE1IDcgMTAgMTQgOVoiIGZpbGw9IiM4MTgxODEiLz4NCjwvc3ZnPg0K) center center no-repeat;
    background-size: 100% auto;
}

.bg-color-black {
    background-color: #000;
}

.bg-color-white {
    background-color: #fff;
}

.bg-color-neutral-100 {
    background-color: #fafafa;
}

.bg-color-primary-1 {
    background-color: #27456e;
}

.bg-color-primary-2 {
    background-color: #ba0000;
}

.bg-color-primary-3 {
    background-color: #d9d9d6;
}

.bg-color-primary-4 {
    background-color: #1f1f1f;
}

.bg-color-secondary-1 {
    background-color: #eef8ff;
}

.bg-color-secondary-2 {
    background-color: #0e84d4;
}

.bg-color-secondary-3 {
    background-color: #162036;
}

.bg-color-secondary-4 {
    background-color: #2c7b6d;
}

.bg-color-secondary-5 {
    background-color: #7a4c20;
}

.bg-color-secondary-6 {
    background-color: #f9f9fb;
}

.bg-color-signal-1 {
    background-color: #ffcd04;
}

.bg-color-signal-2 {
    background-color: #ff7416;
}

.text-bottom-pvt .item-0 {
    color: #27456e;
}

.text-bottom-pvt .item-1 {
    color: #1184d4;
}

.text-bottom-pvt .item-2 {
    color: #f58676;
}

.text-bottom-pvt .item-3 {
    color: #ff7417;
}

.text-bottom-pvt .item-common {
    color: #333;
    font-size: 14px;
}


@keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: white;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: white;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}

    .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
        font-family: VideoJS;
        content: "\f10d";
        font-size: 1.5em;
        line-height: inherit;
    }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}

    .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
        font-family: VideoJS;
        content: " \f11d";
        font-size: 1.5em;
        line-height: inherit;
    }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
    display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
}

@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto;
    }

    .vjs-text-track-settings .vjs-track-settings-colors {
        display: block;
        grid-column: 1;
        grid-row: 1;
    }

    .vjs-text-track-settings .vjs-track-settings-font {
        grid-column: 2;
        grid-row: 1;
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 2;
        grid-row: 2;
    }
}

.vjs-track-setting > select {
    margin-right: 5px;
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
}

    .vjs-text-track-settings fieldset span {
        display: inline-block;
    }

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2B333F;
    cursor: pointer;
    border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
}

@media print {
    .video-js > *:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
    outline: none;
}

.video-js *:focus:not(:focus-visible) {
    outline: none;
}

@media \0screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

@media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden;
    }
}


.nuxt-progress {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 0%;
    opacity: 1;
    transition: width 0.1s, opacity 0.4s;
    background-color: black;
    z-index: 999999;
}

    .nuxt-progress.nuxt-progress-notransition {
        transition: none;
    }

.nuxt-progress-failed {
    background-color: red;
}

.innerPage[data-v-a834426e] {
    padding-top: var(--header-height, 88px);
}

@media(max-width: 991.98px) {
    .innerPage[data-v-a834426e] {
        padding-top: var(--header-height, 71.9844px);
    }
}

@media(max-width: 575.98px) {
    .innerPage[data-v-a834426e] {
        padding-top: 71.9844px;
    }
}

.scroll-btn[data-v-a834426e] {
    position: fixed;
    right: 0;
    bottom: calc(var(--cookie-height)/2);
    z-index: 1;
    width: 64px;
    height: 64px;
    transform: translateY(0);
}

@media(max-width: 991.98px) {
    .scroll-btn[data-v-a834426e] {
        width: 40px;
        height: 40px;
    }
}

.slide-enter-active[data-v-a834426e], .slide-leave-active[data-v-a834426e] {
    transition: all .5s ease-in-out;
}

.slide-enter[data-v-a834426e], .slide-leave-to[data-v-a834426e] {
    transform: translateY(100%);
}

.the-back-drop[data-v-cc61417c] {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 800;
}

.header[data-v-50bd966c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header__container[data-v-50bd966c] {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media(max-width: 1199.98px) {
    .header__container[data-v-50bd966c] {
        padding-top: 18px;
        padding-bottom: 22px;
    }
}

.header-logo[data-v-50bd966c] {
    width: 71.3px;
    padding-right: 24px;
    min-width: 95.3px;
}

@media screen and (max-width: 1270px) {
    .header-logo[data-v-50bd966c] {
        width: 57.05px;
    }
}

@media(max-width: 1199.98px) {
    .header-logo[data-v-50bd966c] {
        padding-right: unset;
        min-width: unset;
    }
}

.header-logo img[data-v-50bd966c] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-nav .nav-list[data-v-50bd966c] {
    display: flex;
    border-right: 1px solid #d9d9d6;
}

.header-nav .nav-list__item[data-v-50bd966c] {
    transition: all .3s;
}

@media(min-width: 768px) {
    .header-nav .nav-list__item:hover a[data-v-50bd966c], .header-nav .nav-list__item:hover div[data-v-50bd966c] {
        color: #0e84d4;
    }

    .header-nav .nav-list__item:hover a .i-menu-arrow[data-v-50bd966c]::before, .header-nav .nav-list__item:hover div .i-menu-arrow[data-v-50bd966c]::before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMi41MjA1IDYuMTY2NjdMMTIuMTI0NyA1Ljc1QzEyLjAyMDUgNS42NDU4MyAxMS44NTM4IDUuNjQ1ODMgMTEuNzcwNSA1Ljc1TDcuOTk5NjcgOS41MjA4M0w0LjIwODAxIDUuNzVDNC4xMjQ2NyA1LjY0NTgzIDMuOTU4MDEgNS42NDU4MyAzLjg1Mzg0IDUuNzVMMy40NTgwMSA2LjE2NjY3QzMuMzUzODQgNi4yNSAzLjM1Mzg0IDYuNDE2NjcgMy40NTgwMSA2LjUyMDgzTDcuODEyMTcgMTAuODc1QzcuOTE2MzQgMTAuOTc5MiA4LjA2MjE3IDEwLjk3OTIgOC4xNjYzNCAxMC44NzVMMTIuNTIwNSA2LjUyMDgzQzEyLjYyNDcgNi40MTY2NyAxMi42MjQ3IDYuMjUgMTIuNTIwNSA2LjE2NjY3WiIgZmlsbD0iIzBFODRENCIvPg0KPC9zdmc+DQo=) center center no-repeat;
        background-size: 100% auto;
    }

    .header-nav .nav-list__item:hover .dropdown-menu .dropdown-item[data-v-50bd966c] {
        color: #000;
    }
}

.header-nav .nav-list__item a[data-v-50bd966c], .header-nav .nav-list__item div[data-v-50bd966c] {
    color: #000;
    cursor: pointer;
}

.header-nav .nav-list__item a .i-menu-arrow[data-v-50bd966c]::before, .header-nav .nav-list__item div .i-menu-arrow[data-v-50bd966c]::before {
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMi41MjA1IDYuMTY2NjdMMTIuMTI0NyA1Ljc1QzEyLjAyMDUgNS42NDU4MyAxMS44NTM4IDUuNjQ1ODMgMTEuNzcwNSA1Ljc1TDcuOTk5NjcgOS41MjA4M0w0LjIwODAxIDUuNzVDNC4xMjQ2NyA1LjY0NTgzIDMuOTU4MDEgNS42NDU4MyAzLjg1Mzg0IDUuNzVMMy40NTgwMSA2LjE2NjY3QzMuMzUzODQgNi4yNSAzLjM1Mzg0IDYuNDE2NjcgMy40NTgwMSA2LjUyMDgzTDcuODEyMTcgMTAuODc1QzcuOTE2MzQgMTAuOTc5MiA4LjA2MjE3IDEwLjk3OTIgOC4xNjYzNCAxMC44NzVMMTIuNTIwNSA2LjUyMDgzQzEyLjYyNDcgNi40MTY2NyAxMi42MjQ3IDYuMjUgMTIuNTIwNSA2LjE2NjY3WiIgZmlsbD0iIzFGMUYxRiIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
    vertical-align: -2px;
    margin-left: 2px;
}

.header-nav .nav-list__item .dropdown-menu[data-v-50bd966c] {
    min-width: 3.5rem;
    padding: 12px 0;
    top: 51px !important;
    left: -20px !important;
    margin-top: 6px;
    border-radius: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,.12);
    border: 1px solid #d9d9d6;
    transform: none !important;
}

.header-nav .nav-list__item .dropdown-menu .dropdown-item[data-v-50bd966c] {
    padding: 8px 20px;
    text-align: left;
}

    .header-nav .nav-list__item .dropdown-menu .dropdown-item[data-v-50bd966c]:hover, .header-nav .nav-list__item .dropdown-menu .dropdown-item[data-v-50bd966c]:focus {
        background-color: #eef8ff;
    }

.header-nav .nav-list__item.--is-active a[data-v-50bd966c], .header-nav .nav-list__item.--is-active div[data-v-50bd966c] {
    color: #0e84d4;
}

.header-nav .nav-option[data-v-50bd966c] {
    display: flex;
}

.header-nav .nav-option .lang-btn[data-v-50bd966c] {
    letter-spacing: initial;
}

.header-nav .nav-option .dropdown-menu[data-v-50bd966c] {
    min-width: 3.5rem;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-62%) !important;
    margin-top: 6px;
    border-radius: 4px;
    box-shadow: 5px 5px 20px rgba(0,0,0,.12);
    border: 1px solid #d9d9d6;
}

.header-nav .nav-option .dropdown-menu .dropdown-item[data-v-50bd966c] {
    padding: .25rem 0;
    color: #000;
    text-align: center;
}

    .header-nav .nav-option .dropdown-menu .dropdown-item[data-v-50bd966c]:hover, .header-nav .nav-option .dropdown-menu .dropdown-item[data-v-50bd966c]:focus {
        background-color: #eef8ff;
    }

.header-nav .nav-option .i-search[data-v-50bd966c], .header-nav .nav-option .i-member[data-v-50bd966c] {
    background-color: #27456e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.header-nav .nav-option .i-search.is-active[data-v-50bd966c], .header-nav .nav-option .i-member.is-active[data-v-50bd966c] {
    background-color: #0e84d4;
}

.menu-btn[data-v-6a54542f] {
    position: relative;
    width: 28px;
    height: 28px;
    padding: 8px 5px;
    font-size: 0;
    margin-right: -10px;
}

@media(min-width: 576px) {
    .menu-btn[data-v-6a54542f] {
        width: 40px;
        height: 40px;
        padding: 8px 5px;
    }
}

.menu-btn .dash[data-v-6a54542f] {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 2px;
    background-color: #27456e;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 3px;
}

@media(min-width: 576px) {
    .menu-btn .dash[data-v-6a54542f] {
        width: 30px;
        height: 4px;
        margin-bottom: 4px;
    }
}

.menu-btn .dash3[data-v-6a54542f] {
    background-color: #fff;
    background-image: linear-gradient(to right, #ffffff 50%, #27456E 50%);
    margin-bottom: 0;
}

.menu-btn--active[data-v-6a54542f] {
    padding: 7px 5px;
}

.menu-btn--active .dash1[data-v-6a54542f] {
    transform: translateY(5px) rotate(135deg);
}

@media(min-width: 576px) {
    .menu-btn--active .dash1[data-v-6a54542f] {
        transform: translateY(8px) rotate(135deg);
    }
}

.menu-btn--active .dash2[data-v-6a54542f] {
    opacity: 0;
}

.menu-btn--active .dash3[data-v-6a54542f] {
    transform: translateY(-5px) rotate(-135deg);
    background-image: linear-gradient(to right, #ffffff 0%, #27456E 0%);
}

@media(min-width: 576px) {
    .menu-btn--active .dash3[data-v-6a54542f] {
        transform: translateY(-8px) rotate(-135deg);
    }
}

.header-menu[data-v-ea3b1388] {
    position: fixed;
    top: var(--header-height, 88px);
    left: 0;
    width: 100%;
    z-index: 990;
}

.header-menu__wrapper[data-v-ea3b1388] {
    border-top: 1px solid rgba(217,217,214,.5);
    box-shadow: 0px 4px 24px rgba(0,0,0,.1);
    will-change: opacity;
}

.header-menu__wrapper .menu-col__item[data-v-ea3b1388] {
    border-left: 1px solid #d9d9d6;
}

.header-menu__wrapper .menu-col__item:not(:last-child) a[data-v-ea3b1388] {
    display: inline-block;
    margin-bottom: 8px;
}

.header-menu__wrapper .menu-col__item a[data-v-ea3b1388] {
    transition: all .3s;
}

.header-menu__wrapper .menu-col__item:hover a[data-v-ea3b1388] {
    color: #0e84d4;
}

.header-menu .fade-enter-active[data-v-ea3b1388] {
    transition: opacity .5s;
}

.header-menu .fade-leave-active[data-v-ea3b1388] {
    transition: opacity 0;
}

.header-menu .fade-enter[data-v-ea3b1388], .header-menu .fade-leave-to[data-v-ea3b1388] {
    opacity: 0;
}

.search-modal[data-v-d62f968a] {
    position: fixed;
    top: var(--header-height, 88px);
    left: 0;
    width: 100%;
    z-index: 990;
}

.search-modal__wrapper[data-v-d62f968a] {
    border-top: 1px solid rgba(217,217,214,.5);
    box-shadow: 0px 4px 24px rgba(0,0,0,.1);
    will-change: opacity;
    max-height: calc(100vh - var(--header-height, 88px));
    overflow: auto;
}

.search-modal__wrapper .search-container__search-bar[data-v-d62f968a] {
    border-bottom: 1px solid #d9d9d6;
    width: 100%;
    max-width: 480px;
}

.search-modal__wrapper .search-container__search-bar input[data-v-d62f968a] {
    border: none;
    background: none;
}

    .search-modal__wrapper .search-container__search-bar input[data-v-d62f968a]::placeholder {
        color: #000;
        opacity: .25;
    }

    .search-modal__wrapper .search-container__search-bar input[data-v-d62f968a]:-ms-input-placeholder {
        color: #000;
        opacity: .25;
    }

    .search-modal__wrapper .search-container__search-bar input[data-v-d62f968a]::-ms-input-placeholder {
        color: #000;
        opacity: .25;
    }

.search-modal__wrapper .search-container__result[data-v-d62f968a] {
    width: 100%;
    max-width: 800px;
}

.search-modal .fade-enter-active[data-v-d62f968a] {
    transition: opacity .5s;
}

.search-modal .fade-leave-active[data-v-d62f968a] {
    transition: opacity 0;
}

.search-modal .fade-enter[data-v-d62f968a], .search-modal .fade-leave-to[data-v-d62f968a] {
    opacity: 0;
}

.banner-carousel[data-v-10019ab0] {
    margin-bottom: var(--margin-offset, 0);
}

.banner-carousel .image-carousel[data-v-10019ab0] {
    position: relative;
}

    .banner-carousel .image-carousel[data-v-10019ab0]::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) -2.43%, rgba(0, 0, 0, 0.2) 50.3%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        top: 0;
        left: 0;
    }

.banner-carousel .image-carousel .banner-wrapper[data-v-10019ab0] {
    position: relative;
    height: 0;
    padding-bottom: 480px;
    overflow: hidden;
}

@media(max-width: 991.98px) {
    .banner-carousel .image-carousel .banner-wrapper[data-v-10019ab0] {
        padding-bottom: 48.3%;
    }
}

@media(max-width: 767.98px) {
    .banner-carousel .image-carousel .banner-wrapper[data-v-10019ab0] {
        padding-bottom: 62.5%;
    }
}

@media(max-width: 575.98px) {
    .banner-carousel .image-carousel .banner-wrapper[data-v-10019ab0] {
        padding-bottom: 116%;
    }
}

.banner-carousel .image-carousel__image[data-v-10019ab0] {
    position: absolute;
    width: 110%;
    height: 111%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(var(--banner-img-y, 0)) scale(1.15);
    transition: transform .2s;
    will-change: transform,opacity;
}

@keyframes banner-zoom-in-10019ab0 {
    from {
        transform: translateY(var(--banner-img-y, 0)) scale(1.15);
    }

    to {
        transform: translateY(var(--banner-img-y, 0)) scale(1);
    }
}

.banner-carousel .image-carousel__image.is-image[data-v-10019ab0] {
    animation-name: banner-zoom-in-10019ab0;
    animation-duration: 4s;
    animation-fill-mode: both;
}

.banner-carousel .image-carousel__image video[data-v-10019ab0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-carousel__slogan[data-v-10019ab0] {
    width: 100%;
    z-index: 1;
    padding-bottom: 10px;
    transform: translateY(-50%);
    top: 50%;
}

@media(min-width: 992px) {
    .banner-carousel__slogan[data-v-10019ab0] {
        transform: translateY(0);
        top: 30%;
    }
}

.banner-carousel__slogan__wrapper__content[data-v-10019ab0] {
    max-width: 487px;
}

.banner-carousel__slogan__title[data-v-10019ab0] {
    display: inline-block;
}

    .banner-carousel__slogan__title[data-v-10019ab0] *, .banner-carousel__slogan__title[data-v-10019ab0] * {
        font-size: 2.98625rem;
        font-weight: 700;
        font-weight: 300;
        line-height: 1.2;
    }

@media(max-width: 991.98px) {
    .banner-carousel__slogan__title[data-v-10019ab0] *, .banner-carousel__slogan__title[data-v-10019ab0] * {
        font-size: 2.613125rem;
    }
}

@media(max-width: 991.98px) {
    .banner-carousel__slogan__title[data-v-10019ab0] *, .banner-carousel__slogan__title[data-v-10019ab0] * {
        font-size: 32px;
        line-height: 1.2;
    }
}

.banner-carousel__slogan__title[data-v-10019ab0] b, .banner-carousel__slogan__title[data-v-10019ab0] strong, .banner-carousel__slogan__title[data-v-10019ab0] b, .banner-carousel__slogan__title[data-v-10019ab0] strong {
    font-weight: 900;
}

.banner-carousel .announcement-wrapper[data-v-10019ab0] {
    top: 0;
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-top: 6.57%;
    padding-top: 84px;
}

@media(max-width: 991.98px) {
    .banner-carousel .announcement-wrapper[data-v-10019ab0] {
        position: relative;
        padding-top: 0;
        margin: 0 auto;
        top: 0;
        left: 0;
        transform: translateX(0%);
        padding-top: 0;
    }
}

@media(min-width: 1200px) {
    .banner-carousel .announcement-wrapper[data-v-10019ab0] {
        padding-top: 20px;
    }
}

.banner-carousel .scroll-btn[data-v-10019ab0] {
    bottom: -1px;
    z-index: 10;
    font-size: 0;
}

.banner-carousel .fade-enter-active[data-v-10019ab0] {
    transition: opacity .8s;
}

.banner-carousel .fade-leave-active[data-v-10019ab0] {
    transition: opacity 0s;
}

.banner-carousel .fade-enter[data-v-10019ab0], .banner-carousel .fade-leave-to[data-v-10019ab0] {
    opacity: 0;
}

.banner-carousel .fade-cross-enter-active[data-v-10019ab0] {
    transition: opacity .6s ease-in,transform .3s;
}

.banner-carousel .fade-cross-leave-active[data-v-10019ab0] {
    transition: opacity .6s ease-out,transform .3s;
}

.banner-carousel .fade-cross-enter[data-v-10019ab0] {
    opacity: .9;
}

.banner-carousel .fade-cross-leave-to[data-v-10019ab0] {
    opacity: .7;
}

.banner-carousel .banner-dots[data-v-10019ab0] {
    width: 100%;
    z-index: 10;
    position: absolute;
    bottom: 65px;
    cursor: pointer;
}

@media(max-width: 991.98px) {
    .banner-carousel .banner-dots[data-v-10019ab0] {
        bottom: 80px;
    }
}

@media(max-width: 767.98px) {
    .banner-carousel .banner-dots[data-v-10019ab0] {
        bottom: 118px;
    }
}

.banner-carousel .banner-dots__item[data-v-10019ab0] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.25);
    margin-right: 10px;
    margin-left: 0;
    cursor: pointer;
}

.banner-carousel .banner-dots__item.active[data-v-10019ab0] {
    background-color: #fff;
}

.scroll-btn[data-v-d9b11e58] {
    width: 64px;
    height: 64px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iI0Y5RjlGQiIvPg0KPHBhdGggZD0iTTI0IDM2TDMyIDQ0TDQwIDM2IiBzdHJva2U9IiMwRTg0RDQiIHN0cm9rZS13aWR0aD0iMiIvPg0KPHBhdGggZD0iTTMyIDQ0VjIwIiBzdHJva2U9IiMwRTg0RDQiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    transition: all .3s;
}

@media(max-width: 991.98px) {
    .scroll-btn[data-v-d9b11e58] {
        width: 40px;
        height: 40px;
    }
}

@media(min-width: 768px) {
    .scroll-btn[data-v-d9b11e58]:hover {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iIzE2MjAzNiIvPg0KPHBhdGggZD0iTTI0IDM2TDMyIDQ0TDQwIDM2IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIvPg0KPHBhdGggZD0iTTMyIDQ0VjIwIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=) center center no-repeat;
        background-size: 100% auto;
    }
}

.scroll-btn.scroll-up[data-v-d9b11e58] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iIzE2MjAzNiIvPg0KPHBhdGggZD0iTTI0IDM2TDMyIDQ0TDQwIDM2IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIvPg0KPHBhdGggZD0iTTMyIDQ0VjIwIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 100% auto;
    transform: rotateZ(180deg);
}

@media(min-width: 768px) {
    .scroll-btn.scroll-up[data-v-d9b11e58]:hover {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iI0Y5RjlGQiIvPg0KPHBhdGggZD0iTTI0IDM2TDMyIDQ0TDQwIDM2IiBzdHJva2U9IiMwRTg0RDQiIHN0cm9rZS13aWR0aD0iMiIvPg0KPHBhdGggZD0iTTMyIDQ0VjIwIiBzdHJva2U9IiMwRTg0RDQiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=) center center no-repeat;
        background-size: 100% auto;
    }
}

.section-region[data-v-2ecf0c78] {
    padding-bottom: 20px;
}

@media(max-width: 991.98px) {
    .section-region[data-v-2ecf0c78] {
        padding-bottom: 80px;
    }
}

.section-region__container[data-v-2ecf0c78] {
    max-width: 1664px;
    opacity: 0;
    transform: translateY(40px);
}

@media(max-width: 1440.96px) {
    .section-region__container[data-v-2ecf0c78] {
        max-width: 1000px;
    }
}

@media(max-width: 1199.98px) {
    .section-region__container[data-v-2ecf0c78] {
        max-width: 960px;
    }
}

@media(max-width: 991.98px) {
    .section-region__container[data-v-2ecf0c78] {
        max-width: 720px;
    }
}

@media(max-width: 767.98px) {
    .section-region__container[data-v-2ecf0c78] {
        max-width: 540px;
    }
}

.section-region__container.is-animate[data-v-2ecf0c78] {
    animation: fade-up-2ecf0c78 .6s ease-in-out .4s 1 normal forwards;
}

@keyframes fade-up-2ecf0c78 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.section-region .region-nav[data-v-2ecf0c78] {
    display: flex;
    justify-content: flex-end;
}

@media(min-width: 1440.98px) {
    .section-region .region-nav[data-v-2ecf0c78] {
        width: calc(50% - 48px);
    }
}

.section-region .region-nav__item[data-v-2ecf0c78] {
    cursor: pointer;
    transition: all .3s;
}

@media(max-width: 991.98px) {
    .section-region .region-nav__item h3[data-v-2ecf0c78] {
        font-size: 1.728125rem;
        font-weight: 700;
    }
}

@media(max-width: 991.98px)and (max-width: 991.98px) {
    .section-region .region-nav__item h3[data-v-2ecf0c78] {
        font-size: 1.511875rem;
    }
}

.section-region .region-nav__item .dot[data-v-2ecf0c78] {
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .3s;
    position: relative;
}

@media(max-width: 991.98px) {
    .section-region .region-nav__item .dot[data-v-2ecf0c78] {
        width: 20px;
        height: 20px;
    }
}

.section-region .region-nav__item .dot[data-v-2ecf0c78]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0e84d4;
}

.section-region .region-nav__item.active .dot[data-v-2ecf0c78] {
    border: 1px solid #0e84d4;
}

.section-region .region-info[data-v-2ecf0c78] {
    margin-top: 9px;
    margin-bottom: 9px;
    border-left: 1px solid #d9d9d6;
    margin-left: 40px;
    padding-left: 24px;
}

@media(min-width: 1440.98px) {
    .section-region .region-info[data-v-2ecf0c78] {
        width: calc(50% + 106px);
        margin-left: 48px;
        padding-left: 48px;
    }
}

@media(max-width: 991.98px) {
    .section-region .region-info[data-v-2ecf0c78] {
        border-left: none;
        margin-top: 16px;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0;
    }
}

.section-region .region-info h6[data-v-2ecf0c78] {
    color: #27456e;
}

.section-region .fade-enter-active[data-v-2ecf0c78] {
    transition: opacity .5s;
}

.section-region .fade-leave-active[data-v-2ecf0c78] {
    transition: opacity .3s;
}

.section-region .fade-enter[data-v-2ecf0c78], .section-region .fade-leave-to[data-v-2ecf0c78] {
    opacity: 0;
}

.section-services[data-v-baf82fc8] {
    padding-bottom: 232px;
    overflow: hidden;
}

@media(max-width: 991.98px) {
    .section-services[data-v-baf82fc8] {
        padding-bottom: 80px;
    }
}

.section-services__wrapper[data-v-baf82fc8] {
    z-index: 1;
}

.section-services .services-tabs[data-v-baf82fc8] {
    position: absolute;
    top: 3%;
    z-index: 2;
    padding: 88px 80px;
    min-width: 520px;
}

@media(min-width: 1920px) {
    .section-services .services-tabs[data-v-baf82fc8] {
        min-width: 580px;
    }
}

@media(max-width: 1199.98px) {
    .section-services .services-tabs[data-v-baf82fc8] {
        min-width: 450px;
        padding: 48px 40px;
    }
}

@media(max-width: 991.98px) {
    .section-services .services-tabs[data-v-baf82fc8] {
        position: static;
        padding: 48px 32px;
        margin-left: -32px;
    }
}

.section-services .services-tabs__list__item[data-v-baf82fc8] {
    cursor: pointer;
}

.section-services .services-tabs__list__item .dot[data-v-baf82fc8] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #27456e;
    transition: all .3s;
    position: relative;
}

    .section-services .services-tabs__list__item .dot[data-v-baf82fc8]::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
    }

.section-services .services-tabs__list__item.active .dot[data-v-baf82fc8] {
    border: 1px solid #fff;
}

.section-services .services-tabs__pages[data-v-baf82fc8] {
    bottom: -80px;
    left: 0;
}

.section-services .services-tabs__pages__list__item[data-v-baf82fc8] {
    cursor: pointer;
}

.section-services .services-tabs__pages__list__item__dot[data-v-baf82fc8] {
    width: 40px;
    height: 48px;
    position: relative;
}

    .section-services .services-tabs__pages__list__item__dot[data-v-baf82fc8]::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #d9d9d6;
    }

.section-services .services-cards[data-v-baf82fc8] {
    width: 65.79%;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
}

@media(min-width: 1920px) {
    .section-services .services-cards[data-v-baf82fc8] {
        width: 69%;
    }
}

@media(max-width: 991.98px) {
    .section-services .services-cards[data-v-baf82fc8] {
        width: 100vw;
        margin-top: -88px;
        margin-left: -32px;
        margin-right: -32px;
        z-index: -1;
    }
}

.section-services .services-cards__dot[data-v-baf82fc8] {
    position: absolute;
    width: 100%;
    height: 85%;
    left: 23%;
    top: 22%;
    background-image: url(../style/pattern-bg-point.e90e14a.svg);
}

@media(max-width: 1199.98px) {
    .section-services .services-cards__dot[data-v-baf82fc8] {
        top: 22%;
    }
}

@media(max-width: 991.98px) {
    .section-services .services-cards__dot[data-v-baf82fc8] {
        height: 100%;
        left: 0;
        top: -28%;
    }
}

.section-services .services-cards__wrapper[data-v-baf82fc8] {
    padding: 96px 104px 111px 208px;
}

@media screen and (min-width: 1200px)and (max-width: 1366px) {
    .section-services .services-cards__wrapper[data-v-baf82fc8] {
        padding: 96px 70px 111px 236px;
    }
}

@media(max-width: 1199.98px) {
    .section-services .services-cards__wrapper[data-v-baf82fc8] {
        padding: 96px 57px 111px 200px;
    }
}

@media(max-width: 991.98px) {
    .section-services .services-cards__wrapper[data-v-baf82fc8] {
        padding: 140px 32px 48px;
    }
}

@media(max-width: 991.98px) {
    .section-services .services-cards__wrapper__image img[data-v-baf82fc8] {
        width: 48px;
        height: auto;
        object-fit: cover;
    }
}

.reveal-label[data-v-006227c9] {
    display: inline-block;
    position: relative;
    color: var(--text-color);
}

    .reveal-label[data-v-006227c9]::after {
        content: "";
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--bg-color) 30%);
        transition-property: width;
        transition-timing-function: cubic-bezier(0.17, 0.53, 0.55, 0.92);
        transition-duration: var(--data-aos-duration);
        transition-delay: var(--data-aos-delay);
    }

.reveal-label__text[data-v-006227c9] {
    display: inline;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--text-color) 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    width: 100%;
    padding-bottom: 10px;
    line-height: 2.6em;
    transition-timing-function: cubic-bezier(0.17, 0.53, 0.55, 0.92);
    transition-duration: var(--data-aos-duration);
    transition-delay: var(--border-delay);
}

.reveal-label[data-aos^=label][data-aos^=label][data-v-006227c9] {
    position: relative;
}

    .reveal-label[data-aos^=label][data-aos^=label][data-v-006227c9]::after {
        transition-property: width;
    }

.reveal-label[data-aos^=label][data-aos^=label] .reveal-label__text[data-v-006227c9] {
    transition-property: background-size;
}

.reveal-label[data-aos^=label][data-aos^=label].aos-animate[data-v-006227c9]::after {
    width: 0%;
}

.reveal-label[data-aos^=label][data-aos^=label].aos-animate .reveal-label__text[data-v-006227c9] {
    background-size: 100% 100%;
}

.reveal-label[data-aos=label-reveal][data-v-006227c9]::after {
    width: 100%;
}

.reveal-label[data-aos=label-reveal] .reveal-label__text[data-v-006227c9] {
    background-size: 0% 100%;
}

.timerBtn[data-v-b9df54be] {
    position: relative;
    height: 48px;
    width: 48px;
    text-align: center;
}

.timerBtn svg[data-v-b9df54be] {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.timerBtn svg circle[data-v-b9df54be] {
    stroke-dasharray: 139px;
    stroke-linecap: round;
    stroke-width: 2px;
    fill: none;
}

.timerBtn svg circle.front-circle[data-v-b9df54be] {
    stroke-dashoffset: 0;
    stroke: #d9d9d6;
}

.timerBtn svg circle.front-circle.do-animate[data-v-b9df54be] {
    animation: countdown-b9df54be var(--delay-seconds) linear infinite forwards;
}

.timerBtn svg circle.bg-circle[data-v-b9df54be] {
    stroke-dashoffset: 139px;
    stroke: #0e84d4;
}

.timerBtn svg circle.bg-circle.do-animate[data-v-b9df54be] {
    animation: accumulate-b9df54be var(--delay-seconds) linear infinite forwards;
}

@keyframes countdown-b9df54be {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 139px;
    }
}

@keyframes accumulate-b9df54be {
    from {
        stroke-dashoffset: 139px;
    }

    to {
        stroke-dashoffset: 278px;
    }
}

.section-news[data-v-4b598c2c] {
    position: relative;
    margin-top: 120px;
    min-height: 660px;
    padding-bottom: 80px;
}

@media(max-width: 767.98px) {
    .section-news[data-v-4b598c2c] {
        height: auto;
        padding-bottom: 48px;
        margin-top: 0;
        margin-bottom: 80px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, #EEF8FF 30%, #EEF8FF 100%);
    }
}

.section-news__nav[data-v-4b598c2c] {
    margin-bottom: -44px;
}

@media(max-width: 767.98px) {
    .section-news__nav[data-v-4b598c2c] {
        margin-bottom: 24px;
    }
}

.section-news__nav .section-news__label[data-v-4b598c2c] {
    transform: translateY(calc(-100% - 28px));
}

@media(max-width: 767.98px) {
    .section-news__nav .section-news__label[data-v-4b598c2c] {
        transform: none;
        margin-bottom: 24px;
    }
}

.section-news__nav .section-news__label[data-v-4b598c2c] .reveal-label__text {
    font-size: 1.2rem;
    font-weight: 700;
}

@media(max-width: 991.98px) {
    .section-news__nav .section-news__label[data-v-4b598c2c] .reveal-label__text {
        font-size: 1.05rem;
    }
}

.section-news .news-carousel[data-v-4b598c2c] {
    position: relative;
    transform: translateX(var(--move-left));
}

@media(max-width: 1199.98px) {
    .section-news .news-carousel[data-v-4b598c2c] {
        transform: translateX(var(--move-left));
    }
}

@media(max-width: 767.98px) {
    .section-news .news-carousel[data-v-4b598c2c] {
        transform: translateX(0);
    }
}

.section-news .news-carousel__bg[data-v-4b598c2c] {
    width: 200vw;
    height: 420px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 1199.98px) {
    .section-news .news-carousel__wrapper[data-v-4b598c2c] {
        margin-left: 50px;
    }
}

@media(max-width: 991.98px) {
    .section-news .news-carousel__wrapper[data-v-4b598c2c] {
        margin-left: 35px;
    }
}

@media(max-width: 767.98px) {
    .section-news .news-carousel__wrapper[data-v-4b598c2c] {
        margin-left: 0;
    }
}

.section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] {
    pointer-events: none;
    overflow: visible;
}

    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper {
        align-items: center;
        pointer-events: none;
    }

        .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide {
            pointer-events: auto;
        }

            .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__head {
                position: relative;
                height: 0;
                padding-bottom: 0;
                opacity: 0;
                transition: all .3s ease .3s;
                overflow: hidden;
            }

@media(max-width: 767.98px) {
    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__head {
        padding-bottom: 64.3%;
        opacity: 1;
    }
}

.section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__head img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__body {
    min-height: 236px;
    transition: all .3s ease .3s;
}

@media screen and (max-width: 1366px) {
    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__body {
        min-height: 284px;
    }
}

@media(max-width: 767.98px) {
    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__body .news-card__title {
        font-size: 1.2rem;
        font-weight: 700;
    }
}

@media(max-width: 767.98px)and (max-width: 991.98px) {
    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__body .news-card__title {
        font-size: 1.05rem;
    }
}

.section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__body .news-card__text {
    transition: all .3s ease .3s;
    opacity: 0;
}

@media(max-width: 767.98px) {
    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide .news-card__body .news-card__text {
        opacity: 1;
    }
}

.section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide.swiper-slide-active:hover .news-card__head img {
    transform: scale(1.15);
}

@media screen and (min-width: 768px) {
    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide.swiper-slide-active .news-card__head, .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide:hover .news-card__head {
        padding-bottom: 56.25%;
        opacity: 1;
        transition: all .3s ease 0s;
    }

    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide.swiper-slide-active .news-card__body, .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide:hover .news-card__body {
        transition: all .3s ease 0s;
        min-height: 344px;
    }

        .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide.swiper-slide-active .news-card__body .news-card__title, .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide:hover .news-card__body .news-card__title {
            font-size: 1.2rem;
            font-weight: 700;
        }
}

@media screen and (min-width: 768px)and (max-width: 991.98px) {
    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide.swiper-slide-active .news-card__body .news-card__title, .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide:hover .news-card__body .news-card__title {
        font-size: 1.05rem;
    }
}

@media screen and (min-width: 768px) {
    .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide.swiper-slide-active .news-card__body .news-card__text, .section-news .news-carousel__wrapper .swiper-container[data-v-4b598c2c] .swiper-wrapper .swiper-slide:hover .news-card__body .news-card__text {
        opacity: 1;
        transition: all .3s ease 0s;
    }
}

.section-news .carousel__controller[data-v-4b598c2c] {
    z-index: 10;
}

@media(min-width: 768px) {
    .section-news .carousel__controller[data-v-4b598c2c] {
        position: absolute;
        right: calc(100vw - var(--spacing-left));
        top: 0;
    }
}

.section-news .carousel__controller .news-button-prev[data-v-4b598c2c], .section-news .carousel__controller .news-button-next[data-v-4b598c2c] {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

@media(max-width: 991.98px) {
    .section-news .carousel__controller .news-button-prev[data-v-4b598c2c], .section-news .carousel__controller .news-button-next[data-v-4b598c2c] {
        width: 40px;
        height: 40px;
    }
}

.section-news .carousel__controller .news-pagination[data-v-4b598c2c] {
    color: #1f1f1f;
}

.section-news .carousel__controller .news-button-prev[data-v-4b598c2c] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjI0IiBjeT0iMjQiIHI9IjI0IiBmaWxsPSIjMEU4NEQ0Ii8+DQo8cGF0aCBkPSJNMjUuMDMxMiAyOS45MDA2QzI1LjM0MzggMjkuNTU5NyAyNS4zMTI1IDI5LjA0ODMgMjUuMDMxMiAyOC43MDc0TDIxLjI1IDI0Ljc4NjlIMzAuMjVDMzAuNjU2MiAyNC43ODY5IDMxIDI0LjQ0NiAzMSAyMy45Njg4VjIyLjg3NzhDMzEgMjIuNDM0NyAzMC42NTYyIDIyLjA1OTcgMzAuMjUgMjIuMDU5N0gyMS4yNUwyNS4wMzEyIDE4LjE3MzNDMjUuMzEyNSAxNy44MzI0IDI1LjM0MzggMTcuMzIxIDI1LjAzMTIgMTYuOTgwMUwyNC4zNDM4IDE2LjIzMDFDMjQuMDYyNSAxNS45MjMzIDIzLjU2MjUgMTUuOTIzMyAyMy4yODEyIDE2LjIzMDFMMTcuMjE4OCAyMi44Nzc4QzE2LjkwNjIgMjMuMTg0NyAxNi45MDYyIDIzLjY5NiAxNy4yMTg4IDI0LjAwMjhMMjMuMjgxMiAzMC42NTA2QzIzLjU2MjUgMzAuOTU3NCAyNC4wMzEyIDMwLjk1NzQgMjQuMzQzOCAzMC42NTA2TDI1LjAzMTIgMjkuOTAwNloiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
}

.section-news .carousel__controller .news-button-next[data-v-4b598c2c] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjI0IiBjeT0iMjQiIHI9IjI0IiBmaWxsPSIjMEU4NEQ0Ii8+DQo8cGF0aCBkPSJNMjUuMDMxMiAyOS45MDA2QzI1LjM0MzggMjkuNTU5NyAyNS4zMTI1IDI5LjA0ODMgMjUuMDMxMiAyOC43MDc0TDIxLjI1IDI0Ljc4NjlIMzAuMjVDMzAuNjU2MiAyNC43ODY5IDMxIDI0LjQ0NiAzMSAyMy45Njg4VjIyLjg3NzhDMzEgMjIuNDM0NyAzMC42NTYyIDIyLjA1OTcgMzAuMjUgMjIuMDU5N0gyMS4yNUwyNS4wMzEyIDE4LjE3MzNDMjUuMzEyNSAxNy44MzI0IDI1LjM0MzggMTcuMzIxIDI1LjAzMTIgMTYuOTgwMUwyNC4zNDM4IDE2LjIzMDFDMjQuMDYyNSAxNS45MjMzIDIzLjU2MjUgMTUuOTIzMyAyMy4yODEyIDE2LjIzMDFMMTcuMjE4OCAyMi44Nzc4QzE2LjkwNjIgMjMuMTg0NyAxNi45MDYyIDIzLjY5NiAxNy4yMTg4IDI0LjAwMjhMMjMuMjgxMiAzMC42NTA2QzIzLjU2MjUgMzAuOTU3NCAyNC4wMzEyIDMwLjk1NzQgMjQuMzQzOCAzMC42NTA2TDI1LjAzMTIgMjkuOTAwNloiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
    background-size: 100% auto;
    transform: rotateZ(180deg);
}

.section-contact[data-v-1a630eee] {
    padding-bottom: 200px;
}

@media(max-width: 991.98px) {
    .section-contact[data-v-1a630eee] {
        padding-top: 150px;
        padding-bottom: 40px;
    }
}

.section-contact .section-contact__wrapper[data-v-1a630eee] {
    position: relative;
}

.section-contact .section-contact__wrapper__dot[data-v-1a630eee] {
    content: "";
    position: absolute;
    width: 97%;
    height: 82.65%;
    left: 10%;
    top: 10.5%;
    background-image: url(../style/pattern-bg-point.e90e14a.svg);
}

@media(max-width: 767.98px) {
    .section-contact .section-contact__wrapper__dot[data-v-1a630eee] {
        width: 100vw;
        left: -1%;
        top: 50%;
        height: 40%;
    }
}

.section-contact .section-contact__wrapper .contact-head[data-v-1a630eee] {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

@media(max-width: 1440.96px) {
    .section-contact .section-contact__wrapper .contact-head[data-v-1a630eee] {
        width: clamp(512px,(100vw - 768px)/2.333 + 512px,800px);
    }
}

@media(max-width: 767.98px) {
    .section-contact .section-contact__wrapper .contact-head[data-v-1a630eee] {
        width: auto;
        max-width: calc(100vw - 32px);
        margin-right: -32px;
    }
}

.section-contact .section-contact__wrapper .contact-head__image[data-v-1a630eee] {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 52.5%;
}

@media(max-width: 991.98px) {
    .section-contact .section-contact__wrapper .contact-head__image[data-v-1a630eee] {
        padding-bottom: 58.3%;
    }
}

.section-contact .section-contact__wrapper .contact-head__text[data-v-1a630eee] {
    position: absolute;
    max-width: 1232px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: clamp(-104px,(100vw - 992px)/-7.593 - 45px,-45px);
}

@media(max-width: 1440.96px) {
    .section-contact .section-contact__wrapper .contact-head__text[data-v-1a630eee] {
        top: 35%;
    }
}

@media(max-width: 1199.98px) {
    .section-contact .section-contact__wrapper .contact-head__text[data-v-1a630eee] {
        margin-left: -40px;
    }
}

@media(max-width: 767.98px) {
    .section-contact .section-contact__wrapper .contact-head__text[data-v-1a630eee] {
        top: 0;
        margin-left: 0;
        transform: translateY(calc(-100% - 24px));
    }
}

.section-contact .section-contact__wrapper .contact-head__text__header-title[data-v-1a630eee] {
    font-size: 1.2rem;
    font-weight: 700;
}

@media(max-width: 991.98px) {
    .section-contact .section-contact__wrapper .contact-head__text__header-title[data-v-1a630eee] {
        font-size: 1.05rem;
    }
}

.section-contact .section-contact__wrapper .contact-card[data-v-1a630eee] {
    position: relative;
    z-index: 1;
}

.section-contact .section-contact__wrapper .contact-card__contact[data-v-1a630eee] {
    width: 48.4%;
    margin-top: -60px;
}

@media(min-width: 1920px) {
    .section-contact .section-contact__wrapper .contact-card__contact[data-v-1a630eee] {
        margin-top: -20px;
    }
}

@media(max-width: 1199.98px) {
    .section-contact .section-contact__wrapper .contact-card__contact[data-v-1a630eee] {
        margin-left: -20px;
    }
}

@media(max-width: 767.98px) {
    .section-contact .section-contact__wrapper .contact-card__contact[data-v-1a630eee] {
        width: calc(100% + 32px);
        margin-top: 0;
        margin-right: -32px;
        z-index: 1;
    }
}

.section-contact .section-contact__wrapper .contact-card__contact .btn-secondary[data-v-1a630eee] {
    color: #fff;
    transition: all .3s;
}

    .section-contact .section-contact__wrapper .contact-card__contact .btn-secondary[data-v-1a630eee]::after {
        transition: all .3s;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjcwMzEyIDAuNzM1MDg1QzUuNDY4NzUgMC45OTA3NjcgNS40OTIxOSAxLjM3NDI5IDUuNzAzMTIgMS42Mjk5N0w4LjUzOTA2IDQuNTQ0NzRIMS44MTI1QzEuNDg0MzggNC41NDQ3NCAxLjI1IDQuODI1OTkgMS4yNSA1LjE1ODM4VjUuOTc2NTZDMS4yNSA2LjMzNDUyIDEuNDg0MzggNi41OTAyIDEuODEyNSA2LjU5MDJIOC41MzkwNkw1LjcwMzEyIDkuNTMwNTRDNS40OTIxOSA5Ljc4NjIyIDUuNDkyMTkgMTAuMTY5NyA1LjcwMzEyIDEwLjQyNTRMNi4yMTg3NSAxMC45ODc5QzYuNDUzMTIgMTEuMjE4IDYuODA0NjkgMTEuMjE4IDcuMDE1NjIgMTAuOTg3OUwxMS41ODU5IDYuMDAyMTNDMTEuNzk2OSA1Ljc3MjAyIDExLjc5NjkgNS4zODg0OSAxMS41ODU5IDUuMTMyODFMNy4wMTU2MiAwLjE3MjU4NUM2LjgwNDY5IC0wLjA1NzUyODQgNi40NTMxMiAtMC4wNTc1Mjg0IDYuMjE4NzUgMC4xNzI1ODVMNS43MDMxMiAwLjczNTA4NVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
        background-size: 100% auto;
    }

.section-contact .section-contact__wrapper .contact-card__team[data-v-1a630eee] {
    width: 51.6%;
    margin-top: -20px;
}

@media(min-width: 1920px) {
    .section-contact .section-contact__wrapper .contact-card__team[data-v-1a630eee] {
        margin-top: 0;
    }
}

@media(max-width: 1199.98px) {
    .section-contact .section-contact__wrapper .contact-card__team[data-v-1a630eee] {
        margin-left: -20px;
    }
}

@media(max-width: 991.98px) {
    .section-contact .section-contact__wrapper .contact-card__team[data-v-1a630eee] {
        width: calc(51.6% + 32px);
        margin-top: 0;
        margin-right: -32px;
    }
}

@media(max-width: 767.98px) {
    .section-contact .section-contact__wrapper .contact-card__team[data-v-1a630eee] {
        padding: 147px 32px 48px;
        margin-top: -100px;
        width: calc(100% + 64px);
    }
}

.reveal-image.img-container[data-v-303fcf4a] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.reveal-image.img-container img[data-v-303fcf4a] {
    width: 100%;
    height: 130%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
}

.reveal-image.img-container .overlay[data-v-303fcf4a] {
    width: 100%;
    height: 100%;
    background-color: #27456e;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0% 50%;
}

.reveal-image.img-container.aos-animate.need-mask[data-v-303fcf4a]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) -2.43%, rgba(255, 255, 255, 0.2) 50.29%, rgba(255, 255, 255, 0.25) 50.3%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    animation: pic-mask-303fcf4a 1s;
    animation-fill-mode: forwards;
}

.reveal-image.img-container.aos-animate img[data-v-303fcf4a] {
    animation: pic-303fcf4a 1s;
    animation-fill-mode: forwards;
}

.reveal-image.img-container.aos-animate .overlay[data-v-303fcf4a] {
    animation: overlay-303fcf4a 1s;
}

@keyframes pic-303fcf4a {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes pic-mask-303fcf4a {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes overlay-303fcf4a {
    0% {
        transform: scaleX(0);
        transform-origin: 0% 50%;
    }

    50% {
        transform: scaleX(1);
        transform-origin: 0% 50%;
    }

    51% {
        transform: scaleX(1);
        transform-origin: 100% 50%;
    }

    100% {
        transform: scaleX(0);
        transform-origin: 100% 50%;
    }
}

.section-career[data-v-6bc3971c] {
    padding-bottom: 200px;
}

@media(max-width: 767.98px) {
    .section-career[data-v-6bc3971c] {
        padding-bottom: 130px;
    }
}

.section-career__container[data-v-6bc3971c] {
    position: relative;
}

.section-career__container .career-content__dot[data-v-6bc3971c] {
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    height: 400px;
    right: 12%;
    top: 0;
    background-image: url(../style/pattern-bg-point.e90e14a.svg);
}

@media(max-width: 1199.98px) {
    .section-career__container .career-content__dot[data-v-6bc3971c] {
        top: 62px;
        height: 380px;
    }
}

@media(max-width: 767.98px) {
    .section-career__container .career-content__dot[data-v-6bc3971c] {
        height: 70%;
    }
}

.section-career__container .career-content .career__card[data-v-6bc3971c] {
    position: relative;
    z-index: 1;
    width: calc(59% - 112px);
    min-height: 349px;
    padding: 40px 56px;
}

@media(min-width: 1920px) {
    .section-career__container .career-content .career__card[data-v-6bc3971c] {
        width: 43%;
        min-height: 341px;
        padding: 40px 45px;
    }
}

@media(max-width: 991.98px) {
    .section-career__container .career-content .career__card[data-v-6bc3971c] {
        width: 44%;
        padding: 146px 32px 48px;
        height: auto;
    }
}

@media(max-width: 767.98px) {
    .section-career__container .career-content .career__card[data-v-6bc3971c] {
        width: 100vw;
        margin-top: -102px;
        margin-left: -32px;
    }
}

.section-career__container .career-content .career__image[data-v-6bc3971c] {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 800px;
}

@media(min-width: 1440.98px) {
    .section-career__container .career-content .career__image[data-v-6bc3971c] {
        max-width: 1040px;
    }
}

@media(max-width: 1199.98px) {
    .section-career__container .career-content .career__image[data-v-6bc3971c] {
        max-width: 700px;
    }
}

@media(max-width: 991.98px) {
    .section-career__container .career-content .career__image[data-v-6bc3971c] {
        max-width: 600px;
    }
}

@media(max-width: 767.98px) {
    .section-career__container .career-content .career__image[data-v-6bc3971c] {
        position: relative;
        z-index: 1;
        margin-right: -32px;
        width: calc(100% + 32px);
    }
}

.section-career__container .career-content .career__image__wrapper[data-v-6bc3971c] {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}

@media(min-width: 1440.98px) {
    .section-career__container .career-content .career__image__wrapper[data-v-6bc3971c] {
        padding-bottom: 46.15%;
    }
}

@media(max-width: 991.98px) {
    .section-career__container .career-content .career__image__wrapper[data-v-6bc3971c] {
        padding-bottom: 58.3%;
    }
}

.section-career__container .career-content .career__image__wrapper img[data-v-6bc3971c] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-submit .submit__image[data-v-30cdf7ac] {
    width: 50%;
    z-index: 1;
}

@media(max-width: 991.98px) {
    .section-submit .submit__image[data-v-30cdf7ac] {
        width: calc(100vw - 32px);
        max-width: 600px;
    }
}

.section-submit .submit__image__wrapper[data-v-30cdf7ac] {
    position: relative;
    height: 0;
    padding-bottom: 66.67%;
}

.footer[data-v-15c7386c] {
    z-index: 99;
    margin-bottom: var(--cookie-height);
}

.footer .scroll-btn[data-v-15c7386c] {
    right: 0;
    top: -63.9px;
    z-index: 10;
}

@media(max-width: 991.98px) {
    .footer .scroll-btn[data-v-15c7386c] {
        top: -39.9px;
    }
}

.footer .copyright a[data-v-15c7386c] {
    transition: all .3s;
}

    .footer .copyright a[data-v-15c7386c]:hover {
        color: #0e84d4;
    }

.footer__social[data-v-15c7386c] {
    width: 89.94px;
    height: 96px;
}

@media(max-width: 1199.98px) {
    .footer__social[data-v-15c7386c] {
        width: 100%;
        height: auto;
    }
}

.footer__social .footer-logo[data-v-15c7386c] {
    width: 71.3px;
    height: 40px;
}

.footer__social .footer-logo img[data-v-15c7386c] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width: 991.98px) {
    .footer__nav[data-v-15c7386c] {
        flex-wrap: wrap;
    }
}

.footer__nav__item[data-v-15c7386c] {
    padding-right: 15px;
}

@media(min-width: 992px) {
    .footer__nav__item[data-v-15c7386c] {
        flex: 1 0 0;
    }
}

@media(max-width: 991.98px) {
    .footer__nav__item[data-v-15c7386c] {
        width: 33.333%;
        max-width: 33.333%;
        padding-bottom: 32px;
    }
}

@media(max-width: 767.98px) {
    .footer__nav__item[data-v-15c7386c] {
        width: 50%;
        max-width: 50%;
    }
}

.footer__nav__item a[data-v-15c7386c] {
    transition: all .3s;
    color: #fff;
}

@media(min-width: 768px) {
    .footer__nav__item a[data-v-15c7386c]:hover {
        color: #0e84d4;
    }
}

.footer__nav__item .nav-submenu[data-v-15c7386c] {
    border-left: 1px solid rgba(217,217,214,.2);
}

    .footer__nav__item .nav-submenu[data-v-15c7386c]:first-child {
        margin-top: 8px;
    }

    .footer__nav__item .nav-submenu[data-v-15c7386c]:not(:first-child) {
        padding-top: 8px;
    }
