/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*----------------------------------------------------------------------------------------
                                    COMMON
-----------------------------------------------------------------------------------------*/

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    overflow-y: auto;
}

@-ms-viewport {
    width: device-width;
}

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

section,
header,
footer {
    position: relative;
    z-index: 1;
}

#hebh5x {
    min-height: 100vh;
}

body {
    margin: 0;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !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: 0.5rem;
}

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

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

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

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

ol:not(.m55zko):not(.uwfqs4) ol,
ul:not(.m55zko):not(.uwfqs4) ul,
ol:not(.m55zko):not(.uwfqs4) ul,
ul:not(.m55zko):not(.uwfqs4) ol {
    margin-bottom: 0;
}

ul {
    list-style: disc inside;
}

dt {
    font-weight: 700;
}

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


dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

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

sub {
    bottom: -.75em;
}

sup {
    top: -1em;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: underline;
}

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

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

a:focus,
button:focus {
    outline: 0;
}

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

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

figure {
    margin: 0 0 1rem;
}

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

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 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;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nvtrp9,
.yuujea,
.fdiuk3,
.jv490m,
.o2xa2x,
.o7qk0w {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

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

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

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

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

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

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

h1 sup,
h1 sub,
h2 sup,
h2 sub {
    font-size: 35%;
    top: -2em;
}

h3 sup,
h3 sub {
    font-size: 50%;
    top: -1.5em;
}

.ampd42 {
    font-size: 120%;
}

hr {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

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

/*
mark,
.mark {
    padding: 0.2em;
}
*/

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

ul.jocgh0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

ul.l07he2 > li {
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 2px;
}

ul.l07he2 > li > a {
    vertical-align: middle;
}

ul.l07he2 > li + li,
ul.jocgh0 > li + li {
    margin-left: 15px;
}

ul.padding-x2-list li > .xznf0g {
    margin: 0 0 0 1em;
}

ul.padding-x2-list li > .l9n2pr {
    margin: 0 1em 0 0;
}

ul.ampd42 li > .xznf0g {
    margin: 0 0 0 1em;
}

ul.ampd42 li > .l9n2pr {
    margin: 0 1em 0 0;
}

[class*="xjrv7a-"] > * {
    display: inline-block;
}

.xjrv7a-xjrv7a-ym4cwx > *:not(:last-child) {
    margin-right: 0.5rem;
}

.xjrv7a-xjrv7a-chuux7 > *:not(:last-child) {
    margin-right: 1rem;
}

.xjrv7a-xjrv7a-qc9ty4 > *:not(:last-child) {
    margin-right: 2rem;
}

.padding-x05-list li {
    padding: 0.25em 0;
}

.padding-x05-list.l07he2 li {
    padding: 0.25em;
}

.padding-list li {
    padding: 0.5em 0;
}

.padding-list.l07he2 li {
    padding: 0.5em;
}

.padding-x2-list li {
    padding: 1em 0;
}

.padding-x2-list.l07he2 li {
    padding: 1em;
}

.tf5ljn li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.tf5ljn li:last-child {
    border-bottom-width: 0;
}

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

.thqrf0 {
    max-width: 100%;
    height: auto;
}

.bppn1x {
    padding: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.ljuk21 {
    display: inline-block;
}

.hxkqwl {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.xmt5ka {
    font-size: 90%;
}

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

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    border-radius: 0.25rem;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    border-radius: 0.2rem;
}

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

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




/*----------------------------------------------------------------------------------------
                                    GRID
-----------------------------------------------------------------------------------------*/

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

.c5a2id {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1230px) {
    .container,
    .c5a2id {
        max-width: 1200px;
    }
}



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

@media (min-width: 1230px) {
    .container-fluid.offset-left {
        width: calc(50% + 600px);
        margin-right: 0;
    }
    .container-fluid.offset-right {
        width: calc(50% + 600px);
        margin-left: 0;
    }
    section .container-fluid:not(.offset-left):not(.offset-right),
    footer .container-fluid:not(.offset-left):not(.offset-right) {
        padding-right: 60px;
        padding-left: 60px;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.ezj0ok {
    margin-right: 0;
    margin-left: 0;
}

.ezj0ok > .col,
.ezj0ok.col,
.ezj0ok > [class*="col-"],
.ezj0ok[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid > .row.ezj0ok,
.modal .container-fluid > .row.ezj0ok {
    margin-left: -30px;
    margin-right: -30px;
}

@media (min-width: 1230px) {
    section .container-fluid > .row.ezj0ok,
    footer .container-fluid > .row.ezj0ok {
        margin-left: -60px;
        margin-right: -60px;
    }
}

.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;
    z-index: 1;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

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

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

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

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

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

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 767px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1230px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}



/*----------------------------------------------------------------------------------------
                                    FORM
-----------------------------------------------------------------------------------------*/

.a5bvdh {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: inherit;
    line-height: 1.5;
    color: inherit;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border-style: solid;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.a5bvdh::-ms-expand {
    background-color: transparent;
    border: 0;
}

.a5bvdh:focus {
    outline: none;
}

.a5bvdh::-webkit-input-placeholder {
    opacity: 1;
}

.a5bvdh:-ms-input-placeholder {
    opacity: 1;
}

.a5bvdh::-ms-input-placeholder {
    opacity: 1;
}

.a5bvdh::-webkit-input-placeholder {
    opacity: 1;
}

.a5bvdh:-ms-input-placeholder {
    opacity: 1;
}

.a5bvdh::placeholder {
    opacity: 1;
}

.a5bvdh:disabled,
.a5bvdh[readonly] {
    opacity: 1;
}

.rao2rg select::-ms-expand {
    display: none;
}

.rao2rg select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.rao2rg select,
.pv55k5 input,
.pyjij0 label {
    padding-right: 40px;
}

.rao2rg,
.pv55k5,
.pyjij0 {
    position: relative
}

.rao2rg .n1q0c9,
.pv55k5 .n1q0c9,
.pyjij0 .n1q0c9 {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    pointer-events: none;
}

.r8z3sk {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.pyjij0 label.a5bvdh {
    font-size: inherit;
    font-weight: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.pyjij0 label.a5bvdh:focus {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 0px;
}

form label.error {
    display: inline-block;
    font-size: 0.8em;
    position: relative;
    margin: -1px 0 0 0;
    color: #e44646;
    padding: 3px 5px;
}

form label.valid {
    display: none !important;
}

input.a5bvdh.error,
textarea.a5bvdh.error,
select.a5bvdh.error,
.rqlylx.error,
.dylqj1 .rqlylx.error,
.dylqj1 input.a5bvdh.error,
.dylqj1 textarea.a5bvdh.error,
.dylqj1 select.a5bvdh.error {
    border-color: #e44646;
}


/* Hiding default checkbox and Radio button design */

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 20px;
    height: 20px;
}

.radio input[type="radio"],
.ncogk5 input[type="radio"],
.checkbox input[type="checkbox"],
.ez62z6 input[type="checkbox"] {
    margin-left: 0;
}


/* Disable outline when clicked*/

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none !important;
}

input[type=checkbox] + .k1sgiq,
input[type=radio] + .k1sgiq {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0;
    padding-left: 25px;
    line-height: 20px;
    min-height: 20px;
    min-width: 22px;
}


/* Basic Checkbox styles */

input[type=checkbox] + .k1sgiq::before,
input[type=radio] + .k1sgiq::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    height: 18px;
    width: 18px;
    top: 1px;
    left: 0;
}

input[type=checkbox].error + .k1sgiq::before,
input[type=radio].error + .k1sgiq::before {
    border: 1px solid #e44646;
}

input[type=checkbox] + .k1sgiq::after,
input[type=radio] + .k1sgiq::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #444;
    border: none;
    border-radius: 0;
    height: 4px;
    width: 4px;
    top: 8px;
    left: 7px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


/* Checked state styles */

input[type=checkbox]:checked + .k1sgiq::after,
input[type=radio]:checked + .k1sgiq::after {
    height: 14px;
    width: 14px;
    top: 3px;
    left: 2px;
    opacity: 1;
}


/* Hover state styles */

input[type=checkbox]:hover + .k1sgiq::after,
input[type=radio]:hover + .k1sgiq::after,
input[type=checkbox] + .k1sgiq:hover::after,
input[type=radio] + .k1sgiq:hover::after {
    opacity: 1;
}


/* Disabled state styles */

input[type=checkbox]:disabled + .k1sgiq::before,
input[type=radio]:disabled + .k1sgiq::before,
input[type=checkbox][disabled] + .k1sgiq::before,
input[type=radio][disabled] + .k1sgiq::before,
input[type=checkbox].disabled + .k1sgiq::before,
input[type=radio].disabled + .k1sgiq::before,
input[type=checkbox]:disabled + .k1sgiq::after,
input[type=radio]:disabled + .k1sgiq::after,
input[type=checkbox][disabled] + .k1sgiq::after,
input[type=radio][disabled] + .k1sgiq::after,
input[type=checkbox].disabled + .k1sgiq::after,
input[type=radio].disabled + .k1sgiq::after {
    background-color: #eee !important;
    border-color: #eee !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* Styles for Radio button */

input[type=radio] + .k1sgiq::before {
    border-radius: 50%;
}

input[type=radio] + .k1sgiq::after {
    border-radius: 50%;
}

input[type=radio]:checked + .k1sgiq::after {
    opacity: 1;
}

.ncogk5,
.radio label,
.checkbox label,
.abz2zu {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    font-weight: inherit;
    display: inline-block;
}

div.radio,
.apntbq.q8170b,
p.mpaoto {
    display: block;
    padding: 1rem 0;
}

.nhwdne {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.nhwdne > .q8170b {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 150px;
}

.nhwdne > .wpojdi {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.nhwdne > .j37cfr,
.nhwdne > .j37cfr:hover {
    text-decoration: none;
    border-width: 0;
}

.nhwdne label.error {
    position: absolute;
    top: 100%;
}

@media (min-width: 576px) {

    .nhwdne .rqlylx {
        width: auto;
    }
}




/*----------------------------------------------------------------------------------------
                                    BUTTONS
-----------------------------------------------------------------------------------------*/

.ejypqe {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: inherit;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    border: 2px solid transparent;
    padding: 0.75rem 1rem;
    line-height: 1.25;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.ejypqe:focus,
.ejypqe:hover {
    text-decoration: none;
}

.ejypqe.disabled,
.ejypqe:disabled {
    opacity: .65;
}

.ejypqe:not([disabled]):not(.disabled):active,
.ejypqe:not([disabled]):not(.disabled).active {
    background-image: none;
}

a.ejypqe.disabled,
fieldset[disabled] a.ejypqe {
    pointer-events: none;
}


/*------------------ PRIMARY & SECONDARY----------------*/

.fedgs5,
.p3hyxg,
.fedgs5:hover,
.fedgs5:active,
.fedgs5.active,
.show > .fedgs5.onzbai,
.y32l4x,
.l7ucw0,
.y32l4x:hover,
.y32l4x:active,
.y32l4x.active,
.show > .y32l4x.onzbai {
    background-origin: border-box !important;
}

.pgbyd6,
.pgbyd6:hover,
.pgbyd6:active,
.pgbyd6.active,
.show > .pgbyd6.onzbai,
.lxp6q9,
.lxp6q9:hover,
.lxp6q9:active,
.lxp6q9.active,
.show > .lxp6q9.onzbai {
    background-color: transparent;
    background-image: none;
}



/*------------------ SUCCESS ----------------*/

.cukyrp {
    color: #fff !important;
    background-color: #48B54A !important;
    border-color: #48B54A !important;
}

.cukyrp:hover,
.cukyrp:active,
.cukyrp.active,
.show > .cukyrp.onzbai {
    color: #fff !important;
    background-color: #36A838 !important;
    border-color: #36A838 !important;
}

.nu6qb1 {
    color: #48B54A !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #48B54A !important;
}

.nu6qb1:hover,
.nu6qb1:active,
.nu6qb1.active,
.show > .nu6qb1.onzbai {
    border-color: #36A838 !important;
}


/*------------------ INFO ----------------*/

.oejdd4 {
    color: #fff !important;
    background-color: #44ADC7 !important;
    border-color: #44ADC7 !important;
}

.oejdd4:hover,
.oejdd4:active,
.oejdd4.active,
.show > .oejdd4.onzbai {
    color: #fff !important;
    background-color: #0FA2BA !important;
    border-color: #0FA2BA !important;
}

.giiavc {
    color: #44ADC7 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #44ADC7 !important;
}

.giiavc:hover,
btn-outline-info:active,
.giiavc.active,
.show > .giiavc.onzbai {
    border-color: #0FA2BA !important;
}


/*------------------ WARNING ----------------*/

.zlhlb4 {
    color: #222 !important;
    background-color: #FFDB46 !important;
    border-color: #FFDB46 !important;
}

.zlhlb4:hover,
.zlhlb4:active,
.zlhlb4.active,
.show > .zlhlb4.onzbai {
    color: #222 !important;
    background-color: #FFEA50 !important;
    border-color: #FFEA50 !important;
}

.nxtjaz {
    color: #222 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #FFDB46 !important;
}

.nxtjaz:hover,
.nxtjaz:active,
.nxtjaz.active,
.show > .nxtjaz.onzbai {
    border-color: #FFEA50 !important;
}


/*------------------ DANGER ----------------*/

.q86tk1 {
    color: #fff !important;
    background-color: #D24136 !important;
    border-color: #D24136 !important;
}

.q86tk1:hover,
.q86tk1:active,
.q86tk1.active,
.show > .q86tk1.onzbai {
    color: #fff !important;
    background-color: #C4372C !important;
    border-color: #C4372C !important;
}

.iwy2rz {
    color: #D24136 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #D24136 !important;
}

.iwy2rz:hover,
.iwy2rz:active,
.iwy2rz.active,
.show > .iwy2rz.onzbai {
    border-color: #C4372C !important;
}


/*------------------ LIGHT ----------------*/

.pqlpop {
    color: #222 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.pqlpop:hover,
.pqlpop:active,
.pqlpop.active,
.show > .pqlpop.onzbai {
    color: #222 !important;
    background-color: #F4F4F4 !important;
    border-color: #F4F4F4 !important;
}

.i2c8jw {
    color: #FFFFFF !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #FFFFFF !important;
}

.i2c8jw:hover,
.i2c8jw:active,
.i2c8jw.active,
.show > .i2c8jw.onzbai {
    color: #F4F4F4 !important;
    border-color: #F4F4F4 !important;
}


/*------------------ DARK ----------------*/

.g0518d {
    color: #fff !important;
    background-color: #232122 !important;
    border-color: #232122 !important;
}

.g0518d:hover,
.g0518d:active,
.g0518d.active,
.show > .g0518d.onzbai {
    color: #fff !important;
    background-color: #111 !important;
    border-color: #111 !important;
}

.dv9yez {
    color: #232122 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #232122 !important;
}

.dv9yez:hover,
.dv9yez:active,
.dv9yez.active,
.show > .dv9yez.onzbai {
    border-color: #111 !important;
}


/*------------------ LINK ----------------*/

.j37cfr {
    font-weight: inherit;
    color: inherit;
}

.j37cfr,
.j37cfr:active,
.j37cfr.active,
.j37cfr:disabled {
    background-color: transparent;
}

.j37cfr,
.j37cfr:focus,
.j37cfr:active {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.j37cfr:hover {
    border-color: transparent;
}

.j37cfr:focus,
.j37cfr:hover {
    color: inherit !important;
    text-decoration: underline;
    background-color: transparent;
}

.j37cfr:disabled:focus,
.j37cfr:disabled:hover {
    text-decoration: none;
}


/*------------------ IMAGE ----------------*/

.ejypqe.rnbidc {
    padding: 0;
}


/*------------------ FACEBOOK ----------------*/

.oj9mpk {
    color: #fff;
    background-color: #4460A0;
    border-color: #4460A0;
}

.oj9mpk:hover,
.oj9mpk:active,
.oj9mpk.active {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.lahuyg {
    color: #4460A0;
    background-color: transparent;
    background-image: none;
    border-color: #4460A0;
}

.lahuyg:hover,
.lahuyg:active,
.lahuyg.active {
    border-color: #2e4c89;
}


/*------------------ TWITTER ----------------*/

.jku8oj {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced;
}

.jku8oj:hover,
.jku8oj:active,
.jku8oj.active {
    color: #fff;
    background-color: #009ed9;
    border-color: #009ed9;
}

.fdoh6r {
    color: #00aced;
    background-color: transparent;
    background-image: none;
    border-color: #00aced;
}

.fdoh6r:hover,
.fdoh6r:active,
.fdoh6r.active {
    border-color: #0394cb;
}


/*------------------ GOOGLE ----------------*/

.h5thi2 {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.h5thi2:hover,
.h5thi2:active,
.h5thi2.active {
    color: #fff;
    background-color: #d1412f;
    border-color: #d1412f;
}

.on7iw5 {
    color: #dd4b39;
    background-color: transparent;
    background-image: none;
    border-color: #dd4b39;
}

.on7iw5:hover,
.on7iw5:active,
.on7iw5.active {
    border-color: #c33d2c;
}


/*------------------ LINKEDIN ----------------*/

.m71sug {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6;
}

.m71sug:hover,
.m71sug:active,
.m71sug.active {
    color: #fff;
    background-color: #0673a7;
    border-color: #0673a7;
}

.zko8bg {
    color: #007bb6;
    background-color: transparent;
    background-image: none;
    border-color: #007bb6;
}

.zko8bg:hover,
.zko8bg:active,
.zko8bg.active {
    border-color: #066d9f;
}



/*------------------ COMMON BUTTON ----------------*/

.fpyeo3,
.bf09js > .ejypqe {
    padding: 1rem 1.5rem;
    font-size: 120%;
}

.fpyeo3 > .l9n2pr {
    margin-right: 1rem;
}

.fpyeo3 > .xznf0g {
    margin-left: 1rem;
}

.fkoyvn,
.ha99gn > .ejypqe {
    padding: 0.5rem 0.7rem;
    font-size: 80%!important;
    line-height: 1.25!important;
    border-width: 1px !important;
}

.frxtb9.fkoyvn {
    padding: 0.35rem 0.5rem;
}

.fkoyvn > .l9n2pr {
    margin-right: 0.4rem;
}

.fkoyvn > .xznf0g {
    margin-left: 0.4rem;
}

.ejypqe + .ejypqe {
    margin: 0 0 0 0.5rem;
}

.ejypqe.j4s3gf + .ejypqe.j4s3gf {
    margin: 0.5rem 0 0 0;
}

.qjts29 .ejypqe,
.qjts29 .ejypqe.j4s3gf {
    margin: 0
}

.v9l569 .ejypqe {
    margin: 0 0.25rem 0.25rem 0
}


.j4s3gf {
    display: block;
    width: 100%;
}


input[type="submit"].j4s3gf,
input[type="reset"].j4s3gf,
input[type="button"].j4s3gf {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    visibility: hidden;
}

.fade.show {
    opacity: 1;
    visibility: visible;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

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

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

.w1s31f {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

a[data-toggle="collapse"],
a[data-toggle="collapse"]:focus,
a[data-toggle="collapse"]:hover,
a[data-toggle="tab"],
a[data-toggle="tab"]:focus,
a[data-toggle="tab"]:hover {
    text-decoration: none !important;
}


[data-toggle="buttons"] > .ejypqe input[type="radio"],
[data-toggle="buttons"] > .ejypqe input[type="checkbox"],
[data-toggle="buttons"] > .qjts29 > .ejypqe input[type="radio"],
[data-toggle="buttons"] > .qjts29 > .ejypqe input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.rqlylx {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.rqlylx .a5bvdh {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.rqlylx .a5bvdh:focus,
.rqlylx .a5bvdh:active,
.rqlylx .a5bvdh:hover {
    z-index: 3;
}

.um2ix4,
.hendla,
.rqlylx .a5bvdh {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.um2ix4:not(:first-child):not(:last-child),
.hendla:not(:first-child):not(:last-child),
.rqlylx .a5bvdh:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.um2ix4,
.hendla {
    white-space: nowrap;
}

.um2ix4 {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.um2ix4.dou9np,
.apet81 > .um2ix4,
.apet81 > .hendla > .um2ix4.ejypqe {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.um2ix4.qanysj,
.ypfuum > .um2ix4,
.ypfuum > .hendla > .um2ix4.ejypqe {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.um2ix4 input[type="radio"],
.um2ix4 input[type="checkbox"] {
    margin-top: 0;
}

.rqlylx .a5bvdh:not(:last-child),
.um2ix4:not(:last-child),
.hendla:not(:last-child) > .ejypqe,
.hendla:not(:last-child) > .qjts29 > .ejypqe,
.hendla:not(:last-child) > .onzbai,
.hendla:not(:first-child) > .ejypqe:not(:last-child):not(.onzbai),
.hendla:not(:first-child) > .qjts29:not(:last-child) > .ejypqe {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.um2ix4:not(:last-child) {
    border-right: 0;
}

.rqlylx .a5bvdh:not(:first-child),
.um2ix4:not(:first-child),
.hendla:not(:first-child) > .ejypqe,
.hendla:not(:first-child) > .qjts29 > .ejypqe,
.hendla:not(:first-child) > .onzbai,
.hendla:not(:last-child) > .ejypqe:not(:first-child),
.hendla:not(:last-child) > .qjts29:not(:first-child) > .ejypqe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.a5bvdh + .um2ix4:not(:first-child) {
    border-left: 0;
}

.hendla {
    position: relative;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap;
}

.hendla > .ejypqe {
    position: relative;
}

.hendla > .ejypqe + .ejypqe {
    margin-left: -1px;
}

.hendla > .ejypqe:focus,
.hendla > .ejypqe:active,
.hendla > .ejypqe:hover {
    z-index: 3;
}

.hendla:first-child > .ejypqe + .ejypqe {
    margin-left: 0;
}

.hendla:not(:last-child) > .ejypqe,
.hendla:not(:last-child) > .qjts29 {
    margin-right: -1px;
}

.hendla:not(:first-child) > .ejypqe,
.hendla:not(:first-child) > .qjts29 {
    z-index: 2;
    margin-left: 0;
}

.hendla:not(:first-child) > .ejypqe:first-child,
.hendla:not(:first-child) > .qjts29:first-child {
    margin-left: -1px;
}

.hendla:not(:first-child) > .ejypqe:focus,
.hendla:not(:first-child) > .ejypqe:active,
.hendla:not(:first-child) > .ejypqe:hover,
.hendla:not(:first-child) > .qjts29:focus,
.hendla:not(:first-child) > .qjts29:active,
.hendla:not(:first-child) > .qjts29:hover {
    z-index: 3;
}



/*----------------------------------------------------------------------------------------
                                    NAVIGATION
-----------------------------------------------------------------------------------------*/

.mhmzuv {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.fth79b {
    display: block;
    padding: 1rem 1.25rem;
}

.fth79b:focus,
.fth79b:hover {
    text-decoration: none;
}

.fth79b.disabled {
    opacity: 0.65;
}

.fth79b > .p94oa4 {
    position: relative;
    top: -1px;
}

.fth79b > .xznf0g {
    margin-right: -0.5rem;
}

.fth79b > .l9n2pr {
    margin-left: -0.5rem;
}

.cdilqk {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.cdilqk .kudo6q {
    margin-bottom: -2px;
}

.cdilqk .fth79b {
    border: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    text-decoration: none;
}

.cdilqk .fth79b.active,
.cdilqk .kudo6q.show .fth79b {
    text-decoration: none;
}

.cdilqk .zj7ufg {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.q4hmuc .fth79b {
    border-radius: 0.25rem;
}

.q4hmuc .fth79b.active,
.q4hmuc .show > .fth79b {
    color: #fff;
    background-color: #007bff;
}

.gowc1b .kudo6q {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}

.l49o3d .kudo6q {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.fj8f2y > .fba6o0 {
    display: none;
}

.fj8f2y > .active {
    display: block;
}

.tzqj15 {
    position: relative;
    z-index: 20;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.syemez {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.syemez:focus,
.syemez:hover {
    text-decoration: none;
}

.suia1x {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.suia1x .fth79b {
    padding-right: 0;
    padding-left: 0;
}

.suia1x .zj7ufg {
    position: static;
    float: none;
}

.b0vaa0 {
    display: inline-block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.su1kew {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    /*
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
*/
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.tzqj15 .su1kew > *:not(:last-child) {
    margin-right: 1.5rem;
}

.jbsx1a {
    padding: 1rem 0;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
}

.jbsx1a .mst5wh {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #444;
}

.jbsx1a .mst5wh + .mst5wh {
    margin-top: 5px;
}

.jbsx1a.ihe4az .mst5wh:nth-child(2) {
    width: 12px;
}

.jbsx1a:not(.ihe4az) .mst5wh:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.jbsx1a:not(.ihe4az) .mst5wh:nth-child(2) {
    width: 0px;
}

.jbsx1a:not(.ihe4az) .mst5wh:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.jbsx1a:focus,
.jbsx1a:hover {
    text-decoration: none;
}


.h8wdsa .w33dzd {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
}

.h8wdsa .w33dzd > * {
    margin-left: 20px;
    opacity: 0;
}

.h8wdsa .w33dzd.show > * {
    -webkit-transition: all 0.25s ease 0.25s;
    transition: all 0.25s ease 0.25s;
    margin-left: 0;
    opacity: 1;
}

.h8wdsa .w33dzd input {
    border: none;
    background-color: transparent;
}

.rfksc4 .rqm1aa {
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 1rem;
}

.rfksc4 .rqm1aa > *:not(:last-child):not(:empty) {
    margin-bottom: 1rem;
}

.aeizfc > *:not(:first-child):not(:empty),
.rfksc4 > *:not(:first-child):not(:empty) {
    margin-left: 0.5rem;
}

.aeizfc p,
.rfksc4 p {
    line-height: 1.2;
    margin-bottom: 0;
}


@media (max-width: 575px) {
    .n8ufdr > .container,
    .n8ufdr > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .tzqj15.n8ufdr.skrbr5 .su1kew,
    .tzqj15.n8ufdr.vbbhe5 .su1kew {
        max-height: 480px;
        overflow-y: scroll;
    }
    .tzqj15.n8ufdr .su1kew > * {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .tzqj15.n8ufdr .suia1x .ik3sg6,
    .tzqj15.n8ufdr .suia1x .tkj524 {
        position: relative;
        margin: 0;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .tzqj15.n8ufdr .suia1x .ik3sg6 {
        padding: 1rem;
    }
    .tzqj15.n8ufdr .suia1x .ik3sg6 .ik3sg6 {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: auto;
    }
    .tzqj15.n8ufdr .suia1x .fth79b {
        padding: 0.5rem 0;
    }
    .tzqj15.n8ufdr .e14ybz .p9mkwt {
        display: none;
    }
    .tzqj15.n8ufdr .h8wdsa .w33dzd {
        position: relative;
        padding: 0;
        visibility: visible;
        opacity: 1;
    }
    .tzqj15.n8ufdr .h8wdsa .sc8o8h,
    .tzqj15.n8ufdr .h8wdsa .ja8ipl {
        display: none;
    }
    .tzqj15.n8ufdr .h8wdsa .w33dzd > * {
        margin-left: 0px;
        opacity: 1;
    }
}

@media (min-width: 576px) {
    .n8ufdr {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .n8ufdr .suia1x {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .n8ufdr .suia1x .zj7ufg {
        position: absolute;
    }
    .n8ufdr .suia1x .qh9c3q {
        right: 0;
        left: auto;
    }
    .n8ufdr .suia1x .fth79b {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .n8ufdr > .container,
    .n8ufdr > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .n8ufdr .su1kew {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .n8ufdr .jbsx1a {
        display: none;
    }
    .n8ufdr .pbdnw3 .zj7ufg {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767px) {

    .tzqj15.g5aznh.skrbr5 .su1kew,
    .tzqj15.g5aznh.vbbhe5 .su1kew {
        max-height: 480px;
        overflow-y: scroll;
    }
    .tzqj15.g5aznh .su1kew > * {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .tzqj15.g5aznh .suia1x .ik3sg6,
    .tzqj15.g5aznh .suia1x .tkj524 {
        position: relative;
        margin: 0;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .tzqj15.g5aznh .suia1x .ik3sg6 {
        padding: 1rem;
    }
    .tzqj15.g5aznh .suia1x .ik3sg6 .ik3sg6 {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: auto;
    }
    .tzqj15.g5aznh .suia1x .fth79b {
        padding: 0.5rem 0;
    }
    .tzqj15.g5aznh .e14ybz .p9mkwt {
        display: none;
    }
    .tzqj15.g5aznh .h8wdsa .w33dzd {
        position: relative;
        padding: 0;
        visibility: visible;
        opacity: 1;
    }
    .tzqj15.g5aznh .h8wdsa .sc8o8h,
    .tzqj15.g5aznh .h8wdsa .ja8ipl {
        display: none;
    }
    .tzqj15.g5aznh .h8wdsa .w33dzd > * {
        margin-left: 0px;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .g5aznh {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .g5aznh .suia1x {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .g5aznh .suia1x .zj7ufg {
        position: absolute;
    }
    .g5aznh .suia1x .qh9c3q {
        right: 0;
        left: auto;
    }
    .g5aznh .suia1x .fth79b {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .g5aznh > .container,
    .g5aznh > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .g5aznh .su1kew {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .g5aznh .jbsx1a {
        display: none;
    }
    .g5aznh .pbdnw3 .zj7ufg {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1199px) {

    .tzqj15.zmo2jt.skrbr5 .su1kew,
    .tzqj15.zmo2jt.vbbhe5 .su1kew {
        max-height: 480px;
        overflow-y: scroll;
    }
    .tzqj15.zmo2jt .su1kew > * {
        margin-right: 0;
        margin-top: 1rem;
    }
    .tzqj15.zmo2jt .su1kew > *:last-child {
        margin-bottom: 1rem;
    }
    .tzqj15.zmo2jt .suia1x .ik3sg6,
    .tzqj15.zmo2jt .suia1x .tkj524 {
        position: relative;
        margin: 0;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .tzqj15.zmo2jt .suia1x .ik3sg6 {
        padding: 1rem;
    }
    .tzqj15.zmo2jt .suia1x .ik3sg6 .ik3sg6 {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: auto;
    }

    .tzqj15.zmo2jt .e14ybz .p9mkwt {
        display: none;
    }
    .tzqj15.zmo2jt .h8wdsa .w33dzd {
        position: relative;
        padding: 0;
        visibility: visible;
        opacity: 1;
    }
    .tzqj15.zmo2jt .h8wdsa .sc8o8h,
    .tzqj15.zmo2jt .h8wdsa .ja8ipl {
        display: none;
    }
    .tzqj15.zmo2jt .h8wdsa .w33dzd > * {
        margin-left: 0px;
        opacity: 1;
    }
}

@media (min-width: 1230px) {
    .zmo2jt {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .zmo2jt .suia1x {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .zmo2jt .suia1x .zj7ufg {
        position: absolute;
    }
    .zmo2jt .suia1x .qh9c3q {
        right: 0;
        left: auto;
    }
    .zmo2jt .suia1x .fth79b {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .zmo2jt > .container,
    .zmo2jt > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .zmo2jt .su1kew {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .zmo2jt .jbsx1a {
        display: none;
    }
    .zmo2jt .pbdnw3 .zj7ufg {
        top: auto;
        bottom: 100%;
    }
}

.h7pkdd {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.h7pkdd .suia1x {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.h7pkdd .suia1x .zj7ufg {
    position: absolute;
}

.h7pkdd .suia1x .qh9c3q {
    right: 0;
    left: auto;
}

.h7pkdd .suia1x .fth79b {
    padding-right: 1rem;
    padding-left: 1rem;
}

.h7pkdd > .container,
.h7pkdd > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.h7pkdd .su1kew {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.h7pkdd .jbsx1a {
    display: none;
}

.h7pkdd .pbdnw3 .zj7ufg {
    top: auto;
    bottom: 100%;
}



/*----------------------------------------------------------------------------------------
                                MEGAMENU NAV
-----------------------------------------------------------------------------------------*/

.tzqj15 .suia1x .ik3sg6,
.tzqj15 .suia1x .tkj524 {
    list-style: none;
    position: absolute;
    display: none;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
}

.nrqeqg.tzqj15 .suia1x .ik3sg6,
.nrqeqg.tzqj15 .suia1x .tkj524 {
    bottom: 100%;
}

.tzqj15 .suia1x .tkj524 {
    right: 0;
    left: 0;
    padding: 30px 0;
}

.tzqj15 .suia1x ul.ik3sg6 > li {
    position: relative;
    float: none;
    white-space: nowrap;
    padding: 0.6rem 1.5rem;
    display: block;
}

.v98t8t + .n1q0c9 {
    margin-right: -0.5em;
}


.tzqj15 .suia1x .ik3sg6 .ik3sg6 {
    left: 100%;
    top: -10px;
    margin-top: 0;
}

.nrqeqg.tzqj15 .suia1x .ik3sg6 .ik3sg6 {
    top: auto;
    bottom: -10px;
}

.tzqj15:not(.lk08fz) .suia1x li:hover > .ik3sg6,
.tzqj15:not(.lk08fz) .suia1x li:hover > .tkj524 {
    display: block;
}

.tzqj15.lk08fz .suia1x li.pz28cm > .ik3sg6,
.tzqj15.lk08fz .suia1x li.pz28cm > .tkj524 {
    display: block;
}

.tzqj15 .suia1x .kudo6q.kpaeqd {
    position: inherit;
}



/*----------------------------------------------------------------------------------------
                                    BREADCRUMB & PAGINATOR
-----------------------------------------------------------------------------------------*/

.ilp0vv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.qlmub4 + .qlmub4::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/";
}

.qlmub4 + .qlmub4:hover::before {
    text-decoration: underline;
}

.qlmub4 + .qlmub4:hover::before {
    text-decoration: none;
}

.kdjf6b {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
}

.cldjam.active .j4klql {
    z-index: 2;
    text-decoration: none;
}

.cldjam.disabled .j4klql {
    color: #868e96;
    pointer-events: none;
}

.j4klql {
    position: relative;
    display: block;
    padding: 0.75rem 1rem;
    margin-left: -1px;
    border-width: 1px;
    border-style: solid;
}

a.j4klql,
a.j4klql:hover {
    text-decoration: none !important;
}


.q7a4i4 .j4klql {
    padding: 1rem 1.5rem;
    font-size: 120%;
    line-height: 1.5;
}


.bh9th3 .j4klql {
    padding: 0.5rem 0.75rem;
    font-size: 80%;
    line-height: 1.5;
}


/*----------------------------------------------------------------------------------------
                                    BADGES
-----------------------------------------------------------------------------------------*/

.p94oa4 {
    display: inline-block;
    padding: 0.4em 0.45em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.p94oa4:empty {
    display: none;
}

.ejypqe .p94oa4 {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.al3yri {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.kbmfoi {
    color: #fff;
    background-color: #48B54A;
}

.kbmfoi[href]:focus,
.kbmfoi[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #36A838;
}

.v41i8s {
    color: #fff;
    background-color: #44ADC7;
}

.v41i8s[href]:focus,
.v41i8s[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0FA2BA;
}

.kwnw47 {
    color: #111;
    background-color: #FFDB46;
}

.kwnw47[href]:focus,
.kwnw47[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #FFEA50;
}

.tcl09a {
    color: #fff;
    background-color: #D24136;
}

.tcl09a[href]:focus,
.tcl09a[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #C4372C;
}

.hmfo5h {
    color: #222;
    background-color: #FFFFFF;
}

.hmfo5h[href]:focus,
.hmfo5h[href]:hover {
    color: #222;
    text-decoration: none;
    background-color: #F4F4F4;
}

.dhqt9g {
    color: #fff;
    background-color: #232122;
}

.dhqt9g[href]:focus,
.dhqt9g[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #111;
}



/*----------------------------------------------------------------------------------------
                                    ALERT
-----------------------------------------------------------------------------------------*/

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.igrvuv {
    color: inherit;
}

.zvzlur {
    font-weight: 700;
}

.i6zfvn .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.satrit {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.satrit hr {
    border-top-color: #9fcdff;
}

.satrit .zvzlur {
    color: #002752;
}

.j76myh {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.j76myh hr {
    border-top-color: #cfd2d6;
}

.j76myh .zvzlur {
    color: #2e3133;
}

.qfernm {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.qfernm hr {
    border-top-color: #b1dfbb;
}

.qfernm .zvzlur {
    color: #0b2e13;
}

.f0gsmh {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.f0gsmh hr {
    border-top-color: #abdde5;
}

.f0gsmh .zvzlur {
    color: #062c33;
}

.jujq1d {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.jujq1d hr {
    border-top-color: #ffe8a1;
}

.jujq1d .zvzlur {
    color: #533f03;
}

.js3364 {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.js3364 hr {
    border-top-color: #f1b0b7;
}

.js3364 .zvzlur {
    color: #491217;
}

.lvwoqn {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.lvwoqn hr {
    border-top-color: #ececf6;
}

.lvwoqn .zvzlur {
    color: #686868;
}

.frob21 {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.frob21 hr {
    border-top-color: #b9bbbe;
}

.frob21 .zvzlur {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}




/*----------------------------------------------------------------------------------------
                                    PROGRESS BAR
-----------------------------------------------------------------------------------------*/

.progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #eee;
    border-radius: 0.25rem;
}

.y4i89r {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff;
}

.kyqhh0 {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.urgjs8 {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}



/*----------------------------------------------------------------------------------------
                                    MEDIA & CLOSE
-----------------------------------------------------------------------------------------*/

.pry0xh {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 40px;
}

.pry0xh {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 40px;
}

.pvrtai > .pry0xh {
    margin-top: 40px;
    padding-top: 0;
    border-top: 0;
}

.pvrtai {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.r2ceg5 > *:last-child {
    margin-bottom: 0;
}

.close {
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.close:focus,
.close:hover {
    text-decoration: none;
}

button.close {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
}




/*----------------------------------------------------------------------------------------
                                    ACCORDION
-----------------------------------------------------------------------------------------*/

.i3apnl {}



/*----------------------------------------------------------------------------------------
                                    MODAL
-----------------------------------------------------------------------------------------*/

.vceiv4 {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal.fade .lpm40h {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.modal .slide.lpm40h {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
}

.modal .zoom.lpm40h {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.modal.show .lpm40h {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.vceiv4 .modal {
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 30px 0;
}

.sx5t9r {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: auto !important;
    position: relative;
    width: auto;
    pointer-events: none;
}

.lpm40h {
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

.ffsz5e {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.ffsz5e.fade {
    opacity: 0;
}

.ffsz5e.show {
    opacity: 0.5;
}

.yqq8f6 {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .sx5t9r {
        max-width: 600px;
        margin: 30px auto;
    }
    .sr050w {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .aap8l1 {
        max-width: 800px;
    }
}




/*----------------------------------------------------------------------------------------
                                    ALIGN
-----------------------------------------------------------------------------------------*/

.i6cz0b {
    vertical-align: baseline !important;
}

.d05j9w {
    vertical-align: top !important;
}

.zvoxjp {
    vertical-align: middle !important;
}

.yzir61 {
    vertical-align: bottom !important;
}

.gkkjyl {
    vertical-align: text-bottom !important;
}

.oe625m {
    vertical-align: text-top !important;
}



/*----------------------------------------------------------------------------------------
                               SEPARATOR
-----------------------------------------------------------------------------------------*/

hr.k2tl0u,
hr.jfclrk {
    width: 0;
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border: 0;
    border-right-width: 1px;
    border-right-style: solid;
    margin: 0;
}

hr.jfclrk {
    border-right-width: 2px;
}

@media (min-width: 576px) {
    hr.p6miq0,
    hr.noemor {
        width: 0;
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
    hr.noemor {
        border-right-width: 2px;
    }
}

@media (min-width: 768px) {
    hr.q45uzu,
    hr.p270z0 {
        width: 0;
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
    hr.p270z0 {
        border-right-width: 2px;
    }
}

@media (min-width: 1230px) {
    hr.n97yhf,
    hr.ftbuem {
        width: 0;
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
    hr.ftbuem {
        border-right-width: 2px;
    }
}


@media (min-width: 1600px) {
    hr.xdvtnk,
    hr.glp28t {
        width: 0;
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
    hr.glp28t {
        border-right-width: 2px;
    }
}



/*----------------------------------------------------------------------------------------
                               BORDERS
-----------------------------------------------------------------------------------------*/

[class*=ank6c9-] {
    border-style: solid;
    border-width: 0;
}

.border,
.border-sm,
.border-md,
.border-lg,
.border-xl {
    border-width: 1px;
}

.border-x2 {
    border-width: 2px;
}

.border-top,
.border-sm-top,
.border-md-top,
.border-lg-top,
.border-xl-top {
    border-top-width: 1px;
}

.border-right,
.border-sm-right,
.border-md-right,
.border-lg-right,
.border-lg-right {
    border-right-width: 1px;
}

.border-bottom,
.border-sm-bottom,
.border-md-bottom,
.border-lg-bottom,
.border-lg-bottom {
    border-bottom-width: 1px;
}

.border-left,
.border-sm-left,
.border-md-left,
.border-lg-left,
.border-lg-left {
    border-left-width: 1px;
}

@media (max-width: 575px) {
    [class*="ank6c9-vintia-"] {
        border-width: 0px;
    }
}

@media (max-width: 767px) {
    [class*="ank6c9-vjztae-"] {
        border-width: 0px;
    }
}

@media (max-width: 1199px) {
    [class*="ank6c9-xqmj7p-"] {
        border-width: 0px;
    }
}

@media (max-width: 1599px) {
    [class*="ank6c9-na8qt2-"] {
        border-width: 0px;
    }
}


.border-grid .border {
    margin-top: -1px;
    margin-left: -1px;
}

.border-grid .border-x2 {
    margin-top: -2px;
    margin-left: -2px;
}



/*----------------------------------------------------------------------------------------
                                    ROUNDED
-----------------------------------------------------------------------------------------*/

.btawxq {
    border-radius: 1em !important;
    position: relative;
    overflow: hidden;
}

.ix3k1d {
    border-radius: 50% !important;
    position: relative;
    overflow: hidden;
}

.g30h1n {
    border-radius: 0 !important;
}



/*----------------------------------------------------------------------------------------
                                    DISPLAY
-----------------------------------------------------------------------------------------*/

.jd09ha {
    display: none !important;
}

.eh2l8o {
    display: inline !important;
}

.hn07i5 {
    display: inline-block !important;
}

.oov03i {
    display: block !important;
}

.ccud88 {
    display: table !important;
}

.e4c1d2 {
    display: table-row !important;
}

.yhtumg {
    display: table-cell !important;
}

.ioeeyn {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.u8u6an {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .mcjgf8 {
        display: none !important;
    }
    .rafzfz {
        display: inline !important;
    }
    .v9kt0t {
        display: inline-block !important;
    }
    .cv058k {
        display: block !important;
    }
    .lsvelh {
        display: table !important;
    }
    .oxbtq7 {
        display: table-row !important;
    }
    .i4c9nr {
        display: table-cell !important;
    }
    .g1illo {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .h2qf67 {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .tveb6y {
        display: none !important;
    }
    .eywwfx {
        display: inline !important;
    }
    .bzqebs {
        display: inline-block !important;
    }
    .rg5zxy {
        display: block !important;
    }
    .kcyds6 {
        display: table !important;
    }
    .zab34x {
        display: table-row !important;
    }
    .wjkeob {
        display: table-cell !important;
    }
    .f2uu1a {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .rlkh15 {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1230px) {
    .dkd0tb {
        display: none !important;
    }
    .w7xtpx {
        display: inline !important;
    }
    .edqglv {
        display: inline-block !important;
    }
    .afc0go {
        display: block !important;
    }
    .xl3xvv {
        display: table !important;
    }
    .l4xva4 {
        display: table-row !important;
    }
    .t6nkg3 {
        display: table-cell !important;
    }
    .pr0aer {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .m0wcre {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    .kznc38 {
        display: none !important;
    }
    .lzf5ae {
        display: inline !important;
    }
    .jt1mh3 {
        display: inline-block !important;
    }
    .rdf1ji {
        display: block !important;
    }
    .ryubwt {
        display: table !important;
    }
    .l7vphi {
        display: table-row !important;
    }
    .ehtmg3 {
        display: table-cell !important;
    }
    .b1cs58 {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .kldbjv {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}




/*----------------------------------------------------------------------------------------
                        VISIBILITY
----------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .n3sa0s {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .g5aznh .xwxja0,
    .o5onxx {
        display: none !important;
    }
}

@media (min-width: 1230px) {
    .zmo2jt .xwxja0,
    .d9j0g1 {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .mhkbjd {
        display: none !important;
    }
}




/*----------------------------------------------------------------------------------------
                                    EMBED
-----------------------------------------------------------------------------------------*/

.o1ocu7 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.o1ocu7::before {
    display: block;
    content: "";
}

.o1ocu7 .c7zf0n,
.o1ocu7 iframe,
.o1ocu7 embed,
.o1ocu7 object,
.o1ocu7 video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.x6i9qg::before {
    padding-top: 42.857143%;
}

.j8z8eb::before {
    padding-top: 56.25%;
}

.u4qjxu::before {
    padding-top: 75%;
}

.qacw52::before {
    padding-top: 100%;
}


/*----------------------------------------------------------------------------------------
                                    FLEX
-----------------------------------------------------------------------------------------*/

.bit7m5 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.w92974 {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.gd6fxe {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.ve4kkx {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.fm0atd > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.colaug {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.wd5lx6 {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.qi9x5f {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.aidkwt {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.jfvr7u {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.ps3mg0 {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.jd9ism {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.pim662 {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.cwf3xq {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

.tgxsqp {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}

.zm79e9 {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.p6orwk {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}

.n38kjq {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

.eaprpu {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.vlw1th {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.bvhavv {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.qkh67s {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.mwojua {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.haz81y {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.xr9ur7 {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.iczo9h {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.gjk5bl {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.t6sqco {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.aptxza {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.sl1e4s {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .iwdwer {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .ad7ewp {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .nzn83p {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .ie1s8j {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .f9x2bc {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .vr7idw {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .fnwnls {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .n8ifge {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .isu9hr {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .ttlxci {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .nov4io {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .ujyh1y {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .kc69jw {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .e3vuhi {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .jym0om {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .knpq4u {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .ua4rmm {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .n0mtgy {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .hk2np1 {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .rjlob5 {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .xea2zv {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .h6gf5t {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .fge2x4 {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .h2j56h {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .tfdb9a {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .fqwaa7 {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .wdor96 {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .mrwssg {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .g581sk {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .hqf75g {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .eo1502 {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .aaufbc {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .lm9zyo {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .nzd4y0 {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .g9p9wu {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .lwxshv {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .n2mpco {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .svx6av {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .m28xzq {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .keygsj {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .qozuck {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .v38qso {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .thd44q {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .agzoh0 {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .hye47d {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .hm876g {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .g5hlis {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .exmcp6 {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .q99332 {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .blzl2p {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .iuj2sw {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .wshqyo {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .n4oujo {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .gzyohg {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .ttaio4 {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .kj3v1p {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .xla84h {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .koxrnb {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1230px) {
    .zfx7xd {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .lxo362 {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .i53tdy {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .l1vstg {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .qzotmc {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .e7pet9 {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .bo2efe {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .fb22jd {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .dxl4q7 {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .yxmqsq {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .u1f2km {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .vhf50j {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .sonusd {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .ov0qc9 {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .fg35yp {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .ajo25p {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .he37p8 {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .ebu1mp {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .z2qpla {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .kz4w5l {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .exgigf {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .zaql5z {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .z8ltsh {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .fwb834 {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .g4mbel {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .eamdzl {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .ivjc0b {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .lbn8c8 {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .ee9cxe {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1600px) {
    .jl9ye5 {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .qu8mdn {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .weorde {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .zl02f3 {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .ev5k7v {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .ospcfs {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .i10zhu {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .erdqvj {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .r03u2u {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .kvm1jx {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .gf7ks1 {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .d2c2e0 {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .e6a8sb {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .dmh70l {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .mz4coc {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .e3ifx8 {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .b10n35 {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .awiib9 {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .xezl87 {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .fxu3yb {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .i60hmr {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .y459ep {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .elvug7 {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .triuu5 {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .udluii {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .dwaux4 {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .nk418k {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .khic3h {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .yqcmb8 {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}



/*----------------------------------------------------------------------------------------
                                    FLOAT
-----------------------------------------------------------------------------------------*/

.ix196n {
    float: left !important;
}

.nfcr87 {
    float: right !important;
}

.drm61a {
    float: none !important;
}

.st5rg1::after {
    display: block;
    clear: both;
    content: "";
}

@media (min-width: 576px) {
    .vbx8cr {
        float: left !important;
    }
    .x81y8r {
        float: right !important;
    }
    .f8dv9m {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .ntp76l {
        float: left !important;
    }
    .c5x0zs {
        float: right !important;
    }
    .a4fiyp {
        float: none !important;
    }
}

@media (min-width: 1230px) {
    .rvvmgm {
        float: left !important;
    }
    .pz6yyh {
        float: right !important;
    }
    .b7fd8v {
        float: none !important;
    }
}

@media (min-width: 1600px) {
    .qfpxrj {
        float: left !important;
    }
    .o793ry {
        float: right !important;
    }
    .e1ybqp {
        float: none !important;
    }
}



/*----------------------------------------------------------------------------------------
                                    POSITION
-----------------------------------------------------------------------------------------*/

.ldsawj {
    position: static !important;
}

.dmczqj {
    position: relative !important;
}

.najaao {
    position: inherit !important;
}

.pyb03y {
    position: absolute !important;
}

.vy4gwu {
    position: fixed !important;
}

.np73ys {
    position: -webkit-sticky !important;
    position: sticky !important;
}

@media (max-width: 575px) {
    .ui0s4w {
        position: relative !important;
        width: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .x60bdr {
        position: relative !important;
        width: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.dersob {
    top: 0;
}

.q6vggm {
    top: 25%;
}

.a85bbj {
    top: 50%;
}

.x4zl4o {
    top: 75%;
}

.s2dh15 {
    top: 100%;
}

.igg870 {
    right: 0;
}

.zgt2u2 {
    right: 25%;
}

.t5u96s {
    right: 50%;
}

.j9inlz {
    right: 75%;
}

.sl01jj {
    right: 100%;
}

.jpid79 {
    bottom: 0;
}

.e342hd {
    bottom: 25%;
}

.vtt7mt {
    bottom: 50%;
}

.uo9w61 {
    bottom: 75%;
}

.q9poj2 {
    bottom: 100%;
}

.t1awow {
    left: 0;
}

.szp4jr {
    left: 25%;
}

.d2yn4q {
    left: 50%;
}

.mi0swu {
    left: 75%;
}

.wnf4af {
    left: 100%;
}

.e6huyj {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fjassm {
    position: relative;
    z-index: 10;
}

.htewhw {
    position: relative;
    z-index: -10;
}

.o3u2fg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.cd3i7d {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hyryev,
.ouc7p0,
.gsmmys {
    position: fixed;
    z-index: 1030;
    top: 0;
    bottom: 0;
}

.ouc7p0 {
    right: 0;
}

.hyryev {
    left: 0;
}

.gsmmys {
    right: 0;
    left: 0;
}

.vbbhe5,
.a5m9an,
.caujvc {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nrqeqg {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .skrbr5 {
        /*position: -webkit-sticky;*/
        /*position: sticky;*/
        top: 0;
        z-index: 1020;
    }
}

.a5m9an {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.a5m9an.show {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.caujvc {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.caujvc.hide {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}



/*----------------------------------------------------------------------------------------
                                    WIDTH & HEIGHT
-----------------------------------------------------------------------------------------*/

.h8u7k4 {
    width: 25% !important;
}

.wep0lr {
    width: 50% !important;
}

.ugz2uz {
    width: 75% !important;
}

.as7u8d {
    width: 100% !important;
}

.hbrwj8 {
    width: 100vw !important;
}

.iupdow {
    height: 25% !important;
}

.gh0hc9 {
    height: 50% !important;
}

.v7icfw {
    height: 75% !important;
}

.epifob {
    height: 100% !important;
}

.e93ko9 {
    max-width: 100% !important;
}

.m9o0hx {
    max-height: 100% !important;
}




/*----------------------------------------------------------------------------------------
                        PADDING & MARGIN
-----------------------------------------------------------------------------------------*/

.qdfvdq {
    padding-top: 0 !important;
}

.qdca3h {
    padding-bottom: 0 !important;
}

.gzp52e {
    padding-top: 10px !important;
}

.g93vzk {
    padding-bottom: 10px !important;
}

.gpd2hk {
    padding-top: 20px !important;
}

.fklaob {
    padding-bottom: 20px !important;
}

.wn8tgu {
    padding-top: 30px !important;
}

.b64olm {
    padding-bottom: 30px !important;
}

.qn0oti {
    padding-top: 50px !important;
}

.kvoej0 {
    padding-bottom: 50px !important;
}

.n1af0q {
    padding-top: 75px !important;
}

.l6vty5 {
    padding-bottom: 75px !important;
}

.oqwpmn {
    padding-top: 100px !important;
}

.ag1mcb {
    padding-bottom: 100px !important;
}

.bomylt {
    padding-top: 150px !important;
}

.pe7r3f {
    padding-bottom: 150px !important;
}

.d7jgqq {
    padding-top: 200px !important;
}

.ujp22q {
    padding-bottom: 200px !important;
}

.umno8t {
    padding-top: 250px !important;
}

.spbg1m {
    padding-bottom: 250px !important;
}

.m7ptsk {
    padding-top: 300px !important;
}

.m5r6dl {
    padding-bottom: 300px !important;
}

.w171y7 {
    padding-top: 350px !important;
}

.kn06wb {
    padding-bottom: 350px !important;
}

.ucsp0a {
    padding-top: 400px !important;
}

.b7ioad {
    padding-bottom: 400px !important;
}

.cczo85 {
    margin-top: auto !important;
}

.v7c47o {
    margin-bottom: auto !important;
}

.iq19q6 {
    margin-top: 0 !important;
}

.fsxdv3 {
    margin-bottom: 0 !important;
}

.gaob0w {
    margin-top: 10px !important;
}

.k6i024 {
    margin-bottom: 10px !important;
}

.owthdx {
    margin-top: 20px !important;
}

.poedxd {
    margin-bottom: 20px !important;
}

.af6jw9 {
    margin-top: 30px !important;
}

.f4sg38 {
    margin-bottom: 30px !important;
}

.b0yjpq {
    margin-top: -30px !important;
}

.nattob {
    margin-bottom: -30px !important;
}

.xkzozt {
    margin-top: 50px !important;
}

.indrmt {
    margin-bottom: 50px !important;
}

.och638 {
    margin-top: -50px !important;
}

.or1q4h {
    margin-bottom: -50px !important;
}

.aljnqv {
    margin-top: 75px !important;
}

.seb2ms {
    margin-bottom: 75px !important;
}

.igd6mt {
    margin-top: 100px !important;
}

.mdpwlb {
    margin-bottom: 100px !important;
}

.qezkfk {
    margin-top: -100px !important;
}

.z44cx7 {
    margin-bottom: -100px !important;
}

.c3mkt4 {
    margin-top: 150px !important;
}

.xq0zo7 {
    margin-bottom: 150px !important;
}

.qws7lo {
    margin-top: 200px !important;
}

.ocllde {
    margin-bottom: 200px !important;
}

.nocktw {
    margin-top: -200px !important;
}

.y9obrs {
    margin-bottom: -200px !important;
}

.s24xlc {
    margin-top: 250px !important;
}

.jz7g3r {
    margin-bottom: 250px !important;
}

.ffbo0d {
    margin-top: 300px !important;
}

.o6e0bz {
    margin-bottom: 300px !important;
}

.v0cx4a {
    margin-top: -300px !important;
}

.cpqthx {
    margin-bottom: -300px !important;
}

@media (max-width: 767px) {
    .t853pk {
        padding-top: 0 !important;
    }

    .esbjxp {
        padding-bottom: 0 !important;
    }
    .d4exno {
        padding-top: 10px !important;
    }

    .q10zwc {
        padding-bottom: 10px !important;
    }
    .hbajan {
        padding-top: 20px !important;
    }

    .htkg1z {
        padding-bottom: 20px !important;
    }

    .rtk0bn {
        padding-top: 30px !important;
    }

    .dlnwy6 {
        padding-bottom: 30px !important;
    }

    .ssbnfj {
        padding-top: 50px !important;
    }

    .vctt44 {
        padding-bottom: 50px !important;
    }

    .ukmddy {
        padding-top: 75px !important;
    }

    .hzoa4u {
        padding-bottom: 75px !important;
    }

    .kl7pbh {
        padding-top: 100px !important;
    }

    .obs3lh {
        padding-bottom: 100px !important;
    }

    .f9h5ab {
        padding-top: 150px !important;
    }

    .cujfbj {
        padding-bottom: 150px !important;
    }

    .q4nm8l {
        padding-top: 200px !important;
    }

    .cb2ld4 {
        padding-bottom: 200px !important;
    }

    .cq3v6i {
        padding-top: 250px !important;
    }

    .yvg7lx {
        padding-bottom: 250px !important;
    }

    .w40yha {
        padding-top: 300px !important;
    }

    .x3l6j7 {
        padding-bottom: 300px !important;
    }

    .czkt1u {
        padding-top: 350px !important;
    }

    .wjz2c7 {
        padding-bottom: 350px !important;
    }

    .bikw03 {
        padding-top: 400px !important;
    }

    .nyoyid {
        padding-bottom: 400px !important;
    }

    .c3bd3q {
        margin-top: auto !important;
    }

    .t5wr7k {
        margin-bottom: auto !important;
    }

    .v0fxu5 {
        margin-top: 0px !important;
    }

    .k6qby3 {
        margin-bottom: 0px !important;
    }

    .fhwpnm {
        margin-top: 10px !important;
    }

    .shs0mu {
        margin-bottom: 10px !important;
    }

    .byihxw {
        margin-top: 20px !important;
    }

    .m5dz3m {
        margin-bottom: 20px !important;
    }

    .e7l3rt {
        margin-top: 30px !important;
    }

    .iutvcm {
        margin-bottom: 30px !important;
    }

    .ggi2u1 {
        margin-top: -30px !important;
    }

    .pu5v8q {
        margin-bottom: -30px !important;
    }

    .bu50vh {
        margin-top: 50px !important;
    }

    .fhykxz {
        margin-bottom: 50px !important;
    }

    .mhebbj {
        margin-top: 50px !important;
    }

    .flxdax {
        margin-bottom: -50px !important;
    }

    .z3g7kg {
        margin-top: 75px !important;
    }

    .e71aoi {
        margin-bottom: 75px !important;
    }

    .ofv1ma {
        margin-top: 100px !important;
    }

    .hbm3a4 {
        margin-bottom: 100px !important;
    }

    .wq8j4x {
        margin-top: -100px !important;
    }

    .mbo2zd {
        margin-bottom: -100px !important;
    }

    .ys4vup {
        margin-top: 150px !important;
    }

    .wekfp7 {
        margin-bottom: 150px !important;
    }

    .g0bksa {
        margin-top: 200px !important;
    }

    .tmhx2i {
        margin-bottom: 200px !important;
    }

    .hdi6lk {
        margin-top: -200px !important;
    }

    .o89w51 {
        margin-bottom: -200px !important;
    }

    .zizfba {
        margin-top: 250px !important;
    }

    .f09ozb {
        margin-bottom: 250px !important;
    }

    .bzdiuw {
        margin-top: 300px !important;
    }

    .iv6lcf {
        margin-bottom: 300px !important;
    }

    .zz9vn1 {
        margin-top: -300px !important;
    }

    .jmkj8l {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 768px) {
    .qcdsuv {
        padding-top: 0 !important;
    }

    .m9fucx {
        padding-bottom: 0 !important;
    }

    .hqbg2t {
        padding-top: 10px !important;
    }

    .comdu6 {
        padding-bottom: 10px !important;
    }

    .ciiem1 {
        padding-top: 20px !important;
    }

    .mosdo0 {
        padding-bottom: 20px !important;
    }

    .tx69vf {
        padding-top: 30px !important;
    }

    .wriwst {
        padding-bottom: 30px !important;
    }

    .whig4n {
        padding-top: 50px !important;
    }

    .pj4xeu {
        padding-bottom: 50px !important;
    }

    .hdbhs2 {
        padding-top: 75px !important;
    }

    .vc9c2i {
        padding-bottom: 75px !important;
    }

    .vghqlp {
        padding-top: 100px !important;
    }

    .z81j08 {
        padding-bottom: 100px !important;
    }

    .kspz1r {
        padding-top: 150px !important;
    }

    .cqnq55 {
        padding-bottom: 150px !important;
    }

    .dsv9bb {
        padding-top: 200px !important;
    }

    .lkk88d {
        padding-bottom: 200px !important;
    }

    .n464os {
        padding-top: 250px !important;
    }

    .v7ridv {
        padding-bottom: 250px !important;
    }

    .ggg2pe {
        padding-top: 300px !important;
    }

    .fln1y7 {
        padding-bottom: 300px !important;
    }

    .pefwkz {
        padding-top: 350px !important;
    }

    .k319do {
        padding-bottom: 350px !important;
    }

    .kt76k8 {
        padding-top: 400px !important;
    }

    .hiraa9 {
        padding-bottom: 400px !important;
    }

    .ky4is2 {
        margin-top: auto !important;
    }

    .w3w4nd {
        margin-bottom: auto !important;
    }

    .ooqo9e {
        margin-top: 0 !important;
    }

    .vkhup5 {
        margin-bottom: 0 !important;
    }

    .naa3fc {
        margin-top: 10px !important;
    }

    .csjbgo {
        margin-bottom: 10px !important;
    }

    .gizktd {
        margin-top: 20px !important;
    }

    .v4cglm {
        margin-bottom: 20px !important;
    }

    .kqdnpm {
        margin-top: 30px !important;
    }

    .t42yom {
        margin-bottom: 30px !important;
    }

    .udvugg {
        margin-top: -30px !important;
    }

    .vh3nmw {
        margin-bottom: -30px !important;
    }

    .cktgxn {
        margin-top: 50px !important;
    }

    .ayvssv {
        margin-bottom: 50px !important;
    }

    .gr9m4o {
        margin-top: -50px !important;
    }

    .csy0az {
        margin-bottom: -50px !important;
    }

    .kgpf47 {
        margin-top: 75px !important;
    }

    .n7mybd {
        margin-bottom: 75px !important;
    }

    .c8hlpq {
        margin-top: 100px !important;
    }

    .xwhory {
        margin-bottom: 100px !important;
    }

    .e7qzip {
        margin-top: -100px !important;
    }

    .htwk8a {
        margin-bottom: -100px !important;
    }

    .rvnhl3 {
        margin-top: 150px !important;
    }

    .kbkvv6 {
        margin-bottom: 150px !important;
    }

    .nunp9d {
        margin-top: 200px !important;
    }

    .sqhyau {
        margin-bottom: 200px !important;
    }

    .nfple3 {
        margin-top: -200px !important;
    }

    .nv4skz {
        margin-bottom: -200px !important;
    }

    .tj074j {
        margin-top: 250px !important;
    }

    .x61n9r {
        margin-bottom: 250px !important;
    }

    .crt1q3 {
        margin-top: 300px !important;
    }

    .ne4r51 {
        margin-bottom: 300px !important;
    }

    .dtigsb {
        margin-top: -300px !important;
    }

    .xaggbf {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 1230px) {
    .zj51mp {
        padding-top: 0 !important;
    }

    .vnztio {
        padding-bottom: 0 !important;
    }

    .wktn60 {
        padding-top: 10px !important;
    }

    .k0bdlo {
        padding-bottom: 10px !important;
    }

    .ou6i9a {
        padding-top: 20px !important;
    }

    .wk8lly {
        padding-bottom: 20px !important;
    }

    .z72bdu {
        padding-top: 30px !important;
    }

    .f0anwv {
        padding-bottom: 30px !important;
    }

    .iy9syt {
        padding-top: 50px !important;
    }

    .q3q1zg {
        padding-bottom: 50px !important;
    }

    .zyo93b {
        padding-top: 75px !important;
    }

    .hf7tvj {
        padding-bottom: 75px !important;
    }

    .i6rb56 {
        padding-top: 100px !important;
    }

    .j4rgho {
        padding-bottom: 100px !important;
    }

    .lfxzk4 {
        padding-top: 150px !important;
    }

    .rdm3gh {
        padding-bottom: 150px !important;
    }

    .em4nzu {
        padding-top: 200px !important;
    }

    .fhr2ig {
        padding-bottom: 200px !important;
    }

    .fcurqc {
        padding-top: 250px !important;
    }

    .mubngj {
        padding-bottom: 250px !important;
    }

    .ywghdg {
        padding-top: 300px !important;
    }

    .o1bzgl {
        padding-bottom: 300px !important;
    }

    .dbzojc {
        padding-top: 350px !important;
    }

    .vp7si1 {
        padding-bottom: 350px !important;
    }

    .r4durf {
        padding-top: 400px !important;
    }

    .isqcs8 {
        padding-bottom: 400px !important;
    }

    .dkp5px {
        margin-top: auto !important;
    }

    .e9nvor {
        margin-bottom: auto !important;
    }

    .s81vmf {
        margin-top: 0 !important;
    }

    .qlrj8v {
        margin-bottom: 0 !important;
    }

    .slatn3 {
        margin-top: 10px !important;
    }

    .czkfg7 {
        margin-bottom: 10px !important;
    }

    .bpucey {
        margin-top: 20px !important;
    }

    .gm3awy {
        margin-bottom: 20px !important;
    }

    .oavzzu {
        margin-top: 30px !important;
    }

    .dzdzpp {
        margin-bottom: 30px !important;
    }

    .horkbf {
        margin-top: -30px !important;
    }

    .o47299 {
        margin-bottom: -30px !important;
    }

    .vvrr1q {
        margin-top: 50px !important;
    }

    .phhv8u {
        margin-bottom: 50px !important;
    }

    .kdrdiv {
        margin-top: -50px !important;
    }

    .lcglmi {
        margin-bottom: -50px !important;
    }

    .efa5of {
        margin-top: 75px !important;
    }

    .da1js6 {
        margin-bottom: 75px !important;
    }

    .kywtcd {
        margin-top: 100px !important;
    }

    .v5cgp8 {
        margin-bottom: 100px !important;
    }

    .hzj9hs {
        margin-top: -100px !important;
    }

    .qu8syz {
        margin-bottom: -100px !important;
    }

    .uupbxe {
        margin-top: 150px !important;
    }

    .xnh7ib {
        margin-bottom: 150px !important;
    }

    .v0sel3 {
        margin-top: 200px !important;
    }

    .jpam8p {
        margin-bottom: 200px !important;
    }

    .dtlikf {
        margin-top: -200px !important;
    }

    .gwwb1d {
        margin-bottom: -200px !important;
    }

    .ez9lhh {
        margin-top: 250px !important;
    }

    .drleu9 {
        margin-bottom: 250px !important;
    }

    .xkoz84 {
        margin-top: 300px !important;
    }

    .rjciaa {
        margin-bottom: 300px !important;
    }

    .nbhzuv {
        margin-top: -300px !important;
    }

    .zxyly8 {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 1600px) {
    .elwb54 {
        padding-top: 0 !important;
    }

    .l30bq2 {
        padding-bottom: 0 !important;
    }

    .j92p44 {
        padding-top: 10px !important;
    }

    .y18sqj {
        padding-bottom: 10px !important;
    }

    .c3d7cr {
        padding-top: 20px !important;
    }

    .lxc2dq {
        padding-bottom: 20px !important;
    }

    .x5448d {
        padding-top: 30px !important;
    }

    .ktpnz9 {
        padding-bottom: 30px !important;
    }

    .hik2wa {
        padding-top: 50px !important;
    }

    .c3o7rd {
        padding-bottom: 50px !important;
    }

    .nwbp2c {
        padding-top: 75px !important;
    }

    .zldbm5 {
        padding-bottom: 75px !important;
    }

    .jncu8b {
        padding-top: 100px !important;
    }

    .baoh95 {
        padding-bottom: 100px !important;
    }

    .htot7e {
        padding-top: 150px !important;
    }

    .dxd4fp {
        padding-bottom: 150px !important;
    }

    .bvaz0v {
        padding-top: 200px !important;
    }

    .wcgcx7 {
        padding-bottom: 200px !important;
    }

    .c2yvgg {
        padding-top: 250px !important;
    }

    .doopzo {
        padding-bottom: 250px !important;
    }

    .p8wrrk {
        padding-top: 300px !important;
    }

    .djoly4 {
        padding-bottom: 300px !important;
    }

    .aqpp4b {
        padding-top: 350px !important;
    }

    .sgoees {
        padding-bottom: 350px !important;
    }

    .go2wm8 {
        padding-top: 400px !important;
    }

    .cjhb5o {
        padding-bottom: 400px !important;
    }

    .v1fhl5 {
        margin-top: auto !important;
    }

    .t0kvae {
        margin-bottom: auto !important;
    }

    .q6pfh8 {
        margin-top: 0 !important;
    }

    .mrreom {
        margin-bottom: 0 !important;
    }

    .z8kkd1 {
        margin-top: 10px !important;
    }

    .ve9lrm {
        margin-bottom: 10px !important;
    }

    .lo5578 {
        margin-top: 20px !important;
    }

    .mx55xy {
        margin-bottom: 20px !important;
    }

    .jbcq6t {
        margin-top: 30px !important;
    }

    .ys4gv0 {
        margin-bottom: 30px !important;
    }

    .rt3n6o {
        margin-top: -30px !important;
    }

    .hud41n {
        margin-bottom: -30px !important;
    }

    .vgzjm6 {
        margin-top: 50px !important;
    }

    .w05bs6 {
        margin-bottom: 50px !important;
    }

    .d5lrzf {
        margin-top: 50px !important;
    }

    .ebpkmj {
        margin-bottom: -50px !important;
    }

    .lygk29 {
        margin-top: 75px !important;
    }

    .p1sn6u {
        margin-bottom: 75px !important;
    }

    .wejlun {
        margin-top: 100px !important;
    }

    .lq2k54 {
        margin-bottom: 100px !important;
    }

    .dq3omi {
        margin-top: -100px !important;
    }

    .r3v05g {
        margin-bottom: -100px !important;
    }

    .x4eiyo {
        margin-top: 150px !important;
    }

    .tefiqf {
        margin-bottom: 150px !important;
    }

    .tnqtcq {
        margin-top: 200px !important;
    }

    .tuh41b {
        margin-bottom: 200px !important;
    }

    .bl83nt {
        margin-top: -200px !important;
    }

    .h6e1w1 {
        margin-bottom: -200px !important;
    }

    .p173pu {
        margin-top: 250px !important;
    }

    .t36gee {
        margin-bottom: 250px !important;
    }

    .ee3ppe {
        margin-top: 300px !important;
    }

    .c8x3a4 {
        margin-bottom: 300px !important;
    }

    .r5ouqp {
        margin-top: -300px !important;
    }

    .vbdlh9 {
        margin-bottom: -300px !important;
    }
}

/*-----------------  HORIZONTAL  ------------------*/

.kz2gwh {
    padding-left: 0 !important;
}

.mk8pvp {
    padding-right: 0 !important;
}

.bo6p3s {
    padding-left: 15px !important;
}

.nd6med {
    padding-right: 15px !important;
}

.l77ntn {
    padding-left: 30px !important;
}

.zpvf3q {
    padding-right: 30px !important;
}

.z46csv {
    padding-left: 50px !important;
}

.cxm3h2 {
    padding-right: 50px !important;
}

.yxcgdi {
    padding-left: 100px !important;
}

.rg7jgk {
    padding-right: 100px !important;
}

.q3joms {
    margin-left: auto !important;
}

.mdu242 {
    margin-right: auto !important;
}

.qhs6jv {
    margin-left: 0 !important;
}

.lwnxza {
    margin-right: 0 !important;
}

.a6ay08 {
    margin-left: 10px !important;
}

.xr12z3 {
    margin-right: 10px !important;
}

.sjl2sp {
    margin-left: 20px !important;
}

.qncgay {
    margin-right: 20px !important;
}

.uw3xo1 {
    margin-left: 30px !important;
}

.p1mk5w {
    margin-right: 30px !important;
}

.ja908m {
    margin-left: 50px !important;
}

.f0edlb {
    margin-right: 50px !important;
}


@media (min-width: 576px) {
    .bpkejy {
        padding-left: 0 !important;
    }

    .ijffwe {
        padding-right: 0 !important;
    }

    .rqa2q0 {
        padding-left: 15px !important;
    }

    .thbghk {
        padding-right: 15px !important;
    }

    .o9mq93 {
        padding-left: 30px !important;
    }

    .boumnd {
        padding-right: 30px !important;
    }

    .fpw4ca {
        padding-left: 50px !important;
    }

    .uicox6 {
        padding-right: 50px !important;
    }

    .n0kdcx {
        padding-left: 100px !important;
    }

    .xhccv0 {
        padding-right: 100px !important;
    }

    .vvj8g6 {
        margin-left: auto !important;
    }

    .yntiz0 {
        margin-right: auto !important;
    }

    .u4pv2o {
        margin-left: 0 !important;
    }

    .msmkdc {
        margin-right: 0 !important;
    }

    .tzuxcz {
        margin-left: 10px !important;
    }

    .zm9bd6 {
        margin-right: 10px !important;
    }

    .cyx17d {
        margin-left: 20px !important;
    }

    .h18xc0 {
        margin-right: 20px !important;
    }

    .w19of5 {
        margin-left: 30px !important;
    }

    .w7r8zr {
        margin-right: 30px !important;
    }

    .ich88l {
        margin-left: 50px !important;
    }

    .kqe51m {
        margin-right: 50px !important;
    }
}

@media (min-width: 768px) {
    .r1130q {
        padding-left: 0 !important;
    }

    .jlnacj {
        padding-right: 0 !important;
    }

    .rw2673 {
        padding-left: 15px !important;
    }

    .t1yyuy {
        padding-right: 15px !important;
    }

    .pvb1a9 {
        padding-left: 30px !important;
    }

    .ue20hy {
        padding-right: 30px !important;
    }

    .s1dmpt {
        padding-left: 50px !important;
    }

    .zut7lr {
        padding-right: 50px !important;
    }

    .m0hcmw {
        padding-left: 100px !important;
    }

    .gyuve7 {
        padding-right: 100px !important;
    }

    .uhp2tr {
        margin-left: auto !important;
    }

    .vc3690 {
        margin-right: auto !important;
    }

    .el5s5z {
        margin-left: 0 !important;
    }

    .lsh2l2 {
        margin-right: 0 !important;
    }

    .idepoi {
        margin-left: 10px !important;
    }

    .g7cbej {
        margin-right: 10px !important;
    }

    .jcfdbd {
        margin-left: 20px !important;
    }

    .hzltkz {
        margin-right: 20px !important;
    }

    .ghjdzg {
        margin-left: 30px !important;
    }

    .g18tbr {
        margin-right: 30px !important;
    }

    .isrwla {
        margin-left: 50px !important;
    }

    .t0jmxn {
        margin-right: 50px !important;
    }
}

@media (min-width: 1230px) {
    .r5qc2p {
        padding-left: 0 !important;
    }

    .f0i8rd {
        padding-right: 0 !important;
    }

    .s82p2p {
        padding-left: 15px !important;
    }

    .kk88pb {
        padding-right: 15px !important;
    }

    .gp8sfh {
        padding-left: 30px !important;
    }

    .dbi1qj {
        padding-right: 30px !important;
    }

    .iaxb2b {
        padding-left: 50px !important;
    }

    .yta8vr {
        padding-right: 50px !important;
    }

    .r8q92i {
        padding-left: 100px !important;
    }

    .xgw2pw {
        padding-right: 100px !important;
    }

    .jod958 {
        margin-left: auto !important;
    }

    .flx4fa {
        margin-right: auto !important;
    }

    .xidcrm {
        margin-left: 0 !important;
    }

    .vp859i {
        margin-right: 0 !important;
    }

    .thkl6k {
        margin-left: 10px !important;
    }

    .hot9qj {
        margin-right: 10px !important;
    }

    .mz85re {
        margin-left: 20px !important;
    }

    .nqxj5r {
        margin-right: 20px !important;
    }

    .i85jrd {
        margin-left: 30px !important;
    }

    .ycuuf9 {
        margin-right: 30px !important;
    }

    .u64k7f {
        margin-left: 50px !important;
    }

    .ovtk89 {
        margin-right: 50px !important;
    }
}

@media (min-width: 1600px) {
    .d3pjd1 {
        padding-left: 0 !important;
    }

    .sjwfbb {
        padding-right: 0 !important;
    }

    .usgu3q {
        padding-left: 15px !important;
    }

    .n6kaix {
        padding-right: 15px !important;
    }

    .td2uf3 {
        padding-left: 30px !important;
    }

    .y6dicm {
        padding-right: 30px !important;
    }

    .coq4ln {
        padding-left: 50px !important;
    }

    .e49bhq {
        padding-right: 50px !important;
    }

    .opwbfx {
        padding-left: 100px !important;
    }

    .bqm4se {
        padding-right: 100px !important;
    }

    .cznchv {
        margin-left: auto !important;
    }

    .ph7h99 {
        margin-right: auto !important;
    }

    .dgjvg4 {
        margin-left: 0 !important;
    }

    .gja0da {
        margin-right: 0 !important;
    }

    .wdcqep {
        margin-left: 10px !important;
    }

    .scatmn {
        margin-right: 10px !important;
    }

    .rxjpd6 {
        margin-left: 20px !important;
    }

    .ukzd2t {
        margin-right: 20px !important;
    }

    .l8tewx {
        margin-left: 30px !important;
    }

    .fp4n1b {
        margin-right: 30px !important;
    }

    .o1y291 {
        margin-left: 50px !important;
    }

    .ly219p {
        margin-right: 50px !important;
    }
}




/*----------------------------------------------------------------------------------------
                                    TEXT
-----------------------------------------------------------------------------------------*/

.lg6tp1 {
    text-align: justify !important;
}

.dmql6x {
    white-space: nowrap !important;
}

.bqg40z {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jvdmvm {
    text-align: left !important;
}

.okkfh7 {
    text-align: right !important;
}

.vvpadd {
    text-align: center !important;
}

@media (min-width: 576px) {
    .ll3k3e {
        text-align: left !important;
    }
    .bt3tle {
        text-align: right !important;
    }
    .ognxnj {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .oesz4i {
        text-align: left !important;
    }
    .we8aw2 {
        text-align: right !important;
    }
    .nn332x {
        text-align: center !important;
    }
}

@media (min-width: 1230px) {
    .ifjkdc {
        text-align: left !important;
    }
    .fvak0r {
        text-align: right !important;
    }
    .bu67nb {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .dolw4z {
        text-align: left !important;
    }
    .fx8n86 {
        text-align: right !important;
    }
    .prike5 {
        text-align: center !important;
    }
}

.axz2tm {
    text-transform: lowercase !important;
}

.qfcf7p {
    text-transform: uppercase !important;
}

.pfhn22 {
    text-transform: capitalize !important;
}

.as4pkb {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.ubxa76 {
    visibility: hidden !important;
}




/*----------------------------------------------------------------------------------------
                                    SECTION BACKGROUND
-----------------------------------------------------------------------------------------*/

.jzpocp,
.urchkv,
.tb0kiu {
    position: absolute;
    overflow: hidden;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.l531tf {
    z-index: 0;
    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;
}

.l531tf::before {
    display: block;
    content: "";
}


.l531tf.col-1,
.l531tf.col-2,
.l531tf.col-3,
.l531tf.col-4,
.l531tf.col-5,
.l531tf.col-6,
.l531tf.col-7,
.l531tf.col-8,
.l531tf.col-9,
.l531tf.col-10,
.l531tf.col-11,
.l531tf.col-12 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
}

.l531tf.col-1:last-child ,
.l531tf.col-2:last-child ,
.l531tf.col-3:last-child ,
.l531tf.col-4:last-child ,
.l531tf.col-5:last-child ,
.l531tf.col-6:last-child ,
.l531tf.col-7:last-child ,
.l531tf.col-8:last-child ,
.l531tf.col-9:last-child ,
.l531tf.col-10:last-child ,
.l531tf.col-11:last-child ,
.l531tf.col-12:last-child  {
    right: 0;
    left: auto;
}


@media (max-width: 767px) {
    .l531tf[class*="col-sm-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .l531tf[class*="col-sm-"]:first-child {
        left: 0;
    }
    .l531tf[class*="col-sm-"]:last-child {
        right: 0;
    }
}

@media (min-width: 768px) {
    .l531tf[class*="col-md-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .l531tf[class*="col-md-"]:first-child {
        left: 0;
    }
    .l531tf[class*="col-md-"]:last-child {
        right: 0;
    }
}

@media (min-width: 1230px) {
    .l531tf[class*="col-lg-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .l531tf[class*="col-lg-"]:first-child {
        left: 0;
    }
    .l531tf[class*="col-lg-"]:last-child {
        right: 0;
    }
}

@media (min-width: 1600px) {
    .l531tf[class*="col-xl-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .l531tf[class*="col-xl-"]:first-child {
        left: 0;
    }
    .l531tf[class*="col-xl-"]:last-child {
        right: 0;
    }
}

.jzpocp.d6ihvi[data-rellax-speed="1"],
.jzpocp.d6ihvi[data-rellax-speed="-1"] {
    top: -10vh;
    bottom: -10vh;
}

.jzpocp.d6ihvi[data-rellax-speed="2"],
.jzpocp.d6ihvi[data-rellax-speed="-2"] {
    top: -20vh;
    bottom: -20vh;
}

.jzpocp.d6ihvi[data-rellax-speed="3"],
.jzpocp.d6ihvi[data-rellax-speed="-3"] {
    top: -30vh;
    bottom: -30vh;
}

.jzpocp.d6ihvi[data-rellax-speed="4"],
.jzpocp.d6ihvi[data-rellax-speed="-4"] {
    top: -40vh;
    bottom: -40vh;
}

.jzpocp.d6ihvi[data-rellax-speed="5"],
.jzpocp.d6ihvi[data-rellax-speed="-5"] {
    top: -50vh;
    bottom: -50vh;
}

.jzpocp.d6ihvi video {
    width: auto!important;
}

/*----------------------------------------------------------------------------------------
                                SECTION LAYOUTS
-----------------------------------------------------------------------------------------*/

.h0p0by {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ewasrw {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.ewasrw.rg2y0m {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ewasrw.bgru4y {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.j711gs {}

.avfv8c {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.vn8y2t::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .vn8y2t::after {
        max-width: 900px;
    }
}

@media (min-width: 1230px) {
    .vn8y2t::after {
        max-width: 1170px;
    }
}




/*----------------------------------------------------------------------------------------
						        SVG & ICONS
----------------------------------------------------------------------------------------*/

svg[style*="fill"] path,
svg[style*="fill"] polygon,
svg[style*="fill"] rect,
svg[style*="fill"] g,
svg[class*="na1bee-"] path,
svg[class*="na1bee-"] polygon,
svg[class*="na1bee-"] rect,
svg[class*="na1bee-"] g {
    fill: inherit;
}

svg.n1q0c9 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible !important;
}

.l9n2pr {
    margin-right: 0.5rem;
}

.xznf0g {
    margin-left: 0.5rem;
}



/*----------------------------------------------------------------------------------------
                                CONTENT BOX
-----------------------------------------------------------------------------------------*/

.blhf7c,
.mlyitm {
    position: relative;
}



/*----------------------------------------------------------------------------------------
                                MODAL ALERT & PANELS
-----------------------------------------------------------------------------------------*/

.n8i58j,
.ng8smc {
    z-index: 1100;
    visibility: hidden;
}

.n8i58j.show,
.ng8smc.show {
    visibility: visible;
}

.vbbhe5.slide {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.ouc7p0.slide {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.nrqeqg.slide {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.hyryev.slide {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.slide,
.fade {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.slide.show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}



/*----------------------------------------------------------------------------------------
                                TOOGLE STYLES
-----------------------------------------------------------------------------------------*/

a.sc8o8h {
    cursor: pointer;
    text-decoration: none !important;
}

a.sc8o8h > * {
    display: block;
}




/*----------------------------------------------------------------------------------------
                                HOVER WRAP STYLES
-----------------------------------------------------------------------------------------*/

.e14ybz {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.e14ybz .p9mkwt {
    position: absolute;
    top: 100%;
    right: -1rem;
    z-index: 2;
    display: none;
}

.nrqeqg .e14ybz .p9mkwt {
    top: auto;
    bottom: 100%;
}

.e14ybz:hover .p9mkwt {
    display: block;
}

.exthkz {
    position: relative;
    line-height: 1;
}

.exthkz .p94oa4 {
    position: absolute;
    top: -3px;
    right: -6px;
    font-size: 9px;
    line-height: 14px;
    min-height: 14px;
    min-width: 14px;
    border-radius: 14px;
    padding: 0 2px;
}

.exthkz .p94oa4:empty {
    display: block;
    top: -4px;
    right: -4px;
    min-height: 8px;
    min-width: 8px;
}


/*----------------------------------------------------------------------------------------
                        GALLERY STYLES
----------------------------------------------------------------------------------------*/

.zq2x2r {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.zq2x2r .bcgn0a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.zq2x2r .ky2pas > *:first-child {
    margin-top: 0;
}

.zq2x2r .ky2pas > *:last-child {
    margin-bottom: 0;
}

.zq2x2r .on39nz {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    /*    -webkit-backface-visibility: hidden;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.zq2x2r .l8s4qq,
.zq2x2r .ky2pas {
    padding-top: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.zq2x2r .l8s4qq:empty,
.zq2x2r .ky2pas:empty {
    display: none;
}


.zq2x2r .l8s4qq img + img,
.zq2x2r .l8s4qq svg + svg,
.zq2x2r .l8s4qq a + a {
    margin-left: 15px;
}

a.t1tq8w:not(.ejypqe) {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.zq2x2r.padding:not(.qt5x1x),
.zq2x2r.padding-x2:not(.qt5x1x),
.zq2x2r.padding-x3:not(.qt5x1x),
.zq2x2r.padding-x4:not(.qt5x1x),
.zq2x2r.padding.qt5x1x .bcgn0a,
.zq2x2r.padding-x2.qt5x1x .bcgn0a,
.zq2x2r.padding-x3.qt5x1x .bcgn0a,
.zq2x2r.padding-x4.qt5x1x .bcgn0a {
    padding: 0 !important;
}

.zq2x2r.padding .l8s4qq,
.zq2x2r.padding .ky2pas {
    padding: 15px;
}

.zq2x2r.padding-x2 .l8s4qq,
.zq2x2r.padding-x2 .ky2pas {
    padding: 30px;
}

.zq2x2r.padding-x3 .l8s4qq,
.zq2x2r.padding-x3 .ky2pas {
    padding: 60px;
}

.zq2x2r.padding-x4 .l8s4qq,
.zq2x2r.padding-x4 .ky2pas {
    padding: 90px;
}


/*---------------  STYLE 1 ---------------*/

.xxqx1b[class*="j2uc0d-"] .l8s4qq {
    padding-top: 0 !important;
}



/*---------------  STYLE 2 ---------------*/

.zq2x2r.kkmo0m .ky2pas {
    float: left;
    width: 70%;
}

.zq2x2r.kkmo0m .l8s4qq {
    float: right;
    width: 30%;
    text-align: right;
}

.kkmo0m[class*="j2uc0d-"] .ky2pas {
    padding-right: 0 !important;
}


.kkmo0m[class*="j2uc0d-"] .l8s4qq {
    padding-left: 0 !important;
}




/*---------------  STYLE 3 ---------------*/

.zq2x2r.n1r0vh .l8s4qq,
.zq2x2r.n1r0vh .ky2pas {
    position: absolute;
    opacity: 0;
}

.zq2x2r.n1r0vh .ky2pas {
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.zq2x2r.n1r0vh .l8s4qq {
    left: 0px;
    top: 0px;
    right: 0px;
}

.zq2x2r.n1r0vh:hover .ky2pas,
.zq2x2r.n1r0vh:hover .l8s4qq {
    opacity: 1;
}




/*---------------  STYLE 4 ---------------*/

.zq2x2r.iraxaz .l8s4qq,
.zq2x2r.iraxaz .ky2pas {
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.zq2x2r.iraxaz:hover .ky2pas,
.zq2x2r.iraxaz:hover .l8s4qq {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.zq2x2r.iraxaz .l8s4qq {
    right: 0px;
    bottom: 0px;
}

.zq2x2r.iraxaz .ky2pas {
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    background-color: inherit;
}



/*---------------  STYLE 5 ---------------*/

.zq2x2r.udi9rd .ky2pas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.zq2x2r.udi9rd .l8s4qq {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
}

.zq2x2r.udi9rd:hover .l8s4qq {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.zq2x2r.udi9rd:hover .on39nz {
    opacity: 0.1;
}



/*---------------  STYLE 6 ---------------*/

.zq2x2r.s0j0fa .l8s4qq,
.zq2x2r.s0j0fa .ky2pas {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.s0j0fa[class*="j2uc0d-"] .ky2pas {
    padding-bottom: 0 !important;
}

.zq2x2r.s0j0fa .ky2pas {
    bottom: 51%;
}

.zq2x2r.s0j0fa .l8s4qq {
    top: 51%;
}

.zq2x2r.s0j0fa:hover .ky2pas {
    opacity: 1;
    bottom: 50%;
}

.zq2x2r.s0j0fa:hover .l8s4qq {
    opacity: 1;
    top: 50%;
}

.zq2x2r.s0j0fa:hover .on39nz {
    opacity: 0.1;
}


/*---------------  STYLE 7 ---------------*/

.zq2x2r.wevf1n .l8s4qq,
.zq2x2r.wevf1n .ky2pas {
    position: absolute;
    opacity: 0;
}

.zq2x2r.wevf1n .ky2pas {
    bottom: 0;
    left: 0;
    background-color: inherit;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
}

.zq2x2r.wevf1n .l8s4qq {
    top: 0;
    left: 0;
    background-color: inherit;
    opacity: 1;
}

.zq2x2r.wevf1n:hover .ky2pas {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.zq2x2r.wevf1n:hover .on39nz {
    opacity: 0.75;
}


/*---------------  STYLE 8 ---------------*/

.zq2x2r.lktvnv .l8s4qq,
.zq2x2r.lktvnv .ky2pas {
    position: absolute;
}

.zq2x2r.lktvnv .ky2pas {
    top: 0;
    left: 0;
    right: 0;
}

.zq2x2r.lktvnv .l8s4qq {
    bottom: 0;
    left: 0;
    right: 0;
}

.zq2x2r.lktvnv .on39nz {
    opacity: 0.8;
}

.zq2x2r.lktvnv:hover .on39nz {
    opacity: 0.1;
}


/*---------------  STYLE 9 ---------------*/

.zq2x2r.enp8ux .l8s4qq,
.zq2x2r.enp8ux .ky2pas {
    position: absolute;
}

.zq2x2r.enp8ux .ky2pas {
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.zq2x2r.enp8ux .l8s4qq {
    bottom: 0;
    right: 0;
}

.zq2x2r.enp8ux .on39nz {
    opacity: 0.75;
}

.zq2x2r.enp8ux:hover .on39nz {
    opacity: 0.1;
}


/*---------------  STYLE 10 ---------------*/

.zq2x2r.yq0sao .l8s4qq,
.zq2x2r.yq0sao .ky2pas {
    position: absolute;
}

.zq2x2r.yq0sao .ky2pas {
    bottom: 0;
    left: 0;
    background-color: inherit;
}

.zq2x2r.yq0sao .l8s4qq {
    top: 0;
    right: 0;
}



/*----------------------------------------------------------------------------------------
                                ADDITIONAL STYLES
-----------------------------------------------------------------------------------------*/

.i1geal {
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, .07);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, .07);
}

.vubog7 {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.padding {
    padding: 15px !important;
}

.padding-x2 {
    padding: 30px !important;
}

.padding-x3 {
    padding: 60px !important;
}

.padding-x4 {
    padding: 90px !important;
}

.margin {
    margin: 15px !important;
}

.ntjcij {
    margin: 30px !important;
}

.z3r9xd {
    margin: 60px !important;
}

.m7oono {
    margin: 90px !important;
}

@media (max-width: 575px) {
    .padding-x3,
    .padding-x4 {
        padding: 30px !important;
    }
    .z3r9xd,
    .m7oono {
        margin: 30px !important;
    }
}

a.j3spik {
    display: inline-block;
    position: relative;
}

a.j3spik::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

a.j3spik::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a.j3spik:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.mbdk0y::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    height: 20px;
    width: 20px;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: inherit;
    border-color: inherit;
    border-width: inherit;
    border-style: inherit;
    border-top: none;
    border-left: none;
}

.rm7j8l::before {
    content: "\2014 \00A0";
}

.rm7j8l {
    margin-bottom: 0;
}




/*----------------------------------------------------------------------------------------
										OWL CAROUSEL STYLES
----------------------------------------------------------------------------------------*/

.owl-theme .owl-dots {
    margin: 0 0 40px 0;
    line-height: 0;
}

.owl-theme .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dot span {
    width: 40px;
    height: 1px;
    margin: 10px 0;
    background-color: transparent;
    border: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.owl-theme .owl-nav {
    margin: 40px 0 0 0;
    line-height: 0;
}

.owl-theme .owl-nav [class *=owl-] {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}


.owl-theme .owl-nav [class *=owl-]::before {
    content: "";
    display: block;
    position: relative;
    height: 14px;
    width: 14px;
    margin: 25px;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    border-color: inherit;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.owl-theme .owl-nav [class *=owl-]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    left: 0;
    right: 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: inherit;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.owl-theme .owl-nav .owl-next::before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-theme .owl-nav .owl-next::after {
    right: 25px;
}

.owl-theme .owl-nav .owl-prev::before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.owl-theme .owl-nav .owl-prev::after {
    left: 25px;
}

.owl-carousel.owl-drag .owl-item [contenteditable=true] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.h0p0by .pbc3tx,
.h0p0by .owl-stage-outer {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.m0mm4f .owl-stage,
.m0mm4f .owl-stage .owl-item {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

.zpfkpk .owl-nav,
.lh22r4 .owl-dots {
    display: none;
}

.oljsia .owl-nav,
.tkzhbx .owl-nav,
.sicgh0 .owl-nav {
    position: absolute;
    z-index: 2;
    margin: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.oljsia .owl-nav {
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.tkzhbx .owl-nav {
    left: 30px;
}

.sicgh0 .owl-nav {
    right: 30px;
}

.ytx79z .owl-nav .owl-prev,
.ytx79z .owl-nav .owl-next,
.aj6l2r .owl-nav .owl-prev,
.aj6l2r .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    margin: 0;
}

.ytx79z .owl-nav,
.aj6l2r .owl-nav {
    margin: 0;
}

.ytx79z .owl-nav .owl-prev {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ytx79z .owl-nav .owl-next {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aj6l2r .owl-nav .owl-prev {
    left: 0;
    bottom: 1px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.aj6l2r .owl-nav .owl-next {
    right: 0;
    bottom: 1px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.m53ncb .owl-dots,
.etoqzl .owl-dots,
.j98l1x .owl-dots {
    position: absolute;
    z-index: 1;
    margin: 0;
    bottom: 10px;
}

.etoqzl .owl-dots {
    left: 30px;
}

.j98l1x .owl-dots {
    right: 30px;
}

.m53ncb .owl-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.guq197 .owl-dots,
.da4m54 .owl-dots {
    position: absolute;
    z-index: 1;
    margin: 0;
}

.guq197 .owl-dots {
    bottom: 1px;
    left: 0;
    width: 100%;
    display: table;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.da4m54 .owl-dots {
    top: 1px;
    left: 0;
    width: 100%;
    display: table;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.guq197 .owl-dot,
.da4m54 .owl-dot {
    display: table-cell;
}

.guq197 .owl-dot span,
.da4m54 .owl-dot span {
    width: 100%;
}



/*----------------------------------------------------------------------------------------
										CHART STYLES
----------------------------------------------------------------------------------------*/

p.qkruuw {
    background-color: #444;
    color: #fff;
    padding: 3px 5px;
    margin-bottom: 0;
}

.xd93j5 {
    stroke: #AF9F8C;
}

.gfe7ok {
    fill: none;
    stroke: inherit;
    stroke-width: 1;
    opacity: 0.1;
}

.rzn657 {
    fill: none;
    stroke: inherit;
    stroke-width: 1;
}

.td31bp .rzn657 {
    -webkit-animation: circular-progress 1s ease-out forwards;
    animation: circular-progress 1s ease-out forwards;
}

@-webkit-keyframes circular-progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

@keyframes circular-progress {
    0% {
        stroke-dasharray: 0 100;
    }
}


/*----------------------------------------------------------------------------------------
										INSTAFEED
----------------------------------------------------------------------------------------*/

.uoq2jb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uoq2jb img {
    max-width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.uoq2jb > a {
    position: relative;
    overflow: hidden;
    width: calc(33% - 10px);
    margin: 0 10px 10px 0;
}

.uoq2jb > a:hover > img {
    opacity: 0.5;
}


/*----------------------------------------------------------------------------------------
										TWITTERFEED
----------------------------------------------------------------------------------------*/

.cgvt9h > ul {
    padding-left: 0;
    list-style: none;
}

.cgvt9h > ul > li:not(:last-child) {
    margin-bottom: 30px;
}

.cgvt9h img {
    max-width: 100%;
    height: auto;
}

.cgvt9h .l8hph7 {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 80%;
}

.cgvt9h .l8hph7 img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}

.cgvt9h .wzom2p {
    font-size: 80%;
    opacity: 0.5;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fm0atd > * {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .pvrtai {
        -ms-flex: auto;
        -webkit-box-flex: 1;
        flex: auto;
    }
}