:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@font-face {
    font-family: 'helvetica_100';
    src: url("../fonts/Helvetica Neue LT 35 Thin.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'helvetica_400';
    src: url("../fonts/Helvetica Neue LT 55 Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'helvetica_700';
    src: url("../fonts/Helvetica Neue LT 75 Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'helvetica_300';
    src: url("../fonts/Helvetica Neue LT 45 Light.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

html {
    height: 100%
}

body {
    min-width: 320px;
    background: linear-gradient(121.71deg, #0A0C31 6.75%, #083661 37.93%, #097CBE 90.09%);
    background-attachment: fixed;
    font-family: 'helvetica_100';
    height: 100%;
    overflow-x: hidden
}

strong {
    font-family: 'helvetica_700'
}

.btn-outline-disney {
    border-color: #fff;
    color: #fff;
    min-width: 216px
}

.btn-outline-disney:hover {
    background-color: #fff;
    color: #014E84
}

p {
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 575px) {
    p {
        font-size: .875em
    }
}

.p-2 {
    font-size: 1.25em
}

section {
    min-height: 100%
}

.dv-dicas {
    position: absolute;
    bottom: 100px;
    right: calc(50% - 550px);
    max-width: 230px;
    z-index: 80
}

@media (max-width: 1199px) {
    .dv-dicas {
        right: calc(50% - 460px)
    }
}

@media (max-width: 991px) {
    .dv-dicas {
        right: calc(50% - 340px);
        max-width: 200px
    }
}

@media (max-width: 767px) {
    .dv-dicas {
        display: none
    }
}

.dv-dicas.close {
    -webkit-animation: fadeOut ease .15s;
    animation: fadeOut ease .15s;
    opacity: 0;
    visibility: hidden
}

.dv-dicas .dv-gatilho {
    width: 73px;
    height: 93px;
    cursor: pointer;
    background: url(../img/svg/icon-disney.svg);
    display: none;
    position: absolute;
    bottom: 5px;
    right: -11px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-animation: anime-dicas infinite ease 1.3s;
    animation: anime-dicas infinite ease 1.3s
}

.dv-dicas .dv-gatilho.active {
    display: block
}

.dv-dicas .dv-content {
    -webkit-animation: fadeOut ease .15s;
    animation: fadeOut ease .15s;
    opacity: 0;
    visibility: hidden;
    display: none
}

.dv-dicas .dv-content>div {
    background-color: #fff;
    padding: 25px 18px 0 18px;
    border-radius: 10px 10px 30px 10px
}

.dv-dicas .dv-content.active {
    display: block;
    -webkit-animation: fadeIn ease .15s;
    animation: fadeIn ease .15s;
    opacity: 1;
    visibility: visible
}

.dv-dicas h6 {
    font-family: 'helvetica_700';
    font-size: 15px;
    line-height: 1.2;
    color: #041E42;
    text-transform: normal;
    text-align: left
}

@media (max-width: 991px) {
    .dv-dicas h6 {
        font-size: .9375em
    }
}

.dv-dicas p {
    font-family: 'helvetica_400';
    font-size: 15px;
    line-height: 1.6;
    color: #041E42;
    text-transform: normal;
    text-align: left
}

@media (max-width: 991px) {
    .dv-dicas p {
        font-size: .75em
    }
}

.dv-dicas .txt-dica {
    margin-top: 8px;
    font-family: 'helvetica_700';
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: right
}

@media (max-width: 991px) {
    .dv-dicas .txt-dica {
        font-size: .8125em
    }
}

.dv-dicas .btn-close {
    position: relative;
    border: none;
    top: -13px;
    right: -8px;
    background-color: transparent
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        visibility: hidden
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.tab-disney-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .tab-disney-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tab-disney-items li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767px) {
    .tab-disney-items li {
        width: 100%
    }
}

.tab-disney-items li:first-child {
    max-width: 190px
}

@media (max-width: 991px) {
    .tab-disney-items li:first-child {
        max-width: initial
    }
}

.tab-disney-items li:nth-child(2) {
    max-width: 280px
}

@media (max-width: 991px) {
    .tab-disney-items li:nth-child(2) {
        max-width: initial
    }
}

.tab-disney-items li:nth-child(3) {
    max-width: 140px
}

@media (max-width: 991px) {
    .tab-disney-items li:nth-child(3) {
        max-width: initial
    }
}

.tab-disney-items li:last-child {
    max-width: 190px
}

@media (max-width: 991px) {
    .tab-disney-items li:last-child {
        max-width: initial
    }
}

.tab-disney-items li.break {
    display: none
}

@media (max-width: 991px) {
    .tab-disney-items li.break {
        display: block;
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.tab-disney-items a {
    font-family: 'helvetica_100';
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: normal;
    text-align: center;
    display: inline-block;
    width: 100%
}

.tab-disney-items a:hover {
    border-color: transparent !important
}

@media (max-width: 1199px) {
    .tab-disney-items a {
        min-height: 68px
    }
}

@media (max-width: 991px) {
    .tab-disney-items a {
        min-height: inherit;
        font-size: .75em
    }
}

@media (max-width: 767px) {
    .tab-disney-items a {
        font-size: 1em
    }
}

@media (max-width: 575px) {
    .tab-disney-items a {
        font-size: .8125em
    }
}

.tab-disney-items a.active {
    background-color: transparent !important;
    color: #fff !important;
    border-color: transparent !important;
    border-bottom: 4px solid #fff !important;
    font-family: 'helvetica_400'
}

@media (max-width: 575px) {
    .tab-disney-items a.active {
        border-bottom: 2px solid #fff !important
    }
}

.tab-content-exp>.tab-pane {
    padding-top: 40px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dv-explorar {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 80;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-animation: anime3 infinite ease 1.3s;
    animation: anime3 infinite ease 1.3s
}

@media (max-width: 767px) {
    .dv-explorar {
        position: static;
        margin-top: 10px
    }
}

.dv-explorar>div:nth-child(1) {
    font-family: 'helvetica_700';
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.dv-box-promo {
    overflow: hidden;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #041E42;
    margin: 40px 0 20px;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .dv-box-promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.dv-box-promo figure {
    margin: 0;
    max-width: 300px
}

@media (max-width: 991px) {
    .dv-box-promo figure {
        max-width: inherit;
        width: 100%
    }
}

@media (max-width: 991px) {
    .dv-box-promo figure img {
        width: 100%;
        display: block;
        max-width: inherit
    }
}

.dv-box-promo>div {
    padding-left: 42px;
    padding-right: 48px
}

@media (max-width: 991px) {
    .dv-box-promo>div {
        padding: 25px
    }
}

@media (max-width: 767px) {
    .dv-box-promo>div {
        padding: 25px 15px
    }
}

.dv-box-promo .p-type {
    font-family: 'helvetica_400';
    font-size: 14px;
    letter-spacing: normal;
    line-height: 14px;
    color: #fff;
    text-transform: none;
    text-align: left
}

.dv-box-promo .p-type.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dv-box-promo .p-type.icon.bag::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
    top: -2px;
    position: relative;
    background: url("../img/svg/icon-bag.svg") 0 0
}

.dv-box-promo h4 {
    margin-bottom: 15px;
    font-family: 'helvetica_700';
    font-size: 24px;
    letter-spacing: normal;
    line-height: 29px;
    color: #fff;
    text-transform: none;
    text-align: left
}

@media (max-width: 767px) {
    .dv-box-promo h4 {
        font-size: 20px;
        line-height: 24px
    }
}

.dv-box-promo p {
    font-family: 'helvetica_100';
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    color: #fff;
    text-transform: none;
    text-align: left
}

@media (max-width: 767px) {
    .dv-box-promo p {
        font-size: 14px;
        line-height: 16px
    }
}

.dv-box-promo .btn {
    background: #026CB6;
    -webkit-box-shadow: 0px 3.95798px 15.8319px rgba(4, 30, 66, 0.16);
    box-shadow: 0px 3.95798px 15.8319px rgba(4, 30, 66, 0.16);
    font-family: 'helvetica_300';
    font-size: 15px;
    letter-spacing: normal;
    line-height: 20px;
    color: #fff;
    text-transform: none;
    text-align: left;
    padding: .8rem 1.8rem
}

.dv-box-promo .btn:hover {
    background-color: transparent;
    border-color: #fff
}

@media (max-width: 1199px) {
    .dv-explorar>div:nth-child(1) {
        font-size: 1.125em
    }
}

@media (max-width: 767px) {
    .dv-explorar>div:nth-child(1) {
        font-size: .9375em
    }
}

@-webkit-keyframes anime3 {
    0% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }
}

@keyframes anime3 {
    0% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }
}

@-webkit-keyframes anime-dicas {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes anime-dicas {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.btn-footer {
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    width: 140px;
    height: 32px;
    padding-top: 8px;
    font-family: 'helvetica_400';
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: normal;
    text-align: center
}

.btn-footer:hover {
    background-color: #fff;
    color: #0a7dbf
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #041E42;
    z-index: 100
}

header>div {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 15px
}

@media (max-width: 1199px) {
    header>div {
        max-width: 992px
    }
}

@media (max-width: 991px) {
    header>div {
        max-width: 768px
    }
}

@media (max-width: 767px) {
    header>div {
        max-width: 550px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header ul.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 767px) {
    header ul {
        position: fixed;
        background-color: #041E42;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        z-index: 20;
        padding: 5px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    header ul li {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

header ul li a {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    display: block;
    padding: 21px 15px 18px;
    height: 60px;
    font-family: 'helvetica_400';
    font-size: 14px;
    line-height: none;
    color: #fff;
    text-transform: normal;
    text-align: center
}

@media (max-width: 767px) {
    header ul li a {
        height: auto;
        font-size: .75em;
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    header ul li a span {
        display: none
    }
}

@media (max-width: 575px) {
    header ul li a {
        font-size: .625em
    }
}

header ul li a.active,
header ul li a:hover {
    text-decoration: none;
    color: #dedede;
    position: relative
}

header ul li a.active::after,
header ul li a:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #15B7EC;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 767px) {
    header ul li a.active::after,
    header ul li a:hover::after {
        display: none
    }
}

header ul li a img {
    position: relative
}

@media (max-width: 767px) {
    header ul li a img {
        margin-bottom: 5px;
        height: 20px
    }
}

header ul li a img.img-1 {
    top: -2px
}

header .btn-mobile {
    display: none
}

@media (max-width: 767px) {
    header .btn-mobile {
        cursor: pointer
    }
}

header .btn-mobile img {
    height: 25px;
    color: #fff
}

header .dv-logo {
    margin-right: 30px
}

@media (max-width: 767px) {
    header .dv-logo {
        margin-right: 0
    }
}

.sec-home {
    position: relative;
    /* background: url(../img/webp/bg-1-home.webp) no-repeat center bottom; */
    min-height: 750px
}

@media (max-width: 1199px) {
    .sec-home {
        height: 800px;
        background-size: 1600px;
        background-position: calc(50% + 120px) -60px
    }
}

@media (max-width: 767px) {
    .sec-home {
        background-position: center bottom;
        min-height: inherit;
        height: auto
    }
}

.sec-home .dv-img-castle {
    background-image: url(../img/webp/bg-2-home.png);
    background-position: center bottom;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: 0;
    width: 675px;
    height: 830px;
    position: absolute;
    left: calc(50% - (602px / 2))
}

@media (max-width: 1199px) {
    .sec-home .dv-img-castle {
        left: calc(50% - ((675px / 2) - 100px))
    }
}

@media (max-width: 767px) {
    .sec-home .dv-img-castle {
        background-position: center top;
        width: 290px;
        height: 357px;
        background-size: cover;
        left: calc(50% - (290px / 2));
        top: 130px
    }
}

@media (max-width: 575px) {
    .sec-home .dv-img-castle {
        background-position: center top;
        width: 290px;
        height: 357px;
        background-size: cover;
        left: calc(50% - (290px / 2));
        bottom: inherit;
        top: 130px
    }
}

.sec-home .copy {
    font-family: 'helvetica_300';
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-transform: normal;
    text-align: left;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: calc(50% - ((205px / 2) - 150px));
    width: 205px
}

@media (max-width: 767px) {
    .sec-home .copy {
        width: 172px;
        bottom: inherit;
        top: 485px;
        font-size: 8px;
        left: calc(50% - ((172px / 2)))
    }
}

.titulo {
    text-shadow: 2px 2px 1px #000000;
    -webkit-text-stroke: #000;
    -webkit-text-stroke-width: 0.9px;
}

.sec-home h1 {
    margin-top: 200px;
    margin-bottom: 30px;
    font-family: 'helvetica_100';
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-home h1 strong {
    font-family: 'helvetica_700';
    font-size: 47px
}

@media (max-width: 991px) {
    .sec-home h1 strong {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    .sec-home h1 {
        margin-top: 180px
    }
}

@media (max-width: 991px) {
    .sec-home h1 {
        margin-top: 220px;
        font-size: 35px;
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    .sec-home h1 {
        text-align: center;
        margin-top: 70px;
        font-size: 22px;
        margin-bottom: 365px
    }
}

@media (max-width: 575px) {
    .sec-home h1 {
        margin-bottom: 365px
    }
}

.sec-home .p-chamada {
    font-family: 'helvetica_400';
    font-size: 14px;
    line-height: 24px
}

@media (max-width: 991px) {
    .sec-home .p-chamada {
        font-size: .75em
    }
}

@media (max-width: 767px) {
    .sec-home .p-chamada {
        text-align: center
    }
}

.sec-home .dv-dicas {
    bottom: 100px;
    right: calc(50% - 550px)
}

@media (max-width: 1199px) {
    .sec-home .dv-dicas {
        right: calc(50% - 300px)
    }
}

@media (max-width: 767px) {
    .sec-home .dv-dicas {
        display: block;
        right: calc(50% - 250px);
        bottom: inherit;
        top: 250px
    }
}

@media (max-width: 575px) {
    .sec-home .dv-dicas {
        right: 15px;
        top: 200px
    }
}

.sec-frota {
    margin: 80px 0;
    min-height: inherit
}

@media (max-width: 991px) {
    .sec-frota {
        margin: 20px 0 80px
    }
}

.sec-frota h1 {
    margin-bottom: 40px;
    font-family: 'helvetica_300';
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-frota h1 strong {
    font-weight: 700
}

@media (max-width: 575px) {
    .sec-frota h1 {
        font-size: 1.25em;
        text-align: center
    }
}

.sec-frota h1 span {
    font-style: italic
}

.sec-frota h2 {
    margin-bottom: 30px;
    font-family: 'helvetica_700';
    font-size: 25px;
    line-height: 1.5;
    color: #15B7EC;
    text-transform: normal;
    text-align: left
}

@media (max-width: 575px) {
    .sec-frota h2 {
        font-size: 1.25em;
        text-align: center
    }
}

.sec-frota p {
    font-size: 14px;
    line-height: 24px
}

@media (max-width: 575px) {
    .sec-frota p {
        text-align: center
    }
}

.sec-frota .pt-2 {
    font-weight: 400;
    line-height: 19px;
    font-size: 16px
}

@media (max-width: 575px) {
    .sec-frota .pt-2 {
        text-align: center;
        font-size: 1.125em
    }
}

.sec-frota .tabs-disney {
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .sec-frota .tabs-disney {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sec-frota .tabs-disney li {
    margin-right: 15px
}

.sec-frota .tabs-disney li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 2px solid #15B7EC;
    border-radius: 38px
}

.sec-frota .tabs-disney li a.icon-question {
    background: url(../img/webp/icon-question.webp) 7px 5px no-repeat
}

.sec-frota hr {
    max-width: 50%;
    margin: 25px 0 25px
}

.sec-frota .carousel {
    margin-top: 50px
}

.sec-frota .carousel a {
    background: #FFFFFF33;
    width: 30.67px;
    height: 30.67px;
    border-radius: 20px;
    padding: 5px 0 0 5px
}

.sec-frota .carousel a:hover {
    background: #FFFFFF99
}

.sec-frota .carousel-control-next-icon {
    background-size: 8px;
    background-image: url(../img/svg/icon-arrow-left.svg)
}

.sec-frota .carousel-control-prev-icon {
    background-size: 8px;
    background-image: url(../img/svg/icon-arrow-right.svg)
}

.sec-frota .carousel-item {
    min-height: 350px
}

@media (max-width: 767px) {
    .sec-frota .carousel-item {
        min-height: 200px
    }
}

.sec-frota .carousel-indicators {
    position: static;
    margin: 0 15px
}

.sec-frota .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: none;
    margin: 0 5px
}

.modal-galery {
    background-color: #00000099
}

.modal-galery .modal-content {
    background-color: transparent;
    border: none
}

.modal-galery .close-galery {
    position: absolute;
    left: 13px;
    top: -35px;
    display: inline-block;
    cursor: pointer;
    font-family: 'helvetica_100';
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 767px) {
    .modal-galery .close-galery {
        padding: 15px 0 0 15px;
        font-size: .875em
    }
}

.modal-galery .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.sec-voo-magico {
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative
}

.sec-voo-magico .map {
    position: absolute;
    left: calc(50% - 200px);
    top: 60px;
    opacity: 0;
    visibility: hidden
}

.sec-voo-magico .map.on {
    -webkit-animation: mapAnime ease 1.3s;
    animation: mapAnime ease 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 1199px) {
    .sec-voo-magico .map {
        top: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media (max-width: 991px) {
    .sec-voo-magico .map {
        left: calc(50% - 280px);
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@media (max-width: 767px) {
    .sec-voo-magico .map {
        display: none
    }
}

@-webkit-keyframes mapAnime {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes mapAnime {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

.sec-voo-magico .plain {
    position: absolute;
    -webkit-transform: rotate(-5.11deg) translate3d(-100%, 0, 0);
    transform: rotate(-5.11deg) translate3d(-100%, 0, 0);
    left: calc(50% - 800px);
    top: 60px;
    visibility: hidden;
    opacity: 0;
    z-index: 5
}

.sec-voo-magico .plain.on {
    -webkit-animation: plainAnime ease 1.3s;
    animation: plainAnime ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 1199px) {
    .sec-voo-magico .plain {
        top: 42px;
        left: calc(50% - 650px)
    }
}

@media (max-width: 991px) {
    .sec-voo-magico .plain {
        top: 70px
    }
    .sec-voo-magico .plain img {
        width: 600px
    }
}

@media (max-width: 767px) {
    .sec-voo-magico .plain {
        display: none
    }
}

@-webkit-keyframes plainAnime {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes plainAnime {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.sec-voo-magico .cloud-plain {
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: calc(50% - 800px);
    visibility: hidden;
    opacity: 0
}

.sec-voo-magico .cloud-plain.on {
    -webkit-animation: cloudAnimation ease 1.3s;
    animation: cloudAnimation ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 1199px) {
    .sec-voo-magico .cloud-plain {
        left: calc(50% - 640px);
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@media (max-width: 767px) {
    .sec-voo-magico .cloud-plain {
        display: none
    }
}

@-webkit-keyframes cloudAnimation {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes cloudAnimation {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 767px) {
    .sec-voo-magico .img-mob-rel {
        position: relative;
        left: calc(50% - 300px);
        width: 600px;
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .sec-voo-magico .img-mob-rel {
        left: calc(50% - 250px);
        width: 400px;
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .sec-voo-magico {
        min-height: 600px
    }
}

@media (max-width: 991px) {
    .sec-voo-magico {
        min-height: 550px
    }
}

@media (max-width: 767px) {
    .sec-voo-magico {
        min-height: inherit
    }
}

.sec-voo-magico h1 {
    margin-bottom: 20px;
    font-family: 'helvetica_700';
    font-size: 32px;
    line-height: 39px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 991px) {
    .sec-voo-magico h1 {
        font-size: 1.5625em
    }
}

@media (max-width: 767px) {
    .sec-voo-magico h1 {
        text-align: center
    }
}

.sec-voo-magico .c-1 {
    position: relative;
    top: 430px
}

@media (max-width: 1199px) {
    .sec-voo-magico .c-1 {
        top: 350px
    }
}

@media (max-width: 991px) {
    .sec-voo-magico .c-1 {
        top: 350px
    }
}

@media (max-width: 767px) {
    .sec-voo-magico .c-1 {
        top: inherit
    }
}

.sec-voo-magico p {
    font-size: 16px;
    line-height: 24px
}

.sec-voo-magico p a {
    text-decoration: underline;
    color: #15B7EC
}

@media (max-width: 767px) {
    .sec-voo-magico p {
        text-align: center
    }
}

.modal-destinos .modal-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-destinos .modal-header h5 {
    font-family: 'helvetica_100';
    font-size: 16px;
    line-height: 1.2;
    color: #041E42;
    text-transform: normal;
    text-align: left
}

.modal-destinos .modal-header .close {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    margin-right: 10px
}

.modal-destinos .modal-header .close span {
    color: #606060;
    font-size: 1.375em
}

.modal-destinos .list-destinos {
    list-style: none;
    padding: 0;
    margin: 0
}

.modal-destinos .list-destinos .icon::before {
    content: "";
    background: url(../img/svg/pin.svg) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 24px;
    position: relative;
    top: 6px
}

.modal-destinos .list-destinos li,
.modal-destinos .list-destinos p {
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 1.2;
    color: #606060;
    text-transform: normal;
    text-align: left
}

.modal-destinos .list-destinos p {
    margin-top: 5px
}

.sec-experience {
    position: relative;
    min-height: inherit
}

@media (max-width: 991px) {
    .sec-experience {
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .sec-experience {
        padding-top: 30px
    }
}

.sec-experience .clouds {
    position: absolute;
    z-index: 20
}

@media (max-width: 767px) {
    .sec-experience .clouds {
        display: none
    }
}

.sec-experience .clouds.cloud-p-1 {
    left: 0;
    top: -50px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.sec-experience .clouds.cloud-p-1.on {
    -webkit-animation: animateCloud ease 1.3s;
    animation: animateCloud ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes animateCloud {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

@keyframes animateCloud {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

.sec-experience .clouds.cloud-p-2 {
    left: -100px;
    bottom: -100px;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.sec-experience .clouds.cloud-p-2.on {
    -webkit-animation: animateCloud ease 1.3s;
    animation: animateCloud ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes animateCloud {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

.sec-experience .clouds.cloud-p-3 {
    right: -200px;
    bottom: -100px
}

.sec-experience .clouds.cloud-p-3.on {
    -webkit-animation: animateCloud ease 1.3s;
    animation: animateCloud ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes animateCloud {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

.sec-experience .clouds.cloud-p-5 {
    top: 0;
    right: -150px;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.sec-experience .clouds.cloud-p-5.on {
    -webkit-animation: animateCloud ease 1.3s;
    animation: animateCloud ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes animateCloud {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

.sec-experience .clouds.cloud-p-6 {
    bottom: 0;
    right: -150px;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.sec-experience .clouds.cloud-p-6.on {
    -webkit-animation: animateCloud ease 1.3s;
    animation: animateCloud ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes animateCloud {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

.sec-experience .animate-text {
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.sec-experience .animate-text.on {
    opacity: 1;
    visibility: visible
}

.sec-experience .img-p {
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.sec-experience .img-p.on {
    opacity: 1;
    visibility: visible
}

.sec-experience h2 {
    letter-spacing: 1px;
    font-family: 'helvetica_100';
    font-size: 50px;
    line-height: 1.4;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 1199px) {
    .sec-experience h2 {
        font-size: 2.5em
    }
}

@media (max-width: 991px) {
    .sec-experience h2 {
        font-size: 1.75em
    }
}

@media (max-width: 767px) {
    .sec-experience h2 {
        text-align: center
    }
}

.sec-content-promo {
    padding: 70px 0;
    min-height: inherit;
    position: relative
}

@media (max-width: 767px) {
    .sec-content-promo {
        padding: 15px 0
    }
}

@media (max-width: 767px) {
    .sec-content-promo.pd-bot-bl {
        padding: 80px 0
    }
}

.sec-content-promo h1 {
    font-family: 'helvetica_700';
    font-size: 32px;
    line-height: 39px;
    color: #fff;
    text-transform: normal;
    text-align: center
}

@media (max-width: 575px) {
    .sec-content-promo h1 {
        font-size: 1.25em
    }
}

.sec-content-promo h1 span {
    font-style: italic
}

.sec-content-promo .dv-content-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    max-width: 980px
}

@media (max-width: 991px) {
    .sec-content-promo .dv-content-promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 544px
    }
}

.sec-content-promo .dv-content-promo>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #041E42;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .sec-content-promo .dv-content-promo>div {
        padding: 15px
    }
}

.sec-content-promo .dv-content-promo .dv-category {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'helvetica_400';
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-content-promo .dv-content-promo .dv-category.bag::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url("../img/svg/icon-bag.svg") no-repeat;
    background-size: cover
}

.sec-content-promo .dv-content-promo h2 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'helvetica_700';
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 1199px) {
    .sec-content-promo .dv-content-promo h2 {
        font-size: 1.25em
    }
}

@media (max-width: 767px) {
    .sec-content-promo .dv-content-promo h2 {
        font-weight: normal;
        font-size: 20px;
        line-height: 24px
    }
}

.sec-content-promo .dv-content-promo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 1199px) {
    .sec-content-promo .dv-content-promo p {
        font-size: .9375em
    }
}

@media (max-width: 767px) {
    .sec-content-promo .dv-content-promo p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px
    }
}

.sec-content-promo .dv-content-promo .a-btn {
    background-color: #026CB6;
    border: 2px solid #026CB6;
    -webkit-box-shadow: 0px 3.95798px 15.8319px rgba(4, 30, 66, 0.16);
    box-shadow: 0px 3.95798px 15.8319px rgba(4, 30, 66, 0.16);
    border-radius: 0;
    padding: 14px 24px;
    border-radius: 4px;
    height: 48px;
    font-family: 'helvetica_300';
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-content-promo .dv-content-promo .a-btn:hover {
    background-color: transparent;
    border: 2px solid #026CB6;
    color: #fff
}

.sec-content-promo .dv-content-promo figure {
    margin: 0;
    max-width: 544px
}

@media (max-width: 767px) {
    .sec-content-promo .dv-content-promo figure img {
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .rellax {
        display: none !important
    }
}

.cloud-1 {
    position: absolute;
    left: calc(50% - 1100px)
}

@media (max-width: 1199px) {
    .cloud-1 {
        left: calc(50% - 800px)
    }
}

.cloud-2 {
    position: absolute;
    left: -200px;
    left: calc(50% - 1200px);
    top: -200px
}

.cloud-3 {
    position: absolute;
    left: 300px;
    bottom: -500px;
    left: calc(50% - 700px);
    top: 0
}

.cloud-4 {
    position: absolute;
    right: -400px;
    bottom: -500px;
    right: calc(50% - 1300px);
    top: -100px
}

.cloud-5 {
    position: absolute;
    right: -100px;
    top: -200px;
    right: calc(50% - 1100px)
}

@media (max-width: 1199px) {
    .cloud-5 {
        right: calc(50% - 800px)
    }
}

.cloud-6 {
    position: absolute;
    right: -200px;
    bottom: -850px;
    right: calc(50% - 1100px);
    top: -200px
}

.cloud-7 {
    position: absolute;
    left: -100px;
    bottom: -300px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: calc(50% - 1100px)
}

@media (max-width: 1199px) {
    .cloud-7 {
        left: calc(50% - 800px)
    }
}

.bubble-1 {
    position: absolute;
    top: -200px;
    left: calc(50% - 750px);
    z-index: -1
}

.bubble-1 img {
    -webkit-transform: scale(0.2) matrix(-1, 0, 0, 1, 0, 0);
    transform: scale(0.2) matrix(-1, 0, 0, 1, 0, 0)
}

@media (max-width: 1199px) {
    .bubble-1 {
        left: calc(50% - 500px)
    }
}

.bubble-2 {
    position: absolute;
    top: 650px;
    right: calc(50% - 750px)
}

.bubble-2 img {
    -webkit-transform: scale(0.2) rotate(-22.68deg);
    transform: scale(0.2) rotate(-22.68deg)
}

.bubble-3 {
    position: absolute;
    top: 850px;
    right: calc(50% - 800px)
}

.bubble-3 img {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
}

.cloud-8 {
    position: absolute;
    left: -300px;
    bottom: -1250px;
    right: calc(50% - 1200px)
}

@media (max-width: 1199px) {
    .cloud-8 {
        right: calc(50% - 900px)
    }
}

.cloud-9 {
    position: absolute;
    right: -300px;
    top: 1000px;
    right: calc(50% - 1200px)
}

@media (max-width: 1199px) {
    .cloud-9 {
        right: calc(50% - 900px)
    }
}

.cloud-10 {
    position: absolute;
    right: 0;
    top: 1100px;
    right: calc(50% - 900px)
}

@media (max-width: 1199px) {
    .cloud-10 {
        right: calc(50% - 600px)
    }
}

.cloud-11 {
    position: absolute;
    right: 200px;
    top: 650px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    right: calc(50% - 800px)
}

@media (max-width: 1199px) {
    .cloud-11 {
        right: calc(50% - 500px)
    }
}

.cloud-12 {
    position: absolute;
    left: -200px;
    top: 100px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: calc(50% - 1300px);
    z-index: -1
}

.cloud-13 {
    position: absolute;
    left: -300px;
    top: 1500px;
    left: calc(50% - 1200px)
}

.cloud-14 {
    position: absolute;
    left: 50px;
    top: 1800px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: calc(50% - 1000px)
}

.cloud-15 {
    position: absolute;
    left: -300px;
    top: 2400px;
    left: calc(50% - 1200px)
}

.cloud-16 {
    position: absolute;
    right: -100px;
    top: 1500px;
    right: calc(50% - 1000px)
}

.cloud-17 {
    position: absolute;
    right: -100px;
    top: 1200px;
    right: calc(50% - 1000px)
}

.bubble-4 {
    position: absolute;
    bottom: -1100px;
    right: calc(50% - 600px)
}

.bubble-4 img {
    -webkit-transform: scale(0.2) matrix(-1, 0, 0, 1, 0, 0);
    transform: scale(0.2) matrix(-1, 0, 0, 1, 0, 0)
}

.cloud-18 {
    position: absolute;
    left: -100px;
    top: 500px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: calc(50% - 1100px)
}

.bubble-5 {
    position: absolute;
    bottom: -550px;
    right: calc(50% - 750px)
}

.bubble-5 img {
    -webkit-transform: scale(0.4) matrix(-1, 0, 0, 1, 0, 0);
    transform: scale(0.4) matrix(-1, 0, 0, 1, 0, 0)
}

.cloud-19 {
    position: absolute;
    left: -100px;
    top: 500px;
    left: calc(50% - 1200px);
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg)
}

@media (max-width: 1199px) {
    .cloud-19 {
        left: calc(50% - 900px)
    }
}

.bubble-6 {
    position: absolute;
    top: 200px;
    left: calc(50% - 950px)
}

.bubble-6 img {
    -webkit-transform: scale(0.6) matrix(-1, 0, 0, 1, 0, 0);
    transform: scale(0.6) matrix(-1, 0, 0, 1, 0, 0)
}

.bubble-7 {
    position: absolute;
    top: 700px;
    left: calc(50% - 800px)
}

.bubble-7 img {
    position: absolute
}

.bubble-7 .b1 {
    -webkit-transform: scale(0.2);
    transform: scale(0.2)
}

.bubble-7 .b2 {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    left: 28px;
    top: 27px
}

.bubble-8 {
    position: absolute;
    top: 500px;
    right: calc(50% - 750px)
}

.bubble-8 img {
    -webkit-transform: scale(0.25);
    transform: scale(0.25)
}

.bubble-9 {
    position: absolute;
    top: 650px;
    right: calc(50% - 850px)
}

.bubble-9 img {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
}

.bubble-13 {
    position: absolute;
    top: 1500px;
    left: calc(50% - 850px)
}

.bubble-13 img {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
}

.bubble-10 {
    position: absolute;
    top: 1433px;
    right: calc(50% - 777px)
}

.bubble-10 img {
    -webkit-transform: scale(0.2);
    transform: scale(0.2)
}

.bubble-11 {
    position: absolute;
    top: 1366px;
    right: calc(50% - 850px)
}

.bubble-11 img {
    -webkit-transform: scale(0.1);
    transform: scale(0.1)
}

.cloud-20 {
    position: absolute;
    left: -100px;
    top: 750px;
    left: calc(50% - 1000px)
}

@media (max-width: 1199px) {
    .cloud-20 {
        left: calc(50% - 900px)
    }
}

.cloud-21 {
    position: absolute;
    left: -100px;
    top: 1100px;
    -webkit-transform: rotate(-146.18deg);
    transform: rotate(-146.18deg);
    left: calc(50% - 1200px)
}

@media (max-width: 1199px) {
    .cloud-21 {
        left: calc(50% - 1100px)
    }
}

.cloud-22 {
    position: absolute;
    left: -100px;
    top: 500px;
    left: calc(50% + 600px)
}

@media (max-width: 1199px) {
    .cloud-22 {
        left: calc(50% + 200px)
    }
}

.cloud-23 {
    position: absolute;
    left: -100px;
    top: 600px;
    left: calc(50% + 600px)
}

@media (max-width: 1199px) {
    .cloud-23 {
        left: calc(50% + 450px)
    }
}

.cloud-24 {
    position: absolute;
    top: 0;
    left: calc(50% - 1100px)
}

@media (max-width: 1199px) {
    .cloud-24 {
        left: calc(50% - 900px)
    }
}

.cloud-25 {
    position: absolute;
    top: 0;
    left: calc(50% + 550px)
}

@media (max-width: 1199px) {
    .cloud-25 {
        left: calc(50% + 400px)
    }
}

.bubble-12 {
    position: absolute;
    bottom: -2540px;
    right: calc(50% - 750px)
}

.bubble-12 img {
    -webkit-transform: scale(0.2);
    transform: scale(0.2)
}

.bubble-mickey {
    position: absolute;
    top: 350px;
    left: calc(50% - 700px)
}

.bubble-mickey img {
    position: absolute
}

.bubble-mickey .b1 {
    -webkit-transform: rotate(11.07deg) scale(0.2);
    transform: rotate(11.07deg) scale(0.2)
}

.bubble-mickey .b2 {
    -webkit-transform: rotate(-16.07deg) scale(0.2);
    transform: rotate(-16.07deg) scale(0.2);
    left: -80px;
    top: 20px
}

.bubble-mickey .b3 {
    -webkit-transform: rotate(-16.07deg) scale(0.35);
    transform: rotate(-16.07deg) scale(0.35);
    left: -27px;
    top: 55px
}

footer {
    padding-bottom: 50px
}

@media (max-width: 767px) {
    footer {
        padding-bottom: 80px
    }
}

footer p {
    font-family: 'helvetica_400';
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: center
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    footer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer ul li {
    margin: 0 5px 0 10px;
    font-family: 'helvetica_300';
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: center
}

@media (max-width: 991px) {
    footer ul li {
        margin-bottom: 5px
    }
}

@media (max-width: 1199px) {
    footer ul li {
        font-size: 1em
    }
}

footer ul li::after {
    content: "|";
    margin-left: 15px
}

@media (max-width: 991px) {
    footer ul li::after {
        display: none
    }
}

footer ul li:last-child::after {
    display: none
}

footer ul li a {
    color: currentColor
}

footer ul li a:hover {
    color: currentColor
}

footer .dv-sep {
    height: 100%;
    width: 1px;
    margin: 0 30px;
    border-right: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3)
}

footer .p-jur {
    margin: 10px 0 0 0;
    font-family: 'helvetica_300';
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    text-transform: normal;
    text-align: justify
}


/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, 0.5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url("scss/fotorama/fotorama.png") no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url("scss/fotorama/fotorama@2x.png") 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, 0.2)
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: none !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

.sec-home-promo {
    min-height: inherit;
    background-image: url(../img/webp/0612ZQ_5007CM_r1_DS.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .sec-home-promo {
        background-position: center 50px;
        background-size: 800px
    }
}

@media (max-width: 575px) {
    .sec-home-promo {
        height: auto;
        background-position: center 50px;
        background-size: 600px
    }
}

.sec-home-promo h1 {
    margin-top: 510px;
    font-family: 'helvetica_700';
    font-size: 45px;
    line-height: 59px;
    color: #fff;
    text-transform: normal;
    text-align: center
}

@media (max-width: 1199px) {
    .sec-home-promo h1 {
        font-size: 2.5em
    }
}

@media (max-width: 991px) {
    .sec-home-promo h1 {
        font-size: 1.875em
    }
}

@media (max-width: 767px) {
    .sec-home-promo h1 {
        font-size: 24px;
        line-height: 1.2;
        margin-top: 250px
    }
}

@media (max-width: 575px) {
    .sec-home-promo h1 {
        margin-top: 200px
    }
}

.sec-home-promo .p-copy-01 p {
    margin-top: -50px;
    margin-right: 189px;
    font-family: 'helvetica_400';
    font-size: 13px;
    line-height: 1.8;
    color: #fff;
    text-transform: normal;
    text-align: right
}

@media (max-width: 575px) {
    .sec-home-promo .p-copy-01 p {
        font-size: .75em;
        margin-right: 0px;
        text-align: center
    }
}

.sec-home-promo .p-copy-02 p {
    margin-top: -50px;
    margin-left: 189px;
    font-family: 'helvetica_400';
    font-size: 13px;
    line-height: 1.8;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 575px) {
    .sec-home-promo .p-copy-02 p {
        font-size: 12px;
        margin-top: 2px;
        margin-left: 0px;
        text-align: center
    }
}

.sec-home-promo .dv-cupom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

@media (max-width: 575px) {
    .sec-home-promo .dv-cupom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec-home-promo .dv-cupom>div:first-child {
    border-radius: 4px 0 0 4px;
    width: 462px;
    padding: 30px 40px;
    background-color: #041E42
}

@media (max-width: 575px) {
    .sec-home-promo .dv-cupom>div:first-child {
        width: auto;
        padding: 15px;
        border-radius: 4px 4px 0 0
    }
}

.sec-home-promo .dv-cupom>div:last-child {
    border-radius: 0 4px 4px 0;
    width: 273px;
    background-color: #0793CF
}

@media (max-width: 575px) {
    .sec-home-promo .dv-cupom>div:last-child {
        padding: 15px;
        width: auto;
        border-radius: 0 0 4px 4px
    }
}

.sec-home-promo .dv-cupom h2 {
    font-family: 'helvetica_700';
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 767px) {
    .sec-home-promo .dv-cupom h2 {
        font-size: 1.875em
    }
}

@media (max-width: 575px) {
    .sec-home-promo .dv-cupom h2 {
        font-size: 2.8125em
    }
}

.sec-home-promo .dv-cupom .p-cupom-desc {
    font-family: 'helvetica_100';
    margin-bottom: 0;
    line-height: 24px;
    font-size: 20px
}

@media (max-width: 991px) {
    .sec-home-promo .dv-cupom .p-cupom-desc {
        font-size: 1.125em
    }
}

@media (max-width: 767px) {
    .sec-home-promo .dv-cupom .p-cupom-desc {
        font-size: .9375em
    }
}

.sec-home-promo .dv-cupom a {
    display: inline-block;
    background-color: #fff;
    padding: 12px 20px 5px;
    border-radius: 4px;
    margin-top: 5px;
    font-family: 'helvetica_700';
    font-size: 30px;
    line-height: 1.2;
    color: #041E42;
    text-transform: normal;
    text-align: center
}

@media (max-width: 767px) {
    .sec-home-promo .dv-cupom a {
        font-size: 1.875em;
        padding: 12px 15px 5px
    }
}

@media (max-width: 575px) {
    .sec-home-promo .dv-cupom a {
        font-size: 2.5em
    }
}

.sec-home-promo .dv-cupom a:hover {
    text-decoration: none
}

.sec-home-promo .dv-cupom .p-copy {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: 'helvetica_100';
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: center
}

@media (max-width: 767px) {
    .sec-home-promo .dv-cupom .p-copy {
        font-size: .625em
    }
}

@media (max-width: 575px) {
    .sec-home-promo .dv-cupom .p-copy {
        font-size: .8125em
    }
}

.sec-promocoes {
    min-height: inherit;
    margin-top: 30px
}

@media (max-width: 767px) {
    .sec-promocoes {
        margin-top: 10px
    }
}

.sec-promocoes h1 {
    font-family: 'helvetica_700';
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-promocoes h1 small {
    display: block
}

@media (max-width: 1199px) {
    .sec-promocoes h1 {
        font-size: 2.5em
    }
}

@media (max-width: 991px) {
    .sec-promocoes h1 {
        font-size: 1.875em
    }
}

@media (max-width: 767px) {
    .sec-promocoes h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px
    }
}

.sec-promocoes .p-filter {
    font-size: 14px;
    line-height: 16px
}

@media (max-width: 767px) {
    .sec-promocoes .p-filter {
        text-align: center
    }
}

.sec-promocoes .dropdown {
    display: inline-block
}

.sec-promocoes .txt-filtro {
    letter-spacing: 1px;
    font-family: 'helvetica_400';
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-promocoes .btn-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #C0C0C0;
    padding: 4px 16px;
    height: 32px;
    border-radius: 32px;
    font-family: 'helvetica_700';
    font-size: 14px;
    line-height: 16px;
    color: #026CB6;
    text-transform: normal;
    text-align: left
}

.sec-promocoes .list-products {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sec-promocoes .list-products.owl-list {
    display: none
}

@media (max-width: 1199px) {
    .sec-promocoes .list-products {
        display: none
    }
    .sec-promocoes .list-products.owl-list {
        display: block
    }
    .sec-promocoes .list-products.owl-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: inherit;
        min-width: inherit
    }
    .sec-promocoes .list-products.owl-list li>div {
        background-color: #005b9c;
        width: 100%;
        min-height: 250px
    }
    .sec-promocoes .list-products.owl-list figure {
        border-radius: 15px 15px 0 0
    }
}

.sec-promocoes .list-products li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 20px
}

.sec-promocoes .list-products li>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
    background-color: #014E84;
    border-radius: 0 15px 15px 0
}

.sec-promocoes .list-products li:nth-child(odd)>div {
    margin-right: 15px
}

@media (max-width: 1199px) {
    .sec-promocoes .list-products li:nth-child(odd)>div {
        margin-right: 0;
        border-radius: 0 0 15px 15px
    }
}

.sec-promocoes .list-products figure {
    margin-bottom: 0;
    max-width: 230px;
    overflow: hidden;
    border-radius: 15px 0 0 15px
}

@media (max-width: 1199px) {
    .sec-promocoes .list-products figure {
        max-width: inherit
    }
}

.sec-promocoes .list-products .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'helvetica_400';
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-promocoes .list-products .category.hotel::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/svg/icon-bed.svg") no-repeat;
    background-size: cover
}

.sec-promocoes .list-products .category.bag::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url("../img/svg/icon-bag.svg") no-repeat;
    background-size: cover
}

.sec-promocoes .list-products .category.ticket::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url("../img/svg/icon-ticket.svg") no-repeat;
    background-size: cover
}

.sec-promocoes .list-products .category.cruzeiro::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url("../img/svg/icon-menu-4-active.svg") no-repeat;
    background-size: cover
}

.sec-promocoes .list-products .title {
    margin-bottom: 20px;
    font-family: 'helvetica_700';
    font-size: 23px;
    line-height: 26px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 1199px) {
    .sec-promocoes .list-products .title {
        font-size: 1.5625em
    }
}

.sec-promocoes .list-products .prices {
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 1px
}

.sec-promocoes .list-products .prices strong {
    line-height: 29px;
    font-size: 18px;
    text-shadow: 1px 1px 2px #00000055
}

.sec-promocoes .list-products .eu-quero {
    text-decoration: underline;
    letter-spacing: 1px;
    font-family: 'helvetica_400';
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-promocoes .dropdown-menu {
    min-width: 288px
}

.sec-promocoes .dropdown-item {
    padding: 16px;
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 20px;
    color: #606060;
    text-transform: normal;
    text-align: left
}

.sec-promocoes .dropdown-item.active {
    background-color: #E7F6F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #041E42
}

.sec-promocoes .dropdown-item.active::after {
    content: "";
    width: 14px;
    height: 12px;
    display: block;
    background: url(../img/svg/icon-check.svg) center center
}

.sec-buscador {
    min-height: inherit;
    margin-bottom: 50px
}

.sec-buscador .az_buscador {
    color: #fff;
    padding: 40px;
    margin: 0 auto;
    max-width: 1100px;
    background-color: #01083e;
    border-radius: 8px
}

@media (max-width: 767px) {
    .sec-buscador .az_buscador {
        padding: 15px;
        background-color: transparent
    }
}

.sec-buscador .az_buscador_title {
    padding: 10px 0
}

.sec-buscador .az_buscador form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sec-buscador .az_buscador_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: none
}

.sec-buscador .az_buscador_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sec-buscador .az_buscador_box div input,
.sec-buscador .az_buscador_datas div input {
    display: initial !important
}

.sec-buscador .az_buscador_iconIdaVolta {
    z-index: 10;
    height: 30px;
    top: 15px;
    left: 47%;
    background-color: #fff;
    position: absolute;
    border: 1px solid #6e6d72;
    border-radius: 5px
}

.sec-buscador .az_buscador_icon {
    margin-right: 5px
}

.sec-buscador .az_buscador form .az_buscador_box,
.sec-buscador .az_buscador form .az_buscador_datas {
    color: #6e6d72;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #6e6d72
}

@media (max-width: 767px) {
    .sec-buscador .az_buscador form .az_buscador_box,
    .sec-buscador .az_buscador form .az_buscador_datas {
        border-color: #C0C0C0
    }
}

.sec-buscador .az_buscador form .az_buscador_datas {
    border-radius: 0 4px 4px 0
}

.sec-buscador .az_buscador form .az_buscador_box:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

@media (max-width: 767px) {
    .sec-buscador .az_buscador form .az_buscador_box:nth-child(1) {
        border-radius: 0
    }
}

.sec-buscador .az_buscador form .az_buscador_box:nth-child(3) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

@media (max-width: 767px) {
    .sec-buscador .az_buscador form .az_buscador_box:nth-child(3) {
        border-radius: 0
    }
}

.sec-buscador .az_buscador form .az_buscador_box label,
.sec-buscador .az_buscador form .az_buscador_datas label {
    display: block;
    text-transform: uppercase
}

.sec-buscador #az_buscador_btn {
    width: 150px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    background-color: #e24f9d;
    height: 70px;
    border: 2px solid #026CB6;
    background-color: transparent;
    font-family: 'helvetica_400';
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: unset;
    text-align: center
}

@media (max-width: 1199px) {
    .sec-buscador #az_buscador_btn {
        margin-top: 15px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .sec-buscador #az_buscador_btn {
        background: #041E42;
        border: 1px solid #041E42;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        height: 50px;
        font-size: 14px
    }
}

.sec-buscador #az_buscador_btn:hover {
    background-color: #026CB6
}

.sec-buscador input[type="date"] {
    position: relative
}

.sec-buscador input[type="date"]:after {
    color: #555;
    padding: 0 15px
}

.sec-buscador input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent
}

.sec-buscador input[type="date"]::-webkit-inner-spin-button {
    z-index: 1
}

.sec-buscador input[type="date"]::-webkit-clear-button {
    z-index: 1
}

@media (max-width: 560px) {
    .sec-buscador .az_buscador_input {
        width: 100%;
        margin: 5px 0
    }
    .sec-buscador .az_buscador form .az_buscador_box {
        width: 100%;
        border-radius: 4px
    }
}

@media (max-width: 560px) and (max-width: 767px) {
    .sec-buscador .az_buscador form .az_buscador_box {
        border-radius: 0
    }
}

@media (max-width: 560px) {
    .sec-buscador .az_buscador_iconIdaVolta {
        height: 25px;
        top: 45px !important
    }
    .sec-buscador .az_buscador_iconIdaVolta img {
        height: 20px
    }
    .sec-buscador .az_buscador form .az_buscador_datas {
        margin: 0;
        width: 100%;
        margin: 5px 0 10px 0
    }
}

@media (max-width: 560px) and (max-width: 767px) {
    .sec-buscador .az_buscador form .az_buscador_datas {
        margin: 0;
        margin-bottom: 15px
    }
}

@media (max-width: 560px) {
    .sec-buscador #az_buscador_btn {
        margin: 0 auto
    }
}

.sec-buscador input {
    border: none
}

.sec-buscador label {
    font-family: 'helvetica_400';
    font-size: 14px;
    line-height: 1;
    color: #014E84;
    text-transform: unset !important;
    text-align: left
}

.sec-buscador input {
    line-height: 1
}

.sec-buscador input::-webkit-input-placeholder {
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 1;
    color: #606060;
    text-transform: unset !important;
    text-align: left
}

.sec-buscador input::-moz-placeholder {
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 1;
    color: #606060;
    text-transform: unset !important;
    text-align: left
}

.sec-buscador input::-ms-input-placeholder {
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 1;
    color: #606060;
    text-transform: unset !important;
    text-align: left
}

.sec-buscador input::placeholder {
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 1;
    color: #606060;
    text-transform: unset !important;
    text-align: left
}

.sec-buscador input[id="aeroportoDest"]::-webkit-input-placeholder {
    color: #041E42
}

.sec-buscador input[id="aeroportoDest"]::-moz-placeholder {
    color: #041E42
}

.sec-buscador input[id="aeroportoDest"]::-ms-input-placeholder {
    color: #041E42
}

.sec-buscador input[id="aeroportoDest"]::placeholder {
    color: #041E42
}

.sec-buscador form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sec-buscador form>div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 80px
}

@media (max-width: 767px) {
    .sec-buscador form>div:first-child {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .sec-buscador .az_buscador form .az_buscador_box:nth-child(1) {
        border-radius: 4px 4px 0 0
    }
}

@media (max-width: 767px) {
    .sec-buscador .az_buscador form .az_buscador_datas {
        border-radius: 0 0 4px 4px
    }
}

.sec-buscador h1 {
    margin-bottom: 30px;
    font-family: 'helvetica_700';
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-transform: normal;
    text-align: center
}

.sec-buscador h1 small {
    display: block
}

@media (max-width: 1199px) {
    .sec-buscador h1 {
        font-size: 2.5em
    }
}

@media (max-width: 991px) {
    .sec-buscador h1 {
        font-size: 1.875em
    }
}

@media (max-width: 575px) {
    .sec-buscador h1 {
        font-size: 1.125em;
        text-align: center;
        margin-bottom: 20px
    }
}

.sec-buscador #aeroportoOri {
    border: none;
    width: 100%
}

.sec-buscador #aeroportoOri:focus,
.sec-buscador #aeroportoOri:active {
    border: none
}

.sec-buscador .box-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .sec-buscador .box-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec-buscador .box-controls>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sec-buscador .box-controls>div>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sec-buscador .config-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sec-guia-magico {
    position: relative;
    min-height: inherit;
    padding-top: 110px;
    padding-bottom: 80px;
    -webkit-animation: anime ease 1.3s;
    animation: anime ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 767px) {
    .sec-guia-magico {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

.sec-guia-magico .dv-dicas {
    bottom: 30px;
    left: calc(50% - 350px)
}

@media (max-width: 991px) {
    .sec-guia-magico .dv-dicas {
        bottom: 0;
        left: calc(50% + 100px);
        width: 200px
    }
}

@media (max-width: 767px) {
    .sec-guia-magico .dv-dicas {
        display: block;
        bottom: inherit;
        top: 250px;
        left: inherit;
        right: calc(50% - 250px)
    }
}

@media (max-width: 575px) {
    .sec-guia-magico .dv-dicas {
        right: 15px
    }
}

.sec-guia-magico .animate-items {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

.sec-guia-magico .animate-items.on {
    -webkit-animation: anime ease 1.3s;
    animation: anime ease 1.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes anime {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

.sec-guia-magico h1 {
    letter-spacing: 1px;
    font-family: 'helvetica_100';
    font-size: 53px;
    line-height: 59px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-guia-magico h2 {
    letter-spacing: 1px;
    font-family: 'helvetica_100';
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 1199px) {
    .sec-guia-magico h1 {
        font-size: 35px;
        line-height: 1.2
    }
    .sec-guia-magico h2 {
        font-size: 35px;
        line-height: 1.2
    }
}

@media (max-width: 991px) {
    .sec-guia-magico h1 {
        font-size: 3.125em
    }
    .sec-guia-magico h2 {
        font-size: 3.125em
    }
}

@media (max-width: 767px) {
    .sec-guia-magico h1 {
        text-align: center;
        font-size: 1.25em
    }
    .sec-guia-magico h2 {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
}

.sec-guia-magico .p1,
.sec-guia-magico .lista {
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 24px;
    margin-right: 65px;
    color: #fff;
}

@media (max-width: 1199px) {
    .sec-guia-magico .p1,
    .sec-guia-magico .lista {
        margin-right: 30px
    }
}

@media (max-width: 767px) {
    .sec-guia-magico .p1,
    .sec-guia-magico .lista {
        margin-right: 0;
        text-align: center
    }
}

.sec-guia-magico .p-video {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px
}

@media (max-width: 1199px) {
    .sec-guia-magico .p-video {
        font-size: 12px
    }
}

@media (max-width: 991px) {
    .sec-guia-magico .p-video {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .sec-guia-magico .p-video {
        margin-top: 5px;
        margin-left: 0;
        text-align: center
    }
}

.sec-guia-magico .clouds {
    position: absolute;
    z-index: 20
}

@media (max-width: 767px) {
    .sec-guia-magico .clouds {
        display: none
    }
}

.sec-guia-magico .clouds.cloud-p-1 {
    left: 0;
    top: -50px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.sec-guia-magico .clouds.cloud-p-1.on {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
    visibility: hidden
}

.sec-guia-magico .clouds.cloud-p-2 {
    left: -100px;
    bottom: -100px;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.sec-guia-magico .clouds.cloud-p-2.on {
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    opacity: 0;
    visibility: hidden
}

.sec-guia-magico .clouds.cloud-p-3 {
    right: -200px;
    bottom: -100px
}

.sec-guia-magico .clouds.cloud-p-3.on {
    -webkit-transform: translate3d(200px, 50px, 0);
    transform: translate3d(200px, 50px, 0);
    opacity: 0;
    visibility: hidden
}

.sec-guia-magico .clouds.cloud-p-5 {
    top: 0;
    right: -150px;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.sec-guia-magico .clouds.cloud-p-5.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    visibility: hidden
}

.sec-guia-magico .clouds.cloud-p-6 {
    bottom: 0;
    right: -150px;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.sec-guia-magico .clouds.cloud-p-6.on {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    opacity: 0;
    visibility: hidden
}

.modal-video {
    background-color: #00000099
}

.modal-video .modal-content {
    background-color: transparent;
    border: none
}

.modal-video .close-galery {
    display: inline-block;
    padding: 50px 0 0 50px;
    cursor: pointer;
    font-family: 'helvetica_100';
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-transform: normal;
    text-align: left
}

.sec-experiencia {
    padding: 40px 0 80px;
    min-height: inherit
}

@media (max-width: 767px) {
    .sec-experiencia {
        padding: 20px 0
    }
}

.sec-experiencia h2 {
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: 'helvetica_700';
    font-size: 38pxpx;
    line-height: 46px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 767px) {
    .sec-experiencia h2 {
        font-size: 1.5625em;
        text-align: center
    }
}

.sec-experiencia h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'helvetica_400';
    font-size: 16px;
    line-height: 24px;
    color: #15B7EC;
    text-transform: normal;
    text-align: left
}

@media (max-width: 767px) {
    .sec-experiencia h3 {
        text-align: center
    }
}

.sec-experiencia h3.s2 {
    color: #fff;
    font-size: .75em;
    margin-bottom: 8px
}

.sec-experiencia h4 {
    margin-bottom: 30px;
    font-family: 'helvetica_400';
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 767px) {
    .sec-experiencia h4 {
        text-align: center
    }
}

.sec-experiencia p {
    font-size: 14px;
    line-height: 19px
}

@media (max-width: 767px) {
    .sec-experiencia p {
        text-align: center
    }
}

.sec-experiencia .p-apoio {
    font-family: 'helvetica_300';
    font-size: 24pxpx;
    line-height: 29px;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 767px) {
    .sec-experiencia .p-apoio {
        text-align: center;
        font-size: .875em
    }
}

.sec-experiencia .tabs-disney {
    margin-bottom: 15px;
    margin-top: 25px;
    border-bottom: none
}

@media (max-width: 767px) {
    .sec-experiencia .tabs-disney {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0
    }
}

.sec-experiencia .tabs-disney li {
    margin-right: 15px
}

@media (max-width: 767px) {
    .sec-experiencia .tabs-disney li {
        margin: 0 5px
    }
}

.sec-experiencia .tabs-disney li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 2px solid #15B7EC;
    border-radius: 38px
}

.sec-experiencia .tabs-disney li a.search {
    background: url("../img/webp/Group 9161exp_disney_.webp") no-repeat 6px 7px;
    background-size: 20px
}

.sec-experiencia .tabs-disney li a.search.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9161exp_disney_.webp") no-repeat 6px 7px, #15B7EC;
    background-size: 20px
}

.sec-experiencia .tabs-disney li a.stars {
    background: url("../img/webp/Group 9158exp_disney_.webp") no-repeat 7px 8px;
    background-size: 20px
}

.sec-experiencia .tabs-disney li a.stars.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9158exp_disney_.webp") no-repeat 7px 8px, #15B7EC;
    background-size: 20px
}

.sec-experiencia .tabs-disney li a.mouse {
    background: url("../img/webp/Group 9159exp_disney_.webp") no-repeat 7px 8px;
    background-size: 20px
}

.sec-experiencia .tabs-disney li a.mouse.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9159exp_disney_.webp") no-repeat 7px 8px, #15B7EC;
    background-size: 20px
}

.sec-experiencia .tabs-disney li a.burguer {
    background: url("../img/webp/Group 9160exp_disney_.webp") no-repeat 9px 8px;
    background-size: 17px
}

.sec-experiencia .tabs-disney li a.burguer.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9160exp_disney_.webp") no-repeat 9px 8px, #15B7EC;
    background-size: 17px
}

.sec-experiencia .tabs-disney li a.movie {
    background: url("../img/webp/Group 9162exp_azul_2.webp") no-repeat 9px 8px;
    background-size: 17px
}

.sec-experiencia .tabs-disney li a.movie.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9162exp_azul_2.webp") no-repeat 9px 8px, #15B7EC;
    background-size: 17px
}

.sec-experiencia .tabs-disney li a.music {
    background: url("../img/webp/Group 9167exp_azul_2.webp") no-repeat 8px 9px;
    background-size: 16px
}

.sec-experiencia .tabs-disney li a.music.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9167exp_azul_2.webp") no-repeat 8px 9px, #15B7EC;
    background-size: 16px
}

.sec-experiencia .tabs-disney li a.sport {
    background: url("../img/webp/Group 9163exp_azul_.webp") no-repeat 8px 8px;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.sport.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9163exp_azul_.webp") no-repeat 8px 8px, #15B7EC;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.art {
    background: url("../img/webp/Group 9164exp_azul_2.webp") no-repeat 8px 8px;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.art.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9164exp_azul_2.webp") no-repeat 8px 8px, #15B7EC;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.sound {
    background: url("../img/webp/Group 9165exp_azul_.webp") no-repeat 8px 8px;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.sound.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9165exp_azul_.webp") no-repeat 8px 8px, #15B7EC;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.king {
    background: url("../img/webp/Group 9166exp_azul_.webp") no-repeat 8px 8px;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.king.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/Group 9166exp_azul_.webp") no-repeat 8px 8px, #15B7EC;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.cacto {
    background: url("../img/webp/cactus2.webp") no-repeat 8px 8px;
    background-size: 18px
}

.sec-experiencia .tabs-disney li a.cacto.active {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.15);
    background: url("../img/webp/cactus2.webp") no-repeat 8px 8px, #15B7EC;
    background-size: 18px
}

.sec-experiencia .dv-dicas {
    position: absolute;
    z-index: 10;
    left: -170px;
    bottom: 0
}

@media (max-width: 991px) {
    .sec-experiencia .dv-dicas {
        bottom: 0;
        left: inherit;
        right: 0
    }
}

@media (max-width: 767px) {
    .sec-experiencia .dv-dicas {
        right: 15px;
        display: block
    }
}

.sec-experiencia .dv-tab-2-1 {
    bottom: -132px
}

@media (max-width: 1199px) {
    .sec-experiencia .dv-tab-2-1 {
        bottom: -60px
    }
}

.sec-experiencia .dv-tab-4-1 {
    bottom: -80px
}

@media (max-width: 1199px) {
    .sec-experiencia .dv-tab-4-1 {
        bottom: -20px
    }
}

.sec-experiencia .list-hotel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .sec-experiencia .list-hotel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sec-experiencia .list-hotel li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 12px;
    font-family: 'helvetica_400';
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 575px) {
    .sec-experiencia .list-hotel li {
        max-width: inherit;
        min-width: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sec-experiencia .list-hotel li.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sec-experiencia .list-hotel li.icon::before {
    content: "";
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575px) {
    .sec-experiencia .list-hotel li.icon::before {
        margin-right: 0;
        margin-bottom: 5px
    }
}

.sec-experiencia .list-hotel li.icon.subway::before {
    width: 16px;
    height: 19px;
    background: url(../img/svg/icon-subway.svg)
}

.sec-experiencia .list-hotel li.icon.wifi::before {
    width: 20px;
    height: 16px;
    background: url(../img/svg/icon-wifi.svg)
}

.sec-experiencia .list-hotel li.icon.bus::before {
    width: 20px;
    height: 18px;
    background: url(../img/svg/icon-bus.svg)
}

.sec-experiencia .list-hotel li.icon.letter::before {
    width: 24px;
    height: 24px;
    background: url(../img/svg/icon-letter.svg)
}

.sec-experiencia .list-hotel li.icon.money::before {
    width: 18px;
    height: 18px;
    background: url(../img/svg/icon-money.svg)
}

.sec-experiencia .list-hotel li.icon.pool::before {
    width: 24px;
    height: 24px;
    background: url(../img/svg/icon-pool.svg)
}

.sec-experiencia .list-hotel li.icon.atletic::before {
    width: 18px;
    height: 18px;
    background: url(../img/svg/icon-atletic.svg)
}

.sec-experiencia .img-tab-rel-1 {
    position: absolute;
    top: -170px;
    left: 0
}

@media (max-width: 991px) {
    .sec-experiencia .img-tab-rel-1 {
        position: static
    }
}

.sec-experiencia .img-tab-rel-2 {
    position: absolute;
    top: -150px;
    left: 0
}

@media (max-width: 991px) {
    .sec-experiencia .img-tab-rel-2 {
        position: static
    }
}

.sec-experiencia .img-tab-rel-3 {
    position: absolute;
    top: -150px;
    left: 0
}

@media (max-width: 991px) {
    .sec-experiencia .img-tab-rel-3 {
        position: static
    }
}

.sec-experiencia .img-tab-rel-4 {
    position: absolute;
    top: -150px;
    left: 0
}

@media (max-width: 991px) {
    .sec-experiencia .img-tab-rel-4 {
        position: static
    }
}

.sec-experiencia .img-tab-rel-all {
    position: absolute;
    top: -150px;
    left: 0
}

@media (max-width: 991px) {
    .sec-experiencia .img-tab-rel-all {
        position: static
    }
}

.sec-experiencia .img-tab-rel-5 {
    position: absolute;
    top: -108px
}

@media (max-width: 991px) {
    .sec-experiencia .img-tab-rel-5 {
        position: static
    }
}

.sec-experiencia .img-tab-rel-6 {
    position: relative;
    top: -108px
}

@media (max-width: 991px) {
    .sec-experiencia .img-tab-rel-6 {
        position: static
    }
}

.sec-experiencia .dv-1-d {
    bottom: 0
}

.sec-experiencia .dv-2-d {
    bottom: inherit;
    top: 380px
}

.sec-experiencia .dv-3-d {
    bottom: inherit;
    top: 250px
}

.sec-experiencia .r1 {
    margin-bottom: 100px
}

.sec-experiencia .r2 {
    margin-bottom: 40px
}

.sec-experiencia .dv-d01 {
    bottom: 360px
}

.sec-experiencia .dv-d02 {
    bottom: 72px
}

.btn-ver-promo {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.05);
    border: 2px solid #15B7EC;
    border-radius: 4px;
    width: 196px;
    height: 48px;
    display: inline-block;
    padding-top: 12px;
    font-family: 'helvetica_300';
    font-size: 16px;
    line-height: 20px;
    color: #15B7EC;
    text-transform: normal;
    text-align: center
}

.btn-ver-promo:hover {
    color: #15B7EC
}

.btn-ver-promo.s2 {
    width: 172px;
    height: 48px
}

.sec-experiencia-azul {
    padding-top: 100px;
    min-height: inherit;
    padding-bottom: 80px
}

@media (max-width: 767px) {
    .sec-experiencia-azul {
        margin-bottom: 0;
        padding-bottom: 80px
    }
}

.sec-experiencia-azul h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'helvetica_100';
    font-size: 35px;
    line-height: 1.4;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 767px) {
    .sec-experiencia-azul h1 {
        font-size: 2.1875em;
        text-align: center
    }
}

.sec-experiencia-azul h2 {
    margin-bottom: 30px;
    font-family: 'helvetica_400';
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    text-transform: normal;
    text-align: left
}

@media (max-width: 767px) {
    .sec-experiencia-azul h2 {
        font-size: 1em;
        text-align: center
    }
}

.sec-experiencia-azul p {
    font-size: .875em
}

@media (max-width: 767px) {
    .sec-experiencia-azul p {
        text-align: center
    }
}

.sec-experiencia-azul .tab-disney-items li {
    max-width: inherit
}

@media (max-width: 1199px) {
    .sec-experiencia-azul .tab-disney-items li a {
        min-height: inherit
    }
}

.dv-zoom-scompa {
    position: relative
}

.dv-zoom-scompa .point {
    position: absolute;
    z-index: 20;
    width: 31px;
    height: 30px;
    background: url("../img/svg/point.svg");
    background-size: cover;
    cursor: pointer
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point {
        width: 25px;
        height: 24px
    }
}

.dv-zoom-scompa .point .dv-zoom {
    z-index: 10;
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    background: #097cbe;
    left: calc(50% - 125px);
    top: calc(50% - 125px);
    background-repeat: no-repeat;
    background-image: url("../img/webp/Aircraft 1.webp");
    overflow: hidden;
    border: 8px solid rgba(0, 0, 0, 0.1);
    outline-width: 2px;
    outline-style: solid;
    outline-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point .dv-zoom {
        width: 150px;
        height: 150px;
        left: calc(50% - 75px);
        top: calc(50% - 75px)
    }
}

.dv-zoom-scompa .point:hover .dv-zoom {
    opacity: 1;
    visibility: visible
}

.dv-zoom-scompa .point.pos-1 {
    left: 220px;
    top: 39px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-1 {
        left: 281px;
        top: 30px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-1 {
        left: 213px;
        top: 19px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-1 {
        left: 158px;
        top: 11px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-1 {
        display: none
    }
}

.dv-zoom-scompa .point.pos-1 .dv-zoom {
    background-image: url(../img/zoom/aviao-1-asa.jpg);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-1 .dv-zoom {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-2 {
    left: 215px;
    top: 195px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-2 {
        left: 271px;
        top: 253px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-2 {
        left: 199px;
        top: 187px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-2 {
        left: 148px;
        top: 137px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-2 {
        display: none
    }
}

.dv-zoom-scompa .point.pos-2 .dv-zoom {
    background-image: url(../img/zoom/aviao-2-logo.jpg);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-2 .dv-zoom {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-3 {
    left: 698px;
    top: 117px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-3 {
        left: 898px;
        top: 154px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-3 {
        left: 659px;
        top: 112px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-3 {
        left: 483px;
        top: 79px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-3 {
        display: none
    }
}

.dv-zoom-scompa .point.pos-3 .dv-zoom {
    background-image: url(../img/zoom/aviao-2-nariz.jpg);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-3 .dv-zoom {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-4 {
    left: 50px;
    top: 117px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-4 {
        top: 200px;
        left: 80px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-4 {
        left: 70px;
        top: 150px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-4 {
        left: 45px;
        top: 90px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-4 {
        display: none
    }
}

.dv-zoom-scompa .point.pos-4 .dv-zoom {
    background-position: 20px -60px;
    background-size: 800px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-4 .dv-zoom {
        background-size: 500px;
        background-position: 10px -40px
    }
}

.dv-zoom-scompa {
    position: relative
}

.dv-zoom-scompa .point {
    position: absolute;
    z-index: 20;
    width: 31px;
    height: 30px;
    background: url("../img/svg/point.svg");
    background-size: cover;
    cursor: pointer
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point {
        width: 25px;
        height: 24px
    }
}

.dv-zoom-scompa .point .dv-zoom-minnie_azul {
    z-index: 10;
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    background: #097cbe;
    left: calc(50% - 125px);
    top: calc(50% - 125px);
    background-repeat: no-repeat;
    background-image: url("../img/webp/minnie1.webp");
    overflow: hidden;
    border: 8px solid rgba(0, 0, 0, 0.1);
    outline-width: 2px;
    outline-style: solid;
    outline-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point .dv-zoom-minnie_azul {
        width: 150px;
        height: 150px;
        left: calc(50% - 75px);
        top: calc(50% - 75px)
    }
}

.dv-zoom-scompa .point:hover .dv-zoom-minnie_azul {
    opacity: 1;
    visibility: visible
}

.dv-zoom-scompa .point.pos-1-minnie {
    left: 220px;
    top: 19px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-1-minnie {
        left: 281px;
        top: 30px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-1-minnie {
        left: 213px;
        top: 19px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-1-minnie {
        left: 158px;
        top: 11px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-1-minnie {
        display: none
    }
}

.dv-zoom-scompa .point.pos-1-minnie .dv-zoom-minnie_azul {
    background-image: url(../img/zoom/aviao-2-asa.png);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-1-minnie .dv-zoom-minnie_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-2-minnie {
    left: 213px;
    top: 159px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-2-minnie {
        left: 271px;
        top: 253px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-2-minnie {
        left: 199px;
        top: 187px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-2-minnie {
        left: 148px;
        top: 137px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-2-minnie {
        display: none
    }
}

.dv-zoom-scompa .point.pos-2-minnie .dv-zoom-minnie_azul {
    background-image: url(../img/zoom/zoom1-minnie.png);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-2-minnie .dv-zoom-minnie_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-3-minnie {
    left: 677px;
    top: 89px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-3-minnie {
        left: 898px;
        top: 154px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-3-minnie {
        left: 659px;
        top: 112px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-3-minnie {
        left: 483px;
        top: 79px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-3-minnie {
        display: none
    }
}

.dv-zoom-scompa .point.pos-3-minnie .dv-zoom-minnie_azul {
    background-image: url(../img/zoom/zoom2-minnie.png);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-3-minnie .dv-zoom-minnie_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-4-minnie {
    left: 50px;
    top: 117px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-4-minnie {
        top: 200px;
        left: 80px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-4-minnie {
        left: 70px;
        top: 150px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-4-minnie {
        left: 45px;
        top: 90px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-4-minnie {
        display: none
    }
}

.dv-zoom-scompa .point.pos-4-minnie .dv-zoom-minnie_azul {
    background-position: 20px -60px;
    background-size: 800px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-4-minnie .dv-zoom-minnie_azul {
        background-size: 500px;
        background-position: 10px -40px
    }
}

.dv-zoom-scompa .point .dv-zoom-pato_azul {
    z-index: 10;
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    background: #097cbe;
    left: calc(50% - 125px);
    top: calc(50% - 125px);
    background-repeat: no-repeat;
    background-image: url("../img/webp/donald.png");
    overflow: hidden;
    border: 8px solid rgba(0, 0, 0, 0.1);
    outline-width: 2px;
    outline-style: solid;
    outline-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point .dv-zoom-pato_azul {
        width: 150px;
        height: 150px;
        left: calc(50% - 75px);
        top: calc(50% - 75px)
    }
}

.dv-zoom-scompa .point:hover .dv-zoom-pato_azul {
    opacity: 1;
    visibility: visible
}

.dv-zoom-scompa .point.pos-1-pato {
    left: 220px;
    top: 19px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-1-pato {
        left: 281px;
        top: 30px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-1-pato {
        left: 213px;
        top: 19px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-1-pato {
        left: 158px;
        top: 11px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-1-pato {
        display: none
    }
}

.dv-zoom-scompa .point.pos-1-pato .dv-zoom-pato_azul {
    background-image: url(../img/zoom/asa.png);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-1-pato .dv-zoom-pato_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-2-pato {
    left: 213px;
    top: 159px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-2-pato {
        left: 271px;
        top: 253px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-2-pato {
        left: 199px;
        top: 187px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-2-pato {
        left: 148px;
        top: 137px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-2-pato {
        display: none
    }
}

.dv-zoom-scompa .point.pos-2-pato .dv-zoom-pato_azul {
    background-image: url(../img/zoom/meio_pato.png);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-2-pato .dv-zoom-pato_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-3-pato {
    left: 677px;
    top: 89px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-3-pato {
        left: 898px;
        top: 154px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-3-pato {
        left: 659px;
        top: 112px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-3-pato {
        left: 483px;
        top: 79px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-3-pato {
        display: none
    }
}

.dv-zoom-scompa .point.pos-3-pato .dv-zoom-pato_azul {
    background-image: url(../img/zoom/bico_pato.png);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-3-pato .dv-zoom-pato_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-4-pato {
    left: 50px;
    top: 117px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-4-pato {
        top: 200px;
        left: 80px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-4-pato {
        left: 70px;
        top: 150px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-4-pato {
        left: 45px;
        top: 90px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-4-pato {
        display: none
    }
}

.dv-zoom-scompa .point.pos-4-pato .dv-zoom-pato_azul {
    background-position: 20px -60px;
    background-size: 800px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-4-pato .dv-zoom-pato_azul {
        background-size: 500px;
        background-position: 10px -40px
    }
}

.dv-zoom-scompa .point .dv-zoom-margo_azul {
    z-index: 10;
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    background: #097cbe;
    left: calc(50% - 125px);
    top: calc(50% - 125px);
    background-repeat: no-repeat;
    background-image: url("../img/webp/donald.png");
    overflow: hidden;
    border: 8px solid rgba(0, 0, 0, 0.1);
    outline-width: 2px;
    outline-style: solid;
    outline-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.p-cupom-regras {
    font-family: 'helvetica_400';
    font-size: 11px;
    color: #fff;
    text-transform: normal;
    text-align: left;
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point .dv-zoom-margo_azul {
        width: 150px;
        height: 150px;
        left: calc(50% - 75px);
        top: calc(50% - 75px)
    }
}

.dv-zoom-scompa .point:hover .dv-zoom-margo_azul {
    opacity: 1;
    visibility: visible
}

.dv-zoom-scompa .point.pos-1-margo {
    left: 220px;
    top: 19px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-1-margo {
        left: 281px;
        top: 30px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-1-margo {
        left: 213px;
        top: 19px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-1-margo {
        left: 158px;
        top: 11px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-1-margo {
        display: none
    }
}

.dv-zoom-scompa .point.pos-1-margo .dv-zoom-margo_azul {
    background-image: url(../img/zoom/margo-zoom-asa.jpg);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-1-margo .dv-zoom-margo_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-2-margo {
    left: 213px;
    top: 159px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-2-margo {
        left: 271px;
        top: 253px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-2-margo {
        left: 199px;
        top: 187px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-2-margo {
        left: 148px;
        top: 137px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-2-margo {
        display: none
    }
}

.dv-zoom-scompa .point.pos-2-margo .dv-zoom-margo_azul {
    background-image: url(../img/zoom/meio_margo.jpg);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-2-margo .dv-zoom-margo_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-3-margo {
    left: 677px;
    top: 89px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-3-margo {
        left: 898px;
        top: 154px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-3-margo {
        left: 659px;
        top: 112px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-3-margo {
        left: 483px;
        top: 79px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-3-margo {
        display: none
    }
}

.dv-zoom-scompa .point.pos-3-margo .dv-zoom-margo_azul {
    background-image: url(../img/zoom/bico_margo.jpg);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-3-margo .dv-zoom-margo_azul {
        background-size: 155px
    }
}

.dv-zoom-scompa .point.pos-4-margo {
    left: 50px;
    top: 117px
}

@media (max-width: 1199px) {
    .dv-zoom-scompa .point.pos-4-margo {
        top: 200px;
        left: 80px
    }
}

@media (max-width: 991px) {
    .dv-zoom-scompa .point.pos-4-margo {
        left: 70px;
        top: 150px
    }
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-4-margo {
        left: 45px;
        top: 90px
    }
}

@media (max-width: 575px) {
    .dv-zoom-scompa .point.pos-4-margo {
        display: none
    }
}

.dv-zoom-scompa .point.pos-4-margo .dv-zoom-margo_azul {
    background-image: url(../img/zoom/margo-zoom-calda.jpg);
    background-position: -5px -8px;
    background-size: 255px
}

@media (max-width: 767px) {
    .dv-zoom-scompa .point.pos-4-margo .dv-zoom-margo_azul {
        background-size: 500px;
        background-position: 10px -40px
    }
}