﻿@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.1/css/all.min.css";

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media(min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.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-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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

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

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

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

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.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
}

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

@media(min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

.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 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
    }
}

.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
}

.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
    }

    .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
    }

    .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
    }

    .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
    }

    .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
    }
}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

pre, code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

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-cancel-button, [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
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

pre, code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

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-cancel-button, [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
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

.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
}

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media(min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

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

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

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

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.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
}

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

@media(min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,0)
}

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

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm th, .table-sm td {
    padding: .3rem
}

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

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

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px
    }

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

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark th, .table-dark td, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media(max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    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
}

    .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::-moz-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: rgba(0,0,0,0);
    border: solid rgba(0,0,0,0);
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc( 1.8125rem + 2px )
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc( 2.875rem + 2px )
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
        display: block
    }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit
    }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.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 {
        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;
        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
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid rgba(0,0,0,0);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .btn:hover, .btn:focus {
        text-decoration: none
    }

    .btn:focus, .btn.focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .btn.disabled, .btn:disabled {
        opacity: .65
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
            background-image: none
        }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: rgba(0,0,0,0)
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: rgba(0,0,0,0)
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: rgba(0,0,0,0)
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: rgba(0,0,0,0)
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: rgba(0,0,0,0)
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: rgba(0,0,0,0)
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: rgba(0,0,0,0)
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: rgba(0,0,0,0)
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: rgba(0,0,0,0)
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0)
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: rgba(0,0,0,0);
        box-shadow: none
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.show {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.show {
        display: block
    }

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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 {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,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 {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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-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: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        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: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 0 1 auto
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
            z-index: 1
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after {
        margin-left: 0
    }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
            z-index: 3
        }

        .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
            margin-left: -1px
        }

        .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-prepend, .input-group-append {
    display: flex
}

    .input-group-prepend .btn, .input-group-append .btn {
        position: relative;
        z-index: 2
    }

        .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=radio], .input-group-text input[type=checkbox] {
        margin-top: 0
    }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc( 1.8125rem + 2px );
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc( 2.875rem + 2px );
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #80bdff
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(calc(2.25rem + 2px) - 1px * 2);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid rgba(0,0,0,0);
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,0)
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    border-radius: .25rem
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media(max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media(max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc( 0.25rem - 1px ) calc( 0.25rem - 1px )
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc( 0.25rem - 1px )
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc( 0.25rem - 1px );
    border-top-right-radius: calc( 0.25rem - 1px )
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc( 0.25rem - 1px );
    border-bottom-left-radius: calc( 0.25rem - 1px )
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media(min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media(min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0,0,0,0);
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

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

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

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

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

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

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

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

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

button.close {
    padding: 0;
    background-color: rgba(0,0,0,0);
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: rgba(0,0,0,0);
            border-style: solid
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: rgba(0,0,0,0);
            border-style: solid
        }

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
        bottom: calc((0.5rem + 1px)*-1)
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
            border-width: .5rem .5rem 0
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
        left: calc((0.5rem + 1px)*-1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
        top: calc((0.5rem + 1px)*-1)
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
        right: calc((0.5rem + 1px)*-1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

    .carousel-item.active, .carousel-item-next, .carousel-item-prev {
        display: block
    }

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateX(0)
    }

@supports(transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-item-next, .active.carousel-item-right {
    transform: translateX(100%)
}

@supports(transform-style: preserve-3d) {
    .carousel-item-next, .active.carousel-item-right {
        transform: translate3d(100%, 0, 0)
    }
}

.carousel-item-prev, .active.carousel-item-left {
    transform: translateX(-100%)
}

@supports(transform-style: preserve-3d) {
    .carousel-item-prev, .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,0) no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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 {
    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-circle {
    border-radius: 50% !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 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.8571428571%
}

.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
}

.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
    }

    .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
    }

    .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
    }

    .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
    }

    .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
    }
}

.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
    }
}

.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;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !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: 1rem !important
}

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

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

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

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

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

.ml-5, .mx-5 {
    margin-left: 3rem !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: 1rem !important
}

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

.pr-3, .px-3 {
    padding-right: 1rem !important
}

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

.pl-3, .px-3 {
    padding-left: 1rem !important
}

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

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

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

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

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

.pr-5, .px-5 {
    padding-right: 3rem !important
}

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

.pl-5, .px-5 {
    padding-left: 3rem !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: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

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

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

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

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

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

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

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

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

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

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

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

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

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

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

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

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

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

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

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

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

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

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

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

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

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

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

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

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

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

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

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

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

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

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

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

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

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

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

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

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

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !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: 1rem !important
    }

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

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

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

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

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

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

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

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

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

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

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

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

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

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

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

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

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

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

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

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

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

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

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

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

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

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

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

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

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

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

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

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

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

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

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

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

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

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

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

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

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

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

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

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

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

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

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

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

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

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

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

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

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

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !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
    }
}

.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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !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: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !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
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

    audio:not([controls]) {
        display: none;
        height: 0
    }

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: rgba(0,0,0,0);
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

li {
    list-style: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.15
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

body {
    background: #fff;
    font-family: "Averta";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #000
}

@media(max-width: 767px) {
    body {
        font-size: 16px
    }
}

@media(max-width: 480px) {
    body {
        font-size: 14px
    }
}

@media(min-width: 1400px) {
    body .container {
        max-width: 1330px !important
    }
}

.master-wrapper {
    padding-top: 89px
}

.pill-btn {
    border-radius: 40px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    transition: all .3s;
    padding: 8px 18px
}

@media(min-width: 1200px) {
    .pill-btn {
        padding: 12px 24px
    }
}

@media(min-width: 1680px) {
    .pill-btn {
        font-size: 16px;
        padding: 16px 40px
    }
}

.pill-btn img {
    max-width: 24px;
    display: block
}

.pill-btn.btn-w-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.pill-btn:hover {
    text-decoration: none
}

.pill-btn.btn-green {
    border: 1px solid #118443;
    color: #118443
}

    .pill-btn.btn-green:hover {
        background: #118443;
        color: #fff
    }

        .pill-btn.btn-green:hover img {
            filter: brightness(100)
        }

.pill-btn.btn-black {
    border: 1px solid #111;
    color: #111
}

    .pill-btn.btn-black img {
        filter: brightness(0)
    }

    .pill-btn.btn-black:hover {
        border: 1px solid #118443;
        background: #118443;
        color: #fff
    }

        .pill-btn.btn-black:hover img {
            filter: brightness(100)
        }

.title-w-line {
    position: relative
}

    .title-w-line h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 0
    }

@media(min-width: 1200px) {
    .title-w-line h3 {
        font-size: 28px
    }
}

@media(min-width: 1680px) {
    .title-w-line h3 {
        font-size: 36px
    }
}

.title-w-line .line {
    width: 90px;
    height: 2px;
    margin: 10px 0
}

@media(min-width: 1200px) {
    .title-w-line .line {
        margin: 15px 0
    }
}

@media(min-width: 1680px) {
    .title-w-line .line {
        margin: 20px 0
    }
}

.title-w-line.text-green h3 {
    color: #118443
}

.title-w-line.text-green .line {
    background: #118443
}

.title-w-line.text-white h3 {
    color: #fff
}

.title-w-line.text-white .line {
    background: #fff
}

a {
    transition: all .2s linear
}

    a:hover {
        text-decoration: unset;
        transition: all .2s linear
    }

.svg-animated {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none
}

    .svg-animated .animated__top {
        position: absolute;
        background-image: url(../images/svg-animated-lvhd-white.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 65%;
        top: 0;
        right: 0;
        pointer-events: none;
        z-index: 1;
        transform: translateX(-50%);
        width: 31%
    }

@media(min-width: 768px) {
    .svg-animated .animated__top {
        height: 60%;
        background-position: 55% 0
    }
}

.svg-animated .animated__bottom {
    position: absolute;
    background-image: url(../images/svg-animated-lvhd-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    height: 80%;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transform: translateX(50%);
    width: 31%
}

.svg-animated .animated__bottom, .svg-animated .animated__top {
    opacity: 0;
    visibility: hidden;
    transition: all .6s linear
}

.svg-animated.animated .animated__bottom, .svg-animated.animated .animated__top {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .6s linear
}

.stavian--svg-animated {
    overflow: hidden
}

@media(max-width: 991px) {
    .stavian--svg-animated .svg-animated {
        display: none
    }
}

.stavian--svg-animated .svg-animated .animated__top {
    background-image: url(../images/svg-white-animated.png);
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%
}

@media(min-width: 1600px) {
    .stavian--svg-animated .svg-animated .animated__top {
        background-image: url(../images/svg-white-animated-1920.png)
    }
}

.stavian--svg-animated .svg-animated .animated__bottom {
    background-image: url(../images/svg-green-animated.png);
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%
}

@media(min-width: 1600px) {
    .stavian--svg-animated .svg-animated .animated__bottom {
        background-image: url(../images/svg-green-animated-1920.png)
    }
}

.stavian--svg-animated .membership-unit--wrapper::before, .stavian--svg-animated .membership-unit--wrapper::after {
    content: none
}

.input-text-warning {
    display: block;
    width: 100%;
    color: red;
    font-size: 12px;
    line-height: 1;
    margin: 5px 0
}

@media(min-width: 1440px) {
    .input-text-warning {
        font-size: 14px
    }
}

.swal2-icon {
    transform: scale(0.8) !important;
    margin: 0 auto !important
}

    .swal2-icon.swal2-success .swal2-success-ring {
        border: .25em solid #118443 !important
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        background-color: #118443 !important
    }

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 4px 3px rgba(0,0,0,.05);
    transition: all .2s linear
}

    .header.scroll {
        background: rgba(255,255,255,.86);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        transition: all .2s linear
    }

@media(max-width: 991px) {
    .header.scroll .header-logo {
        display: none
    }
}

.header.scroll .header-hamburger .hamburger-btn img {
    filter: brightness(0.5);
    transition: all .2s linear
}

.header .header-inner {
    position: relative;
    display: flex;
    padding: 13px 0;
    align-items: center;
    justify-content: space-between;
    height: 89px
}

    .header .header-inner .header-hamburger a {
        display: block
    }

        .header .header-inner .header-hamburger a:hover svg path {
            fill: #118443
        }

        .header .header-inner .header-hamburger a img {
            display: block;
            max-width: 36px
        }

    .header .header-inner .header-logo {
        position: absolute;
        top: 13px;
        left: 50%;
        transform: translateX(-50%);
        height: calc(100% - 26px)
    }

@media(max-width: 767px) {
    .header .header-inner .header-logo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: calc(100% - 40px)
    }
}

.header .header-inner .header-logo img {
    display: block;
    height: 100%
}

.header .header-inner .header-right {
    display: flex;
    align-items: stretch;
    gap: 10px
}

    .header .header-inner .header-right > * {
        display: flex
    }

    .header .header-inner .header-right .box-contact > * {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        color: #828282
    }

@media(min-width: 992px) {
    .header .header-inner .header-right .box-contact > * {
        background: #fff;
        border: 1px solid #f2f2f2;
        border-radius: 60px;
        padding: 6.5px 10px
    }
}

@media(min-width: 1200px) {
    .header .header-inner .header-right .box-contact > * {
        padding: 6.5px 20px
    }

        .header .header-inner .header-right .box-contact > *:hover {
            background: #118443;
            color: #fff
        }

            .header .header-inner .header-right .box-contact > *:hover img {
                filter: brightness(99)
            }
}

@media(max-width: 991px) {
    .header .header-inner .header-right .box-contact > * span {
        display: none
    }
}

.header .header-inner .header-right .box-contact > * img {
    flex-shrink: 0
}

.header .header-inner .header-right .box-language {
    position: relative
}

    .header .header-inner .header-right .box-language .language-current {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

@media(min-width: 992px) {
    .header .header-inner .header-right .box-language .language-current {
        padding: 10px 20px;
        background: #fff;
        border: 1px solid #f2f2f2;
        border-radius: 60px
    }
}

.header .header-inner .header-right .box-language .language-current a {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6428571429;
    color: #828282;
    text-transform: uppercase
}

    .header .header-inner .header-right .box-language .language-current a .flag {
        width: 18px;
        height: 12px;
        border-radius: 4px
    }

    .header .header-inner .header-right .box-language .language-current a .ic-right img {
        display: block
    }

@media(max-width: 991px) {
    .header .header-inner .header-right .box-language .language-current a .ic-right {
        display: none
    }
}

.header .header-inner .header-right .box-language .language-current a.select-lang {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #828282
}

    .header .header-inner .header-right .box-language .language-current a.select-lang:not(:last-child) {
        border-right: 1px solid #f2f2f2;
        padding-right: 6px;
        margin-right: 6px
    }

    .header .header-inner .header-right .box-language .language-current a.select-lang.inactive {
        font-weight: 700;
        color: #118443
    }

.header .header-inner .header-right .box-language .language-options {
    position: absolute;
    right: 0;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 12px;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    pointer-events: none;
    transition: all .2s linear
}

@media(min-width: 1200px) {
    .header .header-inner .header-right .box-language .language-options {
        padding: 24px
    }
}

.header .header-inner .header-right .box-language .language-options a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    min-width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 10px
}

@media(min-width: 1200px) {
    .header .header-inner .header-right .box-language .language-options a {
        min-width: 230px;
        padding: 15px 20px
    }
}

@media(min-width: 1200px) {
    .header .header-inner .header-right .box-language .language-options a:hover {
        background: #118443
    }

        .header .header-inner .header-right .box-language .language-options a:hover > * {
            color: #fff
        }

        .header .header-inner .header-right .box-language .language-options a:hover img:last-child {
            filter: brightness(99)
        }
}

.header .header-inner .header-right .box-language .language-options a > * {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #222
}

@media(min-width: 1200px) {
    .header .header-inner .header-right .box-language .language-options a > * {
        font-size: 16px
    }
}

.header .header-inner .header-right .box-language .language-options a img {
    flex-shrink: 0
}

    .header .header-inner .header-right .box-language .language-options a img:last-child {
        margin-left: auto
    }

.header .header-inner .header-right .box-language .language-options a span {
    flex: 1
}

.header .header-inner .header-right .box-language .language-options img {
    width: 20px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.header .header-inner .header-right .box-language .language-options a:not(:last-child) {
    margin-bottom: 10px
}

.header .header-inner .header-right .box-language:hover .language-options {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transition: all .2s linear
}

.header .header-inner .box-search form {
    position: relative
}

    .header .header-inner .box-search form input {
        padding: 7px 15px;
        background: #fff;
        border: 1px solid #f2f2f2;
        border-radius: 60px;
        transition: all .3s;
        transform-origin: right;
        margin-left: auto;
        display: block;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 14px;
        line-height: 1.6428571429
    }

        .header .header-inner .box-search form input:focus {
            outline: none;
            border: 1px solid #828282
        }

        .header .header-inner .box-search form input:hover {
            border: 1px solid #828282;
            color: #828282
        }

@media(min-width: 768px) {
    .header .header-inner .box-search form input {
        max-width: 244px;
        padding: 4px 35px 4px 10px;
        width: 60%
    }

        .header .header-inner .box-search form input:focus {
            outline: none;
            width: 100%;
            transition: all .3s
        }
}

@media(min-width: 992px) {
    .header .header-inner .box-search form input {
        width: 65%;
        padding: 7px 40px 7px 22px
    }
}

@media(max-width: 767px) {
    .header .header-inner .box-search form input {
        position: absolute;
        bottom: -250%;
        right: 0;
        left: 0;
        width: 60vw;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(30px);
        transition: all .2s linear;
        box-shadow: 0px 3px 3px rgba(0,0,0,.1215686275)
    }

        .header .header-inner .box-search form input.open {
            opacity: 1;
            visibility: visible;
            pointer-events: inherit;
            transform: translateY(0);
            transition: all .2s linear
        }
}

.header .header-inner .box-search form button {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    outline: none;
    background: rgba(0,0,0,0);
    display: block
}

@media(min-width: 768px) {
    .header .header-inner .box-search form button {
        position: absolute;
        top: 4px;
        right: 10px
    }
}

@media(min-width: 992px) {
    .header .header-inner .box-search form button {
        top: 7px
    }
}

.header .header-inner .box-search form button img {
    display: block;
    width: 100%
}

.header .header-inner .box-search form button.btn-submit-mobile {
    position: absolute;
    bottom: -250%;
    transform: translateY(-35%);
    right: -12vw
}

.header .header-container {
    position: fixed;
    height: calc(100vh - 89px);
    background: #fff;
    left: 0;
    top: 89px;
    width: 100%;
    overflow: hidden;
    transform: translateX(-100%);
    transition: all .5s
}

@media(min-width: 768px) {
    .header .header-container {
        padding: 50px 0
    }
}

.header .header-container::before {
    content: "";
    position: absolute;
    bottom: -5%;
    right: -5%;
    background: url(../images/trai-dat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 80%
}

@media(min-width: 768px) {
    .header .header-container::before {
        width: 50%
    }
}

@media(min-width: 1200px) {
    .header .header-container::before {
        width: 35%;
        height: 78%;
        background-size: auto 100%
    }
}

.header .header-container .menu-list-container {
    position: relative;
    opacity: 0
}

    .header .header-container .menu-list-container ul {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        overflow-y: auto;
        height: calc(100vh - 89px)
    }

@media(min-width: 768px) {
    .header .header-container .menu-list-container ul {
        max-width: 250px;
        height: calc(100vh - 190px)
    }
}

@media(min-width: 1200px) {
    .header .header-container .menu-list-container ul {
        max-width: 310px
    }
}

.header .header-container .menu-list-container ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,0)
}

.header .header-container .menu-list-container ul::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(0,0,0,0)
}

.header .header-container .menu-list-container ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0)
}

.header .header-container .menu-list-container ul li {
    display: block
}

.header .header-container .menu-list-container .menu-link-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(min-width: 768px) {
    .header .header-container .menu-list-container .menu-link-wrap {
        padding-right: 20px
    }
}

@media(min-width: 1200px) {
    .header .header-container .menu-list-container .menu-link-wrap {
        padding-right: 40px
    }
}

.header .header-container .menu-list-container .menu-link-wrap img {
    display: block;
    max-width: 24px;
    filter: invert(56%) sepia(0%) saturate(353%) hue-rotate(187deg) brightness(92%) contrast(83%)
}

.header .header-container .menu-list-container .menu-link-wrap:hover > .menu-link {
    text-decoration: none;
    color: #118443
}

.header .header-container .menu-list-container .menu-link-wrap:hover img {
    filter: brightness(1) grayscale(0)
}

@media(min-width: 768px) {
    .header .header-container .menu-list-container .menu-link-wrap:hover .menu-sub-container {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        transition: all .3s
    }
}

.header .header-container .menu-list-container .menu-link {
    display: block;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #111
}

    .header .header-container .menu-list-container .menu-link.active {
        text-decoration: none;
        color: #118443
    }

        .header .header-container .menu-list-container .menu-link.active ~ img {
            filter: brightness(1) grayscale(0)
        }

@media(min-width: 1200px) {
    .header .header-container .menu-list-container .menu-link {
        font-size: 24px;
        padding: 20px 0
    }
}

.header .header-container .menu-list-container .menu-sub-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .5s
}

@media(max-width: 767px) {
    .header .header-container .menu-list-container .menu-sub-container {
        width: 100%;
        height: calc(100vh - 89px)
    }
}

@media(min-width: 768px) {
    .header .header-container .menu-list-container .menu-sub-container {
        left: 250px;
        border-left: 2px solid #e0e0e0;
        background: rgba(0,0,0,0);
        min-height: 100%;
        max-height: calc(100vh - 275px)
    }
}

@media(min-width: 1200px) {
    .header .header-container .menu-list-container .menu-sub-container {
        left: 310px
    }
}

.header .header-container .menu-list-container .menu-sub-container ul {
    height: calc(100vh - 119px);
    overflow-y: auto
}

@media(min-width: 768px) {
    .header .header-container .menu-list-container .menu-sub-container ul {
        height: calc(100vh - 189px);
        padding-left: 20px
    }
}

@media(min-width: 1200px) {
    .header .header-container .menu-list-container .menu-sub-container ul {
        padding-left: 40px
    }
}

.header .header-container .menu-list-container .menu-sub-container ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,0)
}

.header .header-container .menu-list-container .menu-sub-container ul::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(0,0,0,0)
}

.header .header-container .menu-list-container .menu-sub-container ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0)
}

.header .header-container .menu-list-container .menu-sub-container .menu-link {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
    color: #111;
    transition: none
}

@media(min-width: 1200px) {
    .header .header-container .menu-list-container .menu-sub-container .menu-link {
        font-size: 24px
    }
}

.header .header-container .menu-list-container .menu-sub-container .menu-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    width: 6px;
    height: 100%;
    background: #118443;
    opacity: 0
}

.header .header-container .menu-list-container .menu-sub-container .menu-link::after {
    content: attr(data-text);
    position: absolute;
    top: auto;
    left: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: var(--bold)
}

.header .header-container .menu-list-container .menu-sub-container .menu-link:hover, .header .header-container .menu-list-container .menu-sub-container .menu-link.active {
    font-weight: 700;
    color: #118443;
    transition: none
}

    .header .header-container .menu-list-container .menu-sub-container .menu-link:hover::before, .header .header-container .menu-list-container .menu-sub-container .menu-link.active::before {
        opacity: 1
    }

@media(max-width: 767px) {
    .header .header-container .menu-list-container .menu-sub-container {
        transform: translateX(-100%);
        transition: all .5s
    }

        .header .header-container .menu-list-container .menu-sub-container::before {
            content: "";
            position: absolute;
            bottom: -5%;
            right: -5%;
            background: url(../images/trai-dat.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            width: 100%;
            height: 80%
        }
}

.header .header-container .menu-list-container .menu-sub-container.mobile--sub-opened {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transform: translateX(0);
    transition: all .5s
}

.header .header-container .menu-list-container .menu-sub-container .btn-backtolv1 {
    display: inline-block;
    transform: rotate(180deg);
    margin: 8px 0;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/arrow_forward.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.header .header-container .menu-sub-container ul {
    max-width: 100%
}

.header .header-container.opened {
    transform: translateX(0)
}

    .header .header-container.opened .menu-list-container {
        transition-delay: .5s;
        opacity: 1
    }

#box-search--mobile {
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0
}

    #box-search--mobile input {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0
    }

.footer {
    position: relative;
    background: #004b41
}

    .footer .footer-inner {
        position: relative;
        z-index: 1
    }

    .footer .footer-top {
        position: relative;
        background-image: url(../images/footer-top-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0
    }

@media(min-width: 768px) {
    .footer .footer-top {
        padding: 60px 0
    }
}

@media(min-width: 1200px) {
    .footer .footer-top {
        padding: 90px 0
    }
}

.footer .footer-top .footer-top-header {
    text-align: center;
    margin-bottom: 45px
}

@media(max-width: 991px) {
    .footer .footer-top .footer-top-header {
        display: none
    }
}

.footer .footer-top .footer-top-header > *:first-child {
    display: block;
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 auto
}

    .footer .footer-top .footer-top-header > *:first-child img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.footer .footer-top .footer-top-header .footer-logo {
    display: inline-block;
    max-width: 180px;
    margin-bottom: 20px
}

.footer .footer-top .footer-top-header .line {
    max-width: 860px;
    margin: 0 auto;
    height: 1px;
    background: #025449;
    background: linear-gradient(90deg, rgba(2, 84, 73, 0) 0%, rgb(52, 146, 139) 30%, rgb(52, 146, 139) 70%, rgba(0, 87, 77, 0) 100%)
}

.footer .footer-top .footer-top-main .col-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: .06em;
    color: #68b2ae;
    margin-bottom: 20px;
    text-transform: uppercase
}

.footer .footer-top .footer-top-main ul {
    padding-left: 0
}

    .footer .footer-top .footer-top-main ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px
    }

        .footer .footer-top .footer-top-main ul li img {
            display: block;
            max-width: 24px;
            margin-right: 10px
        }

        .footer .footer-top .footer-top-main ul li p, .footer .footer-top .footer-top-main ul li a {
            font-weight: 400;
            font-size: 16px;
            line-height: 1.625;
            color: #fff
        }

        .footer .footer-top .footer-top-main ul li p {
            margin-bottom: 0
        }

        .footer .footer-top .footer-top-main ul li a:hover {
            text-decoration: none
        }

.footer .footer-top .footer-top-main .footer-gr-social {
    margin-bottom: 20px
}

@media(min-width: 1200px) {
    .footer .footer-top .footer-top-main .footer-gr-social {
        margin-bottom: 40px
    }
}

.footer .footer-top .footer-top-main .footer-gr a:hover {
    text-decoration: underline
}

.footer .footer-top .footer-top-main .social-gr {
    display: flex;
    gap: 10px
}

    .footer .footer-top .footer-top-main .social-gr a {
        max-width: 36px;
        display: block;
        border-radius: 50%;
        overflow: hidden;
        background: #4bb4af;
        border: 1px solid #4bb4af
    }

.footer .footer-top .footer-top-main .footer-dropdown {
    max-width: 310px;
    width: 100%
}

    .footer .footer-top .footer-top-main .footer-dropdown .footer-dropdown-btn {
        width: 100%;
        padding: 12px 20px;
        border: 1px solid #68b2ae;
        border-radius: 60px;
        background: rgba(255,255,255,.15);
        outline: none;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.625;
        letter-spacing: .06em;
        color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .footer .footer-top .footer-top-main .footer-dropdown .footer-dropdown-btn:after {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            background-image: url(../images/expand_up.png);
            width: 24px;
            height: 24px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border: 0
        }

    .footer .footer-top .footer-top-main .footer-dropdown .dropdown-menu {
        width: 100%
    }

        .footer .footer-top .footer-top-main .footer-dropdown .dropdown-menu a {
            overflow: hidden;
            text-overflow: ellipsis
        }

.footer .footer-bot {
    position: relative;
    padding: 20px 0;
    background: #003d34
}

@media(min-width: 768px) {
    .footer .footer-bot {
        padding: 40px 0
    }
}

.footer .footer-bot .credit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

    .footer .footer-bot .credit > * {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5714285714;
        margin-bottom: 0;
        color: #05826f
    }

        .footer .footer-bot .credit > *:hover {
            color: #fff
        }

@media(min-width: 768px) {
    .footer .footer-bot .credit > *:last-child {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #05826f
    }
}

.stavian--widget-fixed {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 99;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.statian--widget-bg {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #118443;
    width: 48px;
    height: 48px;
    border-radius: 50%
}

    .statian--widget-bg:hover {
        background: #68b2ae
    }

#scrollToTop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20%);
    transition: all .2s linear
}

@media(min-width: 768px) {
    #scrollToTop {
        bottom: 60px;
        right: 30px
    }
}

#scrollToTop.show {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transform: translateY(0);
    transition: all .2s linear
}

.deverlopement-history {
    padding: 0 0 30px
}

@media(min-width: 1200px) {
    .deverlopement-history {
        padding: 0 0 60px
    }
}

@media(min-width: 1680px) {
    .deverlopement-history {
        padding: 0 0 120px
    }
}

.deverlopement-history .title-w-line {
    background: linear-gradient(360deg, #ffffff 0%, #e1f0ef 100%);
    padding: 30px 0 0
}

@media(min-width: 1200px) {
    .deverlopement-history .title-w-line {
        padding: 60px 0 0
    }
}

@media(min-width: 1680px) {
    .deverlopement-history .title-w-line {
        padding: 120px 0 0
    }
}

#jsSwiper_devHistory .swiper-pagination {
    position: static
}

#jsSwiper_devHistory .swiper-pagination-bullet {
    background: #bdbdbd;
    width: 30px;
    height: 4px;
    margin: 0 5px;
    border-radius: 0%
}

@media(min-width: 992px) {
    #jsSwiper_devHistory .swiper-pagination-bullet {
        width: 60px
    }
}

#jsSwiper_devHistory .swiper-pagination-bullet-active {
    background: #118443
}

#jsSwiper_devHistory .swiper-slide {
    height: auto
}

#jsSwiper_devHistory .box {
    position: relative;
    background: #fff;
    padding: 20px;
    padding-left: 0;
    min-height: 100%;
    padding-right: 20px;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

@media(min-width: 1680px) {
    #jsSwiper_devHistory .box {
        min-height: calc(100vh - 190px);
        padding: 38% 0;
        padding-right: 40px

    }
}

#jsSwiper_devHistory .box.overlay {
    opacity: .5
}

#jsSwiper_devHistory .box::before {
    content: "";
    position: absolute;
    background-image: url(../images/rectangle-svg-dev-history.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(50%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1
}

#jsSwiper_devHistory .box::after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-right-green.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(50%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1
}

@media(min-width: 768px) {
    #jsSwiper_devHistory .box::after {
        background-size: auto;
        right: 15px
    }
}

#jsSwiper_devHistory .box .num {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #118443;
    margin-bottom: 15px
}

@media(min-width: 1200px) {
    #jsSwiper_devHistory .box .num {
        font-size: 48px
    }
}

@media(min-width: 1680px) {
    #jsSwiper_devHistory .box .num {
        font-size: 64px;
        margin-bottom: 30px
    }
}

#jsSwiper_devHistory .box .desc {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    font-size: 16px
}

@media(min-width: 992px) {
    #jsSwiper_devHistory .box .desc {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    #jsSwiper_devHistory .box .desc {
        font-size: 20px
    }
}

#jsSwiper_devHistory .box .desc ul {
    padding: 0;
    margin: 0
}

#jsSwiper_devHistory .box .desc li {
    position: relative;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    padding-left: 1.5rem;
    margin-bottom: 10px;
    font-size: 14px
}

@media(min-width: 768px) {
    #jsSwiper_devHistory .box .desc li {
        font-size: 16px
    }
}

@media(min-width: 1200px) {
    #jsSwiper_devHistory .box .desc li {
        font-size: 20px
    }
}

#jsSwiper_devHistory .box .desc li::before {
    content: "•";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1rem;
    text-align: center;
    color: currentColor
}

.block-awards-achievements {
    background-image: url(../images/bg-introduce-reward-backup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0b655e;
    overflow-x: hidden;
    padding: 30px 0
}

@media(min-width: 1200px) {
    .block-awards-achievements {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .block-awards-achievements {
        padding: 120px 0 75px
    }
}

.block-awards-achievements .box-text {
    max-width: 545px;
    margin-right: auto
}

    .block-awards-achievements .box-text .desc {
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        color: #fff
    }

@media(min-width: 992px) {
    .block-awards-achievements .box-text .desc {
        font-size: 20px
    }
}

.awards-achievements--row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.awards-achievements--col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px
}

@media(min-width: 768px) {
    .awards-achievements--col {
        flex: 0 0 50%;
        max-width: 50%
    }
}

#jsSwiperAward [class*=swiper-button] {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0
}

    #jsSwiperAward [class*=swiper-button]::after {
        content: none
    }

#jsSwiperAward .swiper-slide {
    height: auto
}

#jsSwiperAward .navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

@media(min-width: 768px) {
    #jsSwiperAward .navigation {
        justify-content: flex-start
    }
}

#jsSwiperAward .item {
    display: flex;
    flex-flow: column;
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0,0,0,.25);
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    height: 100%
}

@media(min-width: 768px) {
    #jsSwiperAward .item {
        padding: 30px 15px
    }
}

@media(min-width: 1200px) {
    #jsSwiperAward .item {
        padding: 60px 30px
    }
}

#jsSwiperAward .item.overlay {
    opacity: .5
}

#jsSwiperAward .item .image {
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden
}

    #jsSwiperAward .item .image img, #jsSwiperAward .item .image iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    #jsSwiperAward .item .image img {
        top: 0;
        left: 0;
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

#jsSwiperAward .item .titlebox .title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #095563;
    margin-bottom: 0
}

@media(min-width: 1200px) {
    #jsSwiperAward .item .titlebox .title {
        font-size: 20px
    }
}

#jsSwiperAward .item .titlebox .desc {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #4f4f4f
}

@media(min-width: 1200px) {
    #jsSwiperAward .item .titlebox .desc {
        font-size: 20px
    }
}

#slidesCounting {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

    #slidesCounting > * {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        color: #fff
    }

        #slidesCounting > *:first-child::after {
            content: "/";
            display: inline-block;
            width: 1rem;
            text-align: center;
            color: currentColor
        }

.stavian--modal-reward .modal-dialog {
    max-width: 860px
}

.stavian--modal-reward .modal-content {
    background: #fff;
    box-shadow: 0px 20px 20px rgba(0,0,0,.25);
    border-radius: 4px;
    border: unset;
    padding: 10px
}

@media(max-width: 991px)and (min-width: 768px) {
    .stavian--modal-reward .modal-content {
        margin: 0 15px
    }
}

@media(min-width: 768px) {
    .stavian--modal-reward .modal-content {
        padding: 20px
    }
}

@media(min-width: 1200px) {
    .stavian--modal-reward .modal-content {
        padding: 40px;
        padding-bottom: 90px
    }
}

.stavian--modal-close {
    position: absolute;
    top: 18px;
    right: 25px
}

    .stavian--modal-close button {
        background: none;
        border: none;
        outline: none
    }

.stavian--modal-logo {
    max-width: 120px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px
}

    .stavian--modal-logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.stavian--modal-content {
    height: 78vh;
    overflow-y: auto;
    padding-right: 10px
}

@media(min-width: 768px) {
    .stavian--modal-content {
        padding-right: 20px
    }
}

@media(min-width: 1200px) {
    .stavian--modal-content {
        padding-right: 40px
    }
}

.stavian--modal-content::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #f1f1f1
}

.stavian--modal-content::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1
}

@media(min-width: 1200px) {
    .stavian--modal-content::-webkit-scrollbar {
        width: 10px
    }
}

.stavian--modal-content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #727273
}

.stavian--modal-content__svgbox {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 55px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 20px
}

    .stavian--modal-content__svgbox img {
        max-width: 100%;
        width: 100%;
        height: auto
    }

.stavian--modal-content__title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #118443;
    margin-bottom: 10px
}

@media(min-width: 768px) {
    .stavian--modal-content__title {
        font-size: 20px
    }
}

.stavian--modal-content__paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #333
}

@media(min-width: 768px) {
    .stavian--modal-content__paragraph {
        font-size: 20px
    }
}

.core-value--block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 30px 0;
    overflow-x: hidden
}

@media(min-width: 768px) {
    .core-value--block {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .core-value--block {
        min-height: calc(100vh - 89px);
        padding: 100px 0
    }
}

.core-value--row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.core-value--column {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px
}

@media(min-width: 768px) {
    .core-value--column:first-child {
        flex: 0 0 35%;
        max-width: 35%;
        z-index: 1
    }

    .core-value--column:last-child {
        flex: 0 0 65%;
        max-width: 65%
    }
}

.core-value--category {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 15px
}

@media(min-width: 768px) {
    .core-value--category {
        max-width: 330px;
        margin-right: auto
    }
}

.core-value--category li {
    position: relative
}

    .core-value--category li:hover a, .core-value--category li.active a {
        color: #118443;
        transition: all .3s linear
    }

    .core-value--category li:hover .arrow-icon, .core-value--category li.active .arrow-icon {
        opacity: 1;
        visibility: visible;
        pointer-events: inherit;
        transition: all .1s linear
    }

    .core-value--category li:first-child a {
        border-top: 1px solid #e0e0e0
    }

.core-value--category .arrow-icon {
    position: absolute;
    display: none;
    right: auto;
    top: 50%;
    transform: scale(1) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .1s linear
}

@media(min-width: 768px) {
    .core-value--category .arrow-icon {
        display: block;
        transform: scale(0.5) translateY(-50%);
        transform-origin: top
    }
}

@media(min-width: 1680px) {
    .core-value--category .arrow-icon {
        transform: scale(1) translateY(-50%);
        transform-origin: center
    }
}

.core-value--category a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1666666667;
    color: #111;
    text-decoration: unset;
    transition: all .3s linear;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0
}

@media(min-width: 1200px) {
    .core-value--category a {
        font-size: 24px;
        padding: 20px 0
    }
}

@media(min-width: 1680px) {
    .core-value--category a {
        font-size: 36px;
        padding: 40px 0
    }
}

.core-value--panel-content {
    background-image: url(../images/bg-corevalue-content.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    margin-top: 30px
}

@media(min-width: 768px) {
    .core-value--panel-content {
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 100%;
        margin-top: 0;
        padding: 0;
        padding-left: 30px
    }
}

@media(min-width: 1680px) {
    .core-value--panel-content {
        min-height: 110%;
        transform: translateY(-5%);
        padding: 0;
        padding-left: 70px
    }
}

.core-value--content {
    display: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3333333333;
    color: #fff
}

@media(min-width: 1200px) {
    .core-value--content {
        font-size: 24px
    }
}

@media(min-width: 1680px) {
    .core-value--content {
        font-size: 36px
    }
}

.brand-identity {
    padding: 30px 0
}

@media(min-width: 1200px) {
    .brand-identity {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .brand-identity {
        padding: 90px 0
    }
}

.brand-identity img {
    max-width: 100%;
    width: auto;
    height: auto
}

.brand-identity .text-top {
    max-width: 1060px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #111
}

@media(min-width: 1200px) {
    .brand-identity .text-top {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .brand-identity .text-top {
        font-size: 20px
    }
}

.brand-identity .box-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media(min-width: 992px) {
    .brand-identity .box-image::before {
        content: "";
        position: absolute;
        height: 43%;
        width: 1px;
        background: #e0e0e0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.brand-identity .box-image > * {
    flex: 1;
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.brand-identity .box-paragraph ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .brand-identity .box-paragraph ul li {
        position: relative;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        color: #111;
        padding-left: 1.5rem;
        margin-bottom: 10px
    }

@media(min-width: 1200px) {
    .brand-identity .box-paragraph ul li {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .brand-identity .box-paragraph ul li {
        font-size: 20px
    }
}

.brand-identity .box-paragraph ul li::before {
    content: "•";
    position: absolute;
    display: inline-block;
    width: 1rem;
    left: 0
}

.leadership-paragraph {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: #111;
    padding: 30px 0
}

@media(min-width: 1200px) {
    .leadership-paragraph {
        font-size: 20px;
        padding: 60px 0 120px
    }
}

@media(min-width: 1680px) {
    .leadership-paragraph {
        padding: 100px 0
    }
}

.leadership-paragraph p {
    margin-right: auto
}

@media(min-width: 1200px) {
    .leadership-paragraph p {
        max-width: 700px
    }
}

.leadership-introduce {
    background-image: url(../images/bg-leadership.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0
}

@media(min-width: 1200px) {
    .leadership-introduce {
        padding: 10px 0
    }
}

@media(min-width: 1200px) {
    #main-slide-control, #thumb-slide-control {
        margin-top: -110px
    }
}

#thumb-slide-control .desc-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    max-width: 660px;
    margin-right: auto
}

@media(min-width: 992px) {
    #thumb-slide-control .desc-intro {
        font-size: 20px;
        line-height: 1.3
    }
}

#main-slide-control {
    margin-right: auto;
    padding-bottom: 30px
}

@media(min-width: 1680px) {
    #main-slide-control {
        max-width: 420px;
        padding-bottom: 80px
    }
}

#main-slide-control [class*=swiper-button] {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0
}

    #main-slide-control [class*=swiper-button]::after {
        content: none
    }

#main-slide-control .navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

#main-slide-control #slidesCounting > * {
    font-weight: 600;
    font-size: 16px;
    line-height: 1
}

#main-slide-control #slidesCounting #realIndex::after {
    color: #68b2ae
}

#main-slide-control #slidesCounting #slides {
    color: #68b2ae
}

#main-slide-control .leader-info .image {
    position: relative;
    width: 100%;
    padding-bottom: 115%;
    overflow: hidden;
    margin-bottom: 25px
}

    #main-slide-control .leader-info .image img, #main-slide-control .leader-info .image iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

#main-slide-control .leader-info .content {
    display: block
}

    #main-slide-control .leader-info .content .name {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.25;
        color: #fff;
        text-align: center;
        margin-bottom: 10px
    }

@media(min-width: 992px) {
    #main-slide-control .leader-info .content .name {
        font-size: 24px
    }
}

#main-slide-control .leader-info .content .position {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.375;
    text-align: center;
    color: #68b2ae
}

@media(min-width: 992px) {
    #main-slide-control .leader-info .content .position {
        font-size: 16px
    }
}

.membership-unit {
    position: relative;
    background: #f2f2f2;
    padding-bottom: 40px
}

@media(min-width: 1680px) {
    .membership-unit {
        padding-bottom: 60px
    }
}

.membership-unit--wrapper {
    position: relative;
    z-index: 1;
    padding-top: 40px
}

@media(min-width: 1680px) {
    .membership-unit--wrapper {
        padding-top: 120px
    }
}

@media(min-width: 992px) {
    .membership-unit--wrapper::before {
        content: "";
        position: absolute;
        background-image: url(../images/intersect-white.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 5% 0;
        height: 50%;
        top: 0;
        right: 0;
        pointer-events: none;
        z-index: -1;
        transform: translateX(-50%);
        width: 30%
    }
}

@media(min-width: 992px)and (min-width: 1200px) {
    .membership-unit--wrapper::before {
        width: 35%
    }
}

@media(min-width: 992px) {
    .membership-unit--wrapper::after {
        content: "";
        position: absolute;
        background-image: url(../images/intersect-green.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        height: 75%;
        bottom: 0;
        right: 0;
        pointer-events: none;
        z-index: -2;
        transform: translateX(50%);
        width: 30%
    }
}

@media(min-width: 992px)and (min-width: 1200px) {
    .membership-unit--wrapper::after {
        width: 35%
    }
}

@media(min-width: 992px) {
    .membership-unit--wrapper::before, .membership-unit--wrapper::after {
        opacity: 0;
        visibility: hidden;
        transition: all .6s linear
    }
}

@media(min-width: 992px) {
    .membership-unit--wrapper.animated::before, .membership-unit--wrapper.animated::after {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: all .6s linear
    }
}

.membership-unit--entry {
    max-width: 550px
}

@media(min-width: 1200px) {
    .membership-unit--entry {
        max-width: 640px;
        margin-right: auto
    }
}

.membership-unit--entry .box-title {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #111;
    margin-bottom: 30px
}

@media(min-width: 1200px) {
    .membership-unit--entry .box-title {
        max-width: 605px;
        margin-right: auto
    }
}

@media(min-width: 1680px) {
    .membership-unit--entry .box-title {
        font-size: 20px;
        margin-bottom: 80px
    }
}

.membership-unit--entry .box-title .title-box {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1666666667;
    color: #118443;
    padding-bottom: 10px;
    margin-bottom: 15px
}

@media(min-width: 1680px) {
    .membership-unit--entry .box-title .title-box {
        font-size: 36px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

.membership-unit--entry .box-title .title-box::before {
    content: "";
    position: absolute;
    background: currentColor;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 0
}

#swiperMembership [class*=swiper-button] {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0
}

    #swiperMembership [class*=swiper-button]::after {
        content: none
    }

    #swiperMembership [class*=swiper-button].swiper-button-disabled {
        filter: grayscale(1)
    }

#swiperMembership .navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

@media(min-width: 992px) {
    #swiperMembership .navigation {
        justify-content: flex-start
    }
}

#swiperMembership .swiper {
    padding: 10px
}

#swiperMembership .swiper-slide {
    height: auto
}

#swiperMembership .logo {
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    height: 100%;
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden
}

    #swiperMembership .logo img, #swiperMembership .logo iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    #swiperMembership .logo img {
        -o-object-fit: scale-down;
        object-fit: scale-down;
        padding: 0 20px
    }

#swiperMembership #slidesCounting > * {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #111
}

.about-tab {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

    .about-tab::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.8);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px)
    }

    .about-tab .about-nav-tabs {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        align-items: stretch
    }

@media(min-width: 1200px) {
    .about-tab .about-nav-tabs {
        flex-wrap: wrap
    }
}

.about-tab .about-nav-tabs .about-nav-link {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    line-height: 1.375;
    text-align: center;
    color: #118443;
    border-radius: 0px;
    transition: all .2s
}

@media(min-width: 768px) {
    .about-tab .about-nav-tabs .about-nav-link {
        padding: 15px
    }
}

@media(min-width: 1680px) {
    .about-tab .about-nav-tabs .about-nav-link {
        font-size: 16px;
        padding: 21px 40px
    }
}

.about-tab .about-nav-tabs .about-nav-link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff
}

.about-tab .about-nav-tabs .about-nav-link:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    background: #fff
}

.about-tab .about-nav-tabs .about-nav-link:hover {
    text-decoration: none;
    background: #118443;
    color: #fff;
    transition: all .2s
}

    .about-tab .about-nav-tabs .about-nav-link:hover::before {
        display: none
    }

    .about-tab .about-nav-tabs .about-nav-link:hover:last-child::after {
        display: none
    }

.about-tab .about-nav-tabs .about-nav-link.active {
    background: #118443;
    color: #fff;
    transition: all .2s
}

    .about-tab .about-nav-tabs .about-nav-link.active::before {
        display: none
    }

    .about-tab .about-nav-tabs .about-nav-link.active:last-child::after {
        display: none
    }

.stavian-pagination {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px
}

@media(min-width: 1200px) {
    .stavian-pagination {
        justify-content: flex-start
    }
}

.stavian-pagination > * {
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 38px;
    aspect-ratio: 1/1;
    background: #f2f2f2;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #111;
    transition: all .1s linear
}

@media(min-width: 768px) {
    .stavian-pagination > * {
        width: 48px
    }
}

.stavian-pagination > *:hover, .stavian-pagination > *.active {
    background: #118443;
    color: #fff;
    transition: all .1s linear
}

    .stavian-pagination > *:hover img, .stavian-pagination > *.active img {
        filter: brightness(999)
    }

.stavian-flexbox {
    position: relative;
    display: flex;
    flex-flow: column-reverse wrap;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    gap: 15px
}

@media(min-width: 768px) {
    .stavian-flexbox {
        flex-flow: row wrap;
        align-items: center;
        gap: 0
    }
}

.stavian-gmt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #828282
}

@media(min-width: 768px) {
    .stavian-gmt {
        margin-left: auto
    }
}

.stavian-breadcrumb {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .stavian-breadcrumb > * {
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: #828282
    }

        .stavian-breadcrumb > *:hover {
            color: #118443;
            text-decoration: underline
        }

        .stavian-breadcrumb > *:not(:last-child)::after {
            content: "";
            display: inline-block;
            background-image: url(../images/svg-breadcrumb.svg);
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center;
            width: 2rem;
            height: 10px;
            text-align: center
        }

.tabs-panel-item .tab-item {
    margin-bottom: 10px
}

    .tabs-panel-item .tab-item.active > * {
        background: #fff;
        color: #118443
    }

        .tabs-panel-item .tab-item.active > *::before {
            background-image: url(../images/arrow-chevron-right-green.svg)
        }

    .tabs-panel-item .tab-item > * {
        position: relative;
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.4;
        color: #fff;
        background: rgba(255,255,255,.2);
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 4px;
        padding: 10px;
        padding-right: 40px
    }

@media(min-width: 1200px) {
    .tabs-panel-item .tab-item > * {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .tabs-panel-item .tab-item > * {
        font-size: 20px;
        padding: 20px
    }
}

@media(max-width: 991px) {
    .tabs-panel-item .tab-item > * br {
        display: none
    }
}

.tabs-panel-item .tab-item > *:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow-chevron-right-white.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center
}

.tabs-panel-item .tab-item > *:hover {
    background: #fff;
    color: #118443
}

    .tabs-panel-item .tab-item > *:hover::before {
        background-image: url(../images/arrow-chevron-right-green.svg)
    }

.tab-panel-content, .tab-panel-content-2 {
    display: none
}

    .tab-panel-content.active, .tab-panel-content-2.active {
        display: block
    }

.home-banner {
    position: relative
}

    .home-banner .banner-main {
        position: relative
    }

        .home-banner .banner-main:hover .swiper-button-prev, .home-banner .banner-main:hover .swiper-button-next {
            opacity: 1;
            visibility: visible;
            pointer-events: inherit;
            transition: all .3s linear
        }

        .home-banner .banner-main:hover .swiper-button-disabled {
            transition: all .3s linear
        }

        .home-banner .banner-main .swiper-slide {
            height: auto
        }

        .home-banner .banner-main .swiper-button-prev, .home-banner .banner-main .swiper-button-next {
            width: auto;
            height: 100%;
            transform: translateY(calc(-50% - 25px));
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: all .3s linear
        }

@media(max-width: 767px) {
    .home-banner .banner-main .swiper-button-prev, .home-banner .banner-main .swiper-button-next {
        display: none !important
    }
}

.home-banner .banner-main .swiper-button-prev img, .home-banner .banner-main .swiper-button-next img {
    display: block;
    width: 100%
}

.home-banner .banner-main .swiper-button-prev::after, .home-banner .banner-main .swiper-button-next::after {
    display: none
}

.home-banner .banner-main .swiper-button-prev {
    left: 0;
    padding: 0 15px;
    transition: all .3s linear
}

@media(min-width: 1200px) {
    .home-banner .banner-main .swiper-button-prev {
        padding: 0 30px 0 80px
    }
}

.home-banner .banner-main .swiper-button-prev::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1
}

.home-banner .banner-main .swiper-button-next {
    right: 0;
    padding: 0 15px;
    transition: all .3s linear
}

@media(min-width: 1200px) {
    .home-banner .banner-main .swiper-button-next {
        padding: 0 30px 0 80px
    }
}

.home-banner .banner-main .swiper-button-next::before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1
}

.home-banner .banner-main .swiper-button-disabled {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transition: all .3s linear
}

    .home-banner .banner-main .swiper-button-disabled img {
        filter: brightness(10)
    }

.home-banner .banner-main-container {
    position: relative
}

    .home-banner .banner-main-container .banner-main-image {
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: calc(100vh - 89px)
    }

@media(min-width: 576px)and (max-width: 991px) {
    .home-banner .banner-main-container .banner-main-image {
        padding-bottom: 100vh
    }
}

.home-banner .banner-main-container .banner-main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s
}

.home-banner .banner-main-container .banner-main-content {
    position: absolute;
    top: 32px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0)
}

@media(min-width: 768px) {
    .home-banner .banner-main-container .banner-main-content {
        top: 35%;
        transform: translate(-50%, -50%)
    }
}

.home-banner .banner-main-container .banner-main-content .banner-main-content--inner {
    max-width: 100%;
    visibility: hidden
}

@media(min-width: 768px) {
    .home-banner .banner-main-container .banner-main-content .banner-main-content--inner {
        max-width: 50%
    }
}

@media(min-width: 1200px) {
    .home-banner .banner-main-container .banner-main-content .banner-main-content--inner {
        max-width: 670px
    }
}

.home-banner .banner-main-container .banner-main-content .banner-main-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.125;
    margin-bottom: 16px
}

@media(min-width: 1200px) {
    .home-banner .banner-main-container .banner-main-content .banner-main-title {
        font-size: 48px
    }
}

.home-banner .banner-main-container .banner-main-content .banner-main-title.text-green {
    color: #004b41
}

.home-banner .banner-main-container .banner-main-content .banner-main-title.text-white {
    color: #fff
}

.home-banner .banner-main-container .banner-main-content .banner-main-des {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-bottom: 20px
}

@media(min-width: 992px) {
    .home-banner .banner-main-container .banner-main-content .banner-main-des {
        display: block
    }
}

@media(min-width: 1200px) {
    .home-banner .banner-main-container .banner-main-content .banner-main-des {
        font-size: 20px
    }
}

.home-banner .banner-main-container .banner-main-content .banner-main-des * {
    margin-bottom: 0
}

.home-banner .banner-main-container .banner-main-content .banner-main-des.text-black {
    color: #111
}

.home-banner .banner-main-container .banner-main-content .banner-main-des.text-white {
    color: #fff
}

@media(max-width: 767px) {
    .home-banner .banner-main-container .banner-main-content .pill-btn {
        padding: 8px 30px
    }
}

.home-banner .banner-main-container .banner-main-content .pill-btn img {
    width: 18px;
    height: 18px;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.home-banner .banner-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden
}

@media(max-width: 767px) {
    .home-banner .banner-thumb {
        display: none
    }
}

.home-banner .banner-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 13px);
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.home-banner .banner-thumb .container {
    overflow: hidden;
    position: relative
}

@media(min-width: 1400px) {
    .home-banner .banner-thumb .container {
        max-width: 1300px !important;
        padding: 0
    }
}

.home-banner .banner-thumb .swiper {
    overflow: visible
}

.home-banner .banner-thumb .swiper-slide {
    width: auto;
    height: auto;
    transition: all .2s linear
}

    .home-banner .banner-thumb .swiper-slide .banner-thumb-item {
        position: relative;
        display: flex;
        flex-flow: column;
        padding: 10px;
        cursor: pointer;
        height: 100%
    }

@media(min-width: 768px) {
    .home-banner .banner-thumb .swiper-slide .banner-thumb-item {
        padding: 10px 12px
    }
}

@media(min-width: 1200px) {
    .home-banner .banner-thumb .swiper-slide .banner-thumb-item {
        padding: 23px 20px
    }
}

@media(min-width: 1680px) {
    .home-banner .banner-thumb .swiper-slide .banner-thumb-item {
        min-height: 90px
    }
}

.home-banner .banner-thumb .swiper-slide .banner-thumb-item-block {
    height: 100%
}

.home-banner .banner-thumb .swiper-slide .banner-thumb-item #slidesCounting {
    display: none;
    text-align: left;
    justify-content: flex-start
}

    .home-banner .banner-thumb .swiper-slide .banner-thumb-item #slidesCounting > * {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.9166666667;
        color: #828282;
        margin-bottom: 0
    }

.home-banner .banner-thumb .swiper-slide .banner-thumb-item h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.375;
    letter-spacing: -0.01em;
    color: #118443;
    margin-bottom: 0
}

@media(min-width: 1200px) {
    .home-banner .banner-thumb .swiper-slide .banner-thumb-item h4 {
        font-size: 16px
    }
}

.home-banner .banner-thumb .swiper-slide .banner-thumb-item::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff
}

.home-banner .banner-thumb .swiper-slide:last-child .banner-thumb-item::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff
}

.home-banner .banner-thumb .swiper-slide:hover {
    background: #118443;
    transition: all .2s linear
}

    .home-banner .banner-thumb .swiper-slide:hover h4 {
        color: #fff
    }

.home-banner .banner-thumb .swiper-slide.swiper-slide-thumb-active {
    position: relative;
    background: #118443
}

    .home-banner .banner-thumb .swiper-slide.swiper-slide-thumb-active::before {
        content: "";
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 15px solid rgba(0,0,0,0);
        border-right: 15px solid rgba(0,0,0,0);
        border-bottom: 13px solid #118443
    }

    .home-banner .banner-thumb .swiper-slide.swiper-slide-thumb-active .banner-thumb-item #slidesCounting {
        text-align: left;
        justify-content: flex-start
    }

        .home-banner .banner-thumb .swiper-slide.swiper-slide-thumb-active .banner-thumb-item #slidesCounting > * {
            color: #68b2ae
        }

    .home-banner .banner-thumb .swiper-slide.swiper-slide-thumb-active .banner-thumb-item h4 {
        color: #fff
    }

    .home-banner .banner-thumb .swiper-slide.swiper-slide-thumb-active .banner-thumb-item::before {
        display: none
    }

.home-banner .cate-thumb-width {
    overflow: hidden;
    margin: 0 24px;
    padding-top: 13px
}

.home-banner .swiper-trigger-prevslide {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 2;
    width: 24px;
    height: calc(100% - 13px);
    background: rgba(255,255,255,.6);
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear
}

    .home-banner .swiper-trigger-prevslide img {
        transform: rotate(180deg)
    }

@media(max-width: 1366px) {
    .home-banner .swiper-trigger-prevslide {
        left: 15px
    }
}

@media(min-width: 1200px) {
    .home-banner .swiper-trigger-prevslide:hover {
        background: #118443;
        transition: all .1s linear
    }

        .home-banner .swiper-trigger-prevslide:hover img {
            filter: brightness(99)
        }
}

.home-banner .swiper-trigger-nextslide {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 24px;
    height: calc(100% - 13px);
    background: rgba(255,255,255,.6);
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear
}

@media(max-width: 1366px) {
    .home-banner .swiper-trigger-nextslide {
        right: 15px
    }
}

@media(min-width: 1200px) {
    .home-banner .swiper-trigger-nextslide:hover {
        background: #118443;
        transition: all .1s linear
    }

        .home-banner .swiper-trigger-nextslide:hover img {
            filter: brightness(99)
        }
}

.home-about {
    position: relative;
    min-height: calc(100vh - 89px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #fff;
    padding: 30px 0
}

@media(min-width: 1200px) {
    .home-about {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .home-about {
        padding: 120px 0
    }
}

.home-about .home-about--inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between
}

@media(min-width: 1680px) {
    .home-about .home-about--inner {
        gap: 120px
    }
}

.home-about .about-sapo-des {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #111
}

@media(min-width: 1680px) {
    .home-about .about-sapo-des {
        font-size: 20px
    }
}

@media(min-width: 1200px) {
    .home-about .about-sapo-des {
        max-width: 640px
    }
}

.home-about .about-sapo-des p {
    color: inherit
}

.home-about .about-solieu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%
}

    .home-about .about-solieu .solieu-item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px)
    }

@media(min-width: 992px) {
    .home-about .about-solieu .solieu-item {
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px)
    }
}

.home-about .about-solieu .solieu-item .solieu-head {
    position: relative;
    margin-bottom: -10px
}

    .home-about .about-solieu .solieu-item .solieu-head .solieu-title {
        font-weight: 700;
        font-size: 34px;
        line-height: .7906976744;
        letter-spacing: -0.04em;
        color: #118443;
        margin-bottom: 0
    }

@media(min-width: 1200px) {
    .home-about .about-solieu .solieu-item .solieu-head .solieu-title {
        font-size: 43px
    }
}

@media(min-width: 1680px) {
    .home-about .about-solieu .solieu-item .solieu-head .solieu-title {
        font-size: 86px
    }
}

.home-about .about-solieu .solieu-item .solieu-head .solieu-title .title-small {
    font-size: 18px;
    line-height: 1.4166666667;
    display: inline-block
}

@media(min-width: 1200px) {
    .home-about .about-solieu .solieu-item .solieu-head .solieu-title .title-small {
        font-size: 32px
    }
}

@media(min-width: 1680px) {
    .home-about .about-solieu .solieu-item .solieu-head .solieu-title .title-small {
        font-size: 48px
    }
}

.home-about .about-solieu .solieu-item .solieu-head .solieu-title .title-small.title-bot {
    font-weight: bold
}

.home-about .about-solieu .solieu-item .solieu-head .solieu-title .title-small.title-top {
    font-weight: 900;
    top: -0.75em
}

.home-about .about-solieu .solieu-item .line {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 20px 0
}

.home-about .about-solieu .solieu-item .solieu-main {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #111
}

    .home-about .about-solieu .solieu-item .solieu-main br {
        display: none
    }

@media(min-width: 1680px) {
    .home-about .about-solieu .solieu-item .solieu-main {
        font-size: 20px
    }

        .home-about .about-solieu .solieu-item .solieu-main br {
            display: block
        }
}

.home-about .about-cta {
    display: block;
    width: 100%;
    text-align: center
}

@media(min-width: 1200px) {
    .home-about .about-cta {
        text-align: left
    }
}

.home-linhvuc {
    position: relative;
    display: flex;
    flex-flow: column;
    background: #004b41;
    overflow: hidden
}

@media(min-width: 1680px) {
    .home-linhvuc {
        min-height: calc(100vh - 89px)
    }
}

.home-linhvuc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/linhvuc-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover
}

@media(min-width: 992px) {
    .home-linhvuc::before {
        width: 45%
    }
}

.home-linhvuc .swiper {
    height: 100%
}

.home-linhvuc .linhvuc--inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 89px)
}

    .home-linhvuc .linhvuc--inner .linhvuc-left {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 15px 15px
    }

@media(min-width: 768px) {
    .home-linhvuc .linhvuc--inner .linhvuc-left {
        flex: 0 0 300px;
        max-width: 300px;
        padding-left: 0
    }
}

@media(min-width: 992px) {
    .home-linhvuc .linhvuc--inner .linhvuc-left {
        flex: 0 0 400px;
        max-width: 400px;
        padding: 30px 15px 15px;
        padding-left: 0
    }
}

@media(min-width: 1680px) {
    .home-linhvuc .linhvuc--inner .linhvuc-left {
        padding: 120px 57px 0 0
    }
}

@media(max-width: 991px) {
    .home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-head .title-w-line > * {
        font-size: 24px
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-des {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #fff;
    font-size: 16px
}

@media(min-width: 1600px) {
    .home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-des {
        font-size: 20px
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    z-index: 2;
    margin-right: 15px
}

@media(min-width: 768px) {
    .home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation {
        position: absolute;
        right: 57px;
        bottom: 120px;
        margin-right: 0
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-prev, .home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin-top: 0;
    background: none;
    width: 40px;
    height: 40px
}

@media(min-width: 768px) {
    .home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-prev, .home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-next {
        width: 48px;
        height: 48px
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-prev img, .home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-next img {
    display: block;
    width: 100%;
    filter: brightness(10)
}

.home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-prev::after, .home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-next::after {
    display: none
}

.home-linhvuc .linhvuc--inner .linhvuc-left .linhvuc-navigation .swiper-button-disabled {
    opacity: .45
}

.home-linhvuc .linhvuc--inner .linhvuc-right {
    position: relative;
    background: #68b2ae;
    box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 768px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right {
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px)
    }
}

@media(min-width: 992px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right {
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px)
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-right: 1px solid #004b41
}

    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(15,95,90,.45);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        transition: all .3s linear;
        pointer-events: none
    }

    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-image {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: pointer
    }

        .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-image::before {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            padding-bottom: 115%
        }

@media(min-width: 768px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-image::before {
        padding-bottom: 150%
    }
}

@media(min-width: 1200px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-image::before {
        padding-bottom: 200%
    }
}

@media(min-width: 1680px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-image::before {
        padding-bottom: calc(100vh - 89px)
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-image:hover img {
    transform: scale(1.1);
    transition: all .3s linear
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s linear
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    padding: 0 20px
}

@media(min-width: 1200px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content {
        height: 28%
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 95, 90, 0) 0%, #118443 100%)
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content--inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    margin-bottom: 32px
}

@media(min-width: 768px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content--inner {
        margin-bottom: 24px
    }
}

@media(min-width: 1680px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content--inner {
        margin-bottom: 68px
    }
}

@media(min-width: 1600px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content--inner {
        margin-bottom: 120px
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content-head {
    position: relative
}

@media(min-width: 768px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content-head {
        margin-bottom: 20px
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content-head #slidesCounting {
    display: none;
    text-align: left;
    justify-content: flex-start
}

    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content-head #slidesCounting > * {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.9166666667;
        margin-bottom: 6px;
        color: #fff
    }

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content-head h4 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media(min-width: 1680px) {
    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .linhvuc-content-head h4 {
        font-size: 24px
    }
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .lichvuc-content-cta {
    opacity: .45;
    margin-top: auto
}

    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item .linhvuc-content .lichvuc-content-cta .pill-btn {
        display: inline-block;
        padding: 8px 20px;
        background: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 60px;
        color: #fff
    }

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item:hover::after {
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item:hover .linhvuc-content::before {
    opacity: 1;
    visibility: visible
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item:hover .linhvuc-content .lichvuc-content-cta {
    opacity: 1
}

    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide .linhvuc-item:hover .linhvuc-content .lichvuc-content-cta .pill-btn {
        background: rgba(0,75,65,.6)
    }

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide.swiper-slide-active .linhvuc-item::after {
    opacity: 0;
    visibility: hidden
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide.swiper-slide-active .linhvuc-item .linhvuc-content::before {
    opacity: 1;
    visibility: visible
}

.home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide.swiper-slide-active .linhvuc-item .linhvuc-content .lichvuc-content-cta {
    opacity: 1
}

    .home-linhvuc .linhvuc--inner .linhvuc-right .swiper-slide.swiper-slide-active .linhvuc-item .linhvuc-content .lichvuc-content-cta .pill-btn {
        background: rgba(0,75,65,.6)
    }

.home-tintuc {
    position: relative;
    padding: 30px 0;
    background: linear-gradient(180deg, #ffffff 0%, #e1f0ef 100%);
    padding: 30px 0
}

@media(min-width: 768px) {
    .home-tintuc {
        padding: 60px 0
    }
}

@media(min-width: 1200px) {
    .home-tintuc {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .home-tintuc {
        padding: 120px 0
    }
}

.home-tintuc .home-tintuc-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 25px;
    justify-content: space-between;
    gap: 30px
}

@media(min-width: 1680px) {
    .home-tintuc .home-tintuc-head {
        margin-bottom: 45px
    }
}

.home-tintuc .home-tintuc-head .title-w-line .line {
    margin: 20px 0 0
}

.home-tintuc .home-tintuc-main .swiper {
    padding-bottom: 30px
}

.home-tintuc .home-tintuc-main .tintuc-item {
    position: relative
}

    .home-tintuc .home-tintuc-main .tintuc-item .tintuc-image {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 20px
    }

        .home-tintuc .home-tintuc-main .tintuc-item .tintuc-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .home-tintuc .home-tintuc-main .tintuc-item .tintuc-image::before {
            content: "";
            display: block;
            padding-bottom: 56.25%
        }

@media(min-width: 1680px) {
    .home-tintuc .home-tintuc-main .tintuc-item .tintuc-image {
        position: relative;
        display: block;
        overflow: hidden
    }

        .home-tintuc .home-tintuc-main .tintuc-item .tintuc-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .home-tintuc .home-tintuc-main .tintuc-item .tintuc-image::before {
            content: "";
            display: block;
            padding-bottom: 71.42%
        }
}

.home-tintuc .home-tintuc-main .tintuc-item .tintuc-image img {
    transition: all .2s linear
}

.home-tintuc .home-tintuc-main .tintuc-item .tintuc-image:hover img {
    transform: scale(1.1);
    transition: all .2s linear
}

.home-tintuc .home-tintuc-main .tintuc-item .tintuc-content .tintuc-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #111;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

    .home-tintuc .home-tintuc-main .tintuc-item .tintuc-content .tintuc-title:hover {
        text-decoration: none;
        color: #118443
    }

@media(min-width: 1200px) {
    .home-tintuc .home-tintuc-main .tintuc-item .tintuc-content .tintuc-title {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .home-tintuc .home-tintuc-main .tintuc-item .tintuc-content .tintuc-title {
        font-size: 20px
    }
}

.home-tintuc .home-tintuc-main .tintuc-item .tintuc-content .date {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #828282
}

@media(min-width: 1680px) {
    .home-tintuc .home-tintuc-main .tintuc-item .tintuc-content .date {
        font-size: 16px
    }
}

.home-tintuc .home-tintuc-main .swiper-pagination {
    bottom: 0
}

    .home-tintuc .home-tintuc-main .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
        background: #bdbdbd;
        border-radius: 0
    }

@media(min-width: 768px) {
    .home-tintuc .home-tintuc-main .swiper-pagination .swiper-pagination-bullet {
        width: 60px
    }
}

.home-tintuc .home-tintuc-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
    background: #118443
}

.home-globe {
    position: relative;
    background: #fff;
    padding: 30px 0;
    padding: 30px 0
}

@media(min-width: 768px) {
    .home-globe {
        padding: 60px 0
    }
}

@media(min-width: 1200px) {
    .home-globe {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .home-globe {
        padding: 120px 0
    }
}

.home-globe .home-globe-sub {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.625;
    letter-spacing: .06em;
    color: #68b2ae;
    text-transform: uppercase;
    margin-bottom: 6px
}

@media(min-width: 768px) {
    .home-globe .home-globe-sub {
        font-size: 16px
    }
}

.home-globe .home-globe-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px
}

@media(min-width: 768px) {
    .home-globe .home-globe-head {
        margin-bottom: 100px
    }
}

.home-globe .home-globe-head .head-l {
    flex: 100%
}

@media(min-width: 992px) {
    .home-globe .home-globe-head .head-l {
        flex: 1
    }
}

.home-globe .home-globe-head .head-l .head-l-des > * {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #111;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .home-globe .home-globe-head .head-l .head-l-des > * {
        max-width: 84%;
        margin-right: auto;
        font-size: 16px
    }
}

@media(min-width: 1200px) {
    .home-globe .home-globe-head .head-l .head-l-des > * {
        font-size: 20px
    }
}

.home-globe .home-globe-head .pill-btn {
    padding: 12px 20px;
    font-weight: 600
}

.home-globe .home-globe-main {
    position: relative;
    margin: 0 auto
}

.home-globe .marker-item {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    cursor: pointer
}

    .home-globe .marker-item.disabled {
        opacity: .5;
        pointer-events: none
    }

@media(max-width: 1199px) {
    .home-globe .marker-item {
        width: 4.6%;
        height: 7.7%
    }
}

.home-globe .item-map__popup {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

    .home-globe .item-map__popup.active {
        opacity: 1;
        visibility: visible
    }

    .home-globe .item-map__popup .f-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        box-shadow: 0px 2px 10px rgba(0,0,0,.35);
        border-radius: 10px;
        border: unset;
        overflow: hidden;
        transform: translate(-50%, -50%);
        width: 320px
    }

@media(min-width: 992px) {
    .home-globe .item-map__popup .f-inner {
        width: 420px
    }
}

.home-globe .item-map__popup .f-inner .f-title {
    background: #f5f5f5;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #118443;
    padding: 8px 12px;
    margin: 0
}

@media(min-width: 992px) {
    .home-globe .item-map__popup .f-inner .f-title {
        padding: 14px 20px;
        font-size: 20px
    }
}

.home-globe .item-map__popup .f-inner .f-content {
    padding: 15px 10px
}

@media(min-width: 992px) {
    .home-globe .item-map__popup .f-inner .f-content {
        padding: 22px 25px
    }
}

.home-globe .item-map__popup .f-inner .f-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .home-globe .item-map__popup .f-inner .f-content ul li {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start
    }

        .home-globe .item-map__popup .f-inner .f-content ul li:not(:last-child) {
            margin-bottom: 10px
        }

        .home-globe .item-map__popup .f-inner .f-content ul li img {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            -o-object-fit: scale-down;
            object-fit: scale-down;
            margin-right: 5px
        }

@media(min-width: 992px) {
    .home-globe .item-map__popup .f-inner .f-content ul li img {
        margin-right: 15px
    }
}

.home-globe .item-map__popup .f-inner .f-content ul li a {
    flex: 1;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.375;
    color: #111
}

@media(min-width: 992px) {
    .home-globe .item-map__popup .f-inner .f-content ul li a {
        font-size: 16px
    }
}

.home-globe .item-map__popup .f-inner .f-content ul li a:hover {
    text-decoration: unset;
    color: #118443
}

.home-globe #mobileList {
    display: block;
    margin-top: 35px
}

@media(min-width: 768px) {
    .home-globe #mobileList {
        display: none;
        margin-top: 0
    }
}

.home-globe #mobileList .item-map__popup {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-bottom: 16px
}

    .home-globe #mobileList .item-map__popup .f-inner {
        position: static;
        transform: none;
        width: 100%
    }

.home-globe .btn-mobileList-map {
    display: block;
    text-align: center
}

    .home-globe .btn-mobileList-map > * {
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 8px 32px;
        gap: 4px;
        border: 1px solid #111;
        border-radius: 40px;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        color: #111
    }

.home-tintuc-head .pill-btn {
    padding: 11px 17px
}

#mobile-numberCounting {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 0px 4px 0px 0px;
    padding: 8px 14px
}

@media(min-width: 768px) {
    #mobile-numberCounting {
        display: none
    }
}

#mobile-numberCounting > * {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #118443
}

#mobile-numberCounting .present {
    font-weight: 700
}

#mobile-numberCounting .feature {
    position: relative
}

    #mobile-numberCounting .feature::before {
        content: "/";
        display: inline-block;
        width: .5rem;
        text-align: center
    }

.article-banner-page {
    position: relative
}

    .article-banner-page .image {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: hidden
    }

        .article-banner-page .image img, .article-banner-page .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

@media(min-width: 768px) {
    .article-banner-page .image {
        position: relative;
        width: 100%;
        padding-bottom: 35%;
        overflow: hidden
    }

        .article-banner-page .image img, .article-banner-page .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

.article-banner-page .titlebox {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

@media(min-width: 768px) {
    .article-banner-page .titlebox {
        bottom: 135px
    }
}

.article-banner-page .titlebox .title {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    font-size: 32px
}

@media(min-width: 768px) {
    .article-banner-page .titlebox .title {
        font-size: 52px
    }
}

@media(min-width: 1200px) {
    .article-banner-page .titlebox .title {
        font-size: 64px
    }
}

@media(max-width: 767px) {
    .article-banner-page .about-nav-tabs .about-nav-link {
        flex: 1
    }
}

.blog-article {
    padding: 40px 0
}

@media(min-width: 768px) {
    .blog-article {
        padding: 40px 0 80px
    }
}

@media(min-width: 1200px) {
    .blog-article {
        padding: 40px 0 120px
    }
}

.blog-article .article-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.blog-article .article-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .blog-article .article-col {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

        .blog-article .article-col:nth-child(7n+7), .blog-article .article-col:first-child {
            flex: 0 0 66.66%;
            max-width: 66.66%
        }

            .blog-article .article-col:nth-child(7n+7) .single-article .image, .blog-article .article-col:first-child .single-article .image {
                position: relative;
                width: 100%;
                padding-bottom: 49%;
                overflow: hidden
            }

                .blog-article .article-col:nth-child(7n+7) .single-article .image img, .blog-article .article-col:nth-child(7n+7) .single-article .image iframe, .blog-article .article-col:first-child .single-article .image img, .blog-article .article-col:first-child .single-article .image iframe {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center
                }

            .blog-article .article-col:nth-child(7n+7) .single-article .content, .blog-article .article-col:first-child .single-article .content {
                max-width: 530px;
                margin-right: auto
            }
}

@media(min-width: 1200px) {
    .blog-article .article-col {
        margin-bottom: 40px
    }
}

.single-article {
    position: relative;
    display: flex;
    flex-flow: column;
    height: 100%
}

    .single-article .image {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
        overflow: hidden
    }

        .single-article .image img, .single-article .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

        .single-article .image img {
            transition: all .3s linear
        }

        .single-article .image:hover img {
            transform: scale(1.1);
            transition: all .3s linear
        }

    .single-article .content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-flow: column;
        background: rgba(0,0,0,.6);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        padding: 10px
    }

@media(min-width: 768px) {
    .single-article .content {
        max-height: 40%;
        height: 100%
    }
}

@media(min-width: 992px) {
    .single-article .content {
        max-height: 30%
    }
}

@media(min-width: 1200px) {
    .single-article .content {
        padding: 20px;
        max-height: 33%
    }
}

@media(min-width: 1680px) {
    .single-article .content {
        padding: 20px;
        max-height: 30%
    }
}

.single-article .content .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    transition: all .1s linear
}

@media(min-width: 1200px) {
    .single-article .content .title {
        font-size: 20px;
        margin-bottom: 5px
    }
}

.single-article .content .title:hover {
    color: #68b2ae;
    text-decoration: unset;
    transition: all .1s linear
}

.single-article .content .date {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #828282;
    margin-top: auto
}

@media(min-width: 1200px) {
    .single-article .content .date {
        font-size: 16px
    }
}

.stavian-pagination-article {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px
}

@media(min-width: 1200px) {
    .stavian-pagination-article {
        padding-top: 40px
    }
}

.stavian-loading-button .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #111;
    padding: 16px;
    max-width: 420px;
    width: 100%;
    background: #f2f2f2
}

    .stavian-loading-button .button span {
        margin-right: 15px
    }

    .stavian-loading-button .button img {
        transition: all .1s linear
    }

    .stavian-loading-button .button:hover {
        background: #118443;
        color: #fff
    }

        .stavian-loading-button .button:hover img {
            filter: brightness(999);
            transition: all .1s linear
        }

.video-item {
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .video-item {
        margin-bottom: 40px
    }
}

.video-item .image {
    position: relative;
    margin-bottom: 20px
}

.video-item .img {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden
}

    .video-item .img img, .video-item .img iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

@media(min-width: 1680px) {
    .video-item .img {
        position: relative;
        width: 100%;
        padding-bottom: 72%;
        overflow: hidden
    }

        .video-item .img img, .video-item .img iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

.video-item .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

    .video-item .play-button::before {
        content: "";
        position: absolute;
        width: 38px;
        z-index: -1;
        aspect-ratio: 1/1;
        background: #118443;
        border-radius: 50%;
        transition: all .3s ease
    }

    .video-item .play-button:hover::before {
        width: 45.6px;
        transition: all .3s ease;
        background: #68b2ae
    }

@media(min-width: 768px) {
    .video-item .play-button::before {
        width: 48px;
        transition: all .3s ease
    }

    .video-item .play-button:hover::before {
        width: 57.6px;
        transition: all .3s ease
    }
}

.video-item .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #111;
    margin-bottom: 10px
}

    .video-item .title:hover {
        color: #68b2ae
    }

.video-item .date {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #828282
}

.article-detail-wrapper {
    padding: 25px 0
}

@media(min-width: 768px) {
    .article-detail-wrapper {
        padding: 40px 0 75px
    }
}

.article-detail-wrapper .entry-header {
    margin-bottom: 20px
}

    .article-detail-wrapper .entry-header .title {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.1666666667;
        color: #118443;
        margin: 0
    }

@media(min-width: 1200px) {
    .article-detail-wrapper .entry-header .title {
        font-size: 28px
    }
}

@media(min-width: 1680px) {
    .article-detail-wrapper .entry-header .title {
        font-size: 36px
    }
}

.article-detail-wrapper .entry-content > * {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    color: #111;
    margin-bottom: 20px
}

@media(min-width: 1200px) {
    .article-detail-wrapper .entry-content > * {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .article-detail-wrapper .entry-content > * {
        font-size: 20px
    }
}

.article-detail-wrapper .entry-content img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto 20px
}

.article-detail-wrapper .entry-content ul {
    list-style-type: disc;
    list-style-position: inside
}

.article-detail-wrapper .entry-content ol {
    list-style-type: decimal;
    list-style-position: inside
}

.article-detail-wrapper .entry-content ul, .article-detail-wrapper .entry-content ol {
    padding: 0;
    margin: 0
}

    .article-detail-wrapper .entry-content ul li, .article-detail-wrapper .entry-content ol li {
        list-style: inherit;
        margin-bottom: 20px
    }

.article-detail-wrapper .entry-footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    padding: 20px;
    gap: 10px
}

@media(min-width: 768px) {
    .article-detail-wrapper .entry-footer {
        justify-content: flex-start
    }
}

.article-detail-wrapper .entry-footer .button-article-prev {
    flex: 1;
    text-align: center
}

@media(min-width: 768px) {
    .article-detail-wrapper .entry-footer .button-article-prev {
        text-align: left
    }
}

.article-detail-wrapper .entry-footer .button-article-prev > * {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #118443;
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 60px;
    padding: 7px 12px
}

    .article-detail-wrapper .entry-footer .button-article-prev > * img {
        flex-shrink: 0;
        margin-right: 10px;
        transition: all .1s linear
    }

    .article-detail-wrapper .entry-footer .button-article-prev > *:hover {
        background: #118443;
        color: #fff
    }

        .article-detail-wrapper .entry-footer .button-article-prev > *:hover img {
            filter: brightness(999);
            transition: all .1s linear
        }

.article-detail-wrapper .entry-footer .social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 auto
}

@media(min-width: 768px) {
    .article-detail-wrapper .entry-footer .social {
        margin-left: auto;
        margin-right: 0
    }
}

.article-detail-wrapper .entry-footer .social > * {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #222
}

.article-detail-wrapper .entry-footer .social a {
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    aspect-ratio: 1/1;
    padding: 6px
}

    .article-detail-wrapper .entry-footer .social a:hover {
        background: #68b2ae;
        border: 1px solid #68b2ae
    }

.article-detail-wrapper .entry-sidebar {
    position: sticky;
    top: 115px;
    background: #f2f2f2;
    padding: 20px
}

@media(min-width: 1200px) {
    .article-detail-wrapper .entry-sidebar {
        max-width: 330px;
        margin-left: auto
    }
}

.article-detail-wrapper .entry-sidebar .titlebox {
    margin-bottom: 20px
}

    .article-detail-wrapper .entry-sidebar .titlebox .title {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.375;
        color: #118443;
        text-transform: uppercase
    }

.article-detail-wrapper .entry-sidebar .article-sidebar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .article-detail-wrapper .entry-sidebar .article-sidebar:not(:last-child) {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .article-detail-wrapper .entry-sidebar .article-sidebar .img {
        position: relative;
        width: 100%;
        padding-bottom: 28%;
        overflow: hidden;
        max-width: 100px
    }

        .article-detail-wrapper .entry-sidebar .article-sidebar .img img, .article-detail-wrapper .entry-sidebar .article-sidebar .img iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

@media(min-width: 768px)and (max-width: 991px) {
    .article-detail-wrapper .entry-sidebar .article-sidebar .img {
        position: relative;
        width: 100%;
        padding-bottom: 10%;
        overflow: hidden
    }

        .article-detail-wrapper .entry-sidebar .article-sidebar .img img, .article-detail-wrapper .entry-sidebar .article-sidebar .img iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

.article-detail-wrapper .entry-sidebar .article-sidebar .img img {
    transition: all .3s linear
}

    .article-detail-wrapper .entry-sidebar .article-sidebar .img img:hover {
        transform: scale(1.1);
        transition: all .3s linear
    }

.article-detail-wrapper .entry-sidebar .article-sidebar .title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #111;
    margin-left: 10px
}

    .article-detail-wrapper .entry-sidebar .article-sidebar .title:hover {
        color: #118443
    }

.video-detail-wrapper {
    padding: 40px 0
}

@media(min-width: 768px) {
    .video-detail-wrapper {
        padding: 40px 0 80px
    }
}

@media(min-width: 1200px) {
    .video-detail-wrapper {
        padding: 40px 0 120px
    }
}

.video-detail-main .video-item .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1666666667;
    color: #118443
}

@media(min-width: 1200px) {
    .video-detail-main .video-item .title {
        font-size: 24px
    }
}

@media(min-width: 1680px) {
    .video-detail-main .video-item .title {
        font-size: 36px
    }
}

#video-sidebar-slide [class*=swiper-button] {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0
}

    #video-sidebar-slide [class*=swiper-button]::after {
        content: none
    }

    #video-sidebar-slide [class*=swiper-button].swiper-button-disabled {
        filter: grayscale(1)
    }

#video-sidebar-slide .navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

#video-sidebar-slide #slidesCounting > * {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #118443
}

#video-sidebar-slide #slidesCounting #slides {
    color: #118443
}

.video-detail-sidebar {
    background: #f2f2f2;
    padding: 20px;
    padding-bottom: 40px
}

@media(min-width: 1200px) {
    .video-detail-sidebar {
        max-width: 330px;
        margin-left: auto
    }
}

.video-detail-sidebar .title-sidebar {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.375;
    color: #118443;
    margin-bottom: 20px
}

.video-detail-sidebar .video-item {
    margin-bottom: 0
}

    .video-detail-sidebar .video-item .title {
        font-size: 16px;
        margin-bottom: 0
    }

        .video-detail-sidebar .video-item .title:hover {
            color: #118443
        }

    .video-detail-sidebar .video-item .date {
        font-size: 14px
    }

.stavian-banner-contact {
    position: relative
}

    .stavian-banner-contact .image {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: hidden
    }

        .stavian-banner-contact .image img, .stavian-banner-contact .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

@media(min-width: 768px) {
    .stavian-banner-contact .image {
        position: relative;
        width: 100%;
        padding-bottom: 35%;
        overflow: hidden
    }

        .stavian-banner-contact .image img, .stavian-banner-contact .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

.stavian-banner-contact .titlebox {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

@media(min-width: 1680px) {
    .stavian-banner-contact .titlebox {
        bottom: 70px
    }
}

.stavian-banner-contact .titlebox .title {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    font-size: 32px
}

@media(min-width: 1200px) {
    .stavian-banner-contact .titlebox .title {
        font-size: 48px
    }
}

@media(min-width: 1680px) {
    .stavian-banner-contact .titlebox .title {
        font-size: 64px
    }
}

.stavian-contact-form {
    background: #f2f2f2;
    padding: 35px 0
}

@media(min-width: 768px) {
    .stavian-contact-form {
        padding: 70px 0
    }
}

.stavian-contact-form .stavian-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px
}

.stavian-contact-form .stavian-col:first-child {
    flex: 100%
}

@media(min-width: 992px) {
    .stavian-contact-form .stavian-col:first-child {
        flex: auto;
        max-width: 680px
    }
}

.stavian-contact-form .stavian-col:last-child {
    flex: 1
}

.stavian-contact-form .image {
    display: none;
    text-align: center
}

@media(min-width: 992px) {
    .stavian-contact-form .image {
        display: block
    }
}

.stavian-contact-form .title-form {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    color: #095563;
    margin-bottom: 20px
}

.stavian-contact-form .contact-form .input-group {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 11px 20px;
    margin-bottom: 10px
}

    .stavian-contact-form .contact-form .input-group:focus-within {
        border-bottom: 1px solid #118443
    }

    .stavian-contact-form .contact-form .input-group .form-title {
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 1;
        color: #999;
        margin-bottom: 9px
    }

        .stavian-contact-form .contact-form .input-group .form-title.required::after {
            content: "*";
            display: inline-block;
            vertical-align: text-top;
            color: #eb5757
        }

    .stavian-contact-form .contact-form .input-group input, .stavian-contact-form .contact-form .input-group select, .stavian-contact-form .contact-form .input-group textarea {
        display: block;
        width: 100%;
        border: unset;
        background: rgba(0,0,0,0);
        font-weight: 700;
        font-size: 16px;
        line-height: 1.3;
        color: #111;
        transition: all .2s linear
    }

@media(min-width: 1440px) {
    .stavian-contact-form .contact-form .input-group input, .stavian-contact-form .contact-form .input-group select, .stavian-contact-form .contact-form .input-group textarea {
        font-size: 20px
    }
}

.stavian-contact-form .contact-form .input-group input:focus-visible, .stavian-contact-form .contact-form .input-group select:focus-visible, .stavian-contact-form .contact-form .input-group textarea:focus-visible {
    outline: none;
    border: unset;
    transition: all .2s linear
}

.stavian-contact-form .contact-form .input-group input::-moz-placeholder, .stavian-contact-form .contact-form .input-group select::-moz-placeholder, .stavian-contact-form .contact-form .input-group textarea::-moz-placeholder {
    color: #111;
    opacity: 1
}

.stavian-contact-form .contact-form .input-group input::placeholder, .stavian-contact-form .contact-form .input-group select::placeholder, .stavian-contact-form .contact-form .input-group textarea::placeholder {
    color: #111;
    opacity: 1
}

.stavian-contact-form .contact-form .input-group input:-ms-input-placeholder, .stavian-contact-form .contact-form .input-group select:-ms-input-placeholder, .stavian-contact-form .contact-form .input-group textarea:-ms-input-placeholder {
    color: #111;
    opacity: 1
}

.stavian-contact-form .contact-form .input-group input::-ms-input-placeholder, .stavian-contact-form .contact-form .input-group select::-ms-input-placeholder, .stavian-contact-form .contact-form .input-group textarea::-ms-input-placeholder {
    color: #111;
    opacity: 1
}

.stavian-contact-form .contact-form .input-group label {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

    .stavian-contact-form .contact-form .input-group label select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        white-space: normal;
        padding-right: 24px
    }

    .stavian-contact-form .contact-form .input-group label svg {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

.stavian-contact-form .contact-form .input-group textarea {
    min-height: 120px
}

.stavian-contact-form .contact-form button {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #118443;
    background: #118443;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 15px 38px;
    transition: all .2s linear
}

    .stavian-contact-form .contact-form button img {
        flex-shrink: 0;
        margin-left: 10px
    }

    .stavian-contact-form .contact-form button:hover {
        box-shadow: inset 0 200px 0 rgba(0,0,0,.2392156863);
        transition: all .2s linear
    }

.stavian-banner-invester .titlebox {
    bottom: 55px
}

@media(min-width: 768px) {
    .stavian-banner-invester .titlebox {
        bottom: 135px
    }
}

@media(min-width: 1200px) {
    .relationship-invest .membership-unit--wrapper {
        min-height: calc(100vh - 89px)
    }
}

@media(min-width: 1680px) {
    .section-fluid-flex {
        min-height: calc(100vh - 89px);
        padding: 120px 0
    }
}

.section-fluid-flex .stavian-row {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.section-fluid-flex .stavian-col {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 992px) {
    .section-fluid-flex .stavian-col {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-fluid-flex .image {
    width: 100%;
    height: 100%
}

@media(max-width: 991px) {
    .section-fluid-flex .image {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: hidden
    }

        .section-fluid-flex .image img, .section-fluid-flex .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

.section-fluid-flex .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-fluid-flex .content {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding: 30px 0
}

    .section-fluid-flex .content * {
        font-weight: 400;
        line-height: 1.5;
        text-align: justify;
        color: #111
    }

@media(max-width: 767px) {
    .section-fluid-flex .content * {
        font-size: 16px !important
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .section-fluid-flex .content * {
        font-size: 18px !important
    }
}

@media(min-width: 1200px) {
    .section-fluid-flex .content * {
        font-size: 20px
    }
}

@media(min-width: 992px) {
    .section-fluid-flex .content {
        padding: 50px 25px;
        padding-right: 0
    }
}

@media(min-width: 1680px) {
    .section-fluid-flex .content {
        padding: 70px;
        padding-right: 0
    }
}

.section-fluid-flex .btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    background: #118443;
    padding: 12px 20px
}

@media(min-width: 992px) {
    .section-fluid-flex .btn-download {
        width: -moz-max-content;
        width: max-content
    }
}

.section-fluid-flex .btn-download:hover {
    box-shadow: inset 0 200px 0 rgba(0,0,0,.2392156863)
}

.section-fluid-flex .btn-download img {
    flex-shrink: 0;
    margin-left: 10px
}

.section-fluid-list {
    background-image: url(../images/bg-wave-square.png);
    background-color: #118443;
    background-repeat: no-repeat;
    background-size: cover
}

@media(min-width: 1200px) {
    .section-fluid-list {
        min-height: calc(100vh - 89px)
    }
}

.section-fluid-list .stavian-row {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.section-fluid-list .stavian-col {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 992px) {
    .section-fluid-list .stavian-col {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-fluid-list .image {
    width: 100%;
    height: 100%
}

    .section-fluid-list .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.section-fluid-list .content {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding: 30px 0
}

@media(min-width: 992px) {
    .section-fluid-list .content {
        padding: 30px;
        padding-left: 0
    }
}

@media(min-width: 1680px) {
    .section-fluid-list .content {
        padding: 0;
        padding-right: 70px
    }
}

.section-fluid-list .box-title {
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .section-fluid-list .box-title {
        margin-bottom: 40px
    }
}

.section-fluid-list .box-title .title {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1666666667;
    color: #fff;
    margin-bottom: 0
}

@media(min-width: 1200px) {
    .section-fluid-list .box-title .title {
        font-size: 28px
    }
}

@media(min-width: 1680px) {
    .section-fluid-list .box-title .title {
        font-size: 36px
    }
}

.section-fluid-list .box-list ul {
    padding: 0;
    margin: 0
}

    .section-fluid-list .box-list ul li {
        position: relative;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
        padding-left: 34px
    }

@media(min-width: 1200px) {
    .section-fluid-list .box-list ul li {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .section-fluid-list .box-list ul li {
        font-size: 20px
    }
}

.section-fluid-list .box-list ul li:not(:last-child) {
    margin-bottom: 20px
}

.section-fluid-list .box-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../images/ic-check-stavian2.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    width: 24px;
    aspect-ratio: 1/1
}

.section-margin-down {
    padding: 30px 0
}

@media(min-width: 1366px) {
    .section-margin-down {
        padding: 0
    }
}

.section-margin-down .box-item {
    max-width: 860px;
    margin: 0 auto
}

@media(min-width: 768px) {
    .section-margin-down .box-item {
        background: #fff;
        box-shadow: 0px 20px 60px rgba(0,0,0,.1);
        padding: 50px 25px
    }
}

@media(min-width: 1200px) {
    .section-margin-down .box-item {
        padding: 70px
    }
}

@media(min-width: 1366px) {
    .section-margin-down .box-item {
        transform: translateY(-70px);
        margin-bottom: 50px
    }
}

.section-margin-down .titlebox {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

@media(min-width: 768px) {
    .section-margin-down .titlebox {
        margin-bottom: 35px
    }
}

.section-margin-down .titlebox .title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1666666667;
    color: #118443;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .section-margin-down .titlebox .title {
        font-size: 36px
    }
}

.section-margin-down .titlebox .title::before {
    content: "";
    position: absolute;
    background: currentColor;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.section-margin-down .listbox ul {
    padding: 0;
    margin: 0
}

    .section-margin-down .listbox ul li {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start
    }

        .section-margin-down .listbox ul li:not(:last-child) {
            margin-bottom: 20px
        }

        .section-margin-down .listbox ul li img {
            flex-shrink: 0;
            width: 36px;
            aspect-ratio: 1/1;
            -o-object-fit: contain;
            object-fit: contain;
            margin-top: -6px;
            margin-right: 10px
        }

        .section-margin-down .listbox ul li span, .section-margin-down .listbox ul li a {
            flex: 1;
            display: block;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.5;
            color: #333
        }

@media(min-width: 768px) {
    .section-margin-down .listbox ul li span, .section-margin-down .listbox ul li a {
        font-size: 20px
    }
}

.section-margin-down .listbox ul li span:hover, .section-margin-down .listbox ul li a:hover {
    color: #118443;
    cursor: pointer
}

.document-coorp {
    background: #f2f2f2;
    padding: 40px 0
}

@media(min-width: 768px) {
    .document-coorp {
        padding: 40px 0 80px
    }
}

@media(min-width: 1200px) {
    .document-coorp {
        padding: 40px 0 120px
    }
}

.document-coorp .stavian-pagination > * {
    background: #fff
}

    .document-coorp .stavian-pagination > *:hover, .document-coorp .stavian-pagination > *.active {
        background: #118443
    }

.document-coorp .item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px
}

@media(min-width: 1200px) {
    .document-coorp .item {
        padding: 20px 40px
    }
}

.document-coorp .item .title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #111;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .document-coorp .item .title {
        font-size: 20px
    }
}

.document-coorp .item .date {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #828282
}

@media(min-width: 768px) {
    .document-coorp .item .date {
        font-size: 16px
    }
}

.document-coorp .item .date img {
    flex-shrink: 0;
    margin-right: 5px
}

@media(min-width: 768px) {
    .document-coorp .item .date img {
        margin-right: 10px
    }
}

.document-coorp .item .button {
    margin-left: auto
}

    .document-coorp .item .button > * {
        display: inline-flex;
        align-items: center;
        background: #e2f2f1;
        border-radius: 4px;
        font-weight: 600;
        font-size: 14px;
        color: #118443;
        padding: 6px 9px
    }

@media(min-width: 768px) {
    .document-coorp .item .button > * {
        font-size: 16px;
        padding: 10px 25px
    }
}

.document-coorp .item .button > * img {
    margin-right: 5px;
    transition: all .1s linear
}

@media(min-width: 768px) {
    .document-coorp .item .button > * img {
        margin-right: 10px
    }
}

.document-coorp .item .button > *:hover {
    background: #118443;
    color: #fff
}

    .document-coorp .item .button > *:hover img {
        filter: brightness(999);
        transition: all .1s linear
    }

.stavian-invester-wrapper .membership-unit--entry .box-title .sub {
    font-size: 16px
}

@media(min-width: 768px) {
    .stavian-invester-wrapper .membership-unit--entry .box-title .sub {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .stavian-invester-wrapper .membership-unit--entry .box-title .sub {
        font-size: 20px
    }
}

@media(min-width: 1680px) {
    .stavian--recruiment-strategy .membership-unit--wrapper {
        min-height: calc(100vh - 89px)
    }
}

.stavian--recruiment-strategy .membership-unit--entry .box-title {
    margin-bottom: 40px
}

@media(min-width: 1200px) {
    .stavian--recruiment-strategy .membership-unit--entry .box-title {
        margin-bottom: 60px
    }
}

.stavian--recruiment-strategy .membership-unit--entry .box-button .sub {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #118443;
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .stavian--recruiment-strategy .membership-unit--entry .box-button .sub {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .stavian--recruiment-strategy .membership-unit--entry .box-button .sub {
        font-size: 20px
    }
}

.stavian--recruiment-strategy .membership-unit--entry .box-button .btn {
    display: inline-flex;
    align-items: center;
    background: #118443;
    border-radius: 4px;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff
}

    .stavian--recruiment-strategy .membership-unit--entry .box-button .btn:hover {
        background: #68b2ae
    }

    .stavian--recruiment-strategy .membership-unit--entry .box-button .btn img {
        flex-shrink: 0;
        margin-left: 10px
    }

.stavian--recruit-fluid {
    min-height: 100%
}

.stavian--recruit-accordion {
    padding: 40px 0;
    padding: 30px 0
}

@media(min-width: 768px) {
    .stavian--recruit-accordion {
        padding: 80px 0
    }
}

@media(min-width: 1200px) {
    .stavian--recruit-accordion {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .stavian--recruit-accordion {
        padding: 120px 0
    }
}

.stavian--recruit-accordion #accordion {
    max-width: 860px;
    margin: 0 auto;
    border-width: 1px 0;
    border-color: #e0e0e0;
    border-style: solid;
    border-radius: 0
}

.stavian--recruit-accordion .card {
    background: rgba(0,0,0,0);
    border: unset;
    padding: 20px 0
}

    .stavian--recruit-accordion .card:not(:last-child) {
        border-bottom: 1px solid #e0e0e0
    }

@media(min-width: 1680px) {
    .stavian--recruit-accordion .card {
        padding: 40px 0
    }
}

.stavian--recruit-accordion .card-header {
    background: rgba(0,0,0,0);
    border: unset;
    padding: 0;
    margin: 0
}

.stavian--recruit-accordion .card-header-flexbox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .stavian--recruit-accordion .card-header-flexbox img {
        flex-shrink: 0;
        margin-left: 10px;
        transition: all .2s linear;
        cursor: pointer
    }

@media(max-width: 767px) {
    .stavian--recruit-accordion .card-header-flexbox img {
        transform: scale(0.7)
    }
}

.stavian--recruit-accordion .card-header button {
    flex: 1;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1666666667;
    color: #118443;
    background: rgba(0,0,0,0);
    text-align: left;
    border: unset;
    padding: 0;
    margin: 0
}

@media(min-width: 1200px) {
    .stavian--recruit-accordion .card-header button {
        font-size: 24px
    }
}

@media(min-width: 1680px) {
    .stavian--recruit-accordion .card-header button {
        font-size: 36px
    }
}

.stavian--recruit-accordion .card-header button:not(.collapsed) ~ img {
    transform: rotate(-135deg);
    filter: grayscale(1) brightness(2);
    transition: all .2s linear
}

@media(max-width: 767px) {
    .stavian--recruit-accordion .card-header button:not(.collapsed) ~ img {
        transform: rotate(-135deg) scale(0.7)
    }
}

.stavian--recruit-accordion .card-header button:focus, .stavian--recruit-accordion .card-header button:focus-visible {
    text-decoration: unset
}

@media(min-width: 1200px) {
    .stavian--recruit-accordion .card-header button:hover {
        color: #68b2ae;
        text-decoration: unset
    }
}

.stavian--recruit-accordion .card-body {
    background: rgba(0,0,0,0);
    border: unset;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    margin-top: 20px
}

@media(min-width: 768px) {
    .stavian--recruit-accordion .card-body {
        font-size: 16px
    }
}

@media(min-width: 1200px) {
    .stavian--recruit-accordion .card-body {
        font-size: 18px;
        max-width: 93%;
        margin-right: auto
    }
}

@media(min-width: 1680px) {
    .stavian--recruit-accordion .card-body {
        font-size: 20px
    }
}

.stavian--developement .membership-unit {
    padding: 0
}

.stavian--developement .membership-unit--wrapper {
    padding: 40px 0;
    z-index: 1
}

@media(min-width: 768px) {
    .stavian--developement .membership-unit--wrapper {
        padding: 80px 0
    }
}

@media(min-width: 1200px) {
    .stavian--developement .membership-unit--wrapper {
        min-height: calc(100vh - 89px);
        padding: 120px 0
    }
}

.stavian--developement .membership-unit--wrapper:before {
    background-size: auto 100%;
    width: 45%;
    z-index: -1
}

.stavian--csr {
    padding: 30px 0
}

@media(min-width: 1200px) {
    .stavian--csr {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .stavian--csr {
        padding: 120px 0
    }
}

.stavian--csr .csr-titlebox {
    margin-bottom: 30px
}

@media(min-width: 1200px) {
    .stavian--csr .csr-titlebox {
        max-width: 750px;
        margin-right: auto
    }
}

@media(min-width: 1680px) {
    .stavian--csr .csr-titlebox {
        margin-bottom: 80px
    }
}

.stavian--csr .csr-titlebox .title {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1666666667;
    color: #118443;
    padding-bottom: 10px;
    margin-bottom: 15px
}

@media(min-width: 1200px) {
    .stavian--csr .csr-titlebox .title {
        font-size: 28px
    }
}

@media(min-width: 1680px) {
    .stavian--csr .csr-titlebox .title {
        font-size: 36px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

.stavian--csr .csr-titlebox .title::before {
    content: "";
    position: absolute;
    background: currentColor;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 0
}

.stavian--csr .csr-titlebox .sub {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #111
}

@media(min-width: 768px) {
    .stavian--csr .csr-titlebox .sub {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .stavian--csr .csr-titlebox .sub {
        font-size: 20px
    }
}

.stavian--csr .csr-article-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.stavian--csr .csr-col {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 768px) {
    .stavian--csr .csr-col {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px)
    }
}

@media(min-width: 1200px) {
    .stavian--csr .csr-col {
        flex: 0 0 calc(33.3333333333% - 13.3333333333px);
        max-width: calc(33.3333333333% - 13.3333333333px)
    }
}

article.csr {
    position: relative;
    overflow: hidden
}

    article.csr .init {
        position: relative;
        cursor: pointer
    }

        article.csr .init .image {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden
        }

            article.csr .init .image img, article.csr .init .image iframe {
                position: absolute;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center
            }

        article.csr .init .titlebox {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255,255,255,.68);
            border-top: 1px solid rgba(255,255,255,.8);
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            transition: all .2s linear;
            padding: 10px
        }

@media(min-width: 992px) {
    article.csr .init .titlebox {
        padding: 20px;
        padding-bottom: 40px
    }
}

article.csr .init .titlebox-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px
}

article.csr .init .titlebox .sub {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #828282;
    margin-bottom: 5px
}

@media(min-width: 992px) {
    article.csr .init .titlebox .sub {
        font-size: 16px
    }
}

article.csr .init .titlebox .title {
    flex: 1;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #118443;
    margin: 0
}

@media(min-width: 768px) {
    article.csr .init .titlebox .title {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    article.csr .init .titlebox .title {
        font-size: 20px
    }
}

article.csr .init .titlebox .nav {
    margin-left: auto
}

@media(min-width: 768px) {
    article.csr:hover .init .titlebox {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .2s linear
    }

    article.csr:hover .hover {
        pointer-events: inherit;
        background: rgba(15,95,90,.8);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px)
    }

        article.csr:hover .hover::before {
            right: 0;
            opacity: 1;
            visibility: visible;
            transition: all .3s linear
        }

        article.csr:hover .hover .titlebox {
            bottom: 0;
            opacity: 1;
            visibility: visible;
            transition: all .2s linear;
            transition-delay: .3s
        }
}

article.csr .hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

    article.csr .hover::before {
        content: "";
        position: absolute;
        top: 0;
        right: 10%;
        bottom: 0;
        z-index: -1;
        background-image: url(../images/bg-csr.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right top;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .3s linear
    }

    article.csr .hover .titlebox {
        position: absolute;
        bottom: -10%;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear;
        padding: 10px
    }

@media(min-width: 992px) {
    article.csr .hover .titlebox {
        padding: 20px;
        padding-bottom: 40px
    }
}

article.csr .hover .titlebox-flex {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    gap: 15px
}

@media(min-width: 992px) {
    article.csr .hover .titlebox-flex {
        flex-flow: row wrap;
        align-items: flex-end;
        gap: 5px
    }
}

article.csr .hover .titlebox .sub {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.625;
    color: #fff;
    margin-bottom: 5px
}

@media(min-width: 992px) {
    article.csr .hover .titlebox .sub {
        font-size: 16px
    }
}

article.csr .hover .titlebox .title {
    flex: 1;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    margin: 0
}

@media(min-width: 768px) {
    article.csr .hover .titlebox .title {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    article.csr .hover .titlebox .title {
        font-size: 20px
    }
}

article.csr .hover .titlebox .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #118443;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 9px 12px;
    margin: 0;
    margin-right: auto
}

@media(min-width: 768px) {
    article.csr .hover .titlebox .btn {
        font-size: 16px;
        padding: 9px 20px
    }
}

@media(min-width: 992px) {
    article.csr .hover .titlebox .btn {
        margin: 0;
        margin-left: auto
    }
}

article.csr .hover .titlebox .btn .nav {
    flex-shrink: 0;
    margin-left: 10px;
    transition: all .1s linear
}

article.csr .hover .titlebox .btn:hover {
    background: #118443;
    color: #fff
}

    article.csr .hover .titlebox .btn:hover .nav {
        filter: brightness(999);
        transition: all .1s linear
    }

.stavian--developement-tabs {
    background-image: url(../images/bg-cachtiepcan.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative;
    background-attachment: fixed;
    padding: 30px 0
}

    .stavian--developement-tabs::before {
        content: "";
        position: absolute;
        background: rgba(15,95,90,.8);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

@media(min-width: 768px) {
    .stavian--developement-tabs {
        padding: 80px 0
    }
}

@media(min-width: 1200px) {
    .stavian--developement-tabs {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .stavian--developement-tabs {
        padding: 120px 0
    }
}

.stavian--developement-tabs .box-title {
    margin-bottom: 20px
}

@media(min-width: 992px) {
    .stavian--developement-tabs .box-title {
        margin-bottom: 40px
    }
}

.stavian--developement-tabs .box-title .title {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1666666667;
    color: #118443;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0;
    margin: 0
}

@media(min-width: 1200px) {
    .stavian--developement-tabs .box-title .title {
        font-size: 28px
    }
}

@media(min-width: 1680px) {
    .stavian--developement-tabs .box-title .title {
        font-size: 36px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

.stavian--developement-tabs .box-title .title::before {
    content: "";
    position: absolute;
    background: currentColor;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 0
}

.stavian--developement-tabs .box-title .title::before {
    content: none
}

.stavian--developement-tabs .tabs-panel-item {
    position: sticky;
    top: 120px
}

.stavian--developement-tabs__ptbv .tab-panel-content {
    display: block
}

.stavian--developement-tabs-second {
    background: #f2f2f2
}

    .stavian--developement-tabs-second::before {
        content: none !important
    }

    .stavian--developement-tabs-second .tabs-panel-item .tab-item > * {
        color: #666;
        background: rgba(0,0,0,0);
        border: 1px solid #fff
    }

        .stavian--developement-tabs-second .tabs-panel-item .tab-item > *::before {
            filter: brightness(0.5)
        }

    .stavian--developement-tabs-second .tabs-panel-item .tab-item.active > *, .stavian--developement-tabs-second .tabs-panel-item .tab-item:hover > * {
        background: #fff;
        color: #118443
    }

        .stavian--developement-tabs-second .tabs-panel-item .tab-item.active > *::before, .stavian--developement-tabs-second .tabs-panel-item .tab-item:hover > *::before {
            filter: brightness(1)
        }

    .stavian--developement-tabs-second .stavian--lvhd-desc {
        color: #111
    }

.stavian--developement-tabs .stavian--lvhd__accordion-list-second .accordion-block .tab-item > * {
    color: #666;
    background: rgba(0,0,0,0);
    border: 1px solid #fff
}

    .stavian--developement-tabs .stavian--lvhd__accordion-list-second .accordion-block .tab-item > *::before {
        filter: brightness(0.5)
    }

    .stavian--developement-tabs .stavian--lvhd__accordion-list-second .accordion-block .tab-item > *.active, .stavian--developement-tabs .stavian--lvhd__accordion-list-second .accordion-block .tab-item > *:hover {
        background: #fff;
        color: #118443
    }

        .stavian--developement-tabs .stavian--lvhd__accordion-list-second .accordion-block .tab-item > *.active::before, .stavian--developement-tabs .stavian--lvhd__accordion-list-second .accordion-block .tab-item > *:hover::before {
            filter: brightness(1)
        }

@media(min-width: 1200px) {
    .tab-panel-content {
        margin-left: 40px
    }
}

.tab-panel-content .top-desc {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.15)
}

@media(min-width: 768px) {
    .tab-panel-content .top-desc {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .tab-panel-content .top-desc {
        font-size: 20px
    }
}

.tab-panel-content .list-category ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .tab-panel-content .list-category ul li {
        position: relative;
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        gap: 20px
    }

@media(min-width: 768px) {
    .tab-panel-content .list-category ul li {
        flex-flow: row wrap
    }
}

.tab-panel-content .list-category ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.tab-panel-content .list-category ul li .image {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 4px 20px rgba(0,0,0,.35);
    overflow: hidden
}

@media(min-width: 1680px) {
    .tab-panel-content .list-category ul li .image {
        width: 160px;
        height: 160px
    }
}

.tab-panel-content .list-category ul li .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tab-panel-content .list-category ul li .content {
    flex: 1
}

    .tab-panel-content .list-category ul li .content .title {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 10px
    }

@media(min-width: 1200px) {
    .tab-panel-content .list-category ul li .content .title {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .tab-panel-content .list-category ul li .content .title {
        font-size: 20px
    }
}

.tab-panel-content .list-category ul li .content .sub {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

@media(min-width: 1200px) {
    .tab-panel-content .list-category ul li .content .sub {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .tab-panel-content .list-category ul li .content .sub {
        font-size: 20px
    }
}

.tab-panel-content .list-category ul li .content .sub.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tab-panel-content .list-category ul li .btn-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #b6e0de;
    margin-top: 10px
}

@media(min-width: 1200px) {
    .tab-panel-content .list-category ul li .btn-toggle {
        font-size: 16px
    }
}

.tab-panel-content .list-category ul li .btn-toggle.active::after {
    transform: rotate(180deg)
}

.tab-panel-content .list-category ul li .btn-toggle::after {
    content: "";
    display: inline-block;
    background-image: url(../images/arrow-caretdown-green.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 1.5rem;
    height: 1.5rem
}

.tab-panel-content .list-category ul li .btn-toggle:hover {
    text-decoration: underline
}

.stavian--banner-linhvuchoatdong {
    position: relative;
    overflow: hidden
}

    .stavian--banner-linhvuchoatdong .image {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative
    }

        .stavian--banner-linhvuchoatdong .image img, .stavian--banner-linhvuchoatdong .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

@media(min-width: 768px) {
    .stavian--banner-linhvuchoatdong .image {
        position: relative;
        width: 100%;
        padding-bottom: 35%;
        overflow: hidden
    }

        .stavian--banner-linhvuchoatdong .image img, .stavian--banner-linhvuchoatdong .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

.stavian--banner-linhvuchoatdong .titlebox {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

@media(min-width: 1680px) {
    .stavian--banner-linhvuchoatdong .titlebox {
        bottom: 70px
    }
}

.stavian--banner-linhvuchoatdong .titlebox .title {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    color: #118443;
    margin-bottom: 0;
    font-size: 24px
}

@media(min-width: 768px) {
    .stavian--banner-linhvuchoatdong .titlebox .title {
        font-size: 32px
    }
}

@media(min-width: 1200px) {
    .stavian--banner-linhvuchoatdong .titlebox .title {
        font-size: 48px
    }
}

@media(min-width: 1680px) {
    .stavian--banner-linhvuchoatdong .titlebox .title {
        font-size: 64px
    }
}

.stavian--linhvuchoatdong-introduce {
    padding: 30px 0;
    overflow-x: hidden
}

@media(min-width: 1200px) {
    .stavian--linhvuchoatdong-introduce {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .stavian--linhvuchoatdong-introduce {
        padding: 120px 0
    }
}

@media(min-width: 1680px) {
    .stavian--linhvuchoatdong-introduce {
        min-height: calc(100vh - 89px)
    }
}

@media(max-width: 991px) {
    .stavian--linhvuchoatdong-introduce {
        padding-bottom: 0
    }
}

.stavian--linhvuchoatdong-introduce .stavian-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.stavian--linhvuchoatdong-introduce .stavian-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px
}

@media(min-width: 992px) {
    .stavian--linhvuchoatdong-introduce .stavian-col {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width: 1200px) {
    .stavian--linhvuchoatdong-introduce .textbox {
        margin-right: 40px
    }
}

.stavian--linhvuchoatdong-introduce .textbox .title {
    display: block;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1666666667;
    color: #118443;
    padding-bottom: 10px;
    margin-bottom: 15px
}

@media(min-width: 1200px) {
    .stavian--linhvuchoatdong-introduce .textbox .title {
        font-size: 28px
    }
}

@media(min-width: 1680px) {
    .stavian--linhvuchoatdong-introduce .textbox .title {
        font-size: 36px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

.stavian--linhvuchoatdong-introduce .textbox .title::before {
    content: "";
    position: absolute;
    background: currentColor;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 0
}

.stavian--linhvuchoatdong-introduce .textbox > * {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #111
}

@media(min-width: 1200px) {
    .stavian--linhvuchoatdong-introduce .textbox > * {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .stavian--linhvuchoatdong-introduce .textbox > * {
        font-size: 20px
    }
}

.stavian--linhvuchoatdong-introduce .textbox ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .stavian--linhvuchoatdong-introduce .textbox ul li {
        position: relative;
        display: flex;
        align-items: flex-start;
        margin-bottom: 5px
    }

@media(min-width: 768px) {
    .stavian--linhvuchoatdong-introduce .textbox ul li {
        margin-bottom: 20px
    }
}

.stavian--linhvuchoatdong-introduce .textbox ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../images/svg-checked-circle-stavian2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    margin-top: 3.5px;
    margin-right: 10px
}

@media(min-width: 768px) {
    .stavian--linhvuchoatdong-introduce .textbox ul li::before {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 2.5px
    }
}

.stavian--linhvuchoatdong-introduce .imgbox {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 100%
}

    .stavian--linhvuchoatdong-introduce .imgbox img, .stavian--linhvuchoatdong-introduce .imgbox iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

@media(min-width: 1680px) {
    .stavian--linhvuchoatdong-introduce .imgbox {
        position: relative;
        width: 100%;
        padding-bottom: 87%;
        overflow: hidden
    }

        .stavian--linhvuchoatdong-introduce .imgbox img, .stavian--linhvuchoatdong-introduce .imgbox iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

.stavian--lvhd-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

@media(min-width: 1200px) {
    .stavian--lvhd-desc {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .stavian--lvhd-desc {
        font-size: 20px
    }
}

.stavian--lvhd-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255,255,255,.15)
}

    .stavian--lvhd-table ul li {
        position: relative;
        display: flex;
        flex-wrap: wrap
    }

        .stavian--lvhd-table ul li:not(:last-child) {
            border-bottom: 1px solid rgba(255,255,255,.15)
        }

        .stavian--lvhd-table ul li > * {
            flex: 1;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.5;
            color: #fff;
            padding: 10px
        }

@media(min-width: 1200px) {
    .stavian--lvhd-table ul li > * {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .stavian--lvhd-table ul li > * {
        font-size: 20px;
        padding: 20px
    }
}

.stavian--lvhd-table ul li > *:first-child {
    font-weight: 400;
    color: #b6e0de;
    max-width: 33%;
    border-right: 1px solid rgba(255,255,255,.15)
}

.stavian--lvhd-table ul li > *:last-child {
    font-weight: 700
}

.stavian--lvhd-table {
    margin-top: 20px;
    margin-bottom: 0
}

    .stavian--lvhd-table table {
        width: 100% !important;
        border: 1px solid rgba(255,255,255,.15) !important
    }

        .stavian--lvhd-table table td {
            vertical-align: baseline;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.5;
            color: #fff;
            padding: 10px
        }

@media(min-width: 1200px) {
    .stavian--lvhd-table table td {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .stavian--lvhd-table table td {
        font-size: 20px;
        padding: 20px
    }
}

.stavian--lvhd-table table td:first-child {
    font-weight: 400;
    color: #b6e0de;
    max-width: 33%;
    border-right: 1px solid rgba(255,255,255,.15);
    width: 33.33% !important
}

.stavian--lvhd-table table td:last-child {
    font-weight: 700;
    width: 66.66% !important
}

.stavian--lvhd-table ul {
    border: 1px solid #e0e0e0
}

    .stavian--lvhd-table ul li > * {
        color: #111
    }

        .stavian--lvhd-table ul li > *:first-child {
            border-right: 1px solid #e0e0e0;
            color: #666
        }

    .stavian--lvhd-table ul li:not(:last-child) {
        border-bottom: 1px solid #e0e0e0
    }

.stavian--lvhd-tab {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed
}

@media(min-width: 1680px) {
    .stavian--lvhd-tab {
        min-height: calc(100vh - 89px)
    }
}

.stavian--lvhd-tab::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51,51,51,.45);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    transition: all .2s linear
}

.stavian--lvhd-tab.stavian--orange-before::before {
    background: rgba(173,146,118,.9);
    opacity: .9
}

.stavian--lvhd-tab.stavian--orange-before .stavian--lvhd-table ul li > *:first-child {
    color: #fff
}

.stavian--lvhd-tab.stavian--green-before::before {
    background: rgba(2,75,64,.68);
    opacity: .9
}

.stavian--textbox-absoluted {
    position: relative
}

    .stavian--textbox-absoluted .box-image {
        position: relative;
        height: 50vh;
        overflow: hidden
    }

@media(min-width: 1680px) {
    .stavian--textbox-absoluted .box-image {
        height: calc(100vh - 89px)
    }
}

.stavian--textbox-absoluted .box-image img {
    position: absolute !important;
    top: -10% !important;
    left: -10% !important;
    width: 120%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover
}

.stavian--textbox-absoluted .box-text {
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

@media(min-width: 768px) {
    .stavian--textbox-absoluted .box-text {
        padding: 10vh 0
    }
}

@media(min-width: 1200px) {
    .stavian--textbox-absoluted .box-text {
        padding: 25vh 0
    }
}

@media(min-width: 1680px) {
    .stavian--textbox-absoluted .box-text {
        padding: calc(50vh - 180px) 0
    }
}

.stavian--textbox-absoluted .box-text .text {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: rgba(2,75,64,.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 4px;
    padding: 15px;
    margin: 0 auto
}

@media(min-width: 768px) {
    .stavian--textbox-absoluted .box-text .text {
        padding: 30px
    }
}

@media(min-width: 1200px) {
    .stavian--textbox-absoluted .box-text .text {
        max-width: 650px;
        margin: 0 auto 0 0
    }
}

@media(min-width: 1680px) {
    .stavian--textbox-absoluted .box-text .text {
        padding: 70px
    }
}

.stavian--textbox-absoluted .box-text .text > * {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .stavian--textbox-absoluted .box-text .text > * {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .stavian--textbox-absoluted .box-text .text > * {
        font-size: 20px
    }
}

.stavian--textbox-absoluted-second .box-text .text {
    background: rgba(255,255,255,.68);
    margin: 0 0 0 auto
}

    .stavian--textbox-absoluted-second .box-text .text > * {
        color: #111
    }

.stavian--incontainer-introduce {
    padding: 30px 0
}

@media(min-width: 1200px) {
    .stavian--incontainer-introduce {
        padding: 60px 0
    }
}

@media(min-width: 1680px) {
    .stavian--incontainer-introduce {
        padding: 120px 0
    }
}

.stavian--incontainer-introduce .image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3
}

@media(min-width: 1680px) {
    .stavian--incontainer-introduce .image {
        aspect-ratio: 1/1
    }
}

.stavian--incontainer-introduce .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.stavian--incontainer-introduce .textbox {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #111
}

@media(min-width: 768px) {
    .stavian--incontainer-introduce .textbox {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .stavian--incontainer-introduce .textbox {
        font-size: 20px;
        margin-left: 40px
    }
}

.stavian--graphene-introduce .textbox > * {
    color: #333
}

.stavian--lvhd_count-number {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media(min-width: 768px) {
    .stavian--lvhd_count-number {
        row-gap: 70px
    }
}

.stavian--lvhd_count-number .item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: center
}

    .stavian--lvhd_count-number .item .num {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        font-weight: 700;
        font-size: 32px;
        line-height: 1;
        color: #fff;
        margin-bottom: 10px
    }

@media(min-width: 768px) {
    .stavian--lvhd_count-number .item .num {
        font-size: 48px
    }
}

@media(min-width: 992px) {
    .stavian--lvhd_count-number .item .num {
        font-size: 64px
    }
}

.stavian--lvhd_count-number .item .num::after {
    content: "++";
    display: inline-block;
    font-size: 18px
}

@media(min-width: 768px) {
    .stavian--lvhd_count-number .item .num::after {
        font-size: 36px
    }
}

.stavian--lvhd_count-number .item .desc {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

    .stavian--lvhd_count-number .item .desc br {
        display: none
    }

@media(min-width: 768px) {
    .stavian--lvhd_count-number .item .desc {
        font-size: 18px
    }

        .stavian--lvhd_count-number .item .desc br {
            display: inline
        }
}

@media(min-width: 1200px) {
    .stavian--lvhd_count-number .item .desc {
        font-size: 20px
    }
}

.stavian--button_var {
    position: relative;
    z-index: 1
}

    .stavian--button_var .btn {
        display: inline-flex;
        align-items: center;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        border-radius: 4px;
        padding: 11px 30px;
        background: #118443;
        color: #fff
    }

        .stavian--button_var .btn:hover {
            background: #68b2ae
        }

        .stavian--button_var .btn img {
            flex-shrink: 0;
            margin-left: 10px;
            filter: brightness(999)
        }

.stavian--button_var-white .btn {
    color: #118443;
    background: #fff
}

    .stavian--button_var-white .btn img {
        transform: rotate(180deg);
        filter: unset
    }

    .stavian--button_var-white .btn:hover {
        background: #118443;
        color: #fff
    }

        .stavian--button_var-white .btn:hover img {
            filter: brightness(999)
        }

.stavian--paper-product {
    background: #f2f2f2;
    overflow-x: hidden
}

@media(min-width: 992px) {
    .stavian--paper-product {
        padding: 30px 0
    }
}

@media(min-width: 992px)and (min-width: 1200px) {
    .stavian--paper-product {
        padding: 60px 0
    }
}

@media(min-width: 992px)and (min-width: 1680px) {
    .stavian--paper-product {
        padding: 120px 0
    }
}

.stavian--paper-product .stavian-row {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    margin: 0 -15px
}

@media(min-width: 992px) {
    .stavian--paper-product .stavian-row {
        flex-flow: row wrap
    }
}

.stavian--paper-product .stavian-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px
}

@media(min-width: 992px) {
    .stavian--paper-product .stavian-col:first-child {
        flex: 0 0 35%;
        max-width: 35%
    }

    .stavian--paper-product .stavian-col:last-child {
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media(min-width: 1200px) {
    .stavian--paper-product .stavian-col:last-child {
        padding-left: 70px
    }
}

.stavian--paper-product .image {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 100%
}

    .stavian--paper-product .image img, .stavian--paper-product .image iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

@media(min-width: 992px) {
    .stavian--paper-product .image {
        position: relative;
        width: 100%;
        padding-bottom: 128%;
        overflow: hidden
    }

        .stavian--paper-product .image img, .stavian--paper-product .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

.stavian--paper-product .stavian--lvhd-table {
    margin-bottom: 20px
}

    .stavian--paper-product .stavian--lvhd-table ul {
        border: 1px solid #e0e0e0
    }

        .stavian--paper-product .stavian--lvhd-table ul li > * {
            color: #111
        }

            .stavian--paper-product .stavian--lvhd-table ul li > *:first-child {
                border-right: 1px solid #e0e0e0;
                color: #666
            }

        .stavian--paper-product .stavian--lvhd-table ul li:not(:last-child) {
            border-bottom: 1px solid #e0e0e0
        }

.stavian--paper-product .stavian--lvhd-table {
    margin-bottom: 20px;
    margin-top: 0
}

    .stavian--paper-product .stavian--lvhd-table table {
        width: 100% !important;
        border: 1px solid #e0e0e0 !important
    }

        .stavian--paper-product .stavian--lvhd-table table td {
            vertical-align: baseline;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.5;
            color: #111;
            padding: 10px
        }

@media(min-width: 1200px) {
    .stavian--paper-product .stavian--lvhd-table table td {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .stavian--paper-product .stavian--lvhd-table table td {
        font-size: 20px;
        padding: 20px
    }
}

.stavian--paper-product .stavian--lvhd-table table td:first-child {
    font-weight: 400;
    color: #666;
    max-width: 33%;
    border-right: 1px solid #e0e0e0;
    width: 33.33% !important
}

.stavian--paper-product .stavian--lvhd-table table td:last-child {
    font-weight: 700;
    width: 66.66% !important
}

.stavian--paper-product .stavian--lvhd-table ul {
    border: 1px solid #e0e0e0
}

    .stavian--paper-product .stavian--lvhd-table ul li > * {
        color: #111
    }

        .stavian--paper-product .stavian--lvhd-table ul li > *:first-child {
            border-right: 1px solid #e0e0e0;
            color: #666
        }

    .stavian--paper-product .stavian--lvhd-table ul li:not(:last-child) {
        border-bottom: 1px solid #e0e0e0
    }

.stavian--paper-product .paper-product--title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #118443;
    margin-bottom: 20px
}

.stavian--paper-product .paper-product--desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #111
}

@media(min-width: 768px) {
    .stavian--paper-product .paper-product--desc {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .stavian--paper-product .paper-product--desc {
        font-size: 20px
    }
}

.stavian--linhvuchoatdong-invest {
    position: relative;
    overflow: hidden
}

@media(max-width: 991px) {
    .stavian--linhvuchoatdong-invest {
        display: flex;
        flex-flow: column-reverse
    }
}

.stavian--linhvuchoatdong-invest .invest-base {
    background: #118443
}

    .stavian--linhvuchoatdong-invest .invest-base .base-image {
        max-width: 50.69%;
        width: 100%;
        position: relative;
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: hidden
    }

        .stavian--linhvuchoatdong-invest .invest-base .base-image img, .stavian--linhvuchoatdong-invest .invest-base .base-image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

@media(min-width: 1200px) {
    .stavian--linhvuchoatdong-invest .invest-base .base-image {
        position: relative;
        width: 100%;
        padding-bottom: 30%;
        overflow: hidden
    }

        .stavian--linhvuchoatdong-invest .invest-base .base-image img, .stavian--linhvuchoatdong-invest .invest-base .base-image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

@media(min-width: 1680px) {
    .stavian--linhvuchoatdong-invest .invest-base .base-image {
        height: calc(100vh - 89px)
    }
}

.stavian--linhvuchoatdong-invest .invest-base .base-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width: 991.98px) {
    .stavian--linhvuchoatdong-invest .invest-base .base-image {
        max-width: 100%
    }
}

.stavian--linhvuchoatdong-invest .invest-deco {
    position: absolute;
    top: 0;
    left: 51%;
    transform: translateX(-50%);
    width: 27%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/invest-deco.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

@media(max-width: 1199px) {
    .stavian--linhvuchoatdong-invest .invest-deco {
        display: none
    }
}

.stavian--linhvuchoatdong-invest .invest-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2
}

    .stavian--linhvuchoatdong-invest .invest-content .container {
        padding-right: 0 !important
    }

@media(max-width: 991.98px) {
    .stavian--linhvuchoatdong-invest .invest-content .container {
        padding-right: 15px !important
    }
}

.stavian--linhvuchoatdong-invest .invest-content .invest-content--text {
    max-width: 48%;
    margin-left: auto;
    padding: 70px 0 70px 70px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #fff
}

    .stavian--linhvuchoatdong-invest .invest-content .invest-content--text p {
        margin-bottom: 0
    }

@media(max-width: 1199px) {
    .stavian--linhvuchoatdong-invest .invest-content .invest-content--text {
        padding: 70px 0 70px 30px;
        font-size: 18px
    }
}

@media(max-width: 991.98px) {
    .stavian--linhvuchoatdong-invest .invest-content .invest-content--text {
        max-width: 100%;
        padding: 40px 0;
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .stavian--linhvuchoatdong-invest .invest-content .invest-content--text {
        font-size: 16px;
        padding: 30px 0
    }
}

@media(max-width: 991.98px) {
    .stavian--linhvuchoatdong-invest .invest-content {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        background: #118443
    }
}

.stavian--linhvuchoatdong-invest-v2 .invest-base {
    background: #f2f2f2
}

@media(max-width: 991px) {
    .stavian--linhvuchoatdong-invest-v2 .invest-content {
        background: #f2f2f2
    }
}

.stavian--linhvuchoatdong-invest-v2 .invest-content .invest-content--text {
    color: #111
}

.stavian--switch-page {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 0
}

@media(max-width: 767px) {
    .stavian--switch-page .row {
        margin: 0 -5px
    }

    .stavian--switch-page [class*=col-] {
        padding: 0 5px
    }
}

@media(min-width: 1200px) {
    .stavian--switch-page {
        padding: 50px 0
    }
}

@media(min-width: 1680px) {
    .stavian--switch-page {
        padding: 70px 0
    }
}

.stavian--switch-page .item {
    display: flex;
    flex-flow: column;
    height: 100%
}

    .stavian--switch-page .item .image {
        position: relative;
        width: 100%;
        padding-bottom: 47%;
        overflow: hidden;
        display: block;
        text-align: left;
        margin-bottom: 20px
    }

        .stavian--switch-page .item .image img, .stavian--switch-page .item .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

        .stavian--switch-page .item .image img {
            transition: all .3s linear
        }

        .stavian--switch-page .item .image:hover img {
            transform: scale(1.1);
            transition: all .3s linear
        }

    .stavian--switch-page .item .title {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1666666667;
        color: #118443;
        margin-bottom: 10px
    }

@media(min-width: 768px) {
    .stavian--switch-page .item .title {
        font-size: 22px
    }
}

@media(min-width: 1200px) {
    .stavian--switch-page .item .title {
        font-size: 28px
    }
}

@media(min-width: 1680px) {
    .stavian--switch-page .item .title {
        font-size: 36px
    }
}

.stavian--switch-page .item .btn-links {
    margin-top: auto
}

.stavian--switch-page .item .link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #f2f2f2;
    border-radius: 40px;
    padding: 6px 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #666
}

    .stavian--switch-page .item .link svg {
        width: 16px;
        height: 16px
    }

@media(min-width: 768px) {
    .stavian--switch-page .item .link {
        font-size: 14px
    }
}

@media(min-width: 1200px) {
    .stavian--switch-page .item .link {
        font-size: 16px;
        padding: 7px 17px
    }

        .stavian--switch-page .item .link svg {
            width: 24px;
            height: 24px
        }
}

.stavian--switch-page .item .link:hover {
    background: #118443;
    color: #fff
}

    .stavian--switch-page .item .link:hover path {
        fill: #fff
    }

.stavian--switch-page__title {
    display: block;
    text-align: center;
    margin-bottom: 20px
}

@media(min-width: 1200px) {
    .stavian--switch-page__title {
        margin-bottom: 40px
    }
}

.stavian--switch-page__title > * {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1666666667;
    color: #118443;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .stavian--switch-page__title > * {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .stavian--switch-page__title > * {
        font-size: 20px
    }
}

@media(min-width: 1680px) {
    .stavian--switch-page__title > * {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .stavian--switch-page__title > * br {
        display: block !important
    }
}

.stavian--switch-page__width {
    max-width: 650px;
    margin: 0 auto
}

    .stavian--switch-page__width .item .image {
        position: relative;
        width: 100%;
        padding-bottom: 65%;
        overflow: hidden
    }

        .stavian--switch-page__width .item .image img, .stavian--switch-page__width .item .image iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

    .stavian--switch-page__width .item .title {
        font-size: 14px
    }

@media(min-width: 768px) {
    .stavian--switch-page__width .item .title {
        font-size: 16px
    }
}

@media(min-width: 1200px) {
    .stavian--switch-page__width .item .title {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .stavian--switch-page__width .item .title {
        font-size: 20px
    }
}

.stavian--lvhd__accordion-list .accordion-block {
    position: relative;
    margin-bottom: 10px
}

    .stavian--lvhd__accordion-list .accordion-block .accordion-header {
        padding-bottom: 10px
    }

    .stavian--lvhd__accordion-list .accordion-block .tab-item.active > * {
        background: #fff;
        color: #118443
    }

        .stavian--lvhd__accordion-list .accordion-block .tab-item.active > *::before {
            background-image: url(../images/arrow-chevron-right-green.svg)
        }

    .stavian--lvhd__accordion-list .accordion-block .tab-item > * {
        position: relative;
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.4;
        color: #fff;
        background: rgba(255,255,255,.2);
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 4px;
        padding: 10px;
        padding-right: 40px
    }

@media(min-width: 1200px) {
    .stavian--lvhd__accordion-list .accordion-block .tab-item > * {
        font-size: 18px
    }
}

@media(min-width: 1680px) {
    .stavian--lvhd__accordion-list .accordion-block .tab-item > * {
        font-size: 20px;
        padding: 20px
    }
}

@media(max-width: 991px) {
    .stavian--lvhd__accordion-list .accordion-block .tab-item > * br {
        display: none
    }
}

.stavian--lvhd__accordion-list .accordion-block .tab-item > *:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow-chevron-right-white.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center
}

.stavian--lvhd__accordion-list .accordion-block .tab-item > *:hover {
    background: #fff;
    color: #118443
}

    .stavian--lvhd__accordion-list .accordion-block .tab-item > *:hover::before {
        background-image: url(../images/arrow-chevron-right-green.svg)
    }

.stavian--search-result {
    background: #f2f2f2;
    padding: 40px 0
}

.stavian--search-result__searchbox {
    max-width: 860px;
    width: 100%;
    margin-right: auto
}

.stavian--top-keyword {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    color: #111
}

    .stavian--top-keyword h2 {
        display: block;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.1666666667;
        color: #111;
        margin-bottom: 0
    }

@media(min-width: 1200px) {
    .stavian--top-keyword h2 {
        font-size: 36px
    }
}

.stavian--top-keyword h2 span {
    color: #118443
}

.stavian--list-result .item {
    display: block;
    max-width: 860px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: auto;
    padding: 15px
}

@media(min-width: 1200px) {
    .stavian--list-result .item {
        padding: 40px
    }
}

.stavian--list-result .item:hover .title {
    text-decoration: underline
}

.stavian--list-result .item > * {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    color: #111;
    margin-bottom: 0
}

.stavian--list-result .item .title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #118443
}

.stavian--list-result .stavian-pagination > * {
    background: #fff
}

    .stavian--list-result .stavian-pagination > *.active {
        background: #118443
    }

.stavian--404 {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 89px);
    text-align: center;
    background-image: url(../images/bg-404.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    z-index: 1
}

@media(min-width: 1200px) {
    .stavian--404::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url(../images/before-404.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top right;
        pointer-events: none;
        z-index: -1
    }
}

.stavian--404 .numberic {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 180px;
    line-height: 1;
    color: #118443
}

.stavian--404 .sub {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #111;
    margin-bottom: 20px
}

.stavian--404 .backtohome-404 {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    background: #118443;
    padding: 14px 24px;
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

    .stavian--404 .backtohome-404 img {
        flex-shrink: 0;
        margin-right: 10px
    }

.stavian--privacy-content {
    padding: 20px 0
}

@media(min-width: 992px) {
    .stavian--privacy-content {
        padding: 40px 0
    }
}

@media(min-width: 1440px) {
    .stavian--privacy-content {
        padding: 70px 0 100px
    }
}

.stavian--privacy-content .box-item {
    max-width: 860px;
    width: 100%;
    margin-right: auto;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .stavian--privacy-content .box-item:not(:last-child) {
        border-bottom: 1px solid #f2f2f2
    }

    .stavian--privacy-content .box-item .title {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.4;
        color: #118443;
        margin-bottom: 10px
    }

    .stavian--privacy-content .box-item > * {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        color: #111;
        margin-bottom: 0
    }

.page-search-content {
    background-image: url(../images/banner-linhvuchoatdong.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 89px);
    overflow: hidden
}

    .page-search-content .container {
        position: relative;
        height: 100%;
        z-index: 1
    }

    .page-search-content .svg-before {
        max-width: 860px;
        width: 100%;
        margin-right: auto
    }

@media(max-width: 1199px) {
    .page-search-content .svg-before {
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 100%
    }
}

@media(min-width: 1200px) {
    .page-search-content .svg-before {
        padding-top: 70px
    }

        .page-search-content .svg-before::before {
            content: "";
            position: absolute;
            background-image: url(../images/svg-search-bg.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: -1
        }
}

.title-search-global {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1666666667;
    color: #111;
    margin-bottom: 20px
}

.form-search-global {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px
}

@media(min-width: 1200px) {
    .form-search-global {
        gap: 20px
    }
}

.form-search-global input {
    flex: 1;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    color: #118443;
    line-height: 1;
    padding: 8px;
    transition: all .2s linear
}

@media(min-width: 1200px) {
    .form-search-global input {
        padding: 8px 20px
    }
}

.form-search-global input:focus {
    outline: none;
    border: 1px solid #bdbdbd;
    box-shadow: 0px 1px 20px rgba(0,0,0,.1);
    transition: all .2s linear
}

.form-search-global input::-moz-placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #999;
    opacity: 1
}

.form-search-global input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #999;
    opacity: 1
}

.form-search-global button {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #118443;
    border-radius: 4px;
    padding: 8px 16px;
    border: none;
    transition: all .2s linear
}

@media(min-width: 768px) {
    .form-search-global button {
        padding: 16px 30px
    }
}

.form-search-global button:hover {
    background: #68b2ae;
    transition: all .2s linear
}

.form-search-global button:focus {
    outline: none;
    border: none
}

.form-search-global button svg {
    margin-left: 10px
}

.about-banner {
    position: relative;
    background: #fff;
    height: 30vh;
    overflow: hidden
}

@media(min-width: 768px) {
    .about-banner {
        height: calc(100vh - 89px)
    }
}

.about-banner .about-banner-image {
    display: block;
    position: relative;
    overflow: hidden
}

    .about-banner .about-banner-image::before {
        content: "";
        display: block;
        padding-bottom: 30vh
    }

@media(min-width: 768px) {
    .about-banner .about-banner-image::before {
        padding-bottom: calc(100vh - 89px)
    }
}

.about-banner .about-banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    transition: all .3s
}

.about-banner .about-banner-title {
    position: absolute;
    width: 100%;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%)
}

@media(min-width: 768px) {
    .about-banner .about-banner-title {
        bottom: 135px
    }
}

.about-banner .about-banner-title .title {
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #fff
}

@media(min-width: 768px) {
    .about-banner .about-banner-title .title {
        font-size: 64px
    }
}

.main-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 30px 0
}

@media(min-width: 1200px) {
    .main-container {
        padding: 60px 0
    }

        .main-container::before {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            background-image: url(../images/trai-dat.png);
            background-repeat: no-repeat;
            background-size: auto;
            background-position: 110% bottom;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1
        }
}

@media(min-width: 1680px) {
    .main-container {
        min-height: calc(100vh - 89px);
        padding: 30px 0
    }
}

.tab-content-1--wrapper .box-wrapper {
    display: block;
    max-width: 745px;
    margin-right: auto;
    margin-bottom: 35px
}

@media(min-width: 992px) {
    .tab-content-1--wrapper .box-wrapper {
        margin-bottom: 70px
    }
}

.tab-content-1--wrapper .box-title {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #111
}

@media(min-width: 1680px) {
    .tab-content-1--wrapper .box-title {
        font-size: 20px
    }
}

.tab-content-1--wrapper .box-title .title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1666666667;
    color: #118443;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .tab-content-1--wrapper .box-title .title::before {
        content: "";
        position: absolute;
        width: 90px;
        height: 2px;
        background: currentColor;
        bottom: 0;
        left: 0
    }

.home-globe-head {
    margin-bottom: 57px
}

    .home-globe-head .head-l .content-before {
        position: relative
    }

        .home-globe-head .head-l .content-before::after {
            content: "++";
            display: inline-block;
            vertical-align: text-top;
            font-weight: 900;
            font-size: 20px;
            line-height: 1;
            color: currentColor
        }
/*# sourceMappingURL=style.css.map */
