
/* -- Font_Rules.css -- */
@font-face {
  font-family: "Source Sans Pro";
  src: url("/resource/object/Font_SourceSansPro_Regular.ttf");
  src: url("/resource/object/Font_SourceSansPro_Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/resource/object/Font_SourceSansPro_Bold.ttf");
  src: url("/resource/object/Font_SourceSansPro_Bold.ttf")
    format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/resource/object/Font_SourceSansPro_Italic.ttf");
  src: url("/resource/object/Font_SourceSansPro_Italic.ttf")
    format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/resource/object/Font_SourceSansPro_Light.ttf");
  src: url("/resource/object/Font_SourceSansPro_Light.ttf")
    format("truetype");
  font-weight: 300;
}

/* -- MainTemplate.css -- */
*,
::after,
::before {
    box-sizing: border-box
}


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-size: 1px !important
}


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

body,
html {
    margin: 0;
    min-height: 100%;
    text-align: left;
    background-color: #fff;
    font-family: Source Sans Pro, Arial, sans-serif;
    color: #000000;
}


a,
body,
button,
input,
label,
option,
select,
td,
textarea,
th {
    font-family: Source Sans Pro, Arial, sans-serif;
    line-height: 1.40;
}


span {
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
}

div {
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 8px
}

p {
    margin-top: 0;
    margin-bottom: 16px;

}


a {
    color: #04c5be;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

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

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

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




.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 8px;
    font-family: Source Sans Pro, Arial, sans-serif;
    line-height: 1.15;
    color: inherit;
    font-weight: bold
}


body,
a,
button,
input,
label,
option,
p,
td,
textarea,
th {
    font-size: 16px;
    font-family: Source Sans Pro, Arial, sans-serif;
    line-height: 1.40;
}


.h1,
h1 {
    font-size: 38px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 28px;
    line-height: 1.4;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 1.25
}

.h5,
h5 {
    font-size: 20px;
    line-height: 1.4;
}

.h6,
h6 {
    font-size: 16px;
    line-height: 1.4;

}

.display-4 {
  font-size: 60px;
}

.small,
small {
    font-size: 14px;
    line-height: 1.5
}





.min-w-100 {
  min-width: 100%;
}

.max-w-100 {
  max-width: 100%;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}




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

}

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

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

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

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

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

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

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

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

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

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


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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}



.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }

    .position-lg-absolute {
      position: absolute !important
    }

}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }

    .position-xl-absolute {
      position: absolute !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

@media (min-width:992px) {

    .position-lg-relative {
      position: relative !important
    }
    .position-lg-static {
      position: static !important
    }
}

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

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

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

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 4px !important
}

.mt-1,
.my-1 {
    margin-top: 4px !important
}

.mr-1,
.mx-1 {
    margin-right: 4px !important
}

.mb-1,
.my-1 {
    margin-bottom: 4px !important
}

.ml-1,
.mx-1 {
    margin-left: 4px !important
}

.m-2 {
    margin: 8px !important
}

.mt-2,
.my-2 {
    margin-top: 8px !important
}

.mr-2,
.mx-2 {
    margin-right: 8px !important
}

.mb-2,
.my-2 {
    margin-bottom: 8px !important
}

.ml-2,
.mx-2 {
    margin-left: 8px !important
}

.m-3 {
    margin: 16px !important
}

.mt-3,
.my-3 {
    margin-top: 16px !important
}

.mr-3,
.mx-3 {
    margin-right: 16px !important
}

.mb-3,
.my-3 {
    margin-bottom: 16px !important
}

.ml-3,
.mx-3 {
    margin-left: 16px !important
}

.m-4 {
    margin: 24px !important
}

.mt-4,
.my-4 {
    margin-top: 24px !important
}

.mr-4,
.mx-4 {
    margin-right: 24px !important
}

.mb-4,
.my-4 {
    margin-bottom: 24px !important
}

.ml-4,
.mx-4 {
    margin-left: 24px !important
}

.m-5 {
    margin: 48px !important
}

.mt-5,
.my-5 {
    margin-top: 48px !important
}

.mr-5,
.mx-5 {
    margin-right: 48px !important
}

.mb-5,
.my-5 {
    margin-bottom: 48px !important
}

.ml-5,
.mx-5 {
    margin-left: 48px !important
}

.m-6 {
    margin: 96px !important
}

.mt-6,
.my-6 {
    margin-top: 96px !important
}

.mr-6,
.mx-6 {
    margin-right: 96px !important
}

.mb-6,
.my-6 {
    margin-bottom: 96px !important
}

.ml-6,
.mx-6 {
    margin-left: 96px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 4px !important
}

.pt-1,
.py-1 {
    padding-top: 4px !important
}

.pr-1,
.px-1 {
    padding-right: 4px !important
}

.pb-1,
.py-1 {
    padding-bottom: 4px !important
}

.pl-1,
.px-1 {
    padding-left: 4px !important
}

.p-2 {
    padding: 8px !important
}

.pt-2,
.py-2 {
    padding-top: 8px !important
}

.pr-2,
.px-2 {
    padding-right: 8px !important
}

.pb-2,
.py-2 {
    padding-bottom: 8px !important
}

.pl-2,
.px-2 {
    padding-left: 8px !important
}

.p-3 {
    padding: 16px !important
}

.pt-3,
.py-3 {
    padding-top: 16px !important
}

.pr-3,
.px-3 {
    padding-right: 16px !important
}

.pb-3,
.py-3 {
    padding-bottom: 16px !important
}

.pl-3,
.px-3 {
    padding-left: 16px !important
}

.p-4 {
    padding: 24px !important
}

.pt-4,
.py-4 {
    padding-top: 24px !important
}

.pr-4,
.px-4 {
    padding-right: 24px !important
}

.pb-4,
.py-4 {
    padding-bottom: 24px !important
}

.pl-4,
.px-4 {
    padding-left: 24px !important
}

.p-5 {
    padding: 48px !important
}

.pt-5,
.py-5 {
    padding-top: 48px !important
}

.pr-5,
.px-5 {
    padding-right: 48px !important
}

.pb-5,
.py-5 {
    padding-bottom: 48px !important
}

.pl-5,
.px-5 {
    padding-left: 48px !important
}

.p-6 {
    padding: 96px !important
}

.pt-6,
.py-6 {
    padding-top: 96px !important
}

.pr-6,
.px-6 {
    padding-right: 96px !important
}

.pb-6,
.py-6 {
    padding-bottom: 96px !important
}

.pl-6,
.px-6 {
    padding-left: 96px !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {

.w-sm-100 {
  width: 100% !important
}

.w-sm-auto {
  width: auto !important
}

    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: 4px !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 4px !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 4px !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 4px !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 4px !important
    }
    .m-sm-2 {
        margin: 8px !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 8px !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 8px !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 8px !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 8px !important
    }
    .m-sm-3 {
        margin: 16px !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 16px !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 16px !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 16px !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 16px !important
    }
    .m-sm-4 {
        margin: 32px !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 32px !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 32px !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 32px !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 32px !important
    }
    .m-sm-5 {
        margin: 48px !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 48px !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 48px !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 48px !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 48px !important
    }
    .m-sm-6 {
        margin: 96px !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 96px !important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 96px !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 96px !important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 96px !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: 4px !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 4px !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 4px !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 4px !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 4px !important
    }
    .p-sm-2 {
        padding: 8px !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 8px !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 8px !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 8px !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 8px !important
    }
    .p-sm-3 {
        padding: 16px !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 16px !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 16px !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 16px !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 16px !important
    }
    .p-sm-4 {
        padding: 24px !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 24px !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 24px !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 24px !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 24px !important
    }
    .p-sm-5 {
        padding: 48px !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 48px !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 48px !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 48px !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 48px !important
    }
    .p-sm-6 {
        padding: 96px !important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 96px !important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 96px !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 96px !important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 96px !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {

.w-md-100 {
  width: 100% !important
}

.w-md-auto {
  width: auto !important
}

    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: 4px !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 4px !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 4px !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 4px !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 4px !important
    }
    .m-md-2 {
        margin: 8px !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 8px !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 8px !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 8px !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 8px !important
    }
    .m-md-3 {
        margin: 16px !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 16px !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 16px !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 16px !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 16px !important
    }
    .m-md-4 {
        margin: 24px !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 24px !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 24px !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 24px !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 24px !important
    }
    .m-md-5 {
        margin: 48px !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 48px !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 48px !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 48px !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 48px !important
    }
    .m-md-6 {
        margin: 96px !important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 96px !important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 96px !important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 96px !important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 96px !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: 4px !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 4px !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 4px !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 4px !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 4px !important
    }
    .p-md-2 {
        padding: 8px !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 8px !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 8px !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 8px !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 8px !important
    }
    .p-md-3 {
        padding: 16px !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 16px !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 16px !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 16px !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 16px !important
    }
    .p-md-4 {
        padding: 24px !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 24px !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 24px !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 24px !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 24px !important
    }
    .p-md-5 {
        padding: 48px !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 48px !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 48px !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 48px !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 48px !important
    }
    .p-md-6 {
        padding: 96px !important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 96px !important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 96px !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 96px !important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 96px !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {

.w-lg-100 {
  width: 100% !important
}

.w-lg-auto {
  width: auto !important
}

    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: 4px !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 4px !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 4px !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 4px !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 4px !important
    }
    .m-lg-2 {
        margin: 8px !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 8px !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 8px !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 8px !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 8px !important
    }
    .m-lg-3 {
        margin: 16px !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 16px !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 16px !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 16px !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 16px !important
    }
    .m-lg-4 {
        margin: 24px !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 24px !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 24px !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 24px !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 24px !important
    }
    .m-lg-5 {
        margin: 48px !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 48px !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 48px !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 48px !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 48px !important
    }
    .m-lg-6 {
        margin: 96px !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 96px !important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 96px !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 96px !important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 96px !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: 4px !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 4px !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 4px !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 4px !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 4px !important
    }
    .p-lg-2 {
        padding: 8px !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 8px !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 8px !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 8px !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 8px !important
    }
    .p-lg-3 {
        padding: 16px !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 16px !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 16px !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 16px !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 16px !important
    }
    .p-lg-4 {
        padding: 24px !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 24px !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 24px !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 24px !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 24px !important
    }
    .p-lg-5 {
        padding: 48px !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 48px !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 48px !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 48px !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 48px !important
    }
    .p-lg-6 {
        padding: 96px !important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 96px !important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 96px !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 96px !important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 96px !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
.w-xl-100 {
  width: 100% !important
}

.w-xl-auto {
  width: auto !important
}

    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: 4px !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 4px !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 4px !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 4px !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 4px !important
    }
    .m-xl-2 {
        margin: 8px !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 8px !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 8px !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 8px !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 8px !important
    }
    .m-xl-3 {
        margin: 16px !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 16px !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 16px !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 16px !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 16px !important
    }
    .m-xl-4 {
        margin: 24px !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 24px !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 24px !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 24px !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 24px !important
    }
    .m-xl-5 {
        margin: 48px !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 48px !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 48px !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 48px !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 48px !important
    }
    .m-xl-6 {
        margin: 96px !important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 96px !important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 96px !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 96px !important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 96px !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: 4px !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 4px !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 4px !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 4px !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 4px !important
    }
    .p-xl-2 {
        padding: 8px !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 8px !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 8px !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 8px !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 8px !important
    }
    .p-xl-3 {
        padding: 16px !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 16px !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 16px !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 16px !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 16px !important
    }
    .p-xl-4 {
        padding: 24px !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 24px !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 24px !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 24px !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 24px !important
    }
    .p-xl-5 {
        padding: 48px !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 48px !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 48px !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 48px !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 48px !important
    }
    .p-xl-6 {
        padding: 96px !important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 96px !important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 96px !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 96px !important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 96px !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.DropdownList.select2-container .select2-choice {
    height: auto;
    line-height: 1.5
}

.NoAutoFocus.select2-container .select2-choice {
    height: auto;
    line-height: 1.5
}

.small .CheckboxLabel {
    font-size: 16px;
    line-height: 1.35
}

#content {
    min-height: 100%;
}

@media(min-width: 992px) {
    #no-footer {
        padding-bottom: 650px;
    }

    #footer {
        height: 650px;
        overflow: hidden;
        background-color: #000000;
        margin-top: -650px;
    }
}

@media(min-width: 500px) and (max-width: 991px) {
    #no-footer {
        padding-bottom: 350px;
    }

    #footer {
        height: 350px;
        overflow: hidden;
        background-color: #000000;
        margin-top: -350px;
    }
}
 

@media(max-width: 499px) {
    #no-footer {
        padding-bottom: 420px;
    }

    #footer {
        height: 420px;
        overflow: hidden;
        background-color: #000000;
        margin-top: -420px;
    }
}



a img{
    border: 0px;
}

.icon {
  width: 14px;
  height: 14px;
  stroke: #ed664e;
  stroke: currentColor;
  fill: #ed664e;
  fill: currentColor;
  

}


:root {
  --purple: #5f2481;
  --pink: #e62a6e;
  --blue: #04c5be;
  --white: white;
  --light-green: #45ca6f;
  --yellow: #ffcf40;
  --black: black;
  --beige: #cebead;
  --brown: #5a2f2d;
  --orange: #ed3c20;
  --light-grey: #f7f7f7;
  --light-blue: #aedff8;
  --red: #da1a25;
  --dark-grey: #7B7B7B;
  --grey: #666666;
  --translucid: rgba(255, 255, 255, 0.75);
}

.b-purple {
  border: 2px solid #5f2481;
}

.hover-b-purple:hover, .hover-b-purple:active, .hover-b-purple:focus {
  border: 2px solid #5f2481;
}

.b-pink {
  border: 2px solid #e62a6e;
}

.hover-b-pink:hover, .hover-b-pink:active, .hover-b-pink:focus {
  border: 2px solid #e62a6e;
}

.b-blue {
  border: 2px solid #04c5be;
}

.hover-b-blue:hover, .hover-b-blue:active, .hover-b-blue:focus {
  border: 2px solid #03cac1;
}

.b-white {
  border: 2px solid white;
}

.hover-b-white:hover, .hover-b-white:active, .hover-b-white:focus  {
  border: 2px solid white;
}

.b-light-green {
  border: 2px solid #45ca6f;
}

.hover-b-light-green:hover, .hover-b-light-green:active, .hover-b-light-green:focus {
  border: 2px solid #45ca6f;
}

.b-yellow {
  border: 2px solid #ffcf40;
}

.hover-b-yellow:hover, .hover-b-yellow:active, .hover-b-yellow:focus {
  border: 2px solid #ffcf40;
}

.b-black {
  border: 2px solid black;
}

.hover-b-black:hover, .hover-b-black:focus, .hover-b-black:active {
  border: 2px solid black;
}

.b-beige {
  border: 2px solid #cebead;
}

.hover-b-beige:hover, .hover-b-beige:focus, .hover-b-beige:active {
  border: 2px solid #cebead;
}

.b-brown {
  border: 2px solid #5a2f2d;
}

.hover-b-brown:hover, .hover-b-brown:focus, .hover-b-brown:active {
  border: 2px solid #5a2f2d;
}

.b-orange {
  border: 2px solid #ed3c20;
}

.hover-b-orange:hover, .hover-b-orange:focus, .hover-b-orange:active {
  border: 2px solid #ed3c20;
}

.b-light-grey {
  border: 2px solid #f7f7f7;
}

.hover-b-light-grey:hover, .hover-b-light-grey:focus, .hover-b-light-grey:active {
  border: 2px solid #f7f7f7;
}

.b-light-blue {
  border: 2px solid #aedff8;
}

.hover-b-light-blue:hover, .hover-b-light-blue:focus, .hover-b-light-blue:active {
  border: 2px solid #aedff8;
}

.b-red {
  border: 2px solid #da1a25;
}

.hover-b-red:hover, .hover-b-red:focus, .hover-b-red:active {
  border: 2px solid #da1a25;
}

.b-dark-grey {
  border: 2px solid #7B7B7B;
}

.hover-b-dark-grey:hover, .hover-b-dark-grey:focus, .hover-b-dark-grey:active {
  border: 2px solid #7B7B7B;
}

.b-grey {
  border: 2px solid #666666;
}

.hover-b-grey:hover, .hover-b-grey:focus, .hover-b-grey:active {
  border: 2px solid #666666;
}

.b-translucid {
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.hover-b-translucid:hover, .hover-b-translucid:focus, .hover-b-translucid:active {
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.purple {
  color: #5f2481;
}

.pink {
  color: #e62a6e;
}

.blue {
  color: #04c5be;
}

.blue-dark {
  color: #006B79;
}

.white {
  color: white;
}

.light-green {
  color: #45ca6f;
}

.yellow {
  color: #ffcf40;
}

.black {
  color: black;
}

.beige {
  color: #cebead;
}

.brown {
  color: #5a2f2d;
}

.orange {
  color: #ed3c20;
}

.light-grey {
  color: #f7f7f7;
}

.light-blue {
  color: #aedff8;
}

.red {
  color: #da1a25;
}

.dark-grey {
  color: #7B7B7B;
}

.grey {
  color: #666666;
}

.translucid {
  color: rgba(255, 255, 255, 0.75);
}

.bg-purple {
  background-color: #5f2481;
}

.bg-pink {
  background-color: #e62a6e;
}

.bg-blue {
  background-color: #04c5be;
}

.bg-blue-dark {
  background-color: #006B79;
}

.bg-white {
  background-color: white;
}

.bg-light-green {
  background-color: #45ca6f;
}

.bg-yellow {
  background-color: #ffcf40;
}

.bg-black {
  background-color: black;
}

.bg-beige {
  background-color: #cebead;
}

.bg-brown {
  background-color: #5a2f2d;
}

.bg-orange {
  background-color: #ed3c20;
}

.bg-light-grey {
  background-color: #f7f7f7;
}

.bg-light-blue {
  background-color: #aedff8;
}

.bg-red {
  background-color: #da1a25;
}

.bg-dark-grey {
  background-color: #7B7B7B;
}

.bg-grey {
  background-color: #666666;
}

.bg-translucid {
  background-color: rgba(255, 255, 255, 0.75);
}

.hover-purple:hover, .hover-purple:focus, .hover-purple:active {
  color: #5f2481;
}

.hover-pink:hover, .hover-pink:focus, .hover-pink:active {
  color: #e62a6e;
}

.hover-blue:hover, .hover-blue:focus, .hover-blue:active {
  color: #03cac1;
}

.hover-white:hover, .hover-white:focus, .hover-white:active {
  color: white;
}

.hover-light-green:hover, .hover-light-green:focus, .hover-light-green:active {
  color: #45ca6f;
}

.hover-yellow:hover, .hover-yellow:focus, .hover-yellow:active {
  color: #ffcf40;
}

.hover-black:hover, .hover-black:focus, .hover-black:active {
  color: black;
}

.hover-beige:hover, .hover-beige:focus, .hover-beige:active {
  color: #cebead;
}

.hover-brown:hover, .hover-brown:focus, .hover-brown:active {
  color: #5a2f2d;
}

.hover-orange:hover, .hover-orange:focus, .hover-orange:active {
  color: #ed3c20;
}

.hover-light-grey:hover, .hover-light-grey:focus, .hover-light-grey:active {
  color: #f7f7f7;
}

.hover-light-blue:hover, .hover-light-blue:focus, .hover-light-blue:active {
  color: #aedff8;
}

.hover-red:hover, .hover-red:focus, .hover-red:active {
  color: #da1a25;
}

.hover-dark-grey:hover, .hover-dark-grey:focus, .hover-dark-grey:active {
  color: #7B7B7B;
}

.hover-grey:hover, .hover-grey:focus, .hover-grey:active {
  color: #666666;
}

.hover-translucid:hover, .hover-translucid:focus, .hover-translucid:active {
  color: rgba(255, 255, 255, 0.75);
}

.hover-bg-purple:hover, .hover-bg-purple:focus, .hover-bg-purple:active {
  background-color: #5f2481;
}

.hover-bg-pink:hover, .hover-bg-pink:focus, .hover-bg-pink:active {
  background-color: #e62a6e;
}

.hover-bg-blue:hover, .hover-bg-blue:focus, .hover-bg-blue:active {
  background-color: #006B79;
}


.hover-bg-white:hover, .hover-bg-white:focus, .hover-bg-white:active {
  background-color: white;
}

.hover-bg-light-green:hover, .hover-bg-light-green:focus, .hover-bg-light-green:active {
  background-color: #45ca6f;
}

.hover-bg-yellow:hover, .hover-bg-yellow:focus, .hover-bg-yellow:active {
  background-color: #ffcf40;
}

.hover-bg-black:hover, .hover-bg-black:focus, .hover-bg-black:active {
  background-color: black;
}

.hover-bg-beige:hover, .hover-bg-beige:focus, .hover-bg-beige:active {
  background-color: #cebead;
}

.hover-bg-brown:hover, .hover-bg-brown:focus, .hover-bg-brown:active {
  background-color: #5a2f2d;
}

.hover-bg-orange:hover, .hover-bg-orange:focus, .hover-bg-orange:active {
  background-color: #ed3c20;
}

.hover-bg-light-grey:hover, .hover-bg-light-grey:focus, .hover-bg-light-grey:active {
  background-color: #f7f7f7;
}

.hover-bg-light-blue:hover, .hover-bg-light-blue:focus, .hover-bg-light-blue:active {
  background-color: #aedff8;
}

.hover-bg-red:hover, .hover-bg-red:focus, .hover-bg-red:active {
  background-color: #da1a25;
}

.hover-bg-dark-grey:hover, .hover-bg-dark-grey:focus, .hover-bg-dark-grey:active {
  background-color: #7B7B7B;
}

.hover-bg-grey:hover, .hover-bg-grey:focus, .hover-bg-grey:active {
  background-color: #666666;
}

.hover-bg-translucid:hover, .hover-bg-translucid:focus, .hover-bg-translucid:active {
  background-color: rgba(255, 255, 255, 0.75);
}




.hover-transition-grow, .hover-transition-grow-xs {
  transform: scale(1) translateZ(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  

}



.hover-transition-grow:hover {  
  transform: scale(1.03);
}


.hover-transition-grow-xs:hover {  
  transform: scale(1.02);
}




@-moz-keyframes fade-in {
      0% {
        opacity:0
      }
      100% {
        opacity:1
      }
}

    @-webkit-keyframes fade-in {
      0% {
        opacity:0
      }
      100% {
        opacity:1
      }
    }
    @keyframes fade-in {
      0% {
        opacity:0
      }
      100% {
        opacity:1
      }
    }
    @-moz-keyframes fade-out {
      0% {
        opacity:1
      }
      100% {
        opacity:0
      }
    }
    @-webkit-keyframes fade-out {
      0% {
        opacity:1
      }
      100% {
        opacity:0
      }
    }
    @keyframes fade-out {
      0% {
        opacity:1
      }
      100% {
        opacity:0
      }
    }

/* Modules */


   .featured-resources .resource:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: black;
      opacity: 0.5;
      z-index: -1;
   }




    .quote-section .indicator:not(.indicator-active) {
      opacity: 0.7;
    }

    .quote-section .quote-icon .icon {
      width: 80px;
      height: 80px;
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
    }


    .quote-section .quote:not(.quote-active) {
      visibility: hidden;
    }

    .quote-section .quote {
      min-width: 100%;
      max-width: 100%;
    }

    .quote-section .indicators .indicator {
      display: inline-block;
      cursor: pointer;      
    }

    .quote-section .indicators .indicator + .indicator {
      margin-left: 16px;
    }


    .quote-section .quote {
        -ms-flex-order:1!important;
        order:1;
    }

    .quote-section .quote.quote-active {
        -ms-flex-order:0!important;
        order:-1;
    }

    .quote-section .quote {
      -moz-animation:fade-out 1s forwards;
      -webkit-animation:fade-out 1s forwards;
      animation:fade-out 1s forwards;
      -webkit-backface-visibility:hidden
    }

    .quote-section .quote.quote-active {
      -moz-animation:fade-in 1s forwards;
      -webkit-animation:fade-in 1s forwards;
      animation:fade-in 1s forwards;
      -webkit-backface-visibility:hidden
    }


@-moz-keyframes carousel_slide_right {
        from {
            transform: translateX(0%);
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);

        }
        to {
            transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes carousel_slide_right {
        from {
            transform: translateX(0%);
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);

        }
        to {
            transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
        }
    }

    @keyframes carousel_slide_right {
        from {
            transform: translateX(0%);
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);

        }
        to {
            transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
        }
    }



  


    @-moz-keyframes carousel_slide_left {
        from {
            transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);

        }
        to {
            transform: translateX(0%);
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
        }
    }

    @-webkit-keyframes carousel_slide_left{
        from {
            transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
        }
        to {
            transform: translateX(0%);
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
        }
    }

    @keyframes carousel_slide_left {
        from {
            transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);            
        }
        to {
            transform: translateX(0%);
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
        }
    }


    .carousel-section .carousel {
        transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

  

    .carousel-section .carousel.carousel-slide-right .carousel-item {
        -moz-animation: carousel_slide_right 1.5s forwards;
        -webkit-animation: carousel_slide_right 1.5s forwards;
        animation: carousel_slide_right 1.5s forwards;
    }






    .carousel-section .carousel.carousel-slide-left .carousel-item {
        -moz-animation: carousel_slide_left 1.5s forwards;
        -webkit-animation: carousel_slide_left 1.5s forwards;
        animation: carousel_slide_left 1.5s forwards;
    }

  
    .carousel-section .carousel .carousel-item {
      order: 0;      
      transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      will-change: transform;
              
    }

 

    .carousel-section .carousel-item {
      width: 20%;
      min-width: 20%;
      position: relative;
    }

    .carousel-section .carousel-wrapper {
      width: 100%;
      overflow: hidden;
    }


    .carousel-section .carousel-arrow-left {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
    }


.carousel-section .carousel-arrow:hover {
  cursor: pointer;
}

@media(max-width: 991px){

    .card-section .card:not(.card-active) {
      visibility: hidden;
    }

    .card-section .indicator:not(.indicator-active) {
      opacity: 0.7;
    }

    .card-section .card {
      min-width: 100%;
      max-width: 100%;
    }

    .card-section .indicators .indicator {
      display: inline-block;
      cursor: pointer;      
    }

    .card-section .indicators .indicator + .indicator {
      margin-left: 16px;
    }


    .card-section .card {
        -ms-flex-order:1!important;
        order:1;
    }


    .card-section .card.card-active {
        -ms-flex-order:0!important;
        order:-1;
    }


    .card-section .card {
      -moz-animation:fade-out 2.2s;
      -webkit-animation:fade-out 2.2s;
      animation:fade-out 2.2s;
      -webkit-backface-visibility:hidden
    }

    .card-section .card.card-active {
      -moz-animation:fade-in 2.2s;
      -webkit-animation:fade-in 2.2s;
      animation:fade-in 2.2s;
      -webkit-backface-visibility:hidden;
    }
}

   .video-section .play-button .icon, .read-section .main-icon .icon {
     width: 180px;
     height: 180px;
   }


   .icon-size-md .icon {
     width: 50px;
     height: 50px;
   }

   ul {
     margin: 0;
     padding-left: 20px;
   }

   ul > li {
     padding-top: 1.5px;
     padding-bottom: 1.5px;
     line-height: 1.5;
   }


#CybotCookiebotDialogDetailFooter { display: none !important }

.CookieDeclarationLastUpdated { display: none !important }

.bg-multiply {
  background-blend-mode: multiply;
}

div[name="CybotCookiebotDialog"] * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

video {
  max-width: 100%;
  height: auto;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

#content a:not(.btn) {
  font-size: inherit;
}

#content ul:not(.select2-choices) {
  padding-bottom: 8px;
  line-height: 1.25;
}

#content ul:not(.select2-choices) > li + li {
  padding-top: 10px;
}

#content ul:not(.select2-choices) > li > p {
  display: inline;
}



#content .ErrorBoxContainer {
  width: 100%;
}

#content .ErrorBoxIconCell {
  display: none;
}

.workspacetooltip {
  display: none;
}

#content .ErrorBox {
  border: none;
}

#content .ErrorBox input {
  border-color: #ed664e;
  border-style: solid;
}

#content .ErrorBox textarea {
  border: 2px solid #ed664e;
}

#content .ErrorBox .select2-container {
   border-color: #ed664e;
   border-style: solid; 
   border-width: 2px;
}


.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 10px 5px 18px;
}

.select2-container .select2-choice {
  padding: 7px 0 5px 8px;
  height: auto;
}

.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 1.25;
}

.aw_widgets_datatable_ContentPanel_cell_label {
	font-size: 16px;
}

#content .hover-bg-blue:hover .icon {
  color: #ffffff;
}


#content .blog-section .article-box_top {
  height: 240px;
}

@media(min-width: 1200px){
  #content .blog-section .article-box_top {
    height: 190px;
  }
}

@media(min-width: 992px) and (max-width: 1199px){
  #content .blog-section .article-box_top {
    height: 240px;
  }
}

@media(min-width: 768px) and (max-width: 991px){
  #content .blog-section .article-box_top {
    height: 300px;
  }
}

#content .collapsible_item {
  cursor: pointer;
}

#content .collapsible_item--active {
  cursor: auto;
}



#content .collapsible_item_icon {
  transform: rotateX(0deg) ;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transition: transform 1s;
}

#content .collapsible_item--active .collapsible_item_icon   {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  color: white;
}

#content .collapsible_item--active .collapsible_item_trigger > div {
  background-color: #069691;
  color: #fff;
}

#content .collapsible_item .collapsible_item_content  {
  display: none;
}

#content .collapsible_item--active .collapsible_item_content  {
  display:block;
}


@media(max-width: 991px){
  #content .collapsible_item + .collapsible_item:not(.collapsible_item--active) .collapsible_item_trigger > div {
    border-top: 2px solid #666;
  }


}

@media(min-width: 992px){


  #content .collapsible_wrapper {
    border-left: 2px solid #666;
  }

  
  #content .collapsible_item_content {
    top: 0;
    position: static;
  }


  #content .collapsible_item:not(.collapsible_item--active) .collapsible_item_trigger > div {
    background-color: #fff;
    color: #000;
  }


}

#content .collapsible_item:not(.collapsible_item--active):focus .collapsible_item_trigger > div {
  background-color: rgba(255, 255, 255, 1);
}

#content .collapsible_item:not(.collapsible_item--active):active .collapsible_item_trigger > div {
  background-color: rgba(255, 255, 255, 1);
}



#content .collapsible_item:not(.collapsible_item--active):hover .collapsible_item_trigger > div {
  background-color: rgba(4, 197, 190, 0.3);
}



select {
  -webkit-appearance: none;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  padding: 8px 30px 8px 8px;
  height: auto !important;
  border: 1px solid #aaa;
  margin: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-position: calc(100% - 8px) 15px;
  background-size: 13px 18px;
  background-color: white;
}

#content .double-arrow-icon, #content .double-arrow {
  position: relative;
  top: 2px;
  margin-top: 0px !important;
}

#content .read-icon {
  position: relative;
  top: 2.5px;
  margin-top: 0px !important;
}

#content .play-icon {
  position: relative;
  top: 3px;
  margin-top: 0px !important;
}

#content .play-alt-icon, #content .playalt_icon {
  position: relative;
  top: 3px;
  margin-top: 0px !important;
}

#content .tabSwitcher_header::after {
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
}

#content .tabSwitcher_header_item {
  background-color: #7B7B7B;
  cursor: pointer;
  color: white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

#content .tabSwitcher_header_item-selected {
  background-color: #ffffff;
  cursor: default;
  color: black;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;

}

#content .tabSwitcher_body_item {
  display: none;
}

#content .tabSwitcher_body_item-selected {
  display: block;
}

@media(max-width: 991px) {
#content .tabSwitcher_header_item {
  font-size: 16px;
}
}

/* Rebranding */


.btn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 17px;
    line-height: 1.5;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 16px;
    min-width: 100px;
}

.text-lead {
  font-size: 18px;
  line-height: 1.33;
}

.btn:hover {
  text-decoration: none;
  color: #000;
}

.btn-primary {
  background-color: #04c5be;
  border-color: #04c5be;
  color: #fff;
}

.btn-secondary {
  background-color:#2F2F2F;
  border-color: #2F2F2F;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #069691;
  border-color: #069691;
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}


.btn.btn-link {
  background-color: initial;
  border-radius: initial;
  padding: 0px 0px;
  text-decoration: none;
  color: #04c5be;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: none;
  color: #069691;
}

.text-white {
  color: white;
}

.text-secondary {
  color: #FF5D61;
}

.text-body {
  color: #000;
}

.text-dark {
  color: #222222;
}

a.text-body:hover, a.text-body:focus, a.text-body:active {
  color: #000;
}

.bg-secondary {
  background-color: #DEDDD9;
}

.bold {
  font-weight: bold
}

.font-weight-normal {
  font-weight: normal;
}

  .scrollbar-primary::-webkit-scrollbar {
    width: 5px;

  }

  .scrollbar-primary::-webkit-scrollbar-track {
    background: #f7f7f7; 
  }
 
  .scrollbar-primary::-webkit-scrollbar-thumb {
    background: #04c5be; 
  }

  .scrollbar-primary::-webkit-scrollbar-thumb:hover {
    background: #069691; 
  }


  .max-width-100 {
     max-width: 100%;
  }


@media(min-width: 1200px) {
  .max-width-lg-none {
     max-width: none;
  }
}

.hover-primary:hover {
  color: #04c5be !important;
}

@media(min-width: 992px) {
  .translateX-lg-50 {
    transform: translateX(50%);
  } 
}

/* -- Navigation.css -- */
#navigation #cross,#navigation #menu-toggle #hamburger {
    height:100%;
    width:100%;
    position:absolute
}

#navigation #header #logo {
    cursor:pointer;
    display:inline-block;
    vertical-align:top
}

#navigation #menu {
    width:100%;
    max-width:none;
    min-width:0;
    margin:0 auto;
}

#navigation #menu-toggle * {
    transition:.1s ease-in-out;
    box-sizing:border-box;
}


#navigation #menu-toggle span {
    display:block;
    background:#666;
    border-radius:2px;
    width:35px;
    height:2px;
    position:relative;
    margin:8px 0
}

#navigation #menu-toggle {
    width:35px;
    height:35px;
    position:relative;
    cursor:pointer;
    border-radius:5px;
    bottom:0px
}

#navigation #menu-toggle span:nth-child(1) {
    transition-delay:.5s;
    -webkit-transition-delay:.5s
}

#navigation #menu-toggle span:nth-child(2) {
    transition-delay:.625s;
    -webkit-transition-delay:.625s
}

#navigation #menu-toggle span:nth-child(3) {
    transition-delay:.75s;
    -webkit-transition-delay:.75s
}

#navigation #cross {
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg)
}

#navigation #cross span:nth-child(1) {
    height:0%;
    width:2px;
    position:absolute;
    top:-5px;
    left:16px;
    transition-delay:0s;
    -webkit-transition-delay:0s
}

#navigation #cross span:nth-child(2) {
    width:0;
    height:2px;
    position:absolute;
    left:0;
    top:11px;
    transition-delay:.25s;
    -webkit-transition-delay:.25s
}

#navigation #menu-toggle.open #hamburger span {
    width:0
}

#navigation #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay:0s;
    -webkit-transition-delay:0s
}

#navigation #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay:.125s;
    -webkit-transition-delay:.125s
}

#navigation #menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay:.25s;
    -webkit-transition-delay:.25s
}

#navigation #menu-toggle.open #cross span:nth-child(1) {
    height:100%;
    transition-delay:.625s;
    -webkit-transition-delay:.625s
}

#navigation #menu-toggle.open #cross span:nth-child(2) {
    width:100%;
    transition-delay:.375s;
    -webkit-transition-delay:.375s
}

@media(min-width:992px) {
    #navigation .show-mobile {
      display:none!important
    }

    #navigation #logo {
      top:-25px
    }

    #navigation #logo img {
      top: 4px;
      position: relative;
    }
}

@media(max-width:991px) {
    #navigation #contact {
    display:none}

#navigation #logo {
    top:25px
}

#navigation #logo img {
    top: 4px;
    position: relative;

}
#navigation #submenu .container {
    padding-top:0}
}

#navigation #logo a,#navigation #logo a:focus,#navigation #logo a:hover,#navigation #logo a:visited {
    border:none;
    text-decoration:none}
#navigation .menu-item {
    display:inline;
    padding:7px 15px 7px 7px}
@media(max-width:991px) {
    #navigation .menu-item {
    display:block;
    padding-top:15px;
    padding-left: 0px;
    padding-bottom:15px}
}
@media(min-width:992px) {
#navigation #submenu .container {
    padding-top:35px}
}
@media(max-width:991px) {
#navigation #submenu .container {
    padding-bottom:35px}
#navigation #menu .menu-item+.menu-item {
    border-top:1px solid #989898}
}
@media(min-width:1200px) {
#navigation #logo img {
  top: 4px;
  position: relative;
}
#navigation .submenu-list .submenu-item {
    display: inline-block;
    width: 50%;
    padding-bottom:6px;
}
#navigation .submenu-list>div {
    padding-left:30px}
}
.noselect {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none}
@media(min-width:992px) and (max-width:1199px) {
    #navigation .submenu-list .submenu-item {
    display: inline-block;
    width: 50%;
    padding-bottom:6px;}
#navigation .submenu-list>div {
    padding-left:30px}
#navigation #menu .menu-item+.menu-item {
    margin-left:14px}
}
@media(min-width:1200px) {
#navigation #menu .menu-item+.menu-item {
    margin-left:23px}
}
@media(min-width:992px) {
    #navigation #menu>.container>.row>div:last-child {
    text-align:center}
#navigation .menu-item {
    padding:7px 7px 7px 15px}
#navigation div.navigation-arrow {
    top:50%;
    left:-4px;
    margin-top:-6px}
#navigation div.navigation-arrow.navigation-arrow-down span:first-child {
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
#navigation div.navigation-arrow.navigation-arrow-down span:last-child {
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    transform:rotate(-135deg);
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
#navigation.open-desktop:before {
    opacity:1;
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
}
#navigation div.navigation-arrow span:first-child {
    -webkit-transform:rotate(225deg);
    -moz-transform:rotate(225deg);
    -o-transform:rotate(225deg);
    -ms-transform:rotate(225deg);
    transform:rotate(225deg);
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
#navigation div.navigation-arrow span:last-child {
    -webkit-transform:rotate(-225deg);
    -moz-transform:rotate(-225deg);
    -o-transform:rotate(-225deg);
    -ms-transform:rotate(-225deg);
    transform:rotate(-225deg);
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
@media(max-width:991px) {
    #navigation.open-mobile:before {
    opacity:1;
    -webkit-transition:all 1s ease-in 0s;
    -moz-transition:all 1s ease-in 0s;
    -o-transition:all 1s ease-in 0s;
    transition:all 1s ease-in 0s}
#navigation #menu .menu-item>span {
    padding-left:0px;
}
#navigation div.navigation-arrow {
    top:22px;
    right:auto;
    left:-4px}
#navigation div.navigation-arrow.navigation-arrow-down span:first-child {
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
#navigation div.navigation-arrow.navigation-arrow-down span:last-child {
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    transform:rotate(-135deg);
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
}
#navigation {
    top:0;
    left:0;
    right:0;
    position:fixed;
    z-index:999}
#navigation #submenu .play-button:hover {
    transform:scale(1.5);
    -webkit-transition:transform .2s ease-in-out;
    -moz-transition:transform .2s ease-in-out;
    -o-transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transform-origin:center center}
#navigation #submenu .play-button {
    width:50px;
    height:50px;
    left:70px;
    top:30px}
#navigation #close {
    position:absolute;
    height:100%;
    width:100%;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg)}
#navigation #close span:nth-child(1) {
    height:100%;
    width:2px;
    position:absolute;
    top:-5px;
    left:16px}
#navigation #close span:nth-child(2) {
    width:100%;
    height:2px;
    position:absolute;
    left:0;
    top:11px}
#navigation #close-wrapper span {
    display:block;
    background:#666;
    border-radius:2px}
#navigation #close-wrapper:hover span {
    color:#000;
    background:#000}
#navigation.open-desktop>div,#navigation>div {
    background-color:transparent}
#navigation #close-wrapper {
    width:35px;
    height:35px;
    position:absolute;
    cursor:pointer;
    border-radius:5px;
    top:40px;
    right:25px}
#navigation.open-desktop>div {
    padding-bottom:300px}
@media(min-width:992px) {
    #navigation,#navigation #submenu {
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s}
#content {
    padding-top:0px;
    width:100%;
    overflow:hidden}
body.noscroll-desktop {
    overflow:hidden}
#navigation #submenu>.submenu-wrapper:not(.active) .container {
    max-height:0;
    padding-top:0;
    padding-bottom:0;
    overflow:hidden}
#navigation #submenu>.submenu-wrapper.active .container {
    max-height:500px;
    min-height:500px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:hidden}
#navigation {
    min-height:0;
    transition:all .4s ease-in 0s;
    transition-delay:.5s;
    -webkit-transition-delay:.5s;
    box-shadow:none}
#navigation.open-desktop {
    min-height:100%;
    height:100vh;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    -o-transition:all 0s;
    transition:all 0s;
    transition-delay:0s;
    -webkit-transition-delay:0s}
#navigation #submenu {
    max-height:0;
    min-height:0;
    transition:all .4s ease-in 0s}
#navigation #submenu.open {
    max-height:500px;
    min-height:500px;
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s;
    box-shadow:0 15px 20px rgba(136,136,136,.05)}
}
@media(max-width:991px) {
    #content,body.noscroll-mobile {
    overflow:hidden}
#content {
    padding-top:0px;
    width:100%}
body.noscroll-mobile #navigation {
    overflow-y:scroll}
#navigation.open-mobile #menu .menu-item:not(.active)>div:not(.navigation-arrow) {
    max-height:0;
    overflow:hidden;
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
#navigation.open-mobile #menu .menu-item.active>div:not(.navigation-arrow) {
    max-height:550px;
    overflow:hidden;
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
#navigation.open-mobile #menu {
    box-shadow:0 15px 20px rgba(136,136,136,.05)}
#navigation {
    min-height:0;
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s;
    transition-delay:.5s;
    -webkit-transition-delay:.5s;
    box-shadow:none}
#navigation.open-mobile {
    min-height:100%;
    height:100vh;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    -o-transition:all 0s;
    transition:all 0s;
    transition-delay:0s;
    -webkit-transition-delay:0s}
}

#navigation div.sign-up>img {
    display:inline-block;
    position:relative}
#navigation div.sign-up:hover img {
    -moz-animation:bounce 1s infinite;
    -webkit-animation:bounce 1s infinite;
    animation:bounce 1s infinite;
    -webkit-backface-visibility:hidden}
#navigation:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    background:-webkit-linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
    background:-o-linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0,0));
    background:linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
    opacity:0;
    -webkit-transition:all .4s ease-in 0s;
    -moz-transition:all .4s ease-in 0s;
    -o-transition:all .4s ease-in 0s;
    transition:all .4s ease-in 0s}
#navigation {
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#navigation .navigation-arrow {
  display: none !important;
}

#content {
  padding-top: 55px;
}

/* -- appway-platform-work-automation-continuous-intelligence.css -- */
#content #features.features--show-all .d-none {
  display: block !important;
}

#content #capabilities.capabilities--show-all .d-none {
  display: block !important;
}

#content .cta-section > div {
  background-position: top;
}
/*# sourceMappingURL= */
