/*!
 * Bootstrap Grid v4.1.3 (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)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    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: 1140px
    }
}

.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,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-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.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.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.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@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.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .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.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@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.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .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.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@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.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .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.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@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.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .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.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.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
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] a.btn.disabled {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.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(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.header {
    z-index: 4
}

.backimage {
    z-index: -1
}

.loader {
    z-index: 6
}

.slickNormal .slick-prev {
    z-index: 3
}

.upbutton {
    z-index: 5
}

@font-face {
    font-family: ITC;
    src: url(../font/ITCFranklinGothicStd-Book.otf) format("opentype");
    font-weight: 400
}

@font-face {
    font-family: ITC;
    src: url(../font/ITCFranklinGothicStd-Hvy.otf) format("opentype");
    font-weight: 700
}

@font-face {
    font-family: ITC;
    src: url(../font/FranklinGothic-Black.ttf) format("truetype");
    font-weight: 800
}

@font-face {
    font-family: Tahoma;
    src: url(../font/TahomaRegular.ttf) format("truetype");
    font-weight: 400
}

@font-face {
    font-family: Tahoma;
    src: url(../font/TahomaBold.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: BebasNeue;
    src: url(../font/BebasNeue-Bold.otf) format("opentype");
    font-weight: 700
}

* {
    box-sizing: border-box
}

:focus {
    outline: none
}

body,
html {
    width: 100%;
    overflow-x: hidden
}

body {
    font-family: Tahoma, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    padding: 0;
    background-color: #fff
}

body,
h1,
h2,
h3,
h4,
h5 {
    margin: 0
}

a {
    text-decoration: none
}

ol,
ul {
    padding: 0;
    list-style: none
}

ol,
p,
ul {
    margin: 0
}

p strong {
    font-weight: 700
}

.wrapper__container {
    padding-top: 164px;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media(max-width:768px) {
    .wrapper__container {
        padding-top: 110px
    }
}

.wrapper {
    width: 100%
}

.page__splide {
    position: relative
}

.splide__arrow {
    background: transparent !important
}

.splide__arrow svg {
    fill: #cfff1b !important
}

.splide__arrow--prev {
    left: -1.75rem !important
}

.splide__arrow--next {
    right: -1.75rem !important
}

@media(max-width:768px) {
    .splide__arrow--prev {
        left: -3rem !important
    }

    .splide__arrow--next {
        right: -3rem !important
    }
}

.breadcrumb {
    width: 100%;
    flex: 0 0 100%;
    min-height: 45px
}

.img--pyme {
    display: block;
    width: 13.042vw;
    height: 13.042vw;
    margin: 0 auto;

}

    

.img--pyme img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.centrar-img{
  display: flex;
    justify-content: center;
    align-items: center;

}

.img--pyme3 img {
    width: 120%;
    height: 120%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.img--pyme2 img {
    width: 65%;
    height: 65%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.imagen-prueba{
  



}

@media(max-width:768px) {
    .img--pyme {
        width: 170px;
        height: 170px;
        margin: 2rem auto
    }
}

.img--circle {
    display: block;
    width: 9.517vw;
    height: 9.517vw;
    margin: 0 auto 2rem
}

.img--circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:768px) {
    .img--circle {
        width: 130px;
        height: 130px
    }
}

a:focus,
a:hover {
    text-decoration: none
}

.clearfix {
    padding: .05px
}

.link {
    font-size: 10px;
    font-weight: 600;
    color: #ff990e
}

.link--clean {
    border: none;
    background: none;
    color: inherit;
    padding: 0
}

.sub {
    display: block;
    margin: .25rem 0;
    font-size: 28px;
    font-weight: lighter;
    color: #232323
}

.hr {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 8.053vw auto 2rem
}

@media(max-width:768px) {
    .hr {
        margin: 6rem auto
    }
}

.logo {
    display: block;
    width: 126px;
    height: 48px;
    background: url(../img/logo.svg) no-repeat 50%;
    background-size: contain
}

.logo--footer {
    display: block;
    width: 72px;
    height: 120px;
    background: url(../img/logo-footer.svg) no-repeat 50%;
    background-size: contain
}

.img {
    width: 100%;
    height: 200px
}

.img--brand {
    width: 40px;
    height: 25px
}

.img img {
    -o-object-fit: contain;
    object-fit: contain
}

#video_modal,
.img img {
    width: 100%;
    height: 100%
}

#video_modal {
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999
}

#video_modal.show {
    display: flex !important
}

#video_modal .close {
    position: absolute;
    top: calc(20% - 25px);
    right: calc(10% - 25px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s
}

#video_modal .close:hover {
    opacity: .8
}

#video_modal .close:before {
    transform: rotate(45deg)
}

#video_modal .close:after,
#video_modal .close:before {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    background-color: #232323;
    position: absolute
}

#video_modal .close:after {
    transform: rotate(135deg)
}

.W100P {
    width: 100%
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.align-bottom {
    align-items: flex-end !important
}

.justify-end {
    justify-content: flex-end !important
}

.select2-container {
    margin: .5rem 0;
    min-height: 40px;
    width: 100% !important
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    display: flex !important;
    align-items: center;
    min-height: 40px;
    border: 1px solid #000 !important;
    border-radius: 0 !important
}

.select2-container .select2-selection--multiple,
.select--error+.select2-container .select2-selection--single {
    display: flex !important;
    align-items: center;
    min-height: 40px;
    border: 1px solid #c32929 !important;
    border-radius: 0 !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 18px !important;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto
}

.select2-container .select2-selection--multiple {
    min-height: 40px !important
}

.bootstrap-select .btn {
    margin: 0;
    color: #000 !important;
    border: 1px solid #cfff1b !important;
    background-color: transparent !important;
    font-weight: 600
}

.bootstrap-select .btn:hover {
    background-color: transparent
}

.bootstrap-select .text {
    font-size: 14px
}

.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:focus,
.bootstrap-select .dropdown-menu>.active>a:hover {
    background-color: #9965e1 !important;
    color: #fff
}

.bootstrap-select .dropdown-menu>.active>a .text,
.bootstrap-select .dropdown-menu>.active>a:focus .text,
.bootstrap-select .dropdown-menu>.active>a:hover .text {
    color: #fff
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-color: #fff !important
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline-color: transparent !important;
    outline-width: 0 !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
    margin-left: 0 !important;
    position: absolute !important;
    border: 3px solid #ff990e !important;
    border-top: none !important;
    border-left: none !important;
    height: 10px !important;
    width: 10px !important;
    transform: rotate(45deg) !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg) !important;
    margin-top: 12px !important
}

.bootstrap-select .dropdown-toggle .bs-caret {
    display: flex;
    align-items: center;
    justify-content: center
}

.bootstrap-select .dropdown-toggle .caret {
    margin-top: 0 !important;
    margin-left: 0 !important;
    position: absolute !important;
    border: 3px solid #ff990e !important;
    border-top: none !important;
    border-left: none !important;
    height: 10px !important;
    width: 10px !important;
    transform: rotate(45deg) !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important
}

.bootstrap-select.open .dropdown-toggle .caret {
    transform: rotate(-135deg) !important
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: inline-block;
    margin-right: 1rem;
    border: 2px solid #ff990e
}

.bootstrap-select .dropdown-menu li a span.check-mark:before {
    color: #ff990e;
    opacity: 0;
    transform: scale(.8)
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: relative;
    display: inline-block;
    right: auto;
    top: 1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:before {
    color: #ff990e;
    opacity: 1
}

.footer {
    width: 100%;
    margin-top: 9.517vw
}

.footer__content {
    background-color: #0b0b0b;
    display: flex;
    flex-wrap: wrap;
    padding: 4.026vw
}

.footer__items,
.footer__logo {
    display: block;
    width: 100%;
    max-width: 33.3%;
    flex: 0 0 33.3%;
    margin: 0 auto
}

.footer__items a,
.footer__logo a {
    text-decoration: underline
}

.footer__item,
.footer__item__title {
    display: flex;
    align-items: center;
    margin: 1rem auto;
    color: #fff
}

.footer__item .icon,
.footer__item__title .icon {
    margin-left: 1rem
}

.footer__item__title {
    font-size: 24px;
    font-family: ITC;
    font-weight: 700
}

.footer__item {
    font-size: 18px
}

.footer__logo .logo--footer {
    margin: 0 auto 2rem
}

.footer__logo__desc {
    display: block;
    width: 100%;
    max-width: 190px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    color: #fff
}

.footer__bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2.416vw 18.668vw 2.416vw 9.517vw
}

.footer__bottom__items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    align-items: center
}

.footer__bottom__item {
    width: 7.321vw;
    height: 7.321vw;
    margin-right: 25px;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: .532vw 0 .732vw
}

.footer__bottom__item span {
    display: block;
    flex: 1;
    font-size: .805vw;
    font-family: BebasNeue;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 .732vw;
    line-height: 1.1
}

.footer__bottom__item span.lg {
    display: block;
    width: 100%;
    max-width: 1.464vw;
    flex: 0 0 1.464vw;
    font-size: 1.83vw;
    text-align: center;
    padding: 0
}

.footer__bottom__item img {
    display: block;
    margin-top: auto;
    width: 100%;
    height: 2.782vw;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__bottom__links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    align-items: center;
    justify-content: flex-end
}

.footer__bottom__link {
    margin-left: 25px;
    width: 5.93vw;
    height: 5.93vw;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #000
}

.footer__bottom__link svg {
    width: 2.343vw;
    height: 2.343vw
}

@media(max-width:768px) {
    .footer {
        flex-direction: column
    }

    .footer__content {
        padding: 4rem 5rem 2rem
    }

    .footer__items,
    .footer__logo {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 auto
    }

    .footer__items a,
    .footer__logo a {
        text-decoration: underline
    }

    .footer__logo {
        margin: 4rem auto
    }

    .footer__bottom {
        flex-direction: column;
        padding: 2rem
    }

    .footer__bottom__items,
    .footer__bottom__links {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 4rem
    }

    .footer__bottom__item {
        width: 100px;
        height: 100px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
        padding: 1rem
    }

    .footer__bottom__item span {
        display: block;
        flex: 1;
        font-size: 11px;
        padding: 0 0 0 .732vw;
        line-height: .9
    }

    .footer__bottom__item span.lg {
        display: block;
        width: 100%;
        max-width: 20px;
        flex: 0 0 20px;
        font-size: 25px;
        text-align: center;
        padding: 0
    }

    .footer__bottom__item img {
        display: block;
        margin-top: auto;
        width: 100%;
        height: 36px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .footer__bottom__links {
        justify-content: center
    }

    .footer__bottom__link {
        margin-right: 15px;
        margin-left: 15px;
        width: 81px;
        height: 81px
    }

    .footer__bottom__link svg {
        width: 32px;
        height: 32px
    }
}

.header {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.196vw 0 2.196vw 12.299vw;
    z-index: 9999999;
    background-color: #fff
}

.header__logo {
    width: 100%;
    max-width: 27.818vw;
    flex: 0 0 27.818vw;
    margin: auto 0
}

.header__logo a {
    text-align: center;
    color: #fff;
    font-size: 36px;
    position: relative
}

.header__logo .logo {
    width: 9.224vw;
    height: 1.977vw
}

.header__logo .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__menu {
    display: none
}

.header__nav {
    max-width: calc(100% - 27.818vw);
    flex: 0 0 calc(100% - 27.818vw);
    transform: translateY(5px)
}

.header__nav,
.header__nav__content {
    width: 100%;
    display: flex;
    align-items: center
}

.header__nav__content {
    margin: 0 auto
}

.header__nav__top {
    display: none
}

.header__nav__item {
    display: flex;
    align-items: center;
    margin: 0 .952vw;
    font-size: 15px;
    font-family: ITC;
    font-weight: 400;
    color: #000;
    transition: all .4s;
    text-transform: uppercase;
    cursor: pointer
}

.header__nav__item--active {
    font-weight: 700
}

.header__dropdown {
    position: relative
}

.header__dropdown:after {
    content: "";
    display: block;
    margin-left: .5rem;
    width: 0;
    height: 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 9px 5px 0;
    transform: translateY(-3px)
}

.header__dropdown__items {
    display: none;
    position: absolute;
    top: -10px;
    background-color: #f1f1f1;
    z-index: 1
}

.header__dropdown__item {
    font-size: 13px;
    line-height: 15px;
    color: #000;
    padding: 15px 12px;
    text-decoration: none;
    display: block
}

.header__dropdown__item:hover {
    background-color: #ddd
}

.header__dropdown__item--active {
    font-weight: 700
}

.header__dropdown:hover .header__dropdown__items {
    display: block
}

@media(max-width:768px) {
    .header {
        flex-direction: row;
        height: 60px;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px
    }

    .header__logo {
        width: auto;
        margin: 0
    }

    .header__logo a {
        text-align: center;
        color: #fff;
        font-size: 17px
    }

    .header__logo .logo {
        width: 126px;
        height: 27px;
        background-size: 100%
    }

    .header__menu {
        display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        color: #000;
        cursor: pointer
    }

    .header__menu svg,
    .header__nav {
        pointer-events: none
    }

    .header__nav {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .7);
        opacity: 0;
        transition: all .4s;
        max-width: unset;
        flex: unset;
        transform: unset
    }

    .header__nav--open {
        opacity: 1;
        pointer-events: all
    }

    .header__nav--open .header__nav__content {
        right: 0
    }

    .header__nav__content {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 328px;
        height: 100vh;
        padding: 60px 25px 60px 45px;
        position: fixed;
        top: 0;
        right: -200%;
        background-color: #f1f1f1;
        z-index: 99;
        transition: all .4s
    }

    .header__nav__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 30px
    }

    .header__nav__logo a {
        color: #000;
        font-size: 20px
    }

    .header__nav__logo .logo {
        width: 126px;
        height: 27px;
        background-size: 100%
    }

    .header__nav__close {
        display: flex;
        align-items: center;
        color: #000;
        cursor: pointer
    }

    .header__nav__close svg {
        width: 22px;
        height: 22px
    }

    .header__nav__item {
        display: flex;
        width: 100%;
        margin: 2rem 0;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        border-bottom: none;
        text-align: left
    }

    .header__nav__item--active {
        font-weight: 700
    }

    .header__dropdown {
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .header__dropdown:after {
        content: "";
        display: block;
        margin-left: .5rem;
        width: 0;
        height: 0;
        border-color: #000 transparent transparent;
        border-style: solid;
        border-width: 9px 5px 0;
        transform: translateY(-3px);
        order: 2
    }

    .header__dropdown__items {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        position: static;
        order: 3
    }

    .header__dropdown__item {
        padding-left: 0;
        padding-right: 0
    }

    .header__dropdown__item:first-child {
        margin-top: 2rem
    }
}

.sidebar {
    width: 100%;
    max-width: 225px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-top-right-radius: 25px
}

.sidebar__logo {
    width: 100%;
    text-align: center;
    padding: 25px 0 0 5px
}

.sidebar__logo img {
    display: block;
    margin: auto;
    width: 120px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain
}

.sidebar__nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px 0
}

.sidebar__nav__item {
    width: 100%;
    margin: 6px 0
}

.sidebar__nav__item>a {
    display: flex;
    align-items: center;
    width: 195px;
    height: 40px;
    margin: 0 auto;
    padding: 0 25px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
    border-radius: 23px;
    transition: all .4s;
    position: relative;
    text-decoration: none
}

.sidebar__nav__item>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all .4s
}

.sidebar__nav__item.active>a,
.sidebar__nav__item:hover>a {
    color: #fff;
    background-color: #ff990e
}

.sidebar__nav__item.active>a:before,
.sidebar__nav__item:hover>a:before {
    border-color: #fff;
    background-color: #fff
}

.sidebar__nav__submenu {
    padding-left: 35px;
    overflow: hidden;
    max-height: 0;
    transition: all .4s
}

.sidebar__nav__submenu.active {
    max-height: 800px
}

.sidebar__nav__submenu__item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px 16px;
    color: #989898;
    font-size: 12px;
    font-weight: 600;
    transition: all .4s;
    position: relative;
    z-index: 1;
    opacity: .6;
    text-decoration: none
}

.sidebar__nav__submenu__item.active>a,
.sidebar__nav__submenu__item:hover>a {
    opacity: 1;
    color: #f90
}

.sidebar__footer {
    background: #fff;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: auto
}

.sidebar__footer__item {
    width: 100%;
    margin: 10px 0 35px
}

.sidebar__footer__item>a {
    display: flex;
    align-items: center;
    width: 195px;
    height: 40px;
    margin: 0 auto;
    padding: 0 25px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
    border-radius: 23px;
    transition: all .4s;
    position: relative
}

.sidebar__footer__item>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all .4s
}

.sidebar__footer__item.active>a,
.sidebar__footer__item:hover>a {
    color: #fff;
    background-color: #ff990e
}

.sidebar__footer__item.active>a:before,
.sidebar__footer__item:hover>a:before {
    border-color: #fff;
    background-color: #fff
}

.grid__landing {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 45.996vw 54.004vw;
    grid-template-rows: 1fr;
    grid-gap: .5rem;
    position: relative
}

.grid__landing:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/landing-background.svg) no-repeat 50%;
    background-size: 100% 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.grid__landing__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.grid__landing__item .form {
    width: 100%;
    padding-left: 10.102vw
}

.grid__landing__item .logo {
    position: absolute;
    top: 45px;
    left: 25px;
    z-index: 1
}

.grid__landing__gallery {
    width: 100%;
    max-width: 45.754vw;
    display: flex;
    align-items: center
}

.grid__landing__gallery__item {
    margin: auto;
    display: block;
    width: 14.422vw;
    height: 25.769vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.grid__landing__gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grid__legal {
    width: 100%;
    min-height: 100vh;
    padding: 100px 10.102vw;
    position: relative;
    overflow: hidden
}

.grid__legal:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/legal-background.svg) no-repeat 50%;
    background-size: 100% 100%;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0
}

.grid__legal__header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 25px;
    background-color: #fff
}

.grid__legal__header .logo {
    width: 100px;
    height: 42px
}

.grid__legal__item {
    width: 100%;
    overflow: hidden
}

@media(max-width:768px) {
    .grid__landing {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: .5rem
    }

    .grid__landing__item .form {
        padding-left: 5.051vw;
        padding-right: 5.051vw
    }

    .grid__landing__item .logo {
        width: 100px;
        height: 30px;
        top: 25px
    }

    .grid__landing__item:last-child {
        display: none
    }

    .grid__legal:before {
        width: 110%;
        left: -5%
    }

    .grid__legal__item .text--xl {
        font-size: 24px
    }

    .grid__legal__item .text--lg {
        font-size: 20px
    }

    .grid__legal__item .text {
        letter-spacing: 2px
    }
}

.banner {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.banner__scroll {
    position: absolute;
    left: 0;
    right: 0;
    width: 3.148vw;
    height: 3.148vw;
    color: #000;
    bottom: 5.71vw;
    z-index: 10;
    cursor: pointer;
    margin: 0 auto
}

.banner__scroll svg {
    width: 100%;
    height: 100%
}

.banner__title {
    width: 100%;
    max-width: 49.048vw;
    flex: 0 0 49.048vw;
    position: relative
}

.banner__title h1 {
    font-family: ITC;
    font-weight: 700;
    font-size: 7.185vw;
    text-transform: uppercase;
    letter-spacing: -5px;
    line-height: 6vw;
    color: #1a2b2d;
    transform: scaleX(.95) scaleY(1.1)
}

.banner__title h1 .banner__letter {
    position: relative
}

.banner__title h1 .banner__letter:before {
    content: "";
    display: block;
    width: 9.956vw;
    height: 4.246vw;
    background: url(../img/banner-letter.svg) no-repeat 50%;
    background-size: contain;
    top: -4.1vw;
    right: -3.5vw;
    position: absolute
}

.banner__title h1:before {
    content: "";
    display: block;
    width: 53.88vw;
    height: 7.467vw;
    background: url(../img/banner-deco.svg) no-repeat 50%;
    background-size: contain;
    bottom: -5.6vw;
    left: -4vw;
    position: absolute;
    transform: scaleX(1.05);
    z-index: -1
}

.banner__content {
    width: 100%;
    max-width: calc(100% - 49.048vw);
    flex: 0 0 calc(100% - 49.048vw);
    padding: 0 0 0 5.124vw
}

.banner__content__text {
    font-size: 1.381vw;
    color: #202a2c;
    transition: all .4s;
    padding: 0 4.612vw 0 0
}

.banner__content .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0
}

@media(max-width:768px) {
    .banner {
        min-height: auto;
        flex-direction: column;
        padding: 100px 12.299vw
    }

    .banner__content,
    .banner__title {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 2rem auto
    }

    .banner__title h1 {
        letter-spacing: -2px;
        font-size: 45px;
        line-height: .8;
        transform: scaleX(1) scaleY(1.1)
    }

    .banner__content {
        padding: 0
    }

    .banner__content__text {
        font-size: 16px
    }

    .banner__scroll {
        width: 43px;
        height: 43px
    }
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 16.105vw;
    margin: .5rem auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 50px;
    padding: 5px 10px;
    font-size: 1.171vw;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    border: none;
    border-radius: 7px;
    text-align: center;
    transition: all .4s;
    text-transform: uppercase
}

.btn,
.btn:hover {
    background-color: #cfff1b
}

@media(max-width:768px) {
    .btn {
        font-size: 16px;
        max-width: 220px
    }
}

.icon {
    display: inline-block;
    font-size: 12px;
    color: #232323
}

.icon,
.icon svg {
    width: 24px;
    height: 24px
}

.icon--pdf {
    width: 18px;
    height: 22px;
    background: url(../img/icon-pdf.svg) no-repeat 50%;
    background-size: contain
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.form {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.49vw;
    max-width: 49.634vw
}

.form--content {
    max-width: 480px
}

.form__item {
    margin-bottom: 2.196vw;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 72px
}

.form__item>label {
    display: inline-flex;
    align-items: center;
    margin: .5rem 0;
    min-height: 16.8px;
    font-size: 1.171vw;
    font-weight: 400;
    color: #000;
    font-family: ITC
}

.form__item>.btn {
    margin: 0
}

.form__item .input,
.form__item .select {
    display: block;
    width: 100%;
    min-height: 3.66vw;
    padding: 10px;
    font-size: 1.171vw;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    border: 1px solid #1a2b2d;
    border-radius: 4px;
    transition: all .4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    font-family: ITC
}

.form__item .input--auto,
.form__item .select--auto {
    width: auto;
    min-width: 160px
}

.form__item .input--error,
.form__item .select--error {
    border: 2px solid #c32929
}

.form__item .textarea {
    display: block;
    width: 100%;
    min-height: 3.66vw;
    padding: 10px;
    font-size: 1.171vw;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    border: 1px solid #1a2b2d;
    border-radius: 4px;
    transition: all .4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    font-family: ITC
}

.form__item .input::-moz-placeholder,
.form__item .textarea::-moz-placeholder {
    color: #c5c5c5;
    font-style: italic
}

.form__item .input:-ms-input-placeholder,
.form__item .textarea:-ms-input-placeholder {
    color: #c5c5c5;
    font-style: italic
}

.form__item .input::placeholder,
.form__item .textarea::placeholder {
    color: #c5c5c5;
    font-style: italic
}

.form__item .input:not(:-moz-placeholder-shown),
.form__item .textarea:not(:-moz-placeholder-shown) {
    color: #5a5555
}

.form__item .input:not(:-ms-input-placeholder),
.form__item .textarea:not(:-ms-input-placeholder) {
    color: #5a5555
}

.form__item .input:not(:placeholder-shown),
.form__item .textarea:not(:placeholder-shown) {
    color: #5a5555
}

.form__item .input--active,
.form__item .textarea--active {
    color: #5a5555
}

.form__item .input--blocked,
.form__item .textarea--blocked {
    background-color: #dbdada;
    border: 1px solid #c7c7c7
}

.form__item .select {
    background: url(../img/icon-select.svg) transparent no-repeat calc(100% - 15px)
}

.form__item__input {
    display: flex;
    align-items: center;
    position: relative
}

.form__item__input .icon {
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    color: #c6c6c6
}

.form__item__input .icon svg {
    width: 20px;
    height: 20px
}

.form__item__input .input {
    padding-right: 35px
}

.form__item__input--out .icon {
    right: -35px;
    width: 25px;
    height: 25px
}

.form__item__input--out .icon svg {
    width: 25px;
    height: 25px
}

.form__btn {
    margin-top: 60px;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    width: 100%
}

.form__icon {
    display: flex;
    align-items: center;
    margin: auto auto 0 0
}

.form__icon__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #444a40;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff
}

.form__icon__circle svg {
    width: 20px;
    height: 20px
}

.form__icon__text {
    margin-left: 15px;
    display: inline-block;
    font-size: 14px;
    color: #000
}

@media(max-width:768px) {
    .form {
        max-width: 450px;
        padding: 0
    }

    .form__item {
        margin-bottom: 2rem
    }

    .form__item>label {
        font-size: 16px
    }

    .form__item .input,
    .form__item .select,
    .form__item .textarea {
        display: block;
        width: 100%;
        min-height: 50px;
        padding: 10px;
        font-size: 16px;
        font-weight: 400
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none
}

.page__title {
    color: #202a2c;
    display: block;
    font-size: 4.89vw;
    text-align: center;
    text-transform: uppercase;
    transform: scaleX(.85) scaleY(1.1);
    font-family: ITC;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 4vw;
    position: relative
}

.page__title--md {
    font-size: 3.89vw;
    line-height: 3.5vw
}

.page__title--deco {
    position: relative
}

.page__title--deco:before {
    content: "";
    display: block;
    width: 7.321vw;
    height: 6.955vw;
    background: url(../img/title-deco.svg) no-repeat 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3vw;
    margin: 0 auto;
    z-index: -1
}

.page__title--deco-2 {
    position: relative
}

.page__title--deco-2:before {
    content: "";
    display: block;
    width: 18.448vw;
    height: 2.562vw;
    background: url(../img/title-deco-2.svg) no-repeat 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.5vw;
    margin: 0 auto;
    z-index: -1;
    transform: translateX(25%)
}

.page__sub {
    display: block;
    width: 100%;
    margin: 2rem auto;
    text-align: center;
    font-size: 1.381vw;
    color: #202a2c;
    transition: all .4s
}

.page__container {
    width: 100%;
    padding: 0 12.299vw
}

.page__video {
    width: 100%;
    height: 36.237vw;
    background-color: #202a2c
}

.page__video,
.page__video__action {
    display: flex;
    align-items: center;
    justify-content: center
}

.page__video__action {
    width: 5.417vw;
    height: 5.417vw;
    color: #cfff1b;
    border-radius: 50%;
    border: 5px solid #cfff1b;
    cursor: pointer
}

.page__video__action svg {
    width: 2.123vw;
    height: 2.123vw;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(.2vw);
    stroke-width: 3px
}

.page__row {
    margin-top: 13.177vw
}

.page__row--md {
    margin-top: 9.517vw
}

.page__col {
    width: 100%
}

.page__col__title {
    color: #202a2c;
    display: block;
    font-size: 2.928vw;
    text-transform: uppercase;
    text-align: center;
    transform: scaleX(.85) scaleY(1.2);
    font-family: ITC;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 2vw;
    margin-bottom: 2vw
}

.page__col__title .span-lg {
    font-size: 8.981vw;
    line-height: 7vw;
    margin: 0 .5rem 0 1.5rem
}

.page__col__text {
    width: 100%;
    max-width: 16.984vw;
    margin: 0 auto;
    font-size: 1.318vw;
    text-align: center
}

.page__col .text {
    display: block;
    max-width: 15.227vw;
    margin: auto
}

.page__item {
    margin: 6.026vw auto;
    width: 100%
}

.page__item--form {
    margin: 3.026vw auto 6.026vw
}

.page__item--first {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 6.026vw
}

.page__item__img {
    width: 100%;
    height: 23.353vw;
    margin-top: 5vw
}

.page__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page__dark {
    background-color: #1a2b2d
}

.page__dark__items {
    width: 100%
}

.page__dark__content,
.page__dark__img {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    flex-direction: column
}

.page__dark__img img {
    display: block;
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.page__dark__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #707070;
    padding: 5.49vw 5.124vw
}

.page__dark__item:last-child {
    border-bottom: none
}

.page__dark__item .text {
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 1vw
}

.page__dark__item .text:last-child {
    margin-bottom: 0
}

.page__dark__item:nth-child(odd) .page__dark__img img {
    margin-left: auto;
    -o-object-position: right;
    object-position: right
}

.page__dark__item:nth-child(odd) .page__dark__content .text--lg {
    transform: scaleX(.9) scaleY(1.1) translateX(-6%)
}

.page__dark__item:nth-child(2n) .page__dark__img {
    order: 1
}

.page__dark__item:nth-child(2n) .page__dark__img img {
    -o-object-position: left;
    object-position: left;
    margin-right: auto
}

.page__dark__item:nth-child(2n) .page__dark__content {
    order: 2
}

.page__dark__item:nth-child(2n) .page__dark__content .text {
    text-align: right;
    margin-left: auto
}

.page__dark__item:nth-child(2n) .page__dark__content .text--lg {
    transform: scaleX(.9) scaleY(1.1) translateX(6%)
}

.page__dark__items--styled .page__dark__item {
    padding: 9.151vw 10.981vw
}

.page__dark__items--styled .page__dark__item .text {
    margin-bottom: 2vw
}

.page__dark__items--styled .page__dark__item:nth-child(odd) .page__dark__content {
    padding-left: 3.49vw;
    justify-content: center
}

.page__dark__items--styled .page__dark__item:nth-child(odd) .page__dark__img img {
    display: block;
    width: 22.133vw;
    height: 26.647vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto 0 auto auto
}

.page__dark__items--styled .page__dark__item:nth-child(2n) .page__dark__img {
    order: 1;
    max-width: 19.034vw;
    flex: 0 0 19.034vw
}

.page__dark__items--styled .page__dark__item:nth-child(2n) .page__dark__img img {
    display: block;
    width: 19.034vw;
    height: 26.428vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto auto 0
}

.page__dark__items--styled .page__dark__item:nth-child(2n) .page__dark__content {
    order: 2;
    justify-content: center;
    max-width: calc(100% - 19.034vw);
    flex: 0 0 calc(100% - 19.034vw)
}

.page__dark__items--styled .page__dark__item:nth-child(2n) .page__dark__content .text {
    text-align: right;
    max-width: 23.06vw;
    margin-left: auto
}

.page__dark__items--styled .page__dark__item:nth-child(2n) .page__dark__content .text--lg {
    max-width: 100%
}

.page__dark__submit {
    padding: 0 5.49vw 5.857vw
}

.page__dark__submit .btn {
    max-width: 16.105vw;
    margin: auto
}

@media(max-width:768px) {
    .row-aux{
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .page__video {
        margin: 3rem auto 6rem;
        width: 100%;
        height: 200px
    }

    .page__video__action {
        width: 75px;
        height: 75px
    }

    .page__video__action svg {
        width: 30px;
        height: 30px
    }

    .page__title {
        font-size: 30px;
        line-height: .9
    }

    .page__title--md {
        font-size: 27px;
        line-height: .9
    }

    .page__sub {
        font-size: 16px
    }

    .page__container {
        padding: 0
    }

    .page__item {
        margin: 3rem auto;
        padding: 0 12.299vw
    }

    .page__row {
        margin-top: 6rem
    }

    .page__row--md {
        margin-top: 4.5rem
    }

    .page__col {
        width: 100%;
        margin-bottom: 5rem;
        padding: 0 2rem
    }

    .page__col__title {
        font-size: 20px;
        line-height: .9
    }

    .page__col__title .span-lg {
        font-size: 50px;
        line-height: .9;
        margin: 0 .5rem 0 1.5rem
    }

    .page__col__text {
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        font-size: 16px;
        text-align: center
    }

    .page__col .text {
        display: block;
        max-width: unset;
        margin: auto
    }

    .page__dark {
        padding: 0 12.299vw;
        background-color: #1a2b2d
    }

    .page__dark__content,
    .page__dark__img {
        width: 100%;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .page__dark__items {
        width: 100%
    }

    .page__dark__items,
    .page__dark__items--styled {
        padding: 0
    }

    .page__dark__items--styled .page__dark__item,
    .page__dark__items .page__dark__item {
        padding: 12.299vw 0;
        flex-direction: column
    }

    .page__dark__items--styled .page__dark__item .text,
    .page__dark__items .page__dark__item .text {
        margin-bottom: 2rem
    }

    .page__dark__items--styled .page__dark__item .text:last-child,
    .page__dark__items .page__dark__item .text:last-child {
        margin-bottom: 0
    }

    .page__dark__items--styled .page__dark__content,
    .page__dark__items .page__dark__content {
        padding-left: 0 !important;
        order: 1 !important
    }

    .page__dark__items--styled .page__dark__content .text--lg,
    .page__dark__items .page__dark__content .text--lg {
        transform: scaleX(.9) scaleY(1.1) translateX(-6%) !important
    }

    .page__dark__items--styled .page__dark__content .text,
    .page__dark__items .page__dark__content .text {
        text-align: left !important;
        max-width: 100% !important
    }

    .page__dark__items--styled .page__dark__img,
    .page__dark__items .page__dark__img {
        order: 2 !important;
        margin: 2rem auto 0
    }

    .page__dark__items--styled .page__dark__img img,
    .page__dark__items .page__dark__img img {
        margin: 0 auto !important;
        -o-object-position: center !important;
        object-position: center !important;
        width: 100% !important;
        height: 180px !important
    }

    .page__dark__submit {
        padding: 0 5.49vw 5.857vw
    }

    .page__dark__submit .btn {
        max-width: 220px;
        margin: auto
    }
}

.mt-auto {
    margin-top: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mt-05 {
    margin-top: .5rem !important
}

.mb-05 {
    margin-bottom: .5rem !important
}

.ml-05 {
    margin-left: .5rem !important
}

.mr-05 {
    margin-right: .5rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: 1rem !important
}

.ml-2 {
    margin-left: 2rem !important
}

.ml-3 {
    margin-left: 3rem !important
}

.ml-4 {
    margin-left: 4rem !important
}

.ml-5 {
    margin-left: 5rem !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: 1rem !important
}

.mr-2 {
    margin-right: 2rem !important
}

.mr-3 {
    margin-right: 3rem !important
}

.mr-4 {
    margin-right: 4rem !important
}

.mr-5 {
    margin-right: 5rem !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 1rem !important
}

.pt-2 {
    padding-top: 2rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.pt-4 {
    padding-top: 4rem !important
}

.pt-5 {
    padding-top: 5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.pb-2 {
    padding-bottom: 2rem !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.pb-4 {
    padding-bottom: 4rem !important
}

.pb-5 {
    padding-bottom: 5rem !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: 1rem !important
}

.pl-2 {
    padding-left: 2rem !important
}

.pl-3 {
    padding-left: 3rem !important
}

.pl-4 {
    padding-left: 4rem !important
}

.pl-5 {
    padding-left: 5rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: 1rem !important
}

.pr-2 {
    padding-right: 2rem !important
}

.pr-3 {
    padding-right: 3rem !important
}

.pr-4 {
    padding-right: 4rem !important
}

.pr-5 {
    padding-right: 5rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.text {
    display: block;
    font-size: 1.381vw;
    color: #202a2c;
    transition: all .4s
}

.text--lg {
    font-size: 3.66vw;
    text-transform: uppercase;
    font-family: ITC;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 3.5vw;
    white-space: nowrap
}

.text--sub {
    font-weight: 700;
    color: #cfff1b !important
}

.text--md {
    font-size: 1.094vw
}

.text--center {
    text-align: center
}

@media(max-width:768px) {
    .text {
        font-size: 14px
    }

    .text--lg {
        font-size: 25px;
        line-height: .9
    }

    .text--md {
        font-size: 17px
    }
}

/* estilo css finterra */

.estilo_lista {
    list-style: decimal;
}

.estilo_lista_romano {
    list-style: upper-roman;
}

.estilo_lista_romano>li>ul>li {
    list-style: lower-roman;
    font-weight: normal !important;
    
}


.estilo_lista_romano>li>ul>li>p {
   margin-left: 5vw;
   margin-bottom: 1vw;
}

.estilo_lista_romano>li>ul>p {
    font-weight: normal !important;
    margin-bottom: 1vw;
 }

 

.estilo_lista_romano>li>span {
    padding-left: 5vw;
}

.estilo_lista_romano>li {
    margin-top: 4vw;
    
}

.lista_punto{
    list-style: disc;
}
.lista_punto>li{
    margin-left: 5vw;
    margin-bottom: 1vw;
    text-align:left;
    font-weight: normal;
}

.entre_lineas {
 line-height: 7vw !important;
}

.firma_codigo_etica{
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.subrayado{
    text-decoration: underline !important;
}

.li_strong{
    font-weight: bold ;
  }

  .li_strong>li>p{
    font-weight: normal !important;
  }

  .text.normal {
    font-weight: normal !important;
  }

  .separar_lista{
    list-style-position: inside;
  }

  .estilo_lista_romano>li>p>span {
   padding-right: 3vw;
}


.formulario_denuncia_finterra{
        display: flex;
        flex-direction: column;

}

.formulario_denuncia_finterra>div{
    justify-content: center;
    margin-bottom: .5vw;
    padding: 0px !important;
    
}


.button_denuncia_finterra{

    margin-top: 1vw;
    
}

.texto_denuncia{
    padding-left: 10vw;
    padding-right: 10vw;
}

.formulario_fintera{
    /* padding: 0px !important; */
}

.texto_estrecho{
    width: 80% !important;
}

/* media query cambiar por resolucion de pantalla */
@media(max-width:767px) {
    .texto_estrecho{
        width: 100% !important;
    }
    .texto_denuncia{
        padding-left: 0px;
        padding-right: 0vw;
    }
    .page__item {
        padding: 5vw 5vw !important;
    }
}


.img_compromiso_sostenibilidad{
    display: flex;
    flex-direction: column;
    margin-top: 15vh;
}

.directorio{
    display: flex;
    font-style: italic;
    justify-content: flex-end;
}


.justificar_texto{
    text-align: justify !important;
}

.centrar_texto{
    text-align: center !important;
}

.imagen-prueba{
    width: 130% !important;
}

.btn-wsp{
    position:fixed;
    width:50px;
    height:50px;
    bottom:5px;
    right:5px;
    z-index:100;
    transform: translateZ(0);
}
.btn-wsp:hover{
}