@font-face {
  font-family: "Futura";
  src: url("/courses/media/clearing-microsite/fonts/Futura-CondensedExtraBold.eot");
  src: url("/courses/media/clearing-microsite/fonts/Futura-CondensedExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/courses/media/clearing-microsite/fonts/Futura-CondensedExtraBold.woff") format("woff"),
    url("#Futura-CondensedExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.bg-darkgrey {
    background: #969698 !important
}

.bg-lightgrey {
    background: #D5D4D5 !important
}

.bg-lightblue {
    background: #F0F9FB !important
}

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #00C0F3;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0084a7;
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1330px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.latest_news .list.v2 .item,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.latest_news .list.v1 .item,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto,
.col-io-1,
.col-io-2,
.col-io-3,
.col-io-4,
.col-io-5,
.col-io-6,
.col-io-7,
.col-io-8,
.col-io-9,
.col-io-10,
.col-io-11,
.col-io-12,
.col-io,
.col-io-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6,
.latest_news .list.v2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12,
.latest_news .list.v1 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4,
    .latest_news .list.v2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1600px) {
    .col-xxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xxxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xxxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xxxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xxxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xxxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xxxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xxxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xxxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xxxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xxxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xxxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xxxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xxxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xxxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xxxl-0 {
        margin-left: 0
    }
    .offset-xxxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxxl-3 {
        margin-left: 25%
    }
    .offset-xxxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxxl-6 {
        margin-left: 50%
    }
    .offset-xxxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxxl-9 {
        margin-left: 75%
    }
    .offset-xxxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxxl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1920px) {
    .col-io {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-io-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-io-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-io-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-io-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-io-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-io-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-io-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-io-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-io-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-io-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-io-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-io-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-io-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-io-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-io-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-io-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-io-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-io-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-io-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-io-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-io-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-io-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-io-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-io-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-io-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-io-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-io-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-io-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-io-0 {
        margin-left: 0
    }
    .offset-io-1 {
        margin-left: 8.33333%
    }
    .offset-io-2 {
        margin-left: 16.66667%
    }
    .offset-io-3 {
        margin-left: 25%
    }
    .offset-io-4 {
        margin-left: 33.33333%
    }
    .offset-io-5 {
        margin-left: 41.66667%
    }
    .offset-io-6 {
        margin-left: 50%
    }
    .offset-io-7 {
        margin-left: 58.33333%
    }
    .offset-io-8 {
        margin-left: 66.66667%
    }
    .offset-io-9 {
        margin-left: 75%
    }
    .offset-io-10 {
        margin-left: 83.33333%
    }
    .offset-io-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1600px) {
    .d-xxxl-none {
        display: none !important
    }
    .d-xxxl-inline {
        display: inline !important
    }
    .d-xxxl-inline-block {
        display: inline-block !important
    }
    .d-xxxl-block {
        display: block !important
    }
    .d-xxxl-table {
        display: table !important
    }
    .d-xxxl-table-row {
        display: table-row !important
    }
    .d-xxxl-table-cell {
        display: table-cell !important
    }
    .d-xxxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-io-none {
        display: none !important
    }
    .d-io-inline {
        display: inline !important
    }
    .d-io-inline-block {
        display: inline-block !important
    }
    .d-io-block {
        display: block !important
    }
    .d-io-table {
        display: table !important
    }
    .d-io-table-row {
        display: table-row !important
    }
    .d-io-table-cell {
        display: table-cell !important
    }
    .d-io-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-io-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1600px) {
    .flex-xxxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-io-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-io-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-io-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-io-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-io-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-io-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-io-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-io-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-io-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-io-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-io-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-io-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-io-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-io-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-io-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-io-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-io-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-io-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-io-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-io-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-io-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-io-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-io-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-io-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-io-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-io-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-io-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-io-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-io-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-io-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-io-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-io-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-io-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-io-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .m-xxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1600px) {
    .m-xxxl-0 {
        margin: 0 !important
    }
    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important
    }
    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important
    }
    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important
    }
    .m-xxxl-1 {
        margin: .25rem !important
    }
    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: .25rem !important
    }
    .m-xxxl-2 {
        margin: .5rem !important
    }
    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: .5rem !important
    }
    .m-xxxl-3 {
        margin: 1rem !important
    }
    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important
    }
    .m-xxxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxxl-5 {
        margin: 3rem !important
    }
    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important
    }
    .p-xxxl-0 {
        padding: 0 !important
    }
    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important
    }
    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important
    }
    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important
    }
    .p-xxxl-1 {
        padding: .25rem !important
    }
    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: .25rem !important
    }
    .p-xxxl-2 {
        padding: .5rem !important
    }
    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: .5rem !important
    }
    .p-xxxl-3 {
        padding: 1rem !important
    }
    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important
    }
    .p-xxxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxxl-5 {
        padding: 3rem !important
    }
    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important
    }
    .m-xxxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxxl-n3 {
        margin: -1rem !important
    }
    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxxl-n5 {
        margin: -3rem !important
    }
    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxxl-auto {
        margin: auto !important
    }
    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }
    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important
    }
    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .m-io-0 {
        margin: 0 !important
    }
    .mt-io-0,
    .my-io-0 {
        margin-top: 0 !important
    }
    .mr-io-0,
    .mx-io-0 {
        margin-right: 0 !important
    }
    .mb-io-0,
    .my-io-0 {
        margin-bottom: 0 !important
    }
    .ml-io-0,
    .mx-io-0 {
        margin-left: 0 !important
    }
    .m-io-1 {
        margin: .25rem !important
    }
    .mt-io-1,
    .my-io-1 {
        margin-top: .25rem !important
    }
    .mr-io-1,
    .mx-io-1 {
        margin-right: .25rem !important
    }
    .mb-io-1,
    .my-io-1 {
        margin-bottom: .25rem !important
    }
    .ml-io-1,
    .mx-io-1 {
        margin-left: .25rem !important
    }
    .m-io-2 {
        margin: .5rem !important
    }
    .mt-io-2,
    .my-io-2 {
        margin-top: .5rem !important
    }
    .mr-io-2,
    .mx-io-2 {
        margin-right: .5rem !important
    }
    .mb-io-2,
    .my-io-2 {
        margin-bottom: .5rem !important
    }
    .ml-io-2,
    .mx-io-2 {
        margin-left: .5rem !important
    }
    .m-io-3 {
        margin: 1rem !important
    }
    .mt-io-3,
    .my-io-3 {
        margin-top: 1rem !important
    }
    .mr-io-3,
    .mx-io-3 {
        margin-right: 1rem !important
    }
    .mb-io-3,
    .my-io-3 {
        margin-bottom: 1rem !important
    }
    .ml-io-3,
    .mx-io-3 {
        margin-left: 1rem !important
    }
    .m-io-4 {
        margin: 1.5rem !important
    }
    .mt-io-4,
    .my-io-4 {
        margin-top: 1.5rem !important
    }
    .mr-io-4,
    .mx-io-4 {
        margin-right: 1.5rem !important
    }
    .mb-io-4,
    .my-io-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-io-4,
    .mx-io-4 {
        margin-left: 1.5rem !important
    }
    .m-io-5 {
        margin: 3rem !important
    }
    .mt-io-5,
    .my-io-5 {
        margin-top: 3rem !important
    }
    .mr-io-5,
    .mx-io-5 {
        margin-right: 3rem !important
    }
    .mb-io-5,
    .my-io-5 {
        margin-bottom: 3rem !important
    }
    .ml-io-5,
    .mx-io-5 {
        margin-left: 3rem !important
    }
    .p-io-0 {
        padding: 0 !important
    }
    .pt-io-0,
    .py-io-0 {
        padding-top: 0 !important
    }
    .pr-io-0,
    .px-io-0 {
        padding-right: 0 !important
    }
    .pb-io-0,
    .py-io-0 {
        padding-bottom: 0 !important
    }
    .pl-io-0,
    .px-io-0 {
        padding-left: 0 !important
    }
    .p-io-1 {
        padding: .25rem !important
    }
    .pt-io-1,
    .py-io-1 {
        padding-top: .25rem !important
    }
    .pr-io-1,
    .px-io-1 {
        padding-right: .25rem !important
    }
    .pb-io-1,
    .py-io-1 {
        padding-bottom: .25rem !important
    }
    .pl-io-1,
    .px-io-1 {
        padding-left: .25rem !important
    }
    .p-io-2 {
        padding: .5rem !important
    }
    .pt-io-2,
    .py-io-2 {
        padding-top: .5rem !important
    }
    .pr-io-2,
    .px-io-2 {
        padding-right: .5rem !important
    }
    .pb-io-2,
    .py-io-2 {
        padding-bottom: .5rem !important
    }
    .pl-io-2,
    .px-io-2 {
        padding-left: .5rem !important
    }
    .p-io-3 {
        padding: 1rem !important
    }
    .pt-io-3,
    .py-io-3 {
        padding-top: 1rem !important
    }
    .pr-io-3,
    .px-io-3 {
        padding-right: 1rem !important
    }
    .pb-io-3,
    .py-io-3 {
        padding-bottom: 1rem !important
    }
    .pl-io-3,
    .px-io-3 {
        padding-left: 1rem !important
    }
    .p-io-4 {
        padding: 1.5rem !important
    }
    .pt-io-4,
    .py-io-4 {
        padding-top: 1.5rem !important
    }
    .pr-io-4,
    .px-io-4 {
        padding-right: 1.5rem !important
    }
    .pb-io-4,
    .py-io-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-io-4,
    .px-io-4 {
        padding-left: 1.5rem !important
    }
    .p-io-5 {
        padding: 3rem !important
    }
    .pt-io-5,
    .py-io-5 {
        padding-top: 3rem !important
    }
    .pr-io-5,
    .px-io-5 {
        padding-right: 3rem !important
    }
    .pb-io-5,
    .py-io-5 {
        padding-bottom: 3rem !important
    }
    .pl-io-5,
    .px-io-5 {
        padding-left: 3rem !important
    }
    .m-io-n1 {
        margin: -.25rem !important
    }
    .mt-io-n1,
    .my-io-n1 {
        margin-top: -.25rem !important
    }
    .mr-io-n1,
    .mx-io-n1 {
        margin-right: -.25rem !important
    }
    .mb-io-n1,
    .my-io-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-io-n1,
    .mx-io-n1 {
        margin-left: -.25rem !important
    }
    .m-io-n2 {
        margin: -.5rem !important
    }
    .mt-io-n2,
    .my-io-n2 {
        margin-top: -.5rem !important
    }
    .mr-io-n2,
    .mx-io-n2 {
        margin-right: -.5rem !important
    }
    .mb-io-n2,
    .my-io-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-io-n2,
    .mx-io-n2 {
        margin-left: -.5rem !important
    }
    .m-io-n3 {
        margin: -1rem !important
    }
    .mt-io-n3,
    .my-io-n3 {
        margin-top: -1rem !important
    }
    .mr-io-n3,
    .mx-io-n3 {
        margin-right: -1rem !important
    }
    .mb-io-n3,
    .my-io-n3 {
        margin-bottom: -1rem !important
    }
    .ml-io-n3,
    .mx-io-n3 {
        margin-left: -1rem !important
    }
    .m-io-n4 {
        margin: -1.5rem !important
    }
    .mt-io-n4,
    .my-io-n4 {
        margin-top: -1.5rem !important
    }
    .mr-io-n4,
    .mx-io-n4 {
        margin-right: -1.5rem !important
    }
    .mb-io-n4,
    .my-io-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-io-n4,
    .mx-io-n4 {
        margin-left: -1.5rem !important
    }
    .m-io-n5 {
        margin: -3rem !important
    }
    .mt-io-n5,
    .my-io-n5 {
        margin-top: -3rem !important
    }
    .mr-io-n5,
    .mx-io-n5 {
        margin-right: -3rem !important
    }
    .mb-io-n5,
    .my-io-n5 {
        margin-bottom: -3rem !important
    }
    .ml-io-n5,
    .mx-io-n5 {
        margin-left: -3rem !important
    }
    .m-io-auto {
        margin: auto !important
    }
    .mt-io-auto,
    .my-io-auto {
        margin-top: auto !important
    }
    .mr-io-auto,
    .mx-io-auto {
        margin-right: auto !important
    }
    .mb-io-auto,
    .my-io-auto {
        margin-bottom: auto !important
    }
    .ml-io-auto,
    .mx-io-auto {
        margin-left: auto !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8edfc
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7adef9
}

.table-hover .table-primary:hover {
    background-color: #a0e7fb
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a0e7fb
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-sky,
.table-sky>th,
.table-sky>td {
    background-color: #b8edfc
}

.table-sky th,
.table-sky td,
.table-sky thead th,
.table-sky tbody+tbody {
    border-color: #7adef9
}

.table-hover .table-sky:hover {
    background-color: #a0e7fb
}

.table-hover .table-sky:hover>td,
.table-hover .table-sky:hover>th {
    background-color: #a0e7fb
}

.table-navy,
.table-navy>th,
.table-navy>td {
    background-color: #d1d4dc
}

.table-navy th,
.table-navy td,
.table-navy thead th,
.table-navy tbody+tbody {
    border-color: #a9b0bd
}

.table-hover .table-navy:hover {
    background-color: #c3c6d1
}

.table-hover .table-navy:hover>td,
.table-hover .table-navy:hover>th {
    background-color: #c3c6d1
}

.table-pink,
.table-pink>th,
.table-pink>td {
    background-color: #fbd1df
}

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody+tbody {
    border-color: #f7a9c4
}

.table-hover .table-pink:hover {
    background-color: #f9bacf
}

.table-hover .table-pink:hover>td,
.table-hover .table-pink:hover>th {
    background-color: #f9bacf
}

.table-green,
.table-green>th,
.table-green>td {
    background-color: #d0ede5
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody+tbody {
    border-color: #a8decf
}

.table-hover .table-green:hover {
    background-color: #bee6db
}

.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
    background-color: #bee6db
}

.table-ganic,
.table-ganic>th,
.table-ganic>td {
    background-color: #d0ede5
}

.table-ganic th,
.table-ganic td,
.table-ganic thead th,
.table-ganic tbody+tbody {
    border-color: #a8decf
}

.table-hover .table-ganic:hover {
    background-color: #bee6db
}

.table-hover .table-ganic:hover>td,
.table-hover .table-ganic:hover>th {
    background-color: #bee6db
}

.table-foli-green,
.table-foli-green>th,
.table-foli-green>td {
    background-color: #eaf4d6
}

.table-foli-green th,
.table-foli-green td,
.table-foli-green thead th,
.table-foli-green tbody+tbody {
    border-color: #d8eab2
}

.table-hover .table-foli-green:hover {
    background-color: #e0efc2
}

.table-hover .table-foli-green:hover>td,
.table-hover .table-foli-green:hover>th {
    background-color: #e0efc2
}

.table-foil,
.table-foil>th,
.table-foil>td {
    background-color: #eaf4d6
}

.table-foil th,
.table-foil td,
.table-foil thead th,
.table-foil tbody+tbody {
    border-color: #d8eab2
}

.table-hover .table-foil:hover {
    background-color: #e0efc2
}

.table-hover .table-foil:hover>td,
.table-hover .table-foil:hover>th {
    background-color: #e0efc2
}

.table-lighter,
.table-lighter>th,
.table-lighter>td {
    background-color: #fdfdfd
}

.table-lighter th,
.table-lighter td,
.table-lighter thead th,
.table-lighter tbody+tbody {
    border-color: #fbfbfb
}

.table-hover .table-lighter:hover {
    background-color: #f0f0f0
}

.table-hover .table-lighter:hover>td,
.table-hover .table-lighter:hover>th {
    background-color: #f0f0f0
}

.table-sunny,
.table-sunny>th,
.table-sunny>td {
    background-color: #fefac4
}

.table-sunny th,
.table-sunny td,
.table-sunny thead th,
.table-sunny tbody+tbody {
    border-color: #fcf691
}

.table-hover .table-sunny:hover {
    background-color: #fef8ab
}

.table-hover .table-sunny:hover>td,
.table-hover .table-sunny:hover>th {
    background-color: #fef8ab
}

.table-orange,
.table-orange>th,
.table-orange>td {
    background-color: #fff1c6
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody+tbody {
    border-color: #fee696
}

.table-hover .table-orange:hover {
    background-color: #ffebad
}

.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
    background-color: #ffebad
}

.table-juicy,
.table-juicy>th,
.table-juicy>td {
    background-color: #fff1c6
}

.table-juicy th,
.table-juicy td,
.table-juicy thead th,
.table-juicy tbody+tbody {
    border-color: #fee696
}

.table-hover .table-juicy:hover {
    background-color: #ffebad
}

.table-hover .table-juicy:hover>td,
.table-hover .table-juicy:hover>th {
    background-color: #ffebad
}

.table-understate,
.table-understate>th,
.table-understate>td {
    background-color: #e7edf4
}

.table-understate th,
.table-understate td,
.table-understate thead th,
.table-understate tbody+tbody {
    border-color: #d2deeb
}

.table-hover .table-understate:hover {
    background-color: #d6e0ec
}

.table-hover .table-understate:hover>td,
.table-hover .table-understate:hover>th {
    background-color: #d6e0ec
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 1023.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xxxl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1919.98px) {
    .table-responsive-io {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-io>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-primary:hover {
    color: #fff;
    background-color: #00a2cd;
    border-color: #0098c0
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0098c0;
    border-color: #008eb3
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-sky {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-sky:hover {
    color: #fff;
    background-color: #00a2cd;
    border-color: #0098c0
}

.btn-sky:focus,
.btn-sky.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5)
}

.btn-sky.disabled,
.btn-sky:disabled {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-sky:not(:disabled):not(.disabled):active,
.btn-sky:not(:disabled):not(.disabled).active,
.show>.btn-sky.dropdown-toggle {
    color: #fff;
    background-color: #0098c0;
    border-color: #008eb3
}

.btn-sky:not(:disabled):not(.disabled):active:focus,
.btn-sky:not(:disabled):not(.disabled).active:focus,
.show>.btn-sky.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5)
}

.btn-navy {
    color: #fff;
    background-color: #182341;
    border-color: #182341
}

.btn-navy:hover {
    color: #fff;
    background-color: #49556a;
    border-color: #444f63
}

.btn-navy:focus,
.btn-navy.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(114, 126, 148, 0.5);
    box-shadow: 0 0 0 .2rem rgba(114, 126, 148, 0.5)
}

.btn-navy.disabled,
.btn-navy:disabled {
    color: #fff;
    background-color: #182341;
    border-color: #182341
}

.btn-navy:not(:disabled):not(.disabled):active,
.btn-navy:not(:disabled):not(.disabled).active,
.show>.btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #444f63;
    border-color: #3f495b
}

.btn-navy:not(:disabled):not(.disabled):active:focus,
.btn-navy:not(:disabled):not(.disabled).active:focus,
.show>.btn-navy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(114, 126, 148, 0.5);
    box-shadow: 0 0 0 .2rem rgba(114, 126, 148, 0.5)
}

.btn-pink {
    color: #fff;
    background-color: #F05A8D;
    border-color: #F05A8D
}

.btn-pink:hover {
    color: #fff;
    background-color: #ed3775;
    border-color: #ec2b6d
}

.btn-pink:focus,
.btn-pink.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 115, 158, 0.5);
    box-shadow: 0 0 0 .2rem rgba(242, 115, 158, 0.5)
}

.btn-pink.disabled,
.btn-pink:disabled {
    color: #fff;
    background-color: #F05A8D;
    border-color: #F05A8D
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ec2b6d;
    border-color: #eb2065
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 115, 158, 0.5);
    box-shadow: 0 0 0 .2rem rgba(242, 115, 158, 0.5)
}

.btn-green {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-green:hover {
    color: #fff;
    background-color: #42af90;
    border-color: #3ea688
}

.btn-green:focus,
.btn-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5);
    box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5)
}

.btn-green.disabled,
.btn-green:disabled {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #3ea688;
    border-color: #3b9d81
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5);
    box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5)
}

.btn-ganic {
    color: #182341 !important ;
}

.btn-ganic:hover {
    color: #fff;
    background-color: #42af90;
    border-color: #3ea688
}

.btn-ganic:focus,
.btn-ganic.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5);
    box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5)
}

.btn-ganic.disabled,
.btn-ganic:disabled {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-ganic:not(:disabled):not(.disabled):active,
.btn-ganic:not(:disabled):not(.disabled).active,
.show>.btn-ganic.dropdown-toggle {
    color: #fff;
    background-color: #3ea688;
    border-color: #3b9d81
}

.btn-ganic:not(:disabled):not(.disabled):active:focus,
.btn-ganic:not(:disabled):not(.disabled).active:focus,
.show>.btn-ganic.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5);
    box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5)
}

.btn-foli-green {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-foli-green:hover {
    color: #212529;
    background-color: #a5ce4d;
    border-color: #a0cb43
}

.btn-foli-green:focus,
.btn-foli-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5)
}

.btn-foli-green.disabled,
.btn-foli-green:disabled {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-foli-green:not(:disabled):not(.disabled):active,
.btn-foli-green:not(:disabled):not(.disabled).active,
.show>.btn-foli-green.dropdown-toggle {
    color: #212529;
    background-color: #a0cb43;
    border-color: #9bc839
}

.btn-foli-green:not(:disabled):not(.disabled):active:focus,
.btn-foli-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-foli-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5)
}

.btn-foil {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-foil:hover {
    color: #212529;
    background-color: #a5ce4d;
    border-color: #a0cb43
}

.btn-foil:focus,
.btn-foil.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5)
}

.btn-foil.disabled,
.btn-foil:disabled {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-foil:not(:disabled):not(.disabled):active,
.btn-foil:not(:disabled):not(.disabled).active,
.show>.btn-foil.dropdown-toggle {
    color: #212529;
    background-color: #a0cb43;
    border-color: #9bc839
}

.btn-foil:not(:disabled):not(.disabled):active:focus,
.btn-foil:not(:disabled):not(.disabled).active:focus,
.show>.btn-foil.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5)
}

.btn-lighter {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-lighter:hover {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #dedede
}

.btn-lighter:focus,
.btn-lighter.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(215, 216, 216, 0.5);
    box-shadow: 0 0 0 .2rem rgba(215, 216, 216, 0.5)
}

.btn-lighter.disabled,
.btn-lighter:disabled {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-lighter:not(:disabled):not(.disabled):active,
.btn-lighter:not(:disabled):not(.disabled).active,
.show>.btn-lighter.dropdown-toggle {
    color: #212529;
    background-color: #dedede;
    border-color: #d7d7d7
}

.btn-lighter:not(:disabled):not(.disabled):active:focus,
.btn-lighter:not(:disabled):not(.disabled).active:focus,
.show>.btn-lighter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(215, 216, 216, 0.5);
    box-shadow: 0 0 0 .2rem rgba(215, 216, 216, 0.5)
}

.btn-sunny {
    color: #212529;
    background-color: #FAC817;
    border-color: #FAC817
}

.btn-sunny:hover {
    color: #212529;
    background-color: #f9eb07;
    border-color: #ede006
}

.btn-sunny:focus,
.btn-sunny.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(217, 208, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(217, 208, 44, 0.5)
}

.btn-sunny.disabled,
.btn-sunny:disabled {
    color: #212529;
    background-color: #FAC817;
    border-color: #FAC817
}

.btn-sunny:not(:disabled):not(.disabled):active,
.btn-sunny:not(:disabled):not(.disabled).active,
.show>.btn-sunny.dropdown-toggle {
    color: #212529;
    background-color: #ede006;
    border-color: #e1d405
}

.btn-sunny:not(:disabled):not(.disabled):active:focus,
.btn-sunny:not(:disabled):not(.disabled).active:focus,
.show>.btn-sunny.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(217, 208, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(217, 208, 44, 0.5)
}

.btn-orange {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-orange:hover {
    color: #212529;
    background-color: #fec50f;
    border-color: #fec202
}

.btn-orange:focus,
.btn-orange.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5);
    box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5)
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
    color: #212529;
    background-color: #fec202;
    border-color: #f2b901
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5);
    box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5)
}

.btn-juicy {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-juicy:hover {
    color: #212529;
    background-color: #fec50f;
    border-color: #fec202
}

.btn-juicy:focus,
.btn-juicy.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5);
    box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5)
}

.btn-juicy.disabled,
.btn-juicy:disabled {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-juicy:not(:disabled):not(.disabled):active,
.btn-juicy:not(:disabled):not(.disabled).active,
.show>.btn-juicy.dropdown-toggle {
    color: #212529;
    background-color: #fec202;
    border-color: #f2b901
}

.btn-juicy:not(:disabled):not(.disabled):active:focus,
.btn-juicy:not(:disabled):not(.disabled).active:focus,
.show>.btn-juicy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5);
    box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5)
}

.btn-understate {
    color: #212529;
    background-color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-understate:hover {
    color: #212529;
    background-color: #8fabcc;
    border-color: #86a5c8
}

.btn-understate:focus,
.btn-understate.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(149, 168, 190, 0.5);
    box-shadow: 0 0 0 .2rem rgba(149, 168, 190, 0.5)
}

.btn-understate.disabled,
.btn-understate:disabled {
    color: #212529;
    background-color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-understate:not(:disabled):not(.disabled):active,
.btn-understate:not(:disabled):not(.disabled).active,
.show>.btn-understate.dropdown-toggle {
    color: #212529;
    background-color: #86a5c8;
    border-color: #7d9ec4
}

.btn-understate:not(:disabled):not(.disabled):active:focus,
.btn-understate:not(:disabled):not(.disabled).active:focus,
.show>.btn-understate.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(149, 168, 190, 0.5);
    box-shadow: 0 0 0 .2rem rgba(149, 168, 190, 0.5)
}

.btn-outline-primary {
    color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00C0F3;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-sky {
    color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-sky:hover {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-sky:focus,
.btn-outline-sky.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5)
}

.btn-outline-sky.disabled,
.btn-outline-sky:disabled {
    color: #00C0F3;
    background-color: transparent
}

.btn-outline-sky:not(:disabled):not(.disabled):active,
.btn-outline-sky:not(:disabled):not(.disabled).active,
.show>.btn-outline-sky.dropdown-toggle {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-sky:not(:disabled):not(.disabled):active:focus,
.btn-outline-sky:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-sky.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5)
}

.btn-outline-navy {
    color: #182341;
    border-color: #182341
}

.btn-outline-navy:hover {
    color: #fff;
    background-color: #182341;
    border-color: #182341
}

.btn-outline-navy:focus,
.btn-outline-navy.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(89, 103, 129, 0.5);
    box-shadow: 0 0 0 .2rem rgba(89, 103, 129, 0.5)
}

.btn-outline-navy.disabled,
.btn-outline-navy:disabled {
    color: #182341;
    background-color: transparent
}

.btn-outline-navy:not(:disabled):not(.disabled):active,
.btn-outline-navy:not(:disabled):not(.disabled).active,
.show>.btn-outline-navy.dropdown-toggle {
    color: #fff;
    background-color: #182341;
    border-color: #182341
}

.btn-outline-navy:not(:disabled):not(.disabled):active:focus,
.btn-outline-navy:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-navy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(89, 103, 129, 0.5);
    box-shadow: 0 0 0 .2rem rgba(89, 103, 129, 0.5)
}

.btn-outline-pink {
    color: #F05A8D;
    border-color: #F05A8D
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #F05A8D;
    border-color: #F05A8D
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 90, 141, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 90, 141, 0.5)
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #F05A8D;
    background-color: transparent
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show>.btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #F05A8D;
    border-color: #F05A8D
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 90, 141, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 90, 141, 0.5)
}

.btn-outline-green {
    color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-green:hover {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-green:focus,
.btn-outline-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5)
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #57C0A2;
    background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-green.dropdown-toggle {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5)
}

.btn-outline-ganic {
    color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-ganic:hover {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-ganic:focus,
.btn-outline-ganic.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5)
}

.btn-outline-ganic.disabled,
.btn-outline-ganic:disabled {
    color: #57C0A2;
    background-color: transparent
}

.btn-outline-ganic:not(:disabled):not(.disabled):active,
.btn-outline-ganic:not(:disabled):not(.disabled).active,
.show>.btn-outline-ganic.dropdown-toggle {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-ganic:not(:disabled):not(.disabled):active:focus,
.btn-outline-ganic:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-ganic.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5)
}

.btn-outline-foli-green {
    color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foli-green:hover {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foli-green:focus,
.btn-outline-foli-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5);
    box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5)
}

.btn-outline-foli-green.disabled,
.btn-outline-foli-green:disabled {
    color: #B4D66B;
    background-color: transparent
}

.btn-outline-foli-green:not(:disabled):not(.disabled):active,
.btn-outline-foli-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-foli-green.dropdown-toggle {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foli-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-foli-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-foli-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5);
    box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5)
}

.btn-outline-foil {
    color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foil:hover {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foil:focus,
.btn-outline-foil.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5);
    box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5)
}

.btn-outline-foil.disabled,
.btn-outline-foil:disabled {
    color: #B4D66B;
    background-color: transparent
}

.btn-outline-foil:not(:disabled):not(.disabled):active,
.btn-outline-foil:not(:disabled):not(.disabled).active,
.show>.btn-outline-foil.dropdown-toggle {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foil:not(:disabled):not(.disabled):active:focus,
.btn-outline-foil:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-foil.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5);
    box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5)
}

.btn-outline-lighter {
    color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-lighter:hover {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-lighter:focus,
.btn-outline-lighter.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 247, 247, 0.5);
    box-shadow: 0 0 0 .2rem rgba(247, 247, 247, 0.5)
}

.btn-outline-lighter.disabled,
.btn-outline-lighter:disabled {
    color: #f7f7f7;
    background-color: transparent
}

.btn-outline-lighter:not(:disabled):not(.disabled):active,
.btn-outline-lighter:not(:disabled):not(.disabled).active,
.show>.btn-outline-lighter.dropdown-toggle {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-lighter:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-lighter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 247, 247, 0.5);
    box-shadow: 0 0 0 .2rem rgba(247, 247, 247, 0.5)
}

.btn-outline-sunny {
    color: #FAC817;
    border-color: #FAC817
}

.btn-outline-sunny:hover {
    color: #212529;
    background-color: #FAC817;
    border-color: #FAC817
}

.btn-outline-sunny:focus,
.btn-outline-sunny.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(250, 238, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(250, 238, 44, 0.5)
}

.btn-outline-sunny.disabled,
.btn-outline-sunny:disabled {
    color: #FAC817;
    background-color: transparent
}

.btn-outline-sunny:not(:disabled):not(.disabled):active,
.btn-outline-sunny:not(:disabled):not(.disabled).active,
.show>.btn-outline-sunny.dropdown-toggle {
    color: #212529;
    background-color: #FAC817;
    border-color: #FAC817
}

.btn-outline-sunny:not(:disabled):not(.disabled):active:focus,
.btn-outline-sunny:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-sunny.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(250, 238, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(250, 238, 44, 0.5)
}

.btn-outline-orange {
    color: #FECE35;
    border-color: #FECE35
}

.btn-outline-orange:hover {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5)
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #FECE35;
    background-color: transparent
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5)
}

.btn-outline-juicy {
    color: #FECE35;
    border-color: #FECE35
}

.btn-outline-juicy:hover {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-outline-juicy:focus,
.btn-outline-juicy.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5)
}

.btn-outline-juicy.disabled,
.btn-outline-juicy:disabled {
    color: #FECE35;
    background-color: transparent
}

.btn-outline-juicy:not(:disabled):not(.disabled):active,
.btn-outline-juicy:not(:disabled):not(.disabled).active,
.show>.btn-outline-juicy.dropdown-toggle {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-outline-juicy:not(:disabled):not(.disabled):active:focus,
.btn-outline-juicy:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-juicy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5)
}

.btn-outline-understate {
    color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-outline-understate:hover {
    color: #212529;
    background-color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-outline-understate:focus,
.btn-outline-understate.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(169, 191, 216, 0.5);
    box-shadow: 0 0 0 .2rem rgba(169, 191, 216, 0.5)
}

.btn-outline-understate.disabled,
.btn-outline-understate:disabled {
    color: #A9BFD8;
    background-color: transparent
}

.btn-outline-understate:not(:disabled):not(.disabled):active,
.btn-outline-understate:not(:disabled):not(.disabled).active,
.show>.btn-outline-understate.dropdown-toggle {
    color: #212529;
    background-color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-outline-understate:not(:disabled):not(.disabled):active:focus,
.btn-outline-understate:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-understate.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(169, 191, 216, 0.5);
    box-shadow: 0 0 0 .2rem rgba(169, 191, 216, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #00C0F3;
    text-decoration: none
}

.btn-link:hover {
    color: #0084a7;
    text-decoration: none
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #74e2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00C0F3;
    background-color: #00C0F3
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #74e2ff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #a7ecff;
    border-color: #a7ecff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #00C0F3;
    background-color: #00C0F3
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 192, 243, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 192, 243, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 192, 243, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 192, 243, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #74e2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #74e2ff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #00C0F3;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #a7ecff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00C0F3;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #a7ecff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #00C0F3;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #a7ecff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1024px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxxl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1920px) {
    .dropdown-menu-io-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-io-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00C0F3
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00C0F3
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1023.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1599.98px) {
    .navbar-expand-xxxl>.container,
    .navbar-expand-xxxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xxxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xxxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxxl>.container,
    .navbar-expand-xxxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xxxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xxxl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1919.98px) {
    .navbar-expand-io>.container,
    .navbar-expand-io>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1920px) {
    .navbar-expand-io {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-io .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-io .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-io .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-io>.container,
    .navbar-expand-io>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-io .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-io .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1024px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00C0F3;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0084a7;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #00647e;
    background-color: #ccf2fd;
    border-color: #b8edfc
}

.alert-primary hr {
    border-top-color: #a0e7fb
}

.alert-primary .alert-link {
    color: #003c4b
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert-sky {
    color: #00647e;
    background-color: #ccf2fd;
    border-color: #b8edfc
}

.alert-sky hr {
    border-top-color: #a0e7fb
}

.alert-sky .alert-link {
    color: #003c4b
}

.alert-navy {
    color: #2e3643;
    background-color: #dee1e6;
    border-color: #d1d4dc
}

.alert-navy hr {
    border-top-color: #c3c6d1
}

.alert-navy .alert-link {
    color: #191e25
}

.alert-pink {
    color: #7d2f49;
    background-color: #fcdee8;
    border-color: #fbd1df
}

.alert-pink hr {
    border-top-color: #f9bacf
}

.alert-pink .alert-link {
    color: #582133
}

.alert-green {
    color: #2d6454;
    background-color: #ddf2ec;
    border-color: #d0ede5
}

.alert-green hr {
    border-top-color: #bee6db
}

.alert-green .alert-link {
    color: #1d4136
}

.alert-ganic {
    color: #2d6454;
    background-color: #ddf2ec;
    border-color: #d0ede5
}

.alert-ganic hr {
    border-top-color: #bee6db
}

.alert-ganic .alert-link {
    color: #1d4136
}

.alert-foli-green {
    color: #5e6f38;
    background-color: #f0f7e1;
    border-color: #eaf4d6
}

.alert-foli-green hr {
    border-top-color: #e0efc2
}

.alert-foli-green .alert-link {
    color: #414d27
}

.alert-foil {
    color: #5e6f38;
    background-color: #f0f7e1;
    border-color: #eaf4d6
}

.alert-foil hr {
    border-top-color: #e0efc2
}

.alert-foil .alert-link {
    color: #414d27
}

.alert-lighter {
    color: gray;
    background-color: #fdfdfd;
    border-color: #fdfdfd
}

.alert-lighter hr {
    border-top-color: #f0f0f0
}

.alert-lighter .alert-link {
    color: #676767
}

.alert-sunny {
    color: #827c17;
    background-color: #fefcd5;
    border-color: #fefac4
}

.alert-sunny hr {
    border-top-color: #fef8ab
}

.alert-sunny .alert-link {
    color: #57530f
}

.alert-orange {
    color: #846b1c;
    background-color: #fff5d7;
    border-color: #fff1c6
}

.alert-orange hr {
    border-top-color: #ffebad
}

.alert-orange .alert-link {
    color: #5a4913
}

.alert-juicy {
    color: #846b1c;
    background-color: #fff5d7;
    border-color: #fff1c6
}

.alert-juicy hr {
    border-top-color: #ffebad
}

.alert-juicy .alert-link {
    color: #5a4913
}

.alert-understate {
    color: #586370;
    background-color: #eef2f7;
    border-color: #e7edf4
}

.alert-understate hr {
    border-top-color: #d6e0ec
}

.alert-understate .alert-link {
    color: #424a53
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #00C0F3 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0098c0 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-sky {
    background-color: #00C0F3 !important
}

a.bg-sky:hover,
a.bg-sky:focus,
button.bg-sky:hover,
button.bg-sky:focus {
    background-color: #0098c0 !important
}

.bg-navy {
    background-color: #182341 !important
}

a.bg-navy:hover,
a.bg-navy:focus,
button.bg-navy:hover,
button.bg-navy:focus {
    background-color: #444f63 !important
}

.bg-pink {
    background-color: #F05A8D !important
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #ec2b6d !important
}

.bg-green {
    background-color: #57C0A2 !important
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #3ea688 !important
}

.bg-ganic {
    background-color: #57C0A2 !important
}

a.bg-ganic:hover,
a.bg-ganic:focus,
button.bg-ganic:hover,
button.bg-ganic:focus {
    background-color: #3ea688 !important
}

.bg-foli-green {
    background-color: #B4D66B !important
}

a.bg-foli-green:hover,
a.bg-foli-green:focus,
button.bg-foli-green:hover,
button.bg-foli-green:focus {
    background-color: #a0cb43 !important
}

.bg-foil {
    background-color: #B4D66B !important
}

a.bg-foil:hover,
a.bg-foil:focus,
button.bg-foil:hover,
button.bg-foil:focus {
    background-color: #a0cb43 !important
}

.bg-lighter {
    background-color: #f7f7f7 !important
}

a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
    background-color: #dedede !important
}

.bg-sunny {
    background-color: #FECE35 !important;
	color: #182341 !important;
}

a.bg-sunny:hover,
a.bg-sunny:focus,
button.bg-sunny:hover,
button.bg-sunny:focus {
    background-color: #ede006 !important
}

.bg-orange {
    background-color: #387A88   !important
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #fec202 !important
}

.bg-juicy {
    background-color: #FECE35 !important
}

a.bg-juicy:hover,
a.bg-juicy:focus,
button.bg-juicy:hover,
button.bg-juicy:focus {
    background-color: #fec202 !important
}

.bg-understate {
    background-color: #A9BFD8 !important
}

a.bg-understate:hover,
a.bg-understate:focus,
button.bg-understate:hover,
button.bg-understate:focus {
    background-color: #86a5c8 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #00C0F3 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-sky {
    border-color: #00C0F3 !important
}

.border-navy {
    border-color: #182341 !important
}

.border-pink {
    border-color: #F05A8D !important
}

.border-green {
    border-color: #57C0A2 !important
}

.border-ganic {
    border-color: #57C0A2 !important
}

.border-foli-green {
    border-color: #B4D66B !important
}

.border-foil {
    border-color: #B4D66B !important
}

.border-lighter {
    border-color: #f7f7f7 !important
}

.border-sunny {
    border-color: #FAC817 !important
}

.border-orange {
    border-color: #FECE35 !important
}

.border-juicy {
    border-color: #FECE35 !important
}

.border-understate {
    border-color: #A9BFD8 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1600px) {
    .d-xxxl-none {
        display: none !important
    }
    .d-xxxl-inline {
        display: inline !important
    }
    .d-xxxl-inline-block {
        display: inline-block !important
    }
    .d-xxxl-block {
        display: block !important
    }
    .d-xxxl-table {
        display: table !important
    }
    .d-xxxl-table-row {
        display: table-row !important
    }
    .d-xxxl-table-cell {
        display: table-cell !important
    }
    .d-xxxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-io-none {
        display: none !important
    }
    .d-io-inline {
        display: inline !important
    }
    .d-io-inline-block {
        display: inline-block !important
    }
    .d-io-block {
        display: block !important
    }
    .d-io-table {
        display: table !important
    }
    .d-io-table-row {
        display: table-row !important
    }
    .d-io-table-cell {
        display: table-cell !important
    }
    .d-io-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-io-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1600px) {
    .flex-xxxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-io-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-io-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-io-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-io-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-io-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-io-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-io-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-io-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-io-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-io-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-io-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-io-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-io-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-io-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-io-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-io-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-io-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-io-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-io-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-io-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-io-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-io-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-io-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-io-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-io-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-io-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-io-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-io-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-io-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-io-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-io-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-io-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-io-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-io-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: 1024px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-xxl-left {
        float: left !important
    }
    .float-xxl-right {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
}

@media (min-width: 1600px) {
    .float-xxxl-left {
        float: left !important
    }
    .float-xxxl-right {
        float: right !important
    }
    .float-xxxl-none {
        float: none !important
    }
}

@media (min-width: 1920px) {
    .float-io-left {
        float: left !important
    }
    .float-io-right {
        float: right !important
    }
    .float-io-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .m-xxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1600px) {
    .m-xxxl-0 {
        margin: 0 !important
    }
    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important
    }
    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important
    }
    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important
    }
    .m-xxxl-1 {
        margin: .25rem !important
    }
    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: .25rem !important
    }
    .m-xxxl-2 {
        margin: .5rem !important
    }
    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: .5rem !important
    }
    .m-xxxl-3 {
        margin: 1rem !important
    }
    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important
    }
    .m-xxxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxxl-5 {
        margin: 3rem !important
    }
    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important
    }
    .p-xxxl-0 {
        padding: 0 !important
    }
    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important
    }
    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important
    }
    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important
    }
    .p-xxxl-1 {
        padding: .25rem !important
    }
    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: .25rem !important
    }
    .p-xxxl-2 {
        padding: .5rem !important
    }
    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: .5rem !important
    }
    .p-xxxl-3 {
        padding: 1rem !important
    }
    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important
    }
    .p-xxxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxxl-5 {
        padding: 3rem !important
    }
    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important
    }
    .m-xxxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxxl-n3 {
        margin: -1rem !important
    }
    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxxl-n5 {
        margin: -3rem !important
    }
    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxxl-auto {
        margin: auto !important
    }
    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }
    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important
    }
    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .m-io-0 {
        margin: 0 !important
    }
    .mt-io-0,
    .my-io-0 {
        margin-top: 0 !important
    }
    .mr-io-0,
    .mx-io-0 {
        margin-right: 0 !important
    }
    .mb-io-0,
    .my-io-0 {
        margin-bottom: 0 !important
    }
    .ml-io-0,
    .mx-io-0 {
        margin-left: 0 !important
    }
    .m-io-1 {
        margin: .25rem !important
    }
    .mt-io-1,
    .my-io-1 {
        margin-top: .25rem !important
    }
    .mr-io-1,
    .mx-io-1 {
        margin-right: .25rem !important
    }
    .mb-io-1,
    .my-io-1 {
        margin-bottom: .25rem !important
    }
    .ml-io-1,
    .mx-io-1 {
        margin-left: .25rem !important
    }
    .m-io-2 {
        margin: .5rem !important
    }
    .mt-io-2,
    .my-io-2 {
        margin-top: .5rem !important
    }
    .mr-io-2,
    .mx-io-2 {
        margin-right: .5rem !important
    }
    .mb-io-2,
    .my-io-2 {
        margin-bottom: .5rem !important
    }
    .ml-io-2,
    .mx-io-2 {
        margin-left: .5rem !important
    }
    .m-io-3 {
        margin: 1rem !important
    }
    .mt-io-3,
    .my-io-3 {
        margin-top: 1rem !important
    }
    .mr-io-3,
    .mx-io-3 {
        margin-right: 1rem !important
    }
    .mb-io-3,
    .my-io-3 {
        margin-bottom: 1rem !important
    }
    .ml-io-3,
    .mx-io-3 {
        margin-left: 1rem !important
    }
    .m-io-4 {
        margin: 1.5rem !important
    }
    .mt-io-4,
    .my-io-4 {
        margin-top: 1.5rem !important
    }
    .mr-io-4,
    .mx-io-4 {
        margin-right: 1.5rem !important
    }
    .mb-io-4,
    .my-io-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-io-4,
    .mx-io-4 {
        margin-left: 1.5rem !important
    }
    .m-io-5 {
        margin: 3rem !important
    }
    .mt-io-5,
    .my-io-5 {
        margin-top: 3rem !important
    }
    .mr-io-5,
    .mx-io-5 {
        margin-right: 3rem !important
    }
    .mb-io-5,
    .my-io-5 {
        margin-bottom: 3rem !important
    }
    .ml-io-5,
    .mx-io-5 {
        margin-left: 3rem !important
    }
    .p-io-0 {
        padding: 0 !important
    }
    .pt-io-0,
    .py-io-0 {
        padding-top: 0 !important
    }
    .pr-io-0,
    .px-io-0 {
        padding-right: 0 !important
    }
    .pb-io-0,
    .py-io-0 {
        padding-bottom: 0 !important
    }
    .pl-io-0,
    .px-io-0 {
        padding-left: 0 !important
    }
    .p-io-1 {
        padding: .25rem !important
    }
    .pt-io-1,
    .py-io-1 {
        padding-top: .25rem !important
    }
    .pr-io-1,
    .px-io-1 {
        padding-right: .25rem !important
    }
    .pb-io-1,
    .py-io-1 {
        padding-bottom: .25rem !important
    }
    .pl-io-1,
    .px-io-1 {
        padding-left: .25rem !important
    }
    .p-io-2 {
        padding: .5rem !important
    }
    .pt-io-2,
    .py-io-2 {
        padding-top: .5rem !important
    }
    .pr-io-2,
    .px-io-2 {
        padding-right: .5rem !important
    }
    .pb-io-2,
    .py-io-2 {
        padding-bottom: .5rem !important
    }
    .pl-io-2,
    .px-io-2 {
        padding-left: .5rem !important
    }
    .p-io-3 {
        padding: 1rem !important
    }
    .pt-io-3,
    .py-io-3 {
        padding-top: 1rem !important
    }
    .pr-io-3,
    .px-io-3 {
        padding-right: 1rem !important
    }
    .pb-io-3,
    .py-io-3 {
        padding-bottom: 1rem !important
    }
    .pl-io-3,
    .px-io-3 {
        padding-left: 1rem !important
    }
    .p-io-4 {
        padding: 1.5rem !important
    }
    .pt-io-4,
    .py-io-4 {
        padding-top: 1.5rem !important
    }
    .pr-io-4,
    .px-io-4 {
        padding-right: 1.5rem !important
    }
    .pb-io-4,
    .py-io-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-io-4,
    .px-io-4 {
        padding-left: 1.5rem !important
    }
    .p-io-5 {
        padding: 3rem !important
    }
    .pt-io-5,
    .py-io-5 {
        padding-top: 3rem !important
    }
    .pr-io-5,
    .px-io-5 {
        padding-right: 3rem !important
    }
    .pb-io-5,
    .py-io-5 {
        padding-bottom: 3rem !important
    }
    .pl-io-5,
    .px-io-5 {
        padding-left: 3rem !important
    }
    .m-io-n1 {
        margin: -.25rem !important
    }
    .mt-io-n1,
    .my-io-n1 {
        margin-top: -.25rem !important
    }
    .mr-io-n1,
    .mx-io-n1 {
        margin-right: -.25rem !important
    }
    .mb-io-n1,
    .my-io-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-io-n1,
    .mx-io-n1 {
        margin-left: -.25rem !important
    }
    .m-io-n2 {
        margin: -.5rem !important
    }
    .mt-io-n2,
    .my-io-n2 {
        margin-top: -.5rem !important
    }
    .mr-io-n2,
    .mx-io-n2 {
        margin-right: -.5rem !important
    }
    .mb-io-n2,
    .my-io-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-io-n2,
    .mx-io-n2 {
        margin-left: -.5rem !important
    }
    .m-io-n3 {
        margin: -1rem !important
    }
    .mt-io-n3,
    .my-io-n3 {
        margin-top: -1rem !important
    }
    .mr-io-n3,
    .mx-io-n3 {
        margin-right: -1rem !important
    }
    .mb-io-n3,
    .my-io-n3 {
        margin-bottom: -1rem !important
    }
    .ml-io-n3,
    .mx-io-n3 {
        margin-left: -1rem !important
    }
    .m-io-n4 {
        margin: -1.5rem !important
    }
    .mt-io-n4,
    .my-io-n4 {
        margin-top: -1.5rem !important
    }
    .mr-io-n4,
    .mx-io-n4 {
        margin-right: -1.5rem !important
    }
    .mb-io-n4,
    .my-io-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-io-n4,
    .mx-io-n4 {
        margin-left: -1.5rem !important
    }
    .m-io-n5 {
        margin: -3rem !important
    }
    .mt-io-n5,
    .my-io-n5 {
        margin-top: -3rem !important
    }
    .mr-io-n5,
    .mx-io-n5 {
        margin-right: -3rem !important
    }
    .mb-io-n5,
    .my-io-n5 {
        margin-bottom: -3rem !important
    }
    .ml-io-n5,
    .mx-io-n5 {
        margin-left: -3rem !important
    }
    .m-io-auto {
        margin: auto !important
    }
    .mt-io-auto,
    .my-io-auto {
        margin-top: auto !important
    }
    .mr-io-auto,
    .mx-io-auto {
        margin-right: auto !important
    }
    .mb-io-auto,
    .my-io-auto {
        margin-bottom: auto !important
    }
    .ml-io-auto,
    .mx-io-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1024px) {
    .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
    }
}

@media (min-width: 1440px) {
    .text-xxl-left {
        text-align: left !important
    }
    .text-xxl-right {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1600px) {
    .text-xxxl-left {
        text-align: left !important
    }
    .text-xxxl-right {
        text-align: right !important
    }
    .text-xxxl-center {
        text-align: center !important
    }
}

@media (min-width: 1920px) {
    .text-io-left {
        text-align: left !important
    }
    .text-io-right {
        text-align: right !important
    }
    .text-io-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #00C0F3 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0084a7 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-sky {
    color: #00C0F3 !important
}

a.text-sky:hover,
a.text-sky:focus {
    color: #0084a7 !important
}

.text-navy {
    color: #182341 !important
}

a.text-navy:hover,
a.text-navy:focus {
    color: #3a4354 !important
}

.text-pink {
    color: #F05A8D !important
}

a.text-pink:hover,
a.text-pink:focus {
    color: #e8155d !important
}

.text-green {
    color: #57C0A2 !important
}

a.text-green:hover,
a.text-green:focus {
    color: #379379 !important
}

.text-ganic {
    color: #57C0A2 !important
}

a.text-ganic:hover,
a.text-ganic:focus {
    color: #379379 !important
}

.text-foli-green {
    color: #B4D66B !important
}

a.text-foli-green:hover,
a.text-foli-green:focus {
    color: #93bf35 !important
}

.text-foil {
    color: #B4D66B !important
}

a.text-foil:hover,
a.text-foil:focus {
    color: #93bf35 !important
}

.text-lighter {
    color: #f7f7f7 !important
}

a.text-lighter:hover,
a.text-lighter:focus {
    color: #d1d1d1 !important
}

.text-sunny {
    color: #FAC817 !important
}

a.text-sunny:hover,
a.text-sunny:focus {
    color: #d4c805 !important
}

.text-orange {
    color: #FECE35 !important
}

a.text-orange:hover,
a.text-orange:focus {
    color: #e5af01 !important
}

.text-juicy {
    color: #FECE35 !important
}

a.text-juicy:hover,
a.text-juicy:focus {
    color: #e5af01 !important
}

.text-understate {
    color: #A9BFD8 !important
}

a.text-understate:hover,
a.text-understate:focus {
    color: #7498c0 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.g_overlay:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " "
}

.transition_075 {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s
}

@media (prefers-reduced-motion: reduce) {
    .transition_075 {
        -webkit-transition-duration: 0.001s !important;
        transition-duration: 0.001s !important
    }
}

.transition_125 {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}

@media (prefers-reduced-motion: reduce) {
    .transition_125 {
        -webkit-transition-duration: 0.001s !important;
        transition-duration: 0.001s !important
    }
}

.transition_055 {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s
}

@media (prefers-reduced-motion: reduce) {
    .transition_055 {
        -webkit-transition-duration: 0.001s !important;
        transition-duration: 0.001s !important
    }
}

.transition_035 {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s
}

@media (prefers-reduced-motion: reduce) {
    .transition_035 {
        -webkit-transition-duration: 0.001s !important;
        transition-duration: 0.001s !important
    }
}

html {
    overflow-x: hidden
}

body {
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto
}

body.menu-opened {
    background: #182341
}

body.menu-opened:before {
    position: absolute;
    z-index: 1030;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(89, 103, 129, 0.7)
}

body#homepage {
    padding-top: 0
}

@media (min-width: 1024px) {
    body#homepage {
        padding-top: 0
    }
}

#wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #wrap {
        -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
        flex: auto !important
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background: #A9BFD8
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: white;
    background: #00C0F3
}

.bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(89, 103, 129, 0.5);
    box-shadow: 0 0 10px rgba(89, 103, 129, 0.5)
}

.btn-xl {
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    height: 77px;
    padding: 24px 30px
}

.btn-link.text-primary:hover {
    color: #FECE35 !important
}

.btn-link.text-primary:hover path {
    stroke: #FECE35
}

.btn--book-your-place {
    font-size: 20px;
    line-height: 60px;
    width: 100%;
    max-width: 250px;
    height: 60px;
    padding: 0;
    border-radius: 0
}

@media (min-width: 1024px) {
    .btn--book-your-place {
        font-size: 26px;
        line-height: 85px;
        max-width: 333px;
        height: 85px
    }
}

.btn--view-programme {
    font-size: 20px;
    line-height: 60px;
    width: 100%;
    max-width: 250px;
    height: 60px;
    padding: 0;
    border-radius: 0
}

@media (min-width: 1024px) {
    .btn--view-programme {
        font-size: 26px;
        line-height: 85px;
        max-width: 333px;
        height: 85px
    }
}

.btn--pink {
    color: white !important;
    background-color: #F05A8D
}

.btn--sky {
    color: white !important;
    background-color: #00C0F3
}

.btn--sunny {
    color: black;
    background-color: #FAC817
}

.dropdown-toggle--sky {
    color: white;
    background-color: #00C0F3
}

.dropdown-toggle--landing {
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 55px;
    padding: 0 15px;
    text-align: left;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.dropdown-toggle--landing:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 12px solid white;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.slick-slider .slick-dots {
    right: 0;
    bottom: 25px;
    left: 0;
    margin: auto
}

.slick-slider .slick-dots li {
    margin: 0
}

.slick-slider .slick-dots li button:before {
    font-size: 9px;
    opacity: 1;
    color: #C4C4C4
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #FECE35
}

.youtube {
    position: relative
}

.youtube img {
    width: 100%
}

.youtube .play {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1)
}

.youtube .play:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 45px;
    position: absolute;
    z-index: 11;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 45px;
    margin: auto;
    content: "\f04b";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: white;
    border-radius: 17%;
    background: rgba(0, 0, 0, 0.65)
}

.youtube:hover .play {
    background: rgba(0, 0, 0, 0.2)
}

.youtube:hover .play:before {
    background: black
}

.btn-filter {
    font-size: 16px;
    height: 50px;
    margin-bottom: 3px;
    color: #828282;
    border: solid 1px #828282;
    border-radius: 2px
}

@media (min-width: 768px) {
    .btn-filter {
        border-color: #D5D4D5
    }
}

.pagination .page-item+.page-item {
    margin-left: 5px
}

.pagination .page-item .page-link {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    width: 77px;
    height: 77px;
    text-align: center;
    color: black;
    border: none;
    border-radius: 0
}

@media (max-width: 767.98px) {
    .pagination .page-item .page-link {
        line-height: 46px;
        width: 70px;
        height: 70px
    }
}

.pagination .page-item .page-link:first-child {
    border-radius: 0
}

.pagination .page-item.active .page-link {
    background: #FAC817
}

.rate {
    padding: 40px 5px;
    color: white;
    background: #57C0A2
}

@media (min-width: 768px) {
    .rate {
        padding: 120px 0 140px
    }
}

.rate .section_title {
    max-width: 930px;
    margin: auto;
    padding-top: 0;
    text-align: center
}

.rate .section_title h2 {
    color: #fff
}

.rate .section_title p {
    color: #fff
}

.rate h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rate h2 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 16px
    }
}

.rate p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .rate p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 80px
    }
}

.rate [class*="transition_"] {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.rate.lazyloaded [class*="transition_"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.rate.rate--course .section_title {
    padding-bottom: 0
}

.defo-style article {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%
}

.defo-style article a {
    display: block;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}

.defo-style .item {
    width: 100%;
    max-width: 280px;
    margin-bottom: 10px;
    padding: 0 10px
}

@media (min-width: 768px) {
    .defo-style .item {
        max-width: 350px;
        padding: 0 15px
    }
}

@media (min-width: 768px) {
    .defo-style .item {
        max-width: 450px;
        padding: 0 15px
    }
}

.defo-style .img_wrap {
    position: relative;
    overflow: hidden;
    width: 100%
}

.defo-style .img_wrap:before {
    display: block;
    padding-bottom: 62%;
    content: ""
}

.defo-style .img_wrap img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.defo-style .content_wrap {
    padding: 24px 20px
}

@media (min-width: 768px) {
    .defo-style .content_wrap {
        padding: 25px 32px 49px
    }
}

.defo-style .content_wrap .fig {
    display: block;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .defo-style .content_wrap .fig {
        margin-bottom: 27.5px
    }
}

.defo-style .content_wrap .date {
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #657593
}

@media (min-width: 768px) {
    .defo-style .content_wrap .date {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 18px
    }
}

.defo-style .content_wrap h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 0;
    color: #182341
}

@media (min-width: 768px) {
    .defo-style .content_wrap h3 {
        font-size: 22px;
        line-height: 26px
    }
}

.kis-widget.horizontal {
    max-width: 100%
}

.alert--emergency {
    position: fixed;
    z-index: 999999999;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 0;
    background-color: #FEE101
}

.alert--emergency h2 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .alert--emergency h2 {
        font-size: 20px
    }
}

.alert--emergency .alert__container {
    padding: 10px;
    border-radius: 0
}

@media (min-width: 1024px) {
    .alert--emergency .alert__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1024px) {
    .alert--emergency .alert__action {
        display: none
    }
}

.alert--emergency .alert__action a {
    font-size: 14px;
    display: inline-block;
    padding: 6px 20px;
    color: white;
    border-radius: 0;
    background-color: black
}

.alert--emergency .alert__action a.close {
    text-decoration: underline;
    color: black;
    background-color: transparent
}

.alert--emergency p {
    font-size: 14px;
    font-weight: 500
}

@media (min-width: 1024px) {
    .alert--emergency p {
        font-size: 16px
    }
}

.alert--emergency .alert__close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    border: 0;
    border: 2px solid black;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (max-width: 1023.98px) {
    .alert--emergency .alert__close {
        top: 5px;
        right: 5px
    }
}

a {
    text-decoration: none;
    color: #FECE35
}

a:hover,
a:focus {
    color: #952149
}

h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5
}

h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.71429
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333
}

h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

#wrap {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 56px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto
}

@media (min-width: 1024px) {
    #wrap {
        padding-top: 106px
    }
}

.template--event-calendar #wrap,
.template--event-calendar .page-wrap-side-nav {
    overflow: visible !important
}

.video-container {
    position: relative;
    height: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 56.25%
}

@media (min-width: 768px) {
    .video-container.video-right,
    .video-container.video-left {
        width: 50%;
        padding-bottom: 28.125%
    }
}

@media (min-width: 768px) {
    .video-container.video-right {
        float: right;
        margin-left: 30px
    }
}

@media (min-width: 768px) {
    .video-container.video-left {
        float: left;
        margin-right: 30px
    }
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container h3 {
    position: absolute;
    top: -30px
}

.modal-content {
    color: white;
    border: none;
    border-radius: 0;
    background-color: #182341;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.4)
}

.modal--pink .modal-content {
    background-color: #F05A8D
}

.modal--navy .modal-content {
    background-color: #182341
}

.modal--juicy .modal-content {
    background-color: #FECE35
}

.modal--foil .modal-content {
    background-color: #B4D66B
}

.modal--sky .modal-content {
    background-color: #00C0F3
}

.modal--understate .modal-content {
    background-color: #A9BFD8
}

.modal--ganic .modal-content {
    background-color: #57C0A2
}

.modal--darkgrey .modal-content {
    background-color: #969698
}

.modal-header {
    position: relative;
    padding: 15px;
    border-bottom-color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 768px) {
    .modal-header {
        padding: 30px
    }
}

.modal-header .modal-title {
    font-size: 32px;
    line-height: 0.96;
    padding-right: 18px
}

.modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
    padding: 1px;
    border: none;
    background: transparent
}

.modal-header .close svg {
    width: 15px;
    height: 15px
}

.modal-body {
    padding: 15px
}

@media (min-width: 768px) {
    .modal-body {
        padding: 30px
    }
}

.modal--apply,
.modal--course-detail {
    padding-right: 0 !important
}

.modal--apply .modal-dialog,
.modal--course-detail .modal-dialog {
    max-width: 100%;
    margin: 0
}

.modal--apply .modal-header,
.modal--course-detail .modal-header {
    height: 56px;
    border: none
}

@media (min-width: 576px) {
    .modal--apply .modal-header,
    .modal--course-detail .modal-header {
        height: 106px
    }
}

.modal--apply .modal-header .close,
.modal--course-detail .modal-header .close {
    top: 18px;
    right: 18px
}

@media (min-width: 576px) {
    .modal--apply .modal-header .close,
    .modal--course-detail .modal-header .close {
        top: 38px;
        right: 38px
    }
}

.modal--apply .modal-header .close svg,
.modal--course-detail .modal-header .close svg {
    width: 30px;
    height: 30px
}

.modal--apply .modal-content,
.modal--course-detail .modal-content {
    min-height: 100vh
}

.modal--apply .container,
.modal--course-detail .container {
    position: relative;
    z-index: 11;
    max-width: 1370px;
    padding: 0 20px
}

.modal--apply .modal-body,
.modal--course-detail .modal-body {
    padding: 0
}

.modal--apply .corner-right,
.modal--course-detail .corner-right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 24vw
}

.modal--apply .title,
.modal--course-detail .title {
    font-size: 96px;
    font-weight: 300;
    line-height: 101px;
    margin-top: 17px;
    margin-bottom: 120px
}

@media (max-width: 1023.98px) {
    .modal--apply .title,
    .modal--course-detail .title {
        font-size: 70px;
        line-height: 1.1;
        margin: 0 0 50px
    }
}

@media (max-width: 767.98px) {
    .modal--apply .title,
    .modal--course-detail .title {
        font-size: 50px;
        margin: 0 0 30px
    }
}

.modal--apply .title b,
.modal--course-detail .title b {
    font-weight: bold
}

.modal--apply .title span,
.modal--course-detail .title span {
    font-size: 18px;
    line-height: 21px;
    display: block;
    margin-top: 60px
}

.modal--apply .subtitle,
.modal--course-detail .subtitle {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 40px;
    color: white
}

.modal--apply .basic-table,
.modal--course-detail .basic-table {
    margin: 0
}

.modal--apply .basic-table th,
.modal--course-detail .basic-table th {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 16px;
    color: white;
    border-top: none;
    border-bottom-width: 1px
}

@media (min-width: 1024px) {
    .modal--apply .basic-table th,
    .modal--course-detail .basic-table th {
        font-size: 24px;
        line-height: 43px
    }
}

.modal--apply .basic-table,
.modal--course-detail .basic-table {
    margin: 0
}

.modal--apply .basic-table td,
.modal--course-detail .basic-table td {
    font-size: 18px;
    line-height: 32px;
    padding: 8px 0;
    vertical-align: middle;
    color: white;
    border-bottom: solid 1px #A9BFD8
}

@media (min-width: 1024px) {
    .modal--apply .basic-table td,
    .modal--course-detail .basic-table td {
        font-size: 24px;
        line-height: 43px;
        padding: 20px 0
    }
}

.modal--apply .basic-table .btn,
.modal--course-detail .basic-table .btn {
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1024px) {
    .modal--apply .basic-table .btn,
    .modal--course-detail .basic-table .btn {
        max-width: 290px;
        height: 85px
    }
}

@media (max-width: 767.98px) {
    .modal--apply .basic-table td,
    .modal--course-detail .basic-table td {
        border-bottom: none
    }
}

.modal--apply .basic-table td:before,
.modal--course-detail .basic-table td:before {
    width: 50%;
    text-align: right
}

@media (max-width: 767.98px) {
    .modal--apply .basic-table td:last-child,
    .modal--course-detail .basic-table td:last-child {
        border-bottom: solid 1px #A9BFD8
    }
    .modal--apply .basic-table td:last-child .bt-content,
    .modal--course-detail .basic-table td:last-child .bt-content {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0
    }
    .modal--apply .basic-table td:last-child:before,
    .modal--course-detail .basic-table td:last-child:before {
        display: none
    }
}

.modal--apply .basic-table .bt-content,
.modal--course-detail .basic-table .bt-content {
    padding-left: 10px
}

#discoverModal {
    padding-right: 0 !important
}

#discoverModal .modal-dialog {
    max-width: 100%;
    margin: 0
}

#discoverModal .modal-header {
    height: 56px;
    border: none
}

@media (min-width: 576px) {
    #discoverModal .modal-header {
        height: 106px
    }
}

#discoverModal .modal-header .close {
    top: 18px;
    right: 18px
}

@media (min-width: 576px) {
    #discoverModal .modal-header .close {
        top: 38px;
        right: 38px
    }
}

#discoverModal .modal-content {
    min-height: 100vh
}

#discoverModal .container {
    position: relative;
    z-index: 11;
    max-width: 1598px;
    padding: 0 20px
}

#discoverModal .corner-right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 24vw
}

#discoverModal .modal-body {
    padding: 0
}

#discoverModal .title {
    font-size: 96px;
    font-weight: 300;
    line-height: 101px;
    margin-top: 17px;
    margin-bottom: 120px
}

@media (max-width: 1023.98px) {
    #discoverModal .title {
        font-size: 70px;
        line-height: 1.1;
        margin: 0 0 50px
    }
}

@media (max-width: 767.98px) {
    #discoverModal .title {
        font-size: 50px;
        margin: 0 0 30px
    }
}

#discoverModal .title b {
    font-weight: bold
}

#discoverModal .title span {
    font-size: 18px;
    line-height: 21px;
    display: block;
    margin-top: 60px
}

#discoverModal .head-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    display: block;
    padding-top: 24px;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: white;
    border-top: solid 1px #A9BFD8
}

#discoverModal .drop-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

#discoverModal .drop-list a {
    color: white
}

#discoverModal .subtitle {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 40px;
    color: white
}

.modal-open[style] {
    padding-right: 0 !important
}

.video-banner {
    position: relative;
    z-index: 11;
    display: block;
    overflow: hidden
}

.video-banner .img_wrap {
    position: relative;
    overflow: hidden;
    height: 51vw;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .video-banner .img_wrap {
        margin-bottom: 0
    }
    .video-banner .img_wrap img {
        max-width: none
    }
}

.video-banner .img_wrap img {
    position: absolute;
    top: 50%;
    right: -50%;
    left: -50%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) {
    .video-banner .img_wrap.has-overlay::before {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 90, 141, 0.89)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(top, rgba(240, 90, 141, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
        mix-blend-mode: multiply
    }
    @supports not (mix-blend-mode: multiply) {
        .video-banner .img_wrap.has-overlay::before {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(240, 90, 141, 0.7)
        }
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
    .video-banner .img_wrap.has-overlay::before {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(240, 90, 141, 0.7)
    }
}

.video-banner .img_wrap.has-overlay.has-overlay--dark::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.333)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(top, rgba(0, 0, 0, 0.333) 0%, rgba(255, 255, 255, 0) 100%)
}

@supports not (mix-blend-mode: multiply) {
    .video-banner .img_wrap.has-overlay.has-overlay--dark::before {
        background: rgba(0, 0, 0, 0.7)
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .video-banner .img_wrap.has-overlay.has-overlay--dark::before {
        background: rgba(0, 0, 0, 0.7)
    }
}

.video-banner .overlay-content {
    padding: 0 20px;
    color: #182341
}

@media (min-width: 768px) {
    .video-banner .overlay-content {
        position: absolute;
        z-index: 4;
        top: 50%;
        right: 0;
        left: 0;
        width: 80%;
        max-width: 1318px;
        margin: auto;
        padding: 0;
        padding: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white
    }
}

.video-banner .overlay-content a {
    color: inherit
}

.video-banner .overlay-content .back {
    font-size: 12px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .video-banner .overlay-content .back {
        font-size: 14px
    }
    .video-banner .overlay-content .back svg {
        margin-left: -30px
    }
}

@media (min-width: 1024px) {
    .video-banner .overlay-content .back {
        margin-bottom: 33px
    }
}

@media (min-width: 1200px) {
    .video-banner .overlay-content .back {
        margin-bottom: 54px
    }
}

.video-banner .overlay-content .back span {
    margin-right: 10px
}

.video-banner .play {
    display: block;
    text-align: center
}

@media (max-width: 767.98px) {
    .video-banner .play {
        position: absolute;
        z-index: 11;
        top: 50%;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.video-banner.polygon+.course-lightgrey h2 {
    color: #182341
}

.video-banner.polygon:after {
    display: none
}

.video-banner.polygon .play {
    position: absolute;
    top: 40%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-banner.polygon .img_wrap {
    clear: both;
    height: 52.7vw;
    margin-right: 0;
    margin-left: auto;
    background: url("/courses/media/2019-template-assets/graphics/vector9.png");background-position:right bottom;background-size:cover}@media (max-width: 767.98px){.video-banner.polygon .img_wrap{height:80vw;margin-bottom:0;background:none}.video-banner.polygon .img_wrap img{right:-50%;left:-50%;min-width:100%;max-width:none;height:100%}}.video-banner.polygon .img_wrap img{z-index:-1;right:0;left:auto;float:right;height:99.8%}.video-banner.polygon .overlay-contents{font-size:26px;position:absolute;z-index:1;top:40%;left:7%;width:40%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:white}@media (min-width: 576px){.video-banner.polygon .overlay-contents h2,.video-banner.polygon .overlay-contents h3{max-width:280px}}@media (min-width: 1200px){.video-banner.polygon .overlay-contents h2,.video-banner.polygon .overlay-contents h3{max-width:320px}}@media (min-width: 1440px){.video-banner.polygon .overlay-contents{font-size:30px}.video-banner.polygon .overlay-contents h2,.video-banner.polygon .overlay-contents h3{max-width:500px}}@media (min-width: 1600px){.video-banner.polygon .overlay-contents h2,.video-banner.polygon .overlay-contents h3{max-width:540px}}@media (min-width: 768px){.video-banner.polygon .overlay-contents{color:#182341}}@media (max-width: 767.98px){.video-banner.polygon .overlay-contents{position:relative;right:0;left:0;width:100%;padding:20px;-webkit-transform:translateY(0);transform:translateY(0);color:white;background:#182341}.video-banner.polygon .overlay-contents svg{margin-top:40px;margin-bottom:30px}.video-banner.polygon .overlay-contents:before{position:absolute;z-index:-1;right:-50%;bottom:14%;left:-50%;width:200%;height:100%;margin:auto;content:"";-webkit-transform:rotate(-6deg);transform:rotate(-6deg);background:#182341}}@media (max-width: 575.98px){.video-banner.polygon .overlay-contents:before{bottom:10%;-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}}.video-banner.polygon .corner{position:absolute;bottom:19.4%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left bottom;transform-origin:left bottom}@media (max-width: 767.98px){.video-banner.polygon .corner{display:none}}@media (prefers-reduced-motion: reduce){.video-banner.polygon .corner{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.video-banner.polygon .corner.lazyloaded{-webkit-transform:scale(0.5);transform:scale(0.5)}@media (min-width: 1440px){.video-banner.polygon .corner.lazyloaded{-webkit-transform:scale(0.75);transform:scale(0.75)}}@media (min-width: 1600px){.video-banner.polygon .corner.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}}.video-banner.polygon h2,.video-banner.polygon h3{color:white}@media (min-width: 768px){.video-banner.polygon h2,.video-banner.polygon h3{font-size:44px;color:#182341}}@media (min-width: 1200px){.video-banner.polygon h2,.video-banner.polygon h3{font-size:48px}}@media (min-width: 1440px){.video-banner.polygon h2,.video-banner.polygon h3{font-size:66px}}.video-banner.polygon+.component-testimonial .media-image::before{background:url("/courses/media/2019-template-assets/graphics/mask-grey.png") !important}.video-banner.polygon+.component-testimonial .media-image::after{background:url("/courses/media/2019-template-assets/graphics/fig-grey.svg");background-repeat:no-repeat;background-position:center right}.video-banner.polygon+section{background-color:#F7F7F7 !important}@media (min-width: 768px){.video-banner.polygon+section{padding-top:40px}.video-banner.polygon+section.imageGrid{padding-top:120px}}.video-banner.polygon+section h2{color:#182341 !important}.video-banner.polygon+section.happen{background-color:#F7F7F7 !important}.video-banner.polygon+.general-content--landing{background-color:#F7F7F7 !important}.video-banner.v2 .corner svg path{fill:#F05A8D}@media (min-width: 768px){.video-banner.v2 .overlay-contents svg{width:120px}}@media (max-width: 767.98px){.video-banner.v2 .overlay-contents{font-weight:300;position:relative;right:0;left:0;padding:20px;-webkit-transform:translateY(0);transform:translateY(0)}.video-banner.v2 .overlay-contents h3{color:inherit}.video-banner.v2 .overlay-contents svg path{stroke:white}}.form-group{position:relative}.form-control-placeholder{font-size:16px;line-height:34px;position:absolute;top:0;padding:20px 0 0 20px;-webkit-transition:all 200ms;transition:all 200ms;opacity:0.5}@media (prefers-reduced-motion: reduce){.form-control-placeholder{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.form-control:focus+.form-control-placeholder,.form-control:valid+.form-control-placeholder{font-size:75%;-webkit-transform:translate3d(0, -22px, 0);transform:translate3d(0, -22px, 0);opacity:1}.form-row.gutter-30{margin-right:-15px;margin-left:-15px}.form-row.gutter-30>.col,.form-row.gutter-30>[class*="col-"]{padding-right:15px;padding-left:15px}.form-container{max-width:1394px;padding:30px 15px}.form-container legend{font-size:24px;font-weight:bold;line-height:38px;line-height:1.1;margin-bottom:20px}.form-container legend:first-of-type{margin-bottom:36px}.form-container .form-group{margin-bottom:30px}.form-container .form-control{line-height:34px;min-height:73px;padding:20px 20px 19px 20px;border-color:#CACACA}.form-container textarea.form-control{min-height:177px;padding:20px 20px 19px 20px}.form-container .dropdown-toggle:after{width:16px;height:8px;border:none;background:url("/courses/media/2019-template-assets/graphics/dropdown_arrow.svg") no-repeat center center}.form-container .custom-control-label{color:#828282}.form-container p{font-size:18px;line-height:30px}.form-container .btn-lg{font-size:18px;font-weight:bold;line-height:28px;min-height:77px;padding:24.5px 35px;text-transform:uppercase}@media (min-width: 768px){.form-container .btn-lg{min-width:283px}}.input-group{margin:15px 0}@media (min-width: 576px){.input-group{margin:24px 0}}.input-group .form-control-xl,.input-group .btn-xl{font-size:16px;height:51px;padding:10px 11px;border:solid 1px #E0E0E0;border-radius:0.25rem}.input-group .form-control-xl{border-right:none}@media (min-width: 1024px){.input-group .form-control-xl{font-size:20px;font-weight:300;line-height:30px;height:85px;padding:24px;color:#828282;border-radius:0}}.input-group .btn-xl{border-left:0}@media (min-width: 1024px){.input-group .btn-xl{font-size:20px;line-height:37px;height:85px;padding:24px 20px;border-color:#E0E0E0;border-radius:0}}.input-group .btn-xl svg{width:30px;height:auto}.input-group .btn-xl circle,.input-group .btn-xl line{stroke:#00C0F3}.btn-upload{margin-bottom:30px}.btn-upload-input{font-size:18px;font-weight:bold;line-height:22px;position:relative;overflow:hidden;min-height:55px;padding:16px 41px 17px;cursor:pointer;text-transform:uppercase;color:white;border:none;border-color:#555555;border-radius:0;background-color:#555555}.btn-upload-input:hover{color:white;background:#00C0F3}.btn-upload-input input[type=file]{font-size:20px;position:absolute;top:0;right:0;margin:0;padding:0;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.btn-upload-input-title{margin-left:2px}.btn-upload-input-title i{margin-right:10px}.award{position:relative;z-index:11;height:615px}@media (max-width: 575.98px){.award{height:727px}.award .bg img{height:359px}}@media (max-width: 1023.98px){.award-banner{height:460px}}.award-banner h1{color:white}.award-banner .overlay:before{height:200px !important}.award .bg{position:relative;display:block;overflow:hidden;width:100%;height:100%}@media (min-width: 1024px){.award .bg{height:615px}}.award .bg::before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background:-webkit-gradient(linear, right top, left top, color-stop(.33%, rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background:linear-gradient(-90deg, rgba(0,0,0,0.5) .33%, rgba(0,0,0,0) 100%)}.award img{position:absolute;top:0;right:-50%;left:-50%;margin:auto}@media (max-width: 767.98px){.award img{right:-100%;left:auto}}@media (min-width: 768px) and (max-width: 1199.98px){.award img{left:-20%;width:auto;max-height:100%}}.award .overlay{position:absolute;z-index:1;top:50%;right:0;left:0;width:100%;max-width:781px;margin-right:100px;margin-left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}@media (max-width: 575.98px){.award .overlay{top:auto;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:447px;margin-right:auto;padding:20px;-webkit-transform:translateY(0);transform:translateY(0);text-align:left}.award .overlay a{position:relative;z-index:11;display:block;margin-bottom:10px}.award .overlay:before{position:absolute;z-index:-1;right:-50%;bottom:-10%;left:-50%;width:200%;height:100%;margin:auto;content:"";-webkit-transform:rotate(-9deg);transform:rotate(-9deg);background:#F05A8D}}@media (min-width: 576px) and (max-width: 1599.98px){.award .overlay{max-width:44vw}}.award .overlay .small_title{font-size:18px;text-align:center;letter-spacing:0.2em;text-transform:uppercase;color:#F5F5F5}@media (max-width: 575.98px){.award .overlay .small_title{font-size:14px;letter-spacing:0.1em}}.award .overlay h2{font-size:96px;font-weight:600;line-height:1.2;color:white}@media (max-width: 575.98px){.award .overlay h2{font-size:32px;line-height:38px}}@media (max-width: 575.98px){.award .overlay h2{font-size:46px;line-height:1.1}}@media (min-width: 576px) and (max-width: 1599.98px){.award .overlay h2{font-size:5vw}}.award .longarrow{position:relative;display:block;margin:20px auto}@media (max-width: 575.98px){.award .longarrow{margin-left:0}}.award .hero{position:absolute;right:0;bottom:0;left:0;display:block;width:100%;height:auto}@media (min-width: 576px) and (max-width: 1023.98px){.award .hero{display:-webkit-box;display:-ms-flexbox;display:flex}}.award .hero .hero_img{position:relative;top:auto;right:0;bottom:-1px;left:0;margin:auto auto 0 0}@media (max-width: 575.98px){.award .hero .hero_img{display:none}}.award .hero .hero_img.right{z-index:111;left:auto;float:right;margin:auto 0 0 auto;-webkit-transform:translateY(50%);transform:translateY(50%)}@media (min-width: 576px) and (max-width: 1023.98px){.award .hero .hero_img.right{width:14vw;height:auto}}.award.award-navy .hero_img.right path{fill:#182341}.award.award-pink .hero_img.right path{fill:#F05A8D}.award.award-sky .hero_img.right path{fill:#00C0F3}.award.award-ganic .hero_img.right path{fill:#57C0A2}.award.award-foil .hero_img.right path{fill:#B4D66B}.award.award-sunny .hero_img.right path{fill:#FAC817}.award.award-juicy .hero_img.right path{fill:#FECE35}.award.award-understate .hero_img.right path{fill:#A9BFD8}.award.award-darkgrey .hero_img.right path{fill:#969698}.award.award-lightgrey .hero_img.right path{fill:#D5D4D5}.award.award-lightblue .hero_img.right path{fill:#F0F9FB}.award.award-white .hero_img.right path{fill:white}a.skip-main{position:absolute;z-index:-999;top:auto;left:-999px;overflow:hidden;width:1px;height:1px}a.skip-main:focus,a.skip-main:active{font-size:1.2em;position:absolute;z-index:2000;top:10px;left:10px;overflow:auto;width:30%;max-width:450px;height:auto;margin:0;padding:20px;text-align:center;color:#FFFFFF;border:4px solid #00C0F3;background-color:#000000}.stats{position:relative;padding:150px 0}@media (min-width: 1024px){.stats{padding:150px 0 220px}}@media (max-width: 575.98px){.stats{padding:62px 0 0}}@media (prefers-reduced-motion: reduce){.stats *,.stats *::before,.stats *::after{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important;-webkit-animation-duration:0.001s !important;animation-duration:0.001s !important}}.stats .odometer-container{font-size:144px;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:11px auto;text-align:center;color:#182341}@media (max-width: 575.98px){.stats .odometer-container{font-size:62px}}@media (min-width: 576px) and (max-width: 1599.98px){.stats .odometer-container{font-size:9vw}}.stats .odometer-container span,.stats .odometer-container div{line-height:1;display:inline-block;vertical-align:middle}.stats .odometer-container em{font-style:normal;line-height:1;display:inline-block;vertical-align:middle}.stats .odometer-content{font-size:18px;font-weight:bold;line-height:27px;max-width:300px;margin:auto;text-align:center;color:black}@media (max-width: 575.98px){.stats .odometer-content{font-size:16px;line-height:26px;position:relative;margin-bottom:0;padding-bottom:100px}.stats .odometer-content:before{position:absolute;top:50%;right:0;left:0;width:100%;height:100%;content:"";-webkit-transform:translateY(-30%);transform:translateY(-30%);background-image:url("/courses/media/2019-template-assets/graphics/Group.svg");background-repeat:no-repeat;background-position:center}}.stats .odometer.odometer-auto-theme,.stats .odometer.odometer-theme-default{font-family:inherit}.stats.stats-pink .odometer-container{color:#F05A8D}.stats.stats-pink .top{fill:#f9b8ce}.stats.stats-sky .odometer-container{color:#00C0F3}.stats.stats-sky .top{fill:#5adcff}.stats.stats-ganic .odometer-container{color:#57C0A2}.stats.stats-ganic .top{fill:#a1dccb}.stats.stats-foil .odometer-container{color:#B4D66B}.stats.stats-foil .top{fill:#dcecbb}.stats.stats-sunny .odometer-container{color:#FAC817}.stats.stats-sunny .top{fill:#fcf690}.stats.stats-juicy .odometer-container{color:#FECE35}.stats.stats-juicy .top{fill:#ffe79a}.stats.stats-understate .odometer-container{color:#A9BFD8}.stats.stats-understate .top{fill:#eff3f8}.stats.stats-darkgrey .odometer-container{color:#969698}.stats.stats-darkgrey .top{fill:#c9c9cb}.stats.stats-lightgrey .odometer-container{color:#D5D4D5}.stats.stats-lightgrey .top{fill:#fff}.stats.stats-lightgrey .odometer-container{color:#D5D4D5}.stats.stats-lightgrey .top{fill:#eee}.stats.stats-lightblue{background:#182341}.stats.stats-lightblue .odometer-container{color:#F0F9FB}.stats.stats-lightblue .top{fill:#F0F9FB}.stats.stats-lightblue .odometer-content{color:#F0F9FB}.stats.stats-white{background:#182341}.stats.stats-white .odometer-container{color:white}.stats.stats-white .hero_img path{fill:#182341}.stats.stats-white .hero_img .top{fill:white}.stats.stats-white .odometer-content{color:#F0F9FB}.discover{position:relative;padding:91px 0 0;background:#f7f7f7}@media (max-width: 575.98px){.discover{padding:60px 0 0}}.discover .slider_block{width:100%;margin-right:auto;margin-bottom:69px;margin-left:auto}@media (min-width: 1024px){.discover .slider_block{width:984px;margin-right:57px;margin-left:auto}}@media (max-width: 1024px){.discover .slider_block{width:823px}}@media (max-width: 768px){.discover .slider_block{width:auto}}.discover .slider_block .slider_discover{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.discover .slider_block .slider_discover .slick-arrow{height:40px;width:40px;z-index:1}.discover .slider_block .slider_discover .slick-arrow::before{color:black;font-size:40px;opacity:1}.discover .slider_block .slider_discover .slick-next{right:10px}@media (min-width: 1024px){.discover .slider_block .slider_discover .slick-next{right:-40px}}.discover .slider_block .slider_discover .slick-prev{left:10px}@media (min-width: 1024px){.discover .slider_block .slider_discover .slick-prev{left:-40px}}@media (min-width: 768px){.discover .slider_block .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.discover .slider_block .slick-track .slick-slide{width:100%}@media (max-width: 767.98px){.discover .slider_block .slick-track .slick-slide{width:281px;min-width:281px;max-width:281px}}.discover .slider_block .slick-list{width:100%;margin:0 -15px}@media (max-width: 1024px){.discover .slider_block .slick-list{width:auto}}.discover .slider_block .item{position:relative;display:block;width:100%;margin:auto;padding:0 15px}@media (max-width: 1024px){.discover .slider_block .item{padding:0 10px}}.discover .slider_block .item a{display:block;width:100%;max-width:308px;margin-bottom:15px;background:white;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}@media (max-width: 1024px){.discover .slider_block .item a{min-width:261px;max-width:261px}}.discover .slider_block .item a:hover .img_wrap img{-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1)}.discover .slider_block .item .img_wrap{position:relative;display:block;overflow:hidden}.discover .slider_block .item .img_wrap:before{display:block;padding-bottom:100%;content:""}.discover .slider_block .item .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (prefers-reduced-motion: reduce){.discover .slider_block .item .img_wrap img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.discover .slider_block .content_wrap{font-size:22px;font-weight:300;line-height:1;display:block;padding:33px 27px;color:#4F4F4F}.discover .slider_block .content_wrap h3{font-size:inherit;font-weight:inherit;line-height:inherit}.discover .slider_block .content_fig{display:block;margin-bottom:24.25px}.discover h2{font-size:96px;font-weight:600;line-height:113px}@media (max-width: 575.98px){.discover h2{font-size:46px;font-weight:bold;line-height:normal;max-width:268px;margin-bottom:23px}}@media (min-width: 576px) and (max-width: 1599.98px){.discover h2{font-size:5vw;line-height:5.1vw}}.discover .hero_heading{position:relative;z-index:11;display:block;margin-bottom:30px;margin-left:3%;padding-bottom:112px;color:#182341}.discover .hero_heading h2{font-size:96px;font-weight:600;line-height:113px;color:inherit}@media (max-width: 575.98px){.discover .hero_heading h2{font-size:46px;font-weight:bold;line-height:normal;max-width:268px;margin-bottom:23px}}@media (min-width: 576px) and (max-width: 1599.98px){.discover .hero_heading h2{font-size:5vw;line-height:5.1vw}}.discover .hero_heading h2 a{color:inherit}.discover .hero_heading p{font-size:16px;line-height:1.6;color:inherit}@media (min-width: 768px){.discover .hero_heading p{font-size:24px}}@media (min-width: 1024px){.discover .hero_heading p{font-size:36px}}@media (max-width: 1024px){.discover .hero_heading{width:813px;max-width:100%;margin:auto;padding-bottom:42px}}.discover .longarrow{position:absolute;bottom:75%;left:0;padding-bottom:55px}@media (min-width: 1024px){.discover .longarrow{max-width:none;margin-left:0}}@media (min-width: 1440px){.discover .longarrow{bottom:100%}}@media (max-width: 1023.98px){.discover .longarrow{display:none}}@media (min-width: 1024px){.discover .longarrow+h2{margin-top:40px}}.discover.bg-navy .hero_heading,.discover.bg-pink .hero_heading,.discover.bg-sky .hero_heading,.discover.bg-ganic .hero_heading,.discover.bg-foil .hero_heading,.discover.bg-understate .hero_heading,.discover.bg-darkgrey .hero_heading{color:white}.discover.bg-navy .longarrow svg path,.discover.bg-pink .longarrow svg path,.discover.bg-sky .longarrow svg path,.discover.bg-ganic .longarrow svg path,.discover.bg-foil .longarrow svg path,.discover.bg-understate .longarrow svg path,.discover.bg-darkgrey .longarrow svg path{fill:white}.discover.bg-pink .fig_01 svg path{fill:#182341}.discover.bg-sky .fig_02 svg path{fill:#182341}.happen{position:relative;z-index:0;overflow:hidden;padding:120px 0}@media (min-width: 768px){.happen{overflow:visible;padding:140px 0}}@media (min-width: 1024px){.happen{padding:220px 0}}@media (min-width: 1440px){.happen{padding:300px 0}}.happen .bg{position:absolute;z-index:-1;top:0;right:-50%;left:-50%;height:100%;margin:auto;-webkit-transform:scale(0);transform:scale(0)}@media (max-width: 767.98px){.happen .bg{max-width:200%;height:100%}}.happen .bg.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}@media (min-width: 768px){.happen .btn-lg{font-size:18px;font-weight:bold;line-height:27px;width:283px;padding:25px}}@media (min-width: 1024px){.happen .btn-lg{width:350px}}.happen h2{margin-bottom:31px}.happen .group_btn{margin-bottom:50px}@media (max-width: 575.98px){.happen .group_btn{margin-bottom:30px}.happen .group_btn .btn{display:block;width:100%;margin-bottom:10px}}.happen .link{font-size:18px;display:inline-block}.component-search{position:relative;width:100%;padding:127px 0 40px;background-image:url("/courses/media/2019-template-assets/graphics/courses_bg.svg");background-repeat:no-repeat;background-position:top left}@media (min-width: 576px){.component-search{padding:127px 0;background-image:url("/courses/media/2019-template-assets/graphics/courses_bg_desktop.svg");background-size:15vw auto}}@media (max-width: 767.98px){.component-search.component-search--course-check.results{padding:127px 0 15px}}.component-search .container{max-width:calc(1088px + 30px)}.component-search .btn--view-a-z-courses{font-size:18px;line-height:28px;display:inline-block;padding:0 0 40px;text-transform:uppercase}.component-search .btn--view-a-z-courses svg{line-height:28px;display:inline-block;height:28px;margin-left:8px}.component-search .nav-tabs{border:none}.component-search .nav-item:not(:last-child){margin:0 23px 0 0}@media (max-width: 767.98px){.component-search .nav-item:not(:last-child){margin:0 20px 0 0}}.component-search .nav-item-link{font-size:18px;font-weight:bold;padding:8px 0;text-transform:uppercase;color:#A9BFD8;border:none;border-bottom:solid 3px #A9BFD8;background:transparent}@media (max-width: 767.98px){.component-search .nav-item-link{font-size:16px;padding:4px 0}}.component-search .nav-item-link.active{color:#182341;border-bottom:solid 3px #FECE35;background:transparent}.component-search .nav .btn-link{text-transform:uppercase}@media (max-width: 767.98px){.component-search .nav .btn-link{font-size:14px;font-weight:500 !important;line-height:21px;color:#182341 !important}.component-search .nav .btn-link svg{display:inline-block;width:12px;height:auto;vertical-align:initial}.component-search .nav .btn-link svg path{stroke:#182341}}.component-search .nav .input-group{margin:24px 0}@media (max-width: 767.98px){.component-search .nav .input-group{margin:15px 0}.component-search .nav .input-group .form-control-xl,.component-search .nav .input-group .btn-xl{font-size:16px;height:51px;padding:10px 11px}.component-search .nav .input-group .btn-xl svg{width:25px;height:auto}.component-search .nav .input-group .btn-xl circle,.component-search .nav .input-group .btn-xl line{stroke:#FECE35}}.component-search .nav h2{font-size:16px;line-height:26px;margin-bottom:46px;color:#182341}@media (min-width: 768px){.component-search .nav h2{font-size:36px;font-weight:300;margin-top:32px;margin-bottom:64px}}@media (min-width: 576px){.component-search .nav .filter-wrap{padding-bottom:56px;border-bottom:1px solid #A9BFD8}}.component-search .nav .item-result{font-size:18px;font-weight:bold;padding:39px 0 54px;color:#182341;border-bottom:solid 1px #A9BFD8}@media (max-width: 1023.98px){.component-search .nav .item-result{font-size:14px;padding:26px 0 24px}.component-search .nav .item-result h4{font-size:22px;line-height:26px;margin-bottom:3px}.component-search .nav .item-result .highlight{color:inherit}}.component-search .nav .item-result .result-details{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.component-search .nav .item-result h4{font-size:30px;font-weight:bold;line-height:35px;margin-bottom:30px;color:inherit}.component-search .nav .item-result span{font-weight:500}.component-search .nav .item-result .highlight{color:#F05A8D}.component-search .nav .filter{margin-bottom:71px}.component-search .nav.v2{background-image:none}.component-search .nav.v2 .hero_img{position:absolute;top:50%;right:-24px;-webkit-transform:translateY(calc(-50% - 24px)) translateX(100%);transform:translateY(calc(-50% - 24px)) translateX(100%);opacity:0}.component-search .nav.v2 .lazyloaded .hero_img{-webkit-transform:translateY(calc(-50% - 24px)) translateX(0%);transform:translateY(calc(-50% - 24px)) translateX(0%);opacity:1}.component-search .form-control-xl{font-size:20px;font-weight:300;line-height:30px;height:85px;padding:24px;color:#828282;border:solid 1px #E0E0E0;border-radius:0}.component-search .btn-xl{font-size:20px;line-height:37px;height:85px;padding:24px 20px;border-color:#E0E0E0;border-radius:0}.component-search .course-banner-buttons .btn.btn--login{line-height:1;height:auto;padding:5px 0}.component-search .input-group .btn-xl{border-left:none}.component-search .input-group .form-control-xl{border-right:none}.component-search #search-result-count{text-align:right;display:block}.component-search--our-staff{background-image:none}.component-search--our-staff .navbar.navbar-default{display:none}.component-search--our-staff .visible-print{display:none}.component-search--our-staff #faceted-nav-tabs{display:block;width:100%;margin-top:40px;padding:0}.component-search--our-staff #faceted-nav-tabs ul{width:100%;table-layout:fixed;list-style-type:none}@media (min-width: 1024px){.component-search--our-staff #faceted-nav-tabs ul{display:table}}.component-search--our-staff #faceted-nav-tabs ul li{display:table-cell;width:16.666666%;text-align:center}@media (min-width: 768px){.component-search--our-staff #faceted-nav-tabs ul li{width:6.666666%}}@media (min-width: 1024px){.component-search--our-staff #faceted-nav-tabs ul li{width:auto}}.component-search--our-staff #faceted-nav-tabs ul li a{display:block;padding:10px}.component-search--our-staff #faceted-nav-tabs ul li.active,.component-search--our-staff #faceted-nav-tabs ul li:hover{background-color:#F05A8D}.component-search--our-staff #faceted-nav-tabs ul li.active a,.component-search--our-staff #faceted-nav-tabs ul li:hover a{font-weight:bold;color:#fff}.component-search--our-staff #search-results .dropdown-toggle{display:none}.component-search--our-staff #search-results .result{padding:30px 0;border-bottom:1px solid #A9BFD8;overflow:auto}.component-search--our-staff #search-results .result .listing-image .image{float:right;clear:both;width:70px;margin-left:20px}@media (min-width: 768px){.component-search--our-staff #search-results .result .listing-image .image{width:135px}}@media (min-width: 1024px){.component-search--our-staff #search-results .result .listing-image .image{width:200px}}.component-search--our-staff #search-results .result .listing-image .image img{width:100%}.component-search--our-staff #search-results .result .listing-details h4 a{font-size:22px;color:#F05A8D}.component-search--our-staff #search-results .result .listing-details p strong{color:#182341}.component-search--our-staff #search-results .result .listing-details p:last-of-type{margin-bottom:0}.component-search--our-staff #search-results .result .listing-details dl.dl-horizontal{display:none}.component-search--our-staff #search-result-count{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #A9BFD8}.component-search--our-staff #search-facets-breadcrumb{display:none}.component-search--websearch #search-result-count{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #A9BFD8}.component-search--websearch .tag-container{display:none}.component-search--websearch #facet-1{display:block !important}.component-search--course-check .course-search-results>li{padding-bottom:20px}.component-search--course-check .course-search-results>li>a{padding:0}.component-search--course-check .course-search-results>li .alert h3{font-size:18px;margin-bottom:10px}.component-search--course-check .course-search-results ul.check{list-style-type:none;margin:0;padding:0}.component-search--course-check .course-search-results ul.check li{border:none}.component-search--news .navbar.navbar-default{display:none}.component-search--news .visible-print{display:none}.component-search--news #faceted-nav-tabs{display:block;width:100%;margin-top:40px;padding:0}.component-search--news #faceted-nav-tabs ul{width:100%;table-layout:fixed;list-style-type:none}@media (min-width: 1024px){.component-search--news #faceted-nav-tabs ul{display:table}}.component-search--news #faceted-nav-tabs ul li{display:table-cell;width:16.666666%;text-align:center}@media (min-width: 768px){.component-search--news #faceted-nav-tabs ul li{width:6.666666%}}@media (min-width: 1024px){.component-search--news #faceted-nav-tabs ul li{width:auto}}.component-search--news #faceted-nav-tabs ul li a{display:block;padding:10px}.component-search--news #faceted-nav-tabs ul li.active,.component-search--news #faceted-nav-tabs ul li:hover{background-color:#F05A8D}.component-search--news #faceted-nav-tabs ul li.active a,.component-search--news #faceted-nav-tabs ul li:hover a{font-weight:bold;color:#fff}.component-search--news #search-results .dropdown-toggle{display:none}.component-search--news #search-results .result{padding:30px 0;border-bottom:1px solid #A9BFD8}.component-search--news #search-results .result .listing-image .image{float:left;clear:both;width:70px;margin-right:20px;margin-bottom:20px}@media (min-width: 768px){.component-search--news #search-results .result .listing-image .image{width:135px}}@media (min-width: 1024px){.component-search--news #search-results .result .listing-image .image{width:200px}}.component-search--news #search-results .result .listing-image .image img{width:100%}.component-search--news #search-results .result .listing-details h4 a{font-size:22px;color:#F05A8D}.component-search--news #search-results .result .listing-details p strong{color:#182341}.component-search--news #search-results .result .listing-details p:last-of-type{margin-bottom:0}.component-search--news #search-results .result .listing-details dl.dl-horizontal{display:none}.component-search--news #search-result-count{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #A9BFD8}.component-search--news #search-facets-breadcrumb{display:none}.component-search--news .navbar.navbar-default{display:none}.heading+.component-search--our-staff{padding:40px 0}.course-types{padding:40px 0 50px;background:#F7F7F7}@media (min-width: 576px){.course-types{padding:115px 0 145px}}.course-types .container{z-index:222;max-width:1600px}.course-types h2{margin:0 0 40px;color:#182341}@media (min-width: 576px){.course-types h2{margin:0 0 100px}}@media (min-width: 768px) and (max-width: 1199.98px){.course-types article.col-md-3{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.course-types article{margin-bottom:10px}@media (min-width: 768px){.course-types article{margin-bottom:30px}}.course-types article a{display:block;width:100%;height:100%;background:white;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}.course-types article .img_wrap{display:block}.course-types article .img_wrap img{width:100%;max-width:100%}.course-types article .content_wrap{display:block;padding:25px 32px}.course-types article .content_wrap h3{font-size:30px;font-weight:bold;line-height:32px;margin-top:25px;color:#182341}@media (min-width: 576px) and (max-width: 1199.98px){.course-types article .content_wrap h3{font-size:24px}}.course-types .slick-slider{margin:0}.course-types .slick-slider .slick-list{margin:0 -7.5px}.course-types .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.course-types .slick-track .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.course-types .slick-track article{width:100%;max-width:100%;padding:0 7.5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media (max-width: 575.98px){.course-types .slick-track article a{width:261px !important}}@media (max-width: 767.98px){.course-types .slick-track .content_wrap{padding:20px}.course-types .slick-track .content_wrap h3{font-size:16px;line-height:26px;margin:14px 0 5px}}@media (max-width: 767.98px){.course-types .row>article a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width: 767.98px){.course-types .row>article .img_wrap{position:relative;overflow:hidden;width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.course-types .row>article .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;width:auto;max-width:none;height:100%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.course-types .row>article .img_wrap:before{display:block;padding-bottom:100%;content:""}}@media (max-width: 767.98px){.course-types .row>article .content_wrap{position:relative;width:70%;height:100%}.course-types .row>article .content_wrap h3{font-size:20px;line-height:26px;margin:auto}.course-types .row>article .content_wrap svg{position:absolute;z-index:1;top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}}@media (max-width: 575.98px){.course-types .row>article .content_wrap h3{font-size:16px}}.course-types .slick-dots{top:100%;bottom:auto;margin-top:20px}.course-types.v2{background:#A9BFD8}.course-types.v2 div.d-none{display:block !important}@media (min-width: 768px){.course-types.v2 .img_wrap{position:relative;display:block;overflow:hidden;height:208px}.course-types.v2 .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;width:auto;min-width:100%;max-width:none;height:100%;margin:auto;-o-object-fit:cover;object-fit:cover;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.course-types.v2 .course_search{margin-bottom:40px !important;border:solid 1px #969698;border-radius:2px}.course-types.v2 .course_search input,.course-types.v2 .course_search .btn{height:50px}.course-types.v2 h2{color:white}.course-types.v2 .d-md-inline-block{width:100%}@media (min-width: 768px){.course-types.v3 .img_wrap{position:relative;display:block;overflow:hidden;height:208px}.course-types.v3 .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;width:auto;min-width:100%;max-width:none;height:100%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.course-types.v3 h2{width:100%}.course-types.research{position:relative}.course-types.research .hero_img{position:absolute;left:0;max-width:16vw;-webkit-transform:translateY(-55%);transform:translateY(-55%)}.course-types.research .hero_img svg{max-width:100%;height:auto}.course-types.course-navy{background:#182341}.course-types.course-navy h2{color:white}.course-types.course-pink{background:#F05A8D}.course-types.course-pink h2{color:white}.course-types.course-sky{background:#00C0F3}.course-types.course-sky h2{color:white}.course-types.course-ganic{background:#57C0A2}.course-types.course-ganic h2{color:white}.course-types.course-foil{background:#B4D66B}.course-types.course-foil h2{color:white}.course-types.course-sunny{background:#FAC817}.course-types.course-sunny h2{color:#182341}.course-types.course-juicy{background:#FECE35}.course-types.course-understate{background:#A9BFD8}.course-types.course-understate h2{color:white}.course-types.course-darkgrey{background:#969698}.course-types.course-darkgrey h2{color:white}.course-types.course-lightgrey{background:#F7F7F7}.course-types.course-lightgrey h2{color:#182341}.course-types.course-lightblue{background:#F0F9FB}.course-types.course-white{background:white}.course-types.course-white h2{color:#182341}@media (min-width: 1024px){.secondary-nav+.course-types.v2{margin-top:-15px}}.course-types--play .img_wrap{position:relative}.course-types--play .img_wrap svg{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.order-prospectus{display:block}@media (min-width: 768px){.order-prospectus{position:relative;height:645px}.order-prospectus:after{position:absolute;z-index:0;top:0;right:0;left:0;height:100%;content:"";background-color:rgba(46,48,97,0.4)}.order-prospectus .container{height:inherit}.order-prospectus .wrapper{position:relative;overflow:hidden;height:100%}.order-prospectus .wrapper .section_bg{position:absolute;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.order-prospectus h1{font-size:96px;font-weight:bold;line-height:1.1;margin-bottom:30px}.order-prospectus .subtitle{font-size:36px;line-height:51px;display:block;margin-bottom:30px}.order-prospectus .overlay_content{position:absolute;z-index:11;top:50%;right:10%;max-width:685px;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.order-prospectus .longarrow{margin:auto}}@media (max-width: 767.98px){.order-prospectus{background:#182341}.order-prospectus .wrapper{overflow:hidden}.order-prospectus .section_bg{max-width:100%}.order-prospectus .overlay_content{position:relative;z-index:11;padding-bottom:57px}.order-prospectus .overlay_content:before{position:absolute;z-index:-1;right:-50%;bottom:100%;left:-50%;width:110vw;height:60vw;margin:auto auto -46vw;content:"";-webkit-transform:rotate(-7deg);transform:rotate(-7deg);background:#182341}.order-prospectus a{display:block}.order-prospectus h1{font-size:46px;font-weight:bold;line-height:1.2;margin-bottom:19px}.order-prospectus .subtitle{font-size:16px;line-height:26px;display:block;margin-bottom:37px}}.order-prospectus .subtitle,.order-prospectus h1{color:white}.component-course-overview{position:relative;display:block;background-image:cover}@media (min-width: 1440px){.component-course-overview h1{font-size:100px;font-weight:bold;line-height:1;color:white}}@media (min-width: 1024px){.component-course-overview .intro{font-size:38px;line-height:58px}}@media (min-width: 768px){.component-course-overview .row>div[class*="md-7"]{margin-top:-63px}.component-course-overview .row>div[class*="md-7"] .intro{margin-top:80px}.component-course-overview .button-link.white{font-size:14px;font-weight:bold;margin-top:52px;padding-bottom:32px;letter-spacing:0.1em;text-transform:uppercase;color:white}.component-course-overview .button-link.white svg{-webkit-transform:translateX(-30px);transform:translateX(-30px)}.component-course-overview .button-link.pink{font-size:16px;font-weight:bold;line-height:28px;color:#F05A8D}.component-course-overview .button-link.pink svg{-webkit-transform:translateX(-30px);transform:translateX(-30px)}.component-course-overview .m-yellow-wrap{color:white}.component-course-overview .m-yellow-wrap .button-link{font-weight:bold}.component-course-overview .m-yellow-wrap .title{font-size:22px}.component-course-overview .m-white-wrap{position:relative;z-index:2;margin-top:43px;color:white;border-top:1px dotted white}.component-course-overview .m-white-wrap a{color:inherit}.component-course-overview .m-white-wrap .col-md-5{border:1px dotted white;border-top:none}.component-course-overview .m-white-wrap ul{max-width:416px;margin:30px auto;padding:0 10px}.component-course-overview .m-white-wrap ul li{font-size:16px;margin-bottom:10px}.component-course-overview .m-white-wrap ul li a{border-bottom:dotted 1px}.component-course-overview .m-white-wrap ul li a svg{display:none}.component-course-overview .m-white-wrap ul li b,.component-course-overview .m-white-wrap ul li strong{float:left;width:50%}.component-course-overview .intro{font-size:32px;font-weight:300;line-height:48px;max-width:720px;margin-top:30px;padding-right:10px}}@media (max-width: 767.98px){.component-course-overview .m-yellow-wrap{font-size:16px;line-height:26px;position:relative;margin:0 -15px;padding:30px 20px 50px;background:#FECE35}.component-course-overview .m-yellow-wrap h1{font-size:46px;font-weight:bold;line-height:54px;margin-bottom:20px}.component-course-overview .m-yellow-wrap .col-12,.component-course-overview .m-yellow-wrap .latest_news .list.v1 .item,.latest_news .list.v1 .component-course-overview .m-yellow-wrap .item{position:static}.component-course-overview .m-yellow-wrap .title{margin-bottom:20px}.component-course-overview .m-yellow-wrap .btn-pink{font-size:16px;line-height:26px;position:absolute;z-index:11;right:0;bottom:100%;height:50px;padding:12px 34px;text-transform:uppercase}.component-course-overview .m-yellow-wrap .button-link{font-size:16px;font-weight:normal;line-height:19px;color:black}.component-course-overview .m-yellow-wrap .button-link .text-left{padding-left:10px}.component-course-overview .m-yellow-wrap .button-link span{display:-webkit-box;display:-ms-flexbox;display:flex}.component-course-overview .m-yellow-wrap .button-link.pink{margin-top:40px}.component-course-overview .m-yellow-wrap .button-link.white{font-size:12px;font-weight:bold;line-height:14px;margin-bottom:12px;letter-spacing:0.1em;text-transform:uppercase}.component-course-overview .m-yellow-wrap .course-banner-buttons{position:static}.component-course-overview .m-yellow-wrap .course-banner-buttons .btn{width:auto}.component-course-overview .m-yellow-wrap .course-banner-buttons .btn.btn--login{margin-top:15px;color:#212529}.component-course-overview .list-unstyled{margin:50px 5px 30px}.component-course-overview .list-unstyled li{font-size:14px;line-height:23px;overflow:hidden;margin-bottom:5px}.component-course-overview .list-unstyled a{color:black}.component-course-overview .list-unstyled b{float:left;width:155px}}@media (min-width: 768px) and (max-width: 1439.98px){.component-course-overview h1{font-size:11vw;font-weight:bold;line-height:1;color:white}}.component-course-overview .list-unstyled li{display:-webkit-box;display:-ms-flexbox;display:flex}.component-course-overview .list-unstyled li b,.component-course-overview .list-unstyled li span{-webkit-box-flex:1;-ms-flex:1;flex:1}.component-course-overview .container{width:1360px;max-width:100%}@media (min-width: 768px){.component-course-overview .container{max-width:95%}}.component-course-overview .video-wrapper{position:relative;z-index:13;max-width:678px}@media (min-width: 1024px){.component-course-overview .video-column{-webkit-transform:translateY(-35%);transform:translateY(-35%)}}.component-course-overview .img_wrap{position:relative;background:rgba(2,13,53,0.7)}@media (min-width: 768px){.component-course-overview .img_wrap img{mix-blend-mode:multiply}}@media (max-width: 767.98px){.component-course-overview .img_wrap img{max-width:100%}}.component-course-overview .img_wrap:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:"";background:linear-gradient(301.42deg, rgba(91,106,135,0.9) -.49%, rgba(0,0,0,0) 42.73%);mix-blend-mode:overlay}@supports not (mix-blend-mode: multiply){.component-course-overview .img_wrap:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:"";background:rgba(2,13,53,0.7)}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.component-course-overview .img_wrap:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:"";background:rgba(2,13,53,0.7)}}.component-course-overview-footer{position:relative;z-index:11;padding-top:245px;padding-bottom:87px;color:#182341;background:white}@media (min-width: 1024px){.component-course-overview-footer{padding-right:30px;padding-left:20px}}@media (max-width: 767.98px){.component-course-overview-footer{padding-top:40px;padding-bottom:30px}}@media (max-width: 1023.98px){.component-course-overview-footer .media{-ms-flex-wrap:wrap;flex-wrap:wrap}}.component-course-overview-footer .media-body{font-size:32px;font-weight:300;line-height:43px;position:relative;padding-top:20px}@media (max-width: 1023.98px){.component-course-overview-footer .media-body{font-size:16px;line-height:23px;padding-left:50px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.component-course-overview-footer .media-body strong{font-size:100%}}.component-course-overview-footer .media-body:before,.component-course-overview-footer .media-body:after{position:absolute;width:50px;height:50px;content:"";background-repeat:no-repeat}.component-course-overview-footer .media-body:before{top:0;left:-50px;background-image:url("/courses/media/2019-template-assets/graphics/download-(2).svg")}@media (max-width: 1023.98px){.component-course-overview-footer .media-body:before{left:0}}.component-course-overview-footer .media-body:after{right:-10px;bottom:0;background-image:url("/courses/media/2019-template-assets/graphics/download-(1)-(1).svg")}@media (max-width: 767.98px){.component-course-overview-footer .media-body:after{display:none}}.component-course-overview-footer .media-body strong{font-size:130%;font-weight:bold}.component-course-overview-footer .media-image{position:relative;margin-right:3%}@media (max-width: 1023.98px){.component-course-overview-footer .media-image{-webkit-transform:translateX(-50px);transform:translateX(-50px)}}@media (max-width: 767.98px){.component-course-overview-footer .media-image{max-width:calc(100% - 60px)}}.component-course-overview-footer .media-image:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;content:"";background:url("/courses/media/2019-template-assets/graphics/mask-white.png");background-size:100%}.component-course-overview-footer .media-image:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:auto;height:100%;content:"";background:url("/courses/media/2019-template-assets/graphics/fig.svg");background-repeat:no-repeat;background-position:center right}@media (max-width: 767.98px){.component-course-overview-footer .media-image:after{background-size:auto 70%}}.component-course-overview-footer .media-image img{z-index:-1;max-width:100%;border:solid 2px white}.component-course-overview-footer .media-footer{font-size:14px;font-weight:500;line-height:25px;margin-top:50px}.component-course{position:relative;margin-top:0;padding-bottom:20px}@media (min-width: 768px){.component-course{padding-top:20px;padding-bottom:80px}}.component-course--no-video+section[class*="course"]{padding-top:0}@media (min-width: 768px){.component-course--no-video+section[class*="course"]{padding-top:40px}}@media (min-width: 1024px){.component-course--no-video+section[class*="course"]{padding-top:110px;padding-bottom:110px}}@media (min-width: 768px){.component-course+div,.component-course+section{padding-top:150px}}@media (min-width: 1024px){.component-course+div,.component-course+section{padding-top:200px}}@media (min-width: 1200px){.component-course+div,.component-course+section{padding-top:245px}}.component-course-overview__bg{position:relative;padding-bottom:300px;background-size:cover}@media (min-width: 576px){.component-course-overview__bg{padding-bottom:400px}}@media (min-width: 768px){.component-course-overview__bg{position:absolute;top:0;left:0;width:100%;height:100%;padding-bottom:0}}@media (min-width: 768px){.component-course-overview__bg{display:block}}@media (max-width: 767.98px){.component-course-overview__bg:before{position:absolute;z-index:111;right:0;bottom:50px;content:"";border-top:56.68px solid transparent;border-right:56.68px solid #00C0F3;border-bottom:56.68px solid transparent}}.component-course-overview__bg:after{position:absolute;top:0;left:0;display:none;width:100%;height:100%;content:"";background:rgba(2,13,53,0.7)}@media (min-width: 768px){.component-course-overview__bg:after{display:block}}.component-course-overview__wrap{position:relative}.video-column--overflow{z-index:20}@media (min-width: 768px){.video-column--overflow{position:absolute;bottom:0;width:calc(100% - 41.66667%);padding-right:30px;-webkit-transform:translateY(50%);transform:translateY(50%)}}@media (min-width: 1200px){.video-column--overflow{padding-right:50px}}@media (min-width: 1600px){.video-column--overflow{left:calc((100% - 1380px) / 2);width:50%;margin:auto;padding:0 15px}}.video-column--overflow>.video-wrapper{max-width:680px}.course-module{padding:130px 0 112px;color:black;background:white}@media (min-width: 1024px){.course-module{background:#F7F7F7}}@media (max-width: 1023.98px){.course-module{padding:40px 5px}.course-module+.course-module{padding:40px 5px}}.course-module+.course-module{padding:8px 5px 120px}@media (min-width: 1024px){.course-module .container-fluid{padding-right:30px;padding-left:20px}}@media (max-width: 1023.98px){.course-module .media{-ms-flex-wrap:wrap;flex-wrap:wrap}}.course-module .media-block{color:#182341}@media (min-width: 1024px){.course-module .media-block{width:380px;margin-right:92px;text-align:right}.course-module .media-block h2{font-size:48px;font-weight:300;line-height:56px}.course-module .media-block h2 .text-big{font-weight:bold}}@media (max-width: 1023.98px){.course-module .media-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.course-module .media-block h2{font-size:32px;line-height:37px;margin-bottom:45px}}.course-module .media-body h3{margin-bottom:20px;color:#00C0F3}@media (min-width: 1024px){.course-module .media-body h3{font-size:48px;font-weight:900;line-height:56px}}@media (max-width: 1023.98px){.course-module .media-body h3{font-size:32px;line-height:37px}}.course-module .media-body p{font-size:18px;line-height:30px;color:#333333}@media (max-width: 1023.98px){.course-module .media-body p{font-size:16px;line-height:26px}}.course-module .media-body p.punchline{margin:32px 0 0}.course-module .media-body .muted-text{font-size:14px;line-height:20px;margin-bottom:32px;text-transform:uppercase;color:#969698}@media (max-width: 1023.98px){.course-module .media-body .muted-text{font-size:16px}}.course-module .media-body .continue-reading{display:-webkit-box;display:-ms-flexbox;display:flex;text-transform:uppercase;color:#333333;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 1023.98px){.course-module .media-body .continue-reading{font-size:16px;line-height:26px;text-transform:none;color:#00C0F3}}.course-module .media-body .continue-reading svg{margin-left:9px}.nav-tabs-custom{margin-bottom:33px}@media (max-width: 1023.98px){.nav-tabs-custom{margin-top:-25px}}.nav-tabs-custom .nav-link{font-size:32px;font-weight:bold;line-height:37px;padding:5px 0 10px;text-transform:uppercase;color:#A9BFD8;border-bottom:solid 6px #A9BFD8}@media (max-width: 1023.98px){.nav-tabs-custom .nav-link{font-size:16px;line-height:19px;color:#A9BFD8;border-bottom-width:2px}.nav-tabs-custom .nav-link.active,.nav-tabs-custom .nav-link:hover{color:#182341;border-color:#182341}}.nav-tabs-custom .nav-link+.nav-link{margin-left:33px}.nav-tabs-custom .nav-link.active,.nav-tabs-custom .nav-link:hover{color:#F05A8D;border-color:#F05A8D}.accordion>.card{font-size:16px;line-height:1.4;margin-bottom:15px;color:#000;border:solid 1px #D5D4D5 !important;border-radius:0;background:transparent}.accordion>.card .card-header{margin-bottom:0}.accordion .card-header{font-size:18px;font-weight:500;line-height:0.96;padding:0;color:#182341;border-bottom:none;background:transparent}.accordion .card-header h2{line-height:1}.accordion .card-header .btn{font-size:18px;font-weight:500;line-height:0.96;position:relative;display:inline-block;width:100%;padding:30px 20px;text-align:left;color:inherit;border:none}@media (max-width: 1023.98px){.accordion .card-header .btn{font-size:16px;line-height:19px;padding:11.5px 38px 11.5px 16px}.accordion .card-header .btn svg{width:15px}}.accordion .card-header .btn span{position:absolute;top:50%;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.accordion .card-header .btn .minus{display:none}.accordion .card-header .btn:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;-webkit-box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15);box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15)}.accordion .card-header .btn:not(.collapsed) .minus{display:inline-block;vertical-align:middle}.accordion .card-header .btn:not(.collapsed) .plus{display:none}.module-details--location{padding-top:20px;padding-bottom:20px}.module-details--location .module-details__label{float:left}.module-details--location .module-details__value{display:block;padding-left:80px}@media (min-width: 1024px){.cta-group{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.course-banner-buttons{position:absolute;top:-70px;right:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}@media (min-width: 768px){.course-banner-buttons{position:relative;top:20px}}@media (min-width: 1024px){.course-banner-buttons{position:relative;top:0;max-width:300px;margin-top:30px}}.course-banner-buttons .btn{width:100%}@media (min-width: 768px){.course-banner-buttons .btn-xl{padding:20px 10px}}.btn.btn--login{font-size:16px;line-height:26px;margin:0;text-transform:capitalize;color:#F05A8D}.career-paths{padding-top:130px;padding-bottom:130px;}@media (max-width: 767.98px){.career-paths{margin-top:-20px;padding-bottom:10px;}}@media (max-width: 575.98px){.career-paths{padding-top:220px}}.career-paths .section-title{font-size:18px;line-height:25px;max-width:805px;margin-right:auto;margin-bottom:40px;margin-left:auto;color:#182341}.career-paths .section-title h2{font-size:48px;line-height:51px;margin-bottom:20px}@media (max-width: 575.98px){.career-paths .section-title h2{width:120px}}.baubles{position:relative;width:960px;height:610px;margin:0 auto}@media (min-width: 1440px){.baubles{margin:140px auto 70px;-webkit-transform:scale(1.4);transform:scale(1.4)}}.baubles:after{position:absolute;z-index:1;top:0;left:46px;width:846px;height:541px;content:""}.baubles__title{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:18px;font-weight:700;line-height:0.96;position:absolute;width:80%;text-align:center;color:white}.baubles__outer{position:absolute}.baubles__outer>a{position:relative;z-index:2;display:block;width:100%;height:100%;border-radius:500px}.baubles__outer--main{position:absolute;z-index:3;top:246px;left:457px;width:100px;height:100px}@media (max-width: 1023.98px){.baubles__outer--main{left:350px}}.baubles__outer--main:hover a{pointer-events:none}.baubles__outer--general{position:absolute;z-index:2;width:135px;height:135px}.baubles__outer--general:before{position:absolute;width:2px;content:"";background-color:#D5D4D5}.baubles__outer--one{top:50px;left:296px}@media (max-width: 1023.98px){.baubles__outer--one{left:238px}}.baubles__outer--one:before{top:70px;left:143px;height:200px;-webkit-transform:rotate(-41deg);transform:rotate(-41deg)}.baubles__outer--two{top:474px;left:543px}@media (max-width: 1023.98px){.baubles__outer--two{left:450px}}.baubles__outer--two:before{bottom:67px;left:10px;height:265px;-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}.baubles__outer--three{top:365px;left:295px}@media (max-width: 1023.98px){.baubles__outer--three{left:196px}}.baubles__outer--three:before{right:-20px;bottom:67px;height:175px;-webkit-transform:rotate(46deg);transform:rotate(46deg)}.baubles__outer--four{top:69px;left:572px}@media (max-width: 1023.98px){.baubles__outer--four{left:450px}}.baubles__outer--four:before{top:83px;left:-20px;height:175px;-webkit-transform:rotate(39deg);transform:rotate(39deg)}.baubles__outer--four:after{position:absolute;top:-60px;left:60px;width:194px;height:135px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/extend-four.png");background-repeat:no-repeat;background-size:contain}.baubles__outer--five{top:200px;left:824px}@media (max-width: 1023.98px){.baubles__outer--five{left:600px}}.baubles__outer--five:before{top:-100px;right:250px;height:365px;-webkit-transform:rotate(85deg);transform:rotate(85deg)}@media (max-width: 1023.98px){.baubles__outer--five:before{top:-90px;right:200px;height:355px}}.baubles__outer--six{top:255px;left:0}.baubles__outer--six:before{top:-150px;left:290px;height:415px;-webkit-transform:rotate(86deg);transform:rotate(86deg)}@media (max-width: 1023.98px){.baubles__outer--six:before{height:380px;left:230px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.baubles__outer--six:after{position:absolute;top:80px;left:80px;width:90px;height:98px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/extend-six.png");background-repeat:no-repeat;background-size:contain}.baubles__outer--seven{top:319px;left:617px}@media (max-width: 1023.98px){.baubles__outer--seven{top:350px;left:560px}}.baubles__outer--seven:before{top:-80px;right:160px;height:215px;-webkit-transform:rotate(118deg);transform:rotate(118deg)}.baubles__outer--eight{top:103px;left:90px}.baubles__outer--eight:before{top:-37px;left:250px;height:350px;-webkit-transform:rotate(109deg);transform:rotate(109deg)}@media (max-width: 1023.98px){.baubles__outer--eight:before{top:-10px;left:200px;height:300px;-webkit-transform:rotate(120deg);transform:rotate(120deg)}}.baubles__outer--eight:after{position:absolute;top:-90px;right:20px;width:157px;height:165px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/extend-eight.png");background-repeat:no-repeat;background-size:contain}.baubles__outer--pink a{background-color:#F05A8D}.baubles__outer--navy a{background-color:#182341}.baubles__outer--juicy a{background-color:#FECE35}.baubles__outer--foil a{background-color:#B4D66B}.baubles__outer--sky a{background-color:#00C0F3}.baubles__outer--understate a{background-color:#A9BFD8}.baubles__outer--ganic a{background-color:#57C0A2}.baubles__outer--darkgrey a{background-color:#969698}.career-paths .inline-responsive-iframe{position:relative;overflow:hidden;height:0;margin-bottom:30px;padding-bottom:56.25%}.career-paths .inline-responsive-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}.tutors{position:relative;z-index:2;padding-top:100px;padding-bottom:160px;background:white}@media (max-width: 1023.98px){.tutors{padding-top:30px;padding-bottom:30px;background:#F7F7F7}}@media (min-width: 1024px){.tutors .col_first{position:absolute;left:0;padding:0}}@media (min-width: 1024px) and (max-width: 1439.98px){.tutors .col_first{max-width:400px}}.tutors .section_title{max-width:1600px;padding-top:20px;color:#182341}@media (min-width: 768px){.tutors .section_title{position:absolute;top:75px;right:0;left:0;max-width:400px;margin:auto auto auto 0;padding:0 20px}}@media (min-width: 1440px){.tutors .section_title{left:5.7299%}}.tutors .section_title h2{font-size:46px;font-weight:bold;line-height:1;margin:0 0 40px;text-align:left;color:inherit}@media (min-width: 768px){.tutors .section_title h2{font-size:62px;margin:0 0 21px}}@media (min-width: 1024px){.tutors .section_title h2{font-size:78px;margin:0 0 31px}}@media (min-width: 1440px){.tutors .section_title h2{font-size:96px}}@media (min-width: 768px){.tutors .section_title p{font-size:20px;line-height:30px}}.tutors .section_title a{font-size:18px;font-weight:bold;line-height:28px;text-transform:uppercase;color:#00C0F3}.tutors .section_title a svg{margin-left:10px}.tutors .section_title svg{stroke:inherit}.tutors .section_title .arrows-slick .col-auto:hover svg rect,.tutors .section_title .arrows-slick .col-auto:focus svg rect{fill:#FAC817;stroke:#FAC817}.tutors .hero_img{position:absolute;bottom:0;left:5%;-webkit-transition-delay:1s;transition-delay:1s;-webkit-transform:translateY(50%) scale(0);transform:translateY(50%) scale(0)}@media (max-width: 575.98px){.tutors .hero_img{width:66px;height:auto}}@media (min-width: 576px) and (max-width: 1599.98px){.tutors .hero_img{width:16vw;height:auto}}.tutors .hero_img.lazyloaded{-webkit-transform:translateY(50%) scale(1);transform:translateY(50%) scale(1)}.tutors .arrows-slick button{padding:0;border:0;background:transparent}.tutors .arrows-slick div{cursor:pointer}.tutors .arrows-slick .col-auto:hover svg rect,.tutors .arrows-slick .col-auto:focus svg rect{fill:#D5D4D5;stroke:#D5D4D5}.tutors .arrows-slick .col-auto:hover svg path,.tutors .arrows-slick .col-auto:focus svg path{stroke:black}.slick-list{outline:none}.tutors-carousel{z-index:12}@media (min-width: 768px){.tutors-carousel{width:100%;margin-left:calc(100% - 350px)}.tutors-carousel.slick-slider{margin-bottom:0}}@media (min-width: 1024px){.tutors-carousel{margin-left:calc(100% - 600px)}}@media (min-width: 1440px){.tutors-carousel{margin-left:calc(100% - 900px)}}@media all and (min-width: 1600px){.tutors-carousel{margin-left:calc(100% - 1098px)}}.tutors-carousel .slick-track{margin:0 -15px}.tutors-carousel .slick-elem{max-width:320px;padding:0 15px}@media (max-width: 575.98px){.tutors-carousel .slick-elem{max-width:272px;padding:0 10px}}.tutors-carousel .item{width:290px;max-width:290px;margin:0 0 15px;background:white;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}@media (max-width: 1023.98px){.tutors-carousel .item{width:260px}}.tutors-carousel .item_wrap{position:relative;overflow:hidden;width:100%}.tutors-carousel .item_wrap a{position:relative;display:block;overflow:hidden;width:100%}.tutors-carousel .item_wrap a:before{display:block;width:100%;padding-bottom:114%;content:""}.tutors-carousel .item_wrap a img{position:absolute;z-index:1;top:50%;right:-50%;left:-50%;min-width:100%;max-width:100%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tutors-carousel .content_wrap{padding:20px}@media (max-width: 575.98px){.tutors-carousel .content_wrap{padding:25px 0 20px 24px}}.tutors-carousel .content_wrap h3{font-size:22px;font-weight:bold;line-height:29px;margin-bottom:2px;color:#182341}@media (max-width: 575.98px){.tutors-carousel .content_wrap h3{font-size:16px;line-height:26px;margin-bottom:5px}}.tutors-carousel .content_wrap .desc{font-size:16px;font-weight:300;line-height:22px;min-height:89px;padding-right:32px}@media (max-width: 575.98px){.tutors-carousel .content_wrap .desc{font-size:12px;line-height:17px;min-height:61px}}.tutors-carousel .content_wrap .contact{margin-bottom:0;padding-left:0;list-style:none}.tutors-carousel .content_wrap .contact li{position:relative}.tutors-carousel .content_wrap .contact li+li{margin-top:14px}.tutors-carousel .content_wrap .contact a{font-size:14px;font-weight:bold;line-height:18px;display:block;padding-left:30px;text-transform:uppercase;color:#4F4F4F}@media (max-width: 575.98px){.tutors-carousel .content_wrap .contact a{font-size:12px;line-height:20px}}.tutors-carousel .content_wrap .contact i{font-size:120%;position:absolute;top:1px;left:0;margin-right:10px;color:#F05A8D}.tutors-carousel .slick-dots{bottom:-25px}@media (min-width: 768px){.tutors-carousel .slick-dots{left:10px;text-align:left}}.tutors-carousel .slick-dots button:focus,.tutors-carousel .slick-dots button:focus-visible,.tutors-carousel .slick-dots button:focus-within{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;-webkit-box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15);box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15)}@media (max-width: 1023.98px){.slick-slider .slick-dots-container>ul{position:relative;bottom:unset;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0;padding:0;list-style:none;-webkit-transition:all 0.25s;transition:all 0.25s;-webkit-transform:translateX(0);transform:translateX(0);-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce){.slick-slider .slick-dots-container>ul{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}@media (max-width: 1023.98px){.slick-slider .slick-dots-container>ul li.p-small-1,.slick-slider .slick-dots-container>ul li.n-small-1{-webkit-transform:scale(0.8);transform:scale(0.8)}.slick-slider .slick-dots-container{position:relative;display:block;overflow:hidden;width:100px;height:35px;margin:0 auto;padding:0}.slick-slider .slick-dots-container .slick-dots{bottom:0}.slick-slider .slick-dots-container>ul li.slick-active{-webkit-transform:scale(1.3);transform:scale(1.3);-webkit-transform-origin:center;transform-origin:center}}.facilities{position:relative;z-index:1;padding-top:152px;background:#F7F7F7}@media (max-width: 575.98px){.facilities{padding-top:45px;background:white}}.facilities .container-fluid{max-width:1630px}@media (max-width: 767.98px){.facilities .container-fluid{padding-right:0}}@media (min-width: 576px){.facilities .section_title{padding-bottom:72px;padding-left:15px}.facilities .section_title h2{font-weight:bold;color:#182341}.facilities .section_title p{color:#182341}}@media (min-width: 768px){.facilities .section_title{padding-bottom:112px;padding-left:30px}.facilities .section_title h2{font-size:46px;line-height:52px;margin-top:30px;margin-bottom:30px}.facilities .section_title p{font-size:36px;line-height:42px;color:#182341}}@media (min-width: 1200px){.facilities .section_title{padding-left:30px}.facilities .section_title h2{font-size:96px;line-height:112px}.facilities .section_title p{font-size:30px;line-height:40px}}@media (max-width: 575.98px){.facilities .section_title{position:relative;margin-top:100px;padding:20px 20px 52px;background:#B4D66B}.facilities .section_title h2{font-size:46px;line-height:54px;position:relative;z-index:1;margin-bottom:42px;color:white}.facilities .section_title:before{position:absolute;z-index:0;right:-25vw;bottom:calc(100% - 75px);left:-25vw;width:150vw;height:150px;content:"";-webkit-transform:rotate(-12deg);transform:rotate(-12deg);background:#B4D66B}}.facilities.v2{background:white}.facilities .hero_img{position:absolute;right:0;bottom:-140px;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}.facilities .hero_img.first{right:78px}@media (min-width: 1600px) and (max-width: 1919.98px){.facilities .hero_img.first{width:110px}}@media (min-width: 1440px) and (max-width: 1599.98px){.facilities .hero_img.first{right:67px;width:100px}}@media (min-width: 1200px) and (max-width: 1439.98px){.facilities .hero_img.first{right:57px;width:80px}}@media (min-width: 1024px) and (max-width: 1199.98px){.facilities .hero_img.first{right:54px;width:70px}}@media (min-width: 768px) and (max-width: 1023.98px){.facilities .hero_img.first{right:44px;width:60px}}@media (max-width: 767.98px){.facilities .hero_img.first{display:none}}.facilities .hero_img.second{bottom:-205px}@media (min-width: 1440px) and (max-width: 1599.98px){.facilities .hero_img.second{width:67px}}@media (min-width: 1200px) and (max-width: 1439.98px){.facilities .hero_img.second{bottom:-195px;width:57px}}@media (min-width: 1024px) and (max-width: 1199.98px){.facilities .hero_img.second{width:54px}}@media (min-width: 768px) and (max-width: 1023.98px){.facilities .hero_img.second{width:44px}}@media (max-width: 767.98px){.facilities .hero_img.second{display:none}}.facilities.lazyloaded .hero_img{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.facilities.lazyloaded:before{-webkit-transform:scale(1);transform:scale(1)}.facilities.bg-navy figcaption{color:white}.facilities.bg-navy figcaption h2,.facilities.bg-navy figcaption p{color:white}.facilities.bg-navy .section_title svg path{fill:white}.facilities.bg-navy .section_title h2{color:white}.facilities.bg-pink figcaption{color:white}.facilities.bg-pink figcaption h2,.facilities.bg-pink figcaption p{color:white}.facilities.bg-pink .section_title svg path{fill:white}.facilities.bg-pink .section_title h2{color:white}.facilities.bg-pink .second path{fill:#182341}.facilities.bg-sky figcaption{color:white}.facilities.bg-sky figcaption h2,.facilities.bg-sky figcaption p{color:white}.facilities.bg-sky .section_title svg path{fill:white}.facilities.bg-sky .section_title h2{color:white}.facilities.bg-sky .first path{fill:#182341}.facilities.bg-ganic figcaption{color:white}.facilities.bg-ganic figcaption h2,.facilities.bg-ganic figcaption p{color:white}.facilities.bg-ganic .section_title svg path{fill:white}.facilities.bg-ganic .section_title h2{color:white}.facilities.bg-ganic .first path{fill:#182341}@media (max-width: 575.98px){.facilities.bg-foil .section_title{background:#00C0F3}.facilities.bg-foil .section_title:before{background:#00C0F3}}.facilities.bg-foil figcaption{color:white}.facilities.bg-foil figcaption h2,.facilities.bg-foil figcaption p{color:white}.facilities.bg-foil .section_title svg path{fill:white}.facilities.bg-foil .section_title h2{color:white}.facilities.bg-foil .first path{fill:#182341}.facilities.bg-sunny figcaption{color:#182341}.facilities.bg-sunny figcaption h2,.facilities.bg-sunny figcaption p{color:#182341}.facilities.bg-sunny .section_title svg path{fill:#182341}.facilities.bg-sunny .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-sunny .section_title h2{color:#182341}}.facilities.bg-juicy figcaption{color:#182341}.facilities.bg-juicy figcaption h2,.facilities.bg-juicy figcaption p{color:#182341}.facilities.bg-juicy .section_title svg path{fill:#182341}.facilities.bg-juicy .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-juicy .section_title h2{color:#182341}}.facilities.bg-understate figcaption{color:white}.facilities.bg-understate figcaption h2,.facilities.bg-understate figcaption p{color:white}.facilities.bg-understate .section_title svg path{fill:white}.facilities.bg-understate .section_title h2{color:white}.facilities.bg-darkgrey figcaption{color:white}.facilities.bg-darkgrey figcaption h2,.facilities.bg-darkgrey figcaption p{color:white}.facilities.bg-darkgrey .section_title svg path{fill:white}.facilities.bg-darkgrey .section_title h2{color:white}.facilities.bg-lightgrey figcaption{color:#182341}.facilities.bg-lightgrey figcaption h2,.facilities.bg-lightgrey figcaption p{color:#182341}.facilities.bg-lightgrey .section_title svg path{fill:#182341}.facilities.bg-lightgrey .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-lightgrey .section_title h2{color:#182341}}.facilities.bg-lightblue figcaption{color:#182341}.facilities.bg-lightblue figcaption h2,.facilities.bg-lightblue figcaption p{color:#182341}.facilities.bg-lightblue .section_title svg path{fill:#182341}.facilities.bg-lightblue .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-lightblue .section_title h2{color:#182341}}.facilities.bg-white figcaption{color:#182341}.facilities.bg-white figcaption h2,.facilities.bg-white figcaption p{color:#182341}.facilities.bg-white .section_title svg path{fill:#182341}.facilities.bg-white .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-white .section_title h2{color:#182341}}.slider-wrap{padding:0 15px}@media (max-width: 767.98px){.slider-wrap{margin:0 -5px;padding:0}}.slick-list{outline:none}.facilities-slider{z-index:11;max-width:1696px;margin:0 auto 20px;padding:0 15px}@media (max-width: 767.98px){.facilities-slider{padding:0}}@media (max-width: 575.98px){.facilities-slider .item{padding:0 10px}}.facilities-slider .slick-prev:before,.facilities-slider .slick-next:before{display:none}.facilities-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.facilities-slider .slick-track .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;outline:none}.facilities-slider .item-group{position:relative;-webkit-transition:all 0.1s linear;transition:all 0.1s linear}@media (max-width: 575.98px){.facilities-slider .item-group{max-width:223px}}@media (prefers-reduced-motion: reduce){.facilities-slider .item-group{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.facilities-slider .item-group .img_wrap{max-width:404px;margin:auto}.facilities-slider .item-group .img_wrap img{max-width:100%}.facilities-slider .slick-current{position:relative}.facilities-slider .slick-current+.slick-slide .component{margin-left:auto}.facilities-slider .content_wrap{max-width:404px;padding:20px}@media (max-width: 575.98px){.facilities-slider .content_wrap{padding:36px 0 20px}.facilities-slider .content_wrap h3{font-size:22px;line-height:26px}.facilities-slider .content_wrap p{font-size:12px;line-height:17px}}.facilities-slider .content_wrap h3{font-size:28px;font-weight:bold;line-height:39px;position:relative;width:100%;margin-bottom:30px;text-align:left;color:#182341}.facilities-slider .content_wrap h3:before{position:absolute;right:0;bottom:100%;left:0;display:block;width:100%;height:22px;margin:3px auto -5px;content:"";background:url("/courses/media/2019-template-assets/graphics/discover_slider_fig.svg");background-repeat:no-repeat;background-position:center}.related{padding:40px 5px;background:#F7F7F7}@media (min-width: 768px){.related{background:white;padding:160px 0 40px}}.related .container{max-width:1700px;padding:0 20px}.related .container-fluid{max-width:1700px;overflow:visible;padding-left:20px}.related .item{padding-right:96px;max-width:420px}@media (max-width: 575.98px){.related .item{padding-right:20px}.related .item a{max-width:222px;margin:0px;padding:0 15px;text-align:center}}.related h2,.related h3{color:#182341;font-weight:bold;font-size:32px;line-height:37px;margin-bottom:20px}@media (min-width: 768px){.related h2,.related h3{font-size:48px;line-height:51px;margin-bottom:46px}}@media (min-width: 768px){.related h3{font-weight:normal}}.related a{min-height:103px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#00C0F3;color:white;position:relative;margin-bottom:10px;padding:0 0 0 30px;text-align:left;font-size:16px;color:white;font-weight:bold;line-height:21px;text-transform:uppercase;margin-right:63px}.related a:after{content:"";position:absolute;right:-63px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-top:54px solid transparent;border-bottom:48px solid transparent;border-left:63px solid #00C0F3}@media (max-width: 575.98px){.related a{margin-right:20px}.related a:after{display:none}}.related .related-carousel a{background:#57C0A2}.related .related-carousel a:after{border-left-color:#57C0A2}.related .related-carousel .slick-dots{bottom:-35px}.related .related-carousel--courses a{background:#00C0F3}.related .related-carousel--courses a:after{border-left-color:#00C0F3}.related .slick-list{overflow:visible}.related .related-carousel{padding-bottom:50px}.related .related-carousel .slick-list{overflow:visible}.related .related-carousel .slick-prev{display:none}.related .related-carousel .slick-next{background-image:url("data:image/svg+xml,%3Csvg width='41' height='22' viewBox='0 0 41 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H40M40 11L30 1M40 11L30 21' stroke='black'/%3E%3C/svg%3E%0A");top:auto;bottom:calc(100% + 47px);width:40px;right:5%}.related .related-carousel .slick-next:before{display:none}.events-upcoming{padding:63px 0 90px}@media (min-width: 768px){.events-upcoming{padding:40px 0}}.events-upcoming .events-carousel.slick-slider .item{padding:0 17px}.events-upcoming .item{margin-bottom:34px}.events-upcoming .slick-dots{bottom:-30px}.events-upcoming .container{overflow:hidden;max-width:1600px}.events-upcoming .section_title{padding:0;text-align:center}.events-upcoming .date{font-size:12px;font-weight:bold;line-height:17px;display:block;margin-bottom:5px;color:#657593}@media (min-width: 768px){.events-upcoming .date{font-size:16px;margin-bottom:16px}}.events-upcoming h3{font-size:14px;font-weight:bold;line-height:20px;margin:0;color:#182341}@media (min-width: 768px){.events-upcoming h3{font-size:22px;line-height:26px}}.events-upcoming .fig{display:none;margin-bottom:27px}@media (min-width: 768px){.events-upcoming .fig{display:block}}.events-upcoming .content_wrap{padding:15px 0 15px}@media (min-width: 768px){.events-upcoming .content_wrap{padding:25px 32px 49px}}.events-upcoming h2{font-size:32px;font-weight:bold;line-height:1;margin:0 0 40px;text-align:left;color:#182341}@media (min-width: 576px){.events-upcoming h2{font-size:72px;margin:0 0 100px;text-align:center}}@media (min-width: 1024px){.events-upcoming h2{font-size:96px}}.events-upcoming .row{margin-right:-10px;margin-left:-10px}@media (min-width: 768px){.events-upcoming .row{margin-right:-17px;margin-left:-17px}}.events-upcoming .row .col-6,.events-upcoming .row .latest_news .list.v2 .item,.latest_news .list.v2 .events-upcoming .row .item{padding-right:10px;padding-left:10px}@media (min-width: 768px){.events-upcoming .row .col-6,.events-upcoming .row .latest_news .list.v2 .item,.latest_news .list.v2 .events-upcoming .row .item{padding-right:17px;padding-left:17px}}.events-upcoming article a{display:block;width:100%;border-bottom:solid 1px #A9BFD8;background:white}@media (min-width: 768px){.events-upcoming article a{border-bottom:none;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}}.events-upcoming .see_all{font-size:16px;line-height:27px;color:#182341}.events-upcoming .see_all svg{margin-left:10px}.event-navy{background:#182341}.event-navy h2{color:white}.event-pink{background:#F05A8D}.event-pink h2{color:white}.event-sky{background:#00C0F3}.event-sky h2{color:white}.event-ganic{background:#57C0A2}.event-ganic h2{color:white}.event-foil{background:#B4D66B}.event-foil h2{color:white}.event-sunny{background:#FAC817}.event-sunny h2{color:#182341}.event-juicy{background:#FECE35}.event-juicy h2{color:#182341}.event-understate{background:#A9BFD8}.event-understate h2{color:white}.event-darkgrey{background:#969698}.event-darkgrey h2{color:white}.event-lightgrey{background:#D5D4D5}.event-lightgrey h2{color:#182341}.event-lightblue{background:#F0F9FB}.event-lightblue h2{color:#182341}.event-white{background:white}.event-white h2{color:#182341}.arts_news{position:relative;z-index:2;clear:both;padding:40px 0 30px 5px;background:#f7f7f7}@media (min-width: 768px){.arts_news{padding:175px 0 30px}}@media (min-width: 768px){.arts_news{padding:175px 0 100px}}.arts_news:before{position:absolute;top:0;right:auto;left:10%;display:block;width:100%;height:100%;content:"";-webkit-transition:all 1.7s ease;transition:all 1.7s ease;-webkit-transition-delay:1s;transition-delay:1s;-webkit-transform:scale(0);transform:scale(0);background-repeat:no-repeat;background-position:center;background-size:auto 100%}@media (max-width: 1599.98px){.arts_news:before{max-height:50vw}}@media (prefers-reduced-motion: reduce){.arts_news:before{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.arts_news .section_title{max-width:1600px;padding-top:20px;color:#182341}@media (min-width: 768px){.arts_news .section_title{position:absolute;top:75px;right:0;left:0;max-width:400px;margin:auto auto auto 0;padding:0 20px}}@media (min-width: 1440px){.arts_news .section_title{left:5.7299%}}.arts_news .section_title h2{font-size:46px;font-weight:bold;line-height:1;margin:0 0 40px;text-align:left;color:inherit}@media (min-width: 768px){.arts_news .section_title h2{font-size:62px;margin:0 0 21px}}@media (min-width: 1024px){.arts_news .section_title h2{font-size:78px;margin:0 0 31px}}@media (min-width: 1440px){.arts_news .section_title h2{font-size:96px}}.arts_news .section_title a{font-size:18px;font-weight:bold;line-height:28px;text-transform:uppercase;color:#00C0F3}.arts_news .section_title a svg{margin-left:10px}.arts_news .section_title svg{stroke:inherit}.arts_news .section_title .arrows-slick button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent}.arts_news .section_title .arrows-slick .col-auto:hover svg rect,.arts_news .section_title .arrows-slick .col-auto:focus svg rect{fill:#FAC817;stroke:#FAC817}.arts_news .arrows-slick{margin-top:64px}.arts_news .arrows-slick div{cursor:pointer}.arts_news .arrows-slick .col-auto:hover svg rect,.arts_news .arrows-slick .col-auto:focus svg rect{fill:#D5D4D5;stroke:#D5D4D5}.arts_news .arrows-slick .col-auto:hover svg path,.arts_news .arrows-slick .col-auto:focus svg path{stroke:black}.arts_news .arts-carousel{z-index:12}@media (min-width: 768px){.arts_news .arts-carousel{width:100%;margin-left:calc(100% - 350px)}.arts_news .arts-carousel.slick-slider{margin-bottom:0}}@media (min-width: 1024px){.arts_news .arts-carousel{margin-left:calc(100% - 600px)}}@media (min-width: 1440px){.arts_news .arts-carousel{margin-left:calc(100% - 900px)}}@media all and (min-width: 1600px){.arts_news .arts-carousel{margin-left:calc(100% - 1098px)}}.arts_news .arts-carousel.slick-slider{margin-bottom:60px}.arts_news .arts-carousel .slick-prev{left:-500px}.arts_news .arts-carousel .slick-next{left:-410px}.arts_news .hero_img{position:absolute;right:0;bottom:-140px;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}.arts_news .hero_img.first{right:78px}@media (max-width: 767.98px){.arts_news .hero_img.first{display:none}}@media (min-width: 1600px) and (max-width: 1919.98px){.arts_news .hero_img.first{width:110px}}@media (min-width: 1440px) and (max-width: 1599.98px){.arts_news .hero_img.first{right:67px;width:100px}}@media (min-width: 1200px) and (max-width: 1439.98px){.arts_news .hero_img.first{right:57px;width:80px}}@media (min-width: 1024px) and (max-width: 1199.98px){.arts_news .hero_img.first{right:54px;width:70px}}@media (min-width: 768px) and (max-width: 1023.98px){.arts_news .hero_img.first{right:44px;width:60px}}.arts_news .hero_img.second{bottom:-205px}@media (max-width: 767.98px){.arts_news .hero_img.second{display:none}}@media (min-width: 1440px) and (max-width: 1599.98px){.arts_news .hero_img.second{width:67px}}@media (min-width: 1200px) and (max-width: 1439.98px){.arts_news .hero_img.second{bottom:-195px;width:57px}}@media (min-width: 1024px) and (max-width: 1199.98px){.arts_news .hero_img.second{width:54px}}@media (min-width: 768px) and (max-width: 1023.98px){.arts_news .hero_img.second{width:44px}}.arts_news .see_all{font-size:16px;line-height:27px;position:relative;z-index:2;color:white}.arts_news .see_all svg{margin-left:10px}.arts_news .see_all svg path{stroke:white}.arts_news .hero_img.v1{visibility:visible}.arts_news .hero_img.v2{visibility:hidden}.arts_news.lazyloaded .hero_img{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.arts_news.lazyloaded:before{-webkit-transform:scale(1);transform:scale(1)}.arts_news.v2{background:#F7F7F7}.arts_news.v2 .hero_img.v1{visibility:hidden}.arts_news.v2 .hero_img.v2{visibility:visible}.arts_news.v2 .section_title{color:#182341}.arts_news.v2 .section_title a{color:#00C0F3}.arts_news.v2 .section_title a svg{margin-left:10px}.arts_news.v2 .section_title a svg path{stroke:#00C0F3}.arts_news.v2 .see_all{color:#182341}.arts_news.v2 .see_all svg path{stroke:#182341}.arts_news.v2 .arrows-slick{margin-top:64px}.arts_news.v2 .arrows-slick div{cursor:pointer}.arts_news.v2 .arrows-slick .col-auto:hover svg rect,.arts_news.v2 .arrows-slick .col-auto:focus svg rect{fill:#FCEE32;stroke:#FCEE32}.arts_news.v2 .arrows-slick .col-auto:hover svg path,.arts_news.v2 .arrows-slick .col-auto:focus svg path{stroke:black}.arts_news--hide-nav .arts-carousel,.arts_news--event-carousel .arts-carousel{margin-left:auto}@media (min-width: 768px){.arts_news--hide-nav .arts-carousel,.arts_news--event-carousel .arts-carousel{right:0;max-width:100%}}.arts_news--hide-nav .see_all{display:none}.arts_news.arts-navy{background:#182341}.arts_news.arts-navy h2{color:white}.arts_news.arts-navy a{color:white}.arts_news.arts-navy .arrows-slick svg rect{stroke:white}.arts_news.arts-navy .arrows-slick svg path{stroke:white}.arts_news.arts-navy .arrows-slick .col-auto:hover svg rect,.arts_news.arts-navy .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-navy .second path{fill:#F05A8D}.arts_news.arts-pink{background:#F05A8D}.arts_news.arts-pink h2{color:white}.arts_news.arts-pink a{color:white}.arts_news.arts-pink .arrows-slick svg rect{stroke:white}.arts_news.arts-pink .arrows-slick svg path{stroke:white}.arts_news.arts-pink .arrows-slick .col-auto:hover svg rect,.arts_news.arts-pink .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-pink .fragments--rossoneri .fragment--1 svg path{fill:#182341}.arts_news.arts-pink .fragments--rossoneri .fragment--2 svg path{fill:#00C0F3}.arts_news.arts-sky{background:#00C0F3}.arts_news.arts-sky h2{color:white}.arts_news.arts-sky a{color:white}.arts_news.arts-sky .arrows-slick svg rect{stroke:white}.arts_news.arts-sky .arrows-slick svg path{stroke:white}.arts_news.arts-sky .arrows-slick .col-auto:hover svg rect,.arts_news.arts-sky .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-sky .first path{fill:#F05A8D}.arts_news.arts-ganic{background:#57C0A2}.arts_news.arts-ganic h2{color:white}.arts_news.arts-ganic a{color:white}.arts_news.arts-ganic .section_title a{color:white}.arts_news.arts-ganic .section_title a svg path{color:white}.arts_news.arts-ganic .arrows-slick svg rect{stroke:white}.arts_news.arts-ganic .arrows-slick svg path{stroke:white}.arts_news.arts-foil{background:#B4D66B}.arts_news.arts-foil .arrows-slick svg rect{stroke:white}.arts_news.arts-foil .arrows-slick svg path{stroke:white}.arts_news.arts-foil h2{color:white}.arts_news.arts-foil a{color:white}.arts_news.arts-foil .arrows-slick svg rect{stroke:white}.arts_news.arts-foil .arrows-slick svg path{stroke:white}.arts_news.arts-foil .arrows-slick .col-auto:hover svg rect,.arts_news.arts-foil .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-sunny{background:#FAC817}.arts_news.arts-sunny .section_title{color:#182341}.arts_news.arts-sunny .section_title svg path{stroke:#182341}.arts_news.arts-sunny .arrows-slick svg rect{stroke:#182341}.arts_news.arts-sunny .arrows-slick svg path{stroke:#182341}.arts_news.arts-sunny .arrows-slick .col-auto:hover svg rect,.arts_news.arts-sunny .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-sunny .see_all{color:#182341}.arts_news.arts-sunny .see_all svg path{stroke:#182341}.arts_news.arts-sunny .slick-slider .slick-dots li.slick-active button:before{color:#182341}.arts_news.arts-juicy{background:#FECE35}.arts_news.arts-juicy .section_title{color:#182341}.arts_news.arts-juicy .section_title svg path{stroke:#182341}.arts_news.arts-juicy .arrows-slick svg rect{stroke:#182341}.arts_news.arts-juicy .arrows-slick svg path{stroke:#182341}.arts_news.arts-juicy .arrows-slick .col-auto:hover svg rect,.arts_news.arts-juicy .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-juicy .see_all{color:#182341}.arts_news.arts-juicy .see_all svg path{stroke:#182341}.arts_news.arts-juicy .slick-slider .slick-dots li.slick-active button:before{color:#182341}.arts_news.arts-understate{background:#A9BFD8}.arts_news.arts-understate .section_title{color:white}.arts_news.arts-understate .section_title svg path{stroke:white}.arts_news.arts-understate a{color:white}.arts_news.arts-understate .arrows-slick svg rect{stroke:white}.arts_news.arts-understate .arrows-slick svg path{stroke:white}.arts_news.arts-understate .arrows-slick .col-auto:hover svg rect,.arts_news.arts-understate .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-understate .slick-slider .slick-dots li:not(.slick-active) button:before{color:white}.arts_news.arts-darkgrey{background:#969698}.arts_news.arts-darkgrey .section_title{color:white}.arts_news.arts-darkgrey .section_title svg path{stroke:white}.arts_news.arts-darkgrey .section_title a{color:white}.arts_news.arts-darkgrey .arrows-slick svg rect{stroke:white}.arts_news.arts-darkgrey .arrows-slick svg path{stroke:white}.arts_news.arts-darkgrey .arrows-slick .col-auto:hover svg rect,.arts_news.arts-darkgrey .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-lightgrey{background:#D5D4D5}.arts_news.arts-lightgrey .section_title{color:#182341}.arts_news.arts-lightgrey .section_title a{color:#00C0F3}.arts_news.arts-lightgrey .section_title svg path{stroke:#00C0F3}.arts_news.arts-lightgrey .arrows-slick svg rect{stroke:white}.arts_news.arts-lightgrey .arrows-slick svg path{stroke:white}.arts_news.arts-lightgrey .arrows-slick .col-auto:hover svg rect,.arts_news.arts-lightgrey .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-lightblue{background:#F0F9FB}.arts_news.arts-lightblue .section_title{color:#182341}.arts_news.arts-lightblue .section_title a{color:#00C0F3}.arts_news.arts-lightblue .section_title svg path{stroke:#00C0F3}.arts_news.arts-lightblue .arrows-slick svg rect{stroke:#182341}.arts_news.arts-lightblue .arrows-slick svg path{stroke:#182341}.arts_news.arts-lightblue .arrows-slick .col-auto:hover svg rect,.arts_news.arts-lightblue .arrows-slick .col-auto:focus svg rect{fill:#182341;stroke:#182341}.arts_news.arts-lightblue .arrows-slick .col-auto:hover svg path,.arts_news.arts-lightblue .arrows-slick .col-auto:focus svg path{stroke:white}.arts_news.arts-lightblue .see_all{color:#182341}.arts_news.arts-lightblue .see_all svg path{stroke:#182341}.arts_news.arts-white{background:white}.arts_news.arts-white .section_title{color:#182341}.arts_news.arts-white .section_title a{color:#00C0F3}.arts_news.arts-white .section_title svg path{stroke:#00C0F3}.arts_news.arts-white .arrows-slick svg rect{stroke:#182341}.arts_news.arts-white .arrows-slick svg path{stroke:#182341}.arts_news.arts-white .arrows-slick .col-auto:hover svg rect,.arts_news.arts-white .arrows-slick .col-auto:focus svg rect{fill:#182341;stroke:#182341}.arts_news.arts-white .arrows-slick .col-auto:hover svg path,.arts_news.arts-white .arrows-slick .col-auto:focus svg path{stroke:white}.arts_news.arts-white .see_all{color:#182341}.arts_news.arts-white .see_all svg path{stroke:#182341}@media (min-width: 768px){.arts_news.arts_news--hide-nav{padding:40px}}.arts_news.arts_news--hide-nav .section_title{left:0}@media (min-width: 768px){.arts_news.arts_news--hide-nav .section_title{position:relative;top:0 !important;max-width:100%;-webkit-transform:none !important;transform:none !important}}.arts_news.arts_news--hide-nav .section_title h2{margin-bottom:16px}@media (min-width: 576px){.arts_news.arts_news--hide-nav .section_title h2{margin-bottom:51px;text-align:center}}@media (min-width: 1024px){.arts_news.arts_news--hide-nav .section_title h2{margin-bottom:100px}}@media (min-width: 768px){.arts_news.arts_news--hide-nav .section_title span.d-md-block{display:inline-block !important}}.arts_news.arts_news--hide-nav .section_title a,.arts_news.arts_news--hide-nav .section_title .arrows-slick{display:none !important}@media (min-width: 768px){.template--landing:not(.template--side-nav) .arts_news .section_title{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.template--landing:not(.template--side-nav) .arts_news.arts_news--event-carousel .section_title{position:relative;top:0;max-width:100%;text-align:center}.template--landing:not(.template--side-nav) .arts_news.arts_news--event-carousel .section_title h2{text-align:center}.template--landing:not(.template--side-nav) .arts_news.arts_news--event-carousel .section_title>div{margin:0}section_title h2,section.course-types h2,section.happen h2{font-size:46px;font-weight:bold;line-height:0.96;color:#182341}@media (min-width: 768px){section_title h2,section.course-types h2,section.happen h2{font-size:62px}}@media (min-width: 1024px){section_title h2,section.course-types h2,section.happen h2{font-size:78px}}@media (min-width: 1440px){section_title h2,section.course-types h2,section.happen h2{font-size:96px}}section.component-search h1{font-size:46px;font-weight:bold;line-height:0.96;color:#182341;margin-bottom:36px;letter-spacing:-0.02em}@media (min-width: 768px){section.component-search h1{font-size:56px}}@media (min-width: 1024px){section.component-search h1{font-size:66px}}@media (min-width: 1440px){section.component-search h1{font-size:80px}}section.award-banner h1{font-size:46px;font-weight:bold;line-height:0.96;color:#182341;color:white}@media (min-width: 768px){section.award-banner h1{font-size:62px}}@media (min-width: 1024px){section.award-banner h1{font-size:78px}}@media (min-width: 1440px){section.award-banner h1{font-size:96px}}section.heading--standard-banner .section_title h2{font-size:46px;font-weight:700;line-height:1;color:#182341}@media (min-width: 768px){section.heading--standard-banner .section_title h2{font-size:78px;margin-bottom:50px}}@media (min-width: 1024px){section.heading--standard-banner .section_title h2{font-size:110px;margin-bottom:100px}}@media (min-width: 1440px){section.heading--standard-banner .section_title h2{font-size:150px;line-height:0.9}}section.heading--fullwidth-image .section_title h2{font-size:46px;font-weight:700;line-height:1;color:#fff}@media (min-width: 768px){section.heading--fullwidth-image .section_title h2{font-size:78px;margin-bottom:50px}}@media (min-width: 1024px){section.heading--fullwidth-image .section_title h2{font-size:110px;margin-bottom:100px}}@media (min-width: 1440px){section.heading--fullwidth-image .section_title h2{font-size:150px;line-height:0.9}}section.page-wrap-side-nav .col-lg-9 .heading--image-banner .section_title h2{font-size:46px;font-weight:bold;line-height:0.96;color:#182341;color:white !important}@media (min-width: 768px){section.page-wrap-side-nav .col-lg-9 .heading--image-banner .section_title h2{font-size:56px}}@media (min-width: 1024px){section.page-wrap-side-nav .col-lg-9 .heading--image-banner .section_title h2{font-size:66px}}section.video-banner br{display:none}section.video-banner h1{font-size:46px;font-weight:700;line-height:1;margin-bottom:20px}@media (min-width: 768px){section.video-banner h1{font-size:78px;margin-bottom:50px}}@media (min-width: 1024px){section.video-banner h1{font-size:110px;margin-bottom:100px}}@media (min-width: 1440px){section.video-banner h1{font-size:150px;line-height:0.9}}@media (min-width: 1024px){section.video-banner h1{margin-bottom:40px}}@media (min-width: 1200px){section.video-banner h1{margin-bottom:57px}}section.video-banner h2,section.video-banner h3{font-size:46px;font-weight:bold;line-height:0.96;color:#182341;line-height:1;margin-bottom:20px}@media (min-width: 768px){section.video-banner h2,section.video-banner h3{font-size:56px}}@media (min-width: 1024px){section.video-banner h2,section.video-banner h3{font-size:66px}}@media (min-width: 1440px){section.video-banner h2,section.video-banner h3{font-size:80px}}@media (min-width: 1024px){section.video-banner .btn--book-your-place{position:relative;left:50%;margin-bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width: 1200px){section.video-banner .btn--book-your-place{margin-bottom:60px}}@media (min-width: 1024px){section.video-banner .btn--view-programme{position:relative;left:50%;margin-bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width: 1200px){section.video-banner .btn--view-programme{margin-bottom:60px}}.heading{position:relative;background:white}.heading:before{position:absolute;z-index:2;top:-2px;right:auto;left:-2px;display:block;width:70vw;max-width:390px;height:100%;max-height:40vw;content:"";-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top left;transform-origin:top left;pointer-events:none;background:url("/courses/media/2019-template-assets/graphics/courses_bg_desktop.svg");background-repeat:no-repeat;background-position:top left;background-size:auto 100%}@media (max-width: 1199.98px){.heading:before{width:100%;max-height:92px;background-image:url("/courses/media/2019-template-assets/graphics/courses_bg.svg")}}@media (max-width: 1439.98px){.heading:before{max-height:120px;background-image:url("/courses/media/2019-template-assets/graphics/courses_bg.svg")}}@media (prefers-reduced-motion: reduce){.heading:before{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.heading--standard-banner .container-fluid{position:relative;z-index:20}@media (min-width: 768px){.heading--standard-banner .section_title{padding-top:70px}}.heading--standard-banner .section_title h2{margin-bottom:0}@media (min-width: 768px) and (max-width: 1023.98px){.heading--standard-banner .section_title h2{margin-top:50px;margin-bottom:0 !important}}.heading--standard-banner .section_title p{font-weight:300;line-height:1.4}@media (min-width: 1024px){.heading--standard-banner .section_title p{font-size:36px}}.heading--standard-banner .section_title p:last-of-type{margin-bottom:0}.heading--image-banner{margin-bottom:20px}.heading--fullwidth-image,.heading--image-banner{overflow:hidden;background-position:center top;background-size:cover}.heading--fullwidth-image:after,.heading--image-banner:after{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(88%, rgba(0,0,0,0.7)), to(rgba(0,0,0,0.75)));background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 88%, rgba(0,0,0,0.75) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0)}.heading--fullwidth-image div[class*="container"],.heading--image-banner div[class*="container"]{position:relative;z-index:2}.heading--fullwidth-image div[class*="container"] .heading--search-form+a.btn-link,.heading--image-banner div[class*="container"] .heading--search-form+a.btn-link{margin-bottom:30px}.heading--fullwidth-image .section_title,.heading--image-banner .section_title{margin:0 !important;text-align:center}.heading--fullwidth-image .section_title h2,.heading--fullwidth-image .section_title p,.heading--image-banner .section_title h2,.heading--image-banner .section_title p{color:white}.heading--fullwidth-image .section_title h2,.heading--image-banner .section_title h2{margin-bottom:30px}.heading--fullwidth-image .section_title>div,.heading--image-banner .section_title>div{width:100%;margin:0 !important}.heading--fullwidth-image .section_title>div .btn,.heading--image-banner .section_title>div .btn{width:100%;max-width:400px;margin:0 0 10px !important}@media (min-width: 1024px){.heading--fullwidth-image .section_title>div .btn,.heading--image-banner .section_title>div .btn{margin:0 20px 0 0 !important}.heading--fullwidth-image .section_title>div .btn:last-of-type,.heading--image-banner .section_title>div .btn:last-of-type{margin:0 !important}}@media (min-width: 1024px){.heading--search-form.heading--decision-tree.heading--standard-banner .section_title{padding-bottom:0}}@media (min-width: 1440px){.heading--search-form.heading--decision-tree.heading--standard-banner .section_title{padding-left:100px}}@media screen and (min-width: 1540px){.heading--search-form.heading--decision-tree.heading--standard-banner .section_title{padding-left:0}}.heading--search-form.heading--decision-tree.heading--standard-banner .heading--search-form{margin-bottom:80px}@media (min-width: 1024px){.heading--search-form.heading--decision-tree.heading--standard-banner .heading--search-form{margin-bottom:160px}}.heading--search-form.heading{padding-bottom:40px}@media (min-width: 1024px){.heading--search-form.heading{padding-bottom:120px}}.heading--search-form h2,.heading--search-form p{color:white}@media (max-width: 767.98px){.heading--search-form h2{font-size:20px}}.heading--search-form .nav-tabs{border:none}.heading--search-form .nav-item:not(:last-child){margin:0 23px 0 0}@media (max-width: 767.98px){.heading--search-form .nav-item:not(:last-child){margin:0 20px 0 0}}.heading--search-form .nav-item .nav-link{font-size:18px;font-weight:bold;padding:8px 0;text-transform:uppercase;color:#A9BFD8;border:none;border-bottom:solid 3px #A9BFD8;background:transparent}@media (max-width: 767.98px){.heading--search-form .nav-item .nav-link{font-size:16px;padding:4px 0}}.heading--search-form .nav-item .nav-link.active{color:#182341;border-bottom:solid 3px #FECE35;background:transparent}.heading .input-group{margin-bottom:36px}@media (max-width: 767.98px){.heading .input-group .form-control,.heading .input-group .btn-xl{font-size:16px;overflow:hidden;height:51px;padding:8px;white-space:nowrap;text-overflow:ellipsis}.heading .input-group .btn svg{width:25px;height:auto}}.heading>.container-fluid{max-width:1120px}@media (max-width: 575.98px){.heading .section_title>div{width:auto;margin-right:-0.5rem;margin-left:-0.5rem}.heading .section_title>div>a{margin-right:0.5rem;margin-left:0.5rem}}.section_title{position:relative;z-index:11;padding-top:120px;padding-bottom:20px}@media (min-width: 768px){.section_title{padding-top:140px;padding-bottom:40px}}@media (min-width: 1024px){.section_title{padding-top:160px;padding-bottom:60px}}.section_title p{font-size:16px;line-height:27px;color:#182341}@media (min-width: 768px){.section_title p{font-size:26px;line-height:31px;margin-bottom:26px}}@media (min-width: 1024px){.section_title p{font-size:36px;line-height:51px;margin-bottom:46px}}.section_title .btn{margin-top:8px}.latest_news{position:relative;padding:85px 0 10px;background:#F7F7F7}@media (max-width: 767.98px){.latest_news{padding:25px 0 30px;background:white}}.latest_news .container-fluid{max-width:1570px}.latest_news .section_title{padding-top:0}@media (max-width: 767.98px){.latest_news .section_title{display:none}}.latest_news .section_title h2{font-size:66px;font-weight:bold;line-height:70px;margin-bottom:60px;color:#182341}.latest_news--article-related .section_title{display:block}.latest_news--article-related .section_title h2{font-size:32px;margin-bottom:-10px}@media (min-width: 1024px){.latest_news--article-related .section_title h2{font-size:40px}}.latest_news .input-group{margin-bottom:39px}@media (max-width: 767.98px){.latest_news .input-group .form-control-xl,.latest_news .input-group .btn-xl{font-size:16px;height:50px;padding:10px 12px}.latest_news .input-group .btn-xl svg{width:24px;height:auto}}.latest_news .pag .page-link{background-color:transparent}.latest_news .pag .page-link:hover{background-color:#e2e1e2}.latest_news .list{margin-bottom:25px}@media (min-width: 576px){.latest_news .list{margin-bottom:75px}}@media (max-width: 575.98px){.latest_news .list.v1 .fig{display:none}}.latest_news .list.v1 .item .box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;margin-bottom:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 767.98px){.latest_news .list.v1 .item .box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width: 767.98px){.latest_news .list.v1 .item .box{margin-bottom:20px;padding-top:20px;border-bottom:solid 1px #182341}}.latest_news .list.v1 .fig{position:absolute;top:50%;right:calc(70px + 22px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width: 576px){.latest_news .list.v1 .fig{right:calc(140px + 22px)}}@media (min-width: 768px){.latest_news .list.v1 .fig{right:calc(289px + 22px)}}.latest_news .list.v1 .img_wrap{position:relative;overflow:hidden;min-width:70px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width: 576px){.latest_news .list.v1 .img_wrap{min-width:140px}}@media (min-width: 768px){.latest_news .list.v1 .img_wrap{min-width:289px}}.latest_news .list.v1 .img_wrap:after{display:block;padding-bottom:100%;content:""}.latest_news .list.v1 .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;max-width:none;height:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.latest_news .list.v1 .content_wrap{padding-right:20px}@media (min-width: 768px){.latest_news .list.v1 .content_wrap{padding-left:48px}}@media (max-width: 767.98px){.latest_news .list.v1 .content_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.latest_news .list.v1 .content_wrap .date{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.latest_news .list.v1 .content_wrap h3{margin-bottom:20px}}.latest_news .list.v1 .date{font-size:12px;font-weight:bold;text-transform:uppercase}@media (min-width: 768px){.latest_news .list.v1 .date span{font-size:16px;font-weight:bold;line-height:38px;position:absolute;top:0;left:0;width:160px;margin-right:30px;text-align:center;text-transform:uppercase;color:white;background:#A9BFD8}.latest_news .list.v1 .date span:after{position:absolute;top:-27px;left:92%;display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;height:60px;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#A9BFD8}}@media (max-width: 1023.98px){.latest_news .list.v2{margin:0 -10px}.latest_news .list.v2 .col-6,.latest_news .list.v2 .item{padding:0 10px}}.latest_news .list.v2 .item .box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 767.98px){.latest_news .list.v2 .item .box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width: 767.98px){.latest_news .list.v2 .item .box{margin-bottom:20px;padding-top:20px;border-bottom:solid 1px #A9BFD8}}.latest_news .list.v2 .img_wrap{position:relative;overflow:hidden;min-width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.latest_news .list.v2 .img_wrap:after{display:block;padding-bottom:50%;content:""}.latest_news .list.v2 .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;max-width:100%;height:auto;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.latest_news .list.v2 .content_wrap{width:100%;padding:20px 0}@media (min-width: 768px){.latest_news .list.v2 .content_wrap{padding:20px 15px}}@media (min-width: 1024px){.latest_news .list.v2 .content_wrap{padding:25px 35px}}@media (max-width: 1023.98px){.latest_news .list.v2 .content_wrap .fig{display:none}.latest_news .list.v2 .content_wrap .date{font-size:12px;line-height:17px;margin-bottom:5px}.latest_news .list.v2 .content_wrap .date span{display:none}.latest_news .list.v2 .content_wrap h3{font-size:16px;line-height:22px}}@media (max-width: 767.98px){.latest_news .list.v2 .content_wrap h3{font-size:14px;line-height:20px}}.latest_news .list.v2 a.content_wrap:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;-webkit-box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15);box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15)}.latest_news .list.v2 .fig{display:block;margin-bottom:25px}.latest_news .list .box{background:white}@media (min-width: 768px){.latest_news .list .box{-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}}.latest_news .list a{color:#182341}.latest_news .list h3{font-size:22px;font-weight:bold;line-height:26px}@media (max-width: 1023.98px){.latest_news .list h3{font-weight:500}}.latest_news .list .date{font-size:16px;font-weight:bold;line-height:17px;display:block;margin-bottom:20px;text-transform:uppercase;color:#657593}.latest_news .list .date span{padding-left:20px}.latest_news .hero_img{position:absolute;right:0;bottom:0;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:right bottom;transform-origin:right bottom}@media (min-width: 768px){.latest_news .hero_img{bottom:-148px}}@media (prefers-reduced-motion: reduce){.latest_news .hero_img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.latest_news .hero_img.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}.latest_news .pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.latest_news .pagination span,.latest_news .pagination a{font-weight:700;line-height:40px;width:40px;height:40px;text-align:center}@media (min-width: 1024px){.latest_news .pagination span,.latest_news .pagination a{line-height:50px;width:50px;height:50px;margin-top:10px}}@media (min-width: 1200px){.latest_news .pagination span,.latest_news .pagination a{line-height:60px;width:60px;height:60px;margin-top:20px}}@media (min-width: 1440px){.latest_news .pagination span,.latest_news .pagination a{line-height:70px;width:70px;height:70px;margin-top:40px}}.latest_news .pagination span{background-color:#FECE35}.latest_news+section.container{padding-top:50px;padding-bottom:50px}@media (min-width: 1024px){.latest_news+section.container{padding-top:100px;padding-bottom:100px}}.raw-section{padding-bottom:31px}@media (min-width: 768px){.raw-section{padding-bottom:70px}}.raw-section .hero_img{margin-bottom:35px;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}@media (prefers-reduced-motion: reduce){.raw-section .hero_img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.raw-section .hero_img.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}.raw-section .container-fluid{max-width:1255px;padding:0 20px}.raw-section .container-fluid.wide{max-width:100%}.raw-section .section_title{margin-top:30px}@media (min-width: 768px){.raw-section .section_title{margin-top:78px;margin-bottom:55px}.raw-section .section_title h2{font-size:66px;line-height:64px;letter-spacing:-0.4px}}.raw-section .section_title h2{font-size:46px;font-weight:bold;line-height:54px;margin-bottom:30px;color:#182341}.raw-section .date{font-size:18px;font-weight:bold;line-height:30px;text-transform:uppercase;color:#A9BFD8}.raw-section p{font-size:16px;line-height:27px;margin-bottom:20px;color:black}.raw-section .featured-image{display:block;margin-bottom:30px}.raw-section .featured-image img{width:100%}.raw-section .back{font-size:12px;font-weight:bold;line-height:13px;display:inline-block;vertical-align:middle;letter-spacing:2px;text-transform:uppercase;color:#182341}@media (min-width: 768px){.raw-section .back{font-size:14px;line-height:20px;margin-top:57px;color:#00C0F3}.raw-section .back svg{margin-right:30px}}.raw-section .back svg{float:left;margin-right:10px}.raw-section .section-navy{position:relative;margin-bottom:40px;color:white}@media (min-width: 1024px){.raw-section .section-navy{background:#182341}}@media (min-width: 768px){.raw-section .section-navy{margin-top:64px;margin-bottom:94px}}.raw-section .section-navy svg{margin-bottom:30px}.raw-section .section-navy p{font-family:roboto-slab, serif;font-size:16px;line-height:30px;margin:0 0 20px;color:inherit}@media (min-width: 768px){.raw-section .section-navy p{font-size:18px;line-height:33.32px}}.raw-section .section-navy .featured-image{padding:20px 20px 40px}@media (min-width: 768px){.raw-section .section-navy .featured-image{margin-bottom:0}.raw-section .section-navy .featured-image img{width:100%}}@media (min-width: 1024px){.raw-section .section-navy .featured-image{max-width:40vw;padding:0}}.raw-section .hero_img{position:absolute;z-index:1;top:-46px;right:0;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform-origin:right top;transform-origin:right top}@media (min-width: 768px){.raw-section .hero_img{top:-136px}}.raw-section .hero_img.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}.raw-section .feature-content{max-width:755px;padding:40px 20px;-ms-flex-item-align:center;align-self:center}@media (min-width: 768px){.raw-section .feature-content{padding:50px}}.raw-section .alert{margin:40px -20px}@media (min-width: 768px){.raw-section .alert{margin:69px 0}}.raw-section .alert-warning{font-size:16px;line-height:27px;padding:30px 30px 10px;text-align:center;color:#000000;border-radius:0;background:#FECE35}.raw-section .alert-warning p{font-size:inherit;color:inherit}.raw-section .latest_news{margin-top:0;padding:0 20px;background:transparent}.raw-section .latest_news .section_title{display:block;margin-top:39px}.raw-section .latest_news .section_title h2{font-size:32px;font-weight:bold;line-height:38px;margin-bottom:30px}@media (min-width: 768px){.raw-section .latest_news .section_title h2{font-size:40px;line-height:48px;margin-bottom:54px}}.imageGrid{position:relative;overflow:hidden;padding:50px 0;background:#f7f7f7}@media (min-width: 768px){.imageGrid{padding:100px 0}}.imageGrid img{max-width:100%;height:auto}@media (min-width: 1200px){.imageGrid .card-columns{-webkit-column-count:4;column-count:4;-webkit-column-gap:36px;column-gap:36px}}.imageGrid .card-columns .card{position:relative;overflow:hidden;margin-bottom:30px;border:none;border-radius:0}@media (min-width: 768px){.imageGrid .card-columns .card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.imageGrid .card-columns .card:before{display:block;padding-bottom:122%;content:"";background:red}.imageGrid .card-columns .card.small:before{padding-bottom:calc(61% - 15px)}.imageGrid .card-columns .card .card-img-top{position:absolute;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:0}.imageGrid .card-wall{display:block}.imageGrid .card-wall .wall-item{display:block;overflow:hidden;width:450px;min-width:270px;max-width:460px;opacity:0}@media (min-width: 576px) and (max-width: 767.98px){.imageGrid .card-wall .wall-item{width:45%;min-width:45vw}}.imageGrid .card-wall .wall-item>.card{position:relative;overflow:hidden;margin-bottom:0;border:none;border-radius:0}.imageGrid .card-wall .wall-item>.card:before{display:block;padding-bottom:122%;content:""}.imageGrid .card-wall .wall-item>.card .card-img-top{position:absolute;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:0}.imageGrid .card-wall .wall-item.wall-item--size-masonry-half>.card:before{padding-bottom:calc(61% - 15px)}.imageGrid .card-body{position:absolute;z-index:11;right:0;bottom:0;left:0;padding:10px 20px 20px;color:white;background:#00C0F3}.imageGrid .card-body .card-title{font-size:22px;font-weight:bold;line-height:26px;margin:0;color:inherit}@media (min-width: 576px) and (max-width: 767.98px){.imageGrid .card-body .card-title{font-size:16px}}.imageGrid .card-body.bg-orange{color:#000000}.imageGrid .card-body.bg-orange svg path{fill:#000000}.imageGrid .card-body:before{position:absolute;z-index:-1;right:-50%;bottom:-25%;left:-50%;width:150%;height:150%;margin:auto;content:"";-webkit-transform:rotate(4deg);transform:rotate(4deg);background:inherit}.imageGrid .card-body.top{top:0;bottom:auto;padding:20px 20px 10px}.imageGrid .card-body.top:before{top:-25%;bottom:auto;-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}.imageGrid .card.small .card-body:before{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;opacity:0;-webkit-backface-visibility:hidden}@media (prefers-reduced-motion: reduce){.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:0.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.staffdetails{position:relative;z-index:2;margin-bottom:50px;padding:40px 0 70px;color:white;background:#F05A8D}@media (min-width: 768px){.staffdetails{padding:125px 0 150px}}@media (min-width: 1024px){.staffdetails{margin-bottom:100px}}@media (max-width: 1023.98px){.staffdetails{overflow:hidden}}.staffdetails .img_wrap{position:relative;z-index:3}@media (max-width: 575.98px){.staffdetails .img_wrap{margin-right:15px}}@media (max-width: 767.98px){.staffdetails .img_wrap img{float:right;max-width:40vw;margin-bottom:28px}}@media (max-width: 575.98px){.staffdetails .img_wrap img{max-width:143px}}.staffdetails .content_wrap{position:relative;z-index:3}.staffdetails .hero_img{position:absolute;opacity:0}@media (prefers-reduced-motion: reduce){.staffdetails .hero_img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.staffdetails .hero_img.type_1{top:0;bottom:auto;max-width:0;height:100%;-webkit-transition-delay:0.25s;transition-delay:0.25s;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);-webkit-transition-duration:1.25s;transition-duration:1.25s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top left;transform-origin:top left}@media (min-width: 768px){.staffdetails .hero_img.type_1{bottom:0;left:0;-webkit-transform-origin:bottom left;transform-origin:bottom left}.staffdetails .hero_img.type_1 svg{max-width:65vw;height:auto;margin:auto 0 0}}.staffdetails .hero_img.type_2{top:0;right:0;max-width:0;-webkit-transition-delay:0.55s;transition-delay:0.55s;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);-webkit-transition-duration:0.55s;transition-duration:0.55s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top right;transform-origin:top right}@media (min-width: 768px){.staffdetails .hero_img.type_2 svg{max-width:80vw;height:auto;margin:0 0 auto}}.staffdetails .hero_img.type_3{top:50%;right:0;max-width:0;-webkit-transition-delay:0.75s;transition-delay:0.75s;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:right bottom;transform-origin:right bottom}@media (min-width: 768px){.staffdetails .hero_img.type_3 svg{max-width:10vw;height:auto}}.staffdetails .hero_img.lazyloaded.type_1,.staffdetails .hero_img.lazyloaded.type_2,.staffdetails .hero_img.lazyloaded.type_3{max-width:100%;-webkit-transform:scale(1);transform:scale(1);opacity:1}.staffdetails .container-fluid{max-width:1715px;padding:0 20px}.staffdetails h2{font-size:46px;font-weight:bold;line-height:54px;margin-bottom:4px}@media (min-width: 768px){.staffdetails h2{font-size:80px;line-height:96px}}@media (min-width: 1200px){.staffdetails h2{font-size:96px;line-height:113px;margin-bottom:11px;text-align:center}}.staffdetails h3{font-size:16px;font-weight:normal;line-height:27px;margin-bottom:29px}@media (min-width: 768px){.staffdetails h3{font-size:30px;line-height:36px}}@media (min-width: 1200px){.staffdetails h3{font-size:36px;line-height:43px;margin-bottom:68px;text-align:center}}.staffdetails .staff_det{max-width:600px;margin:auto;padding:0;list-style:none}.staffdetails .staff_det li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}@media (min-width: 768px){.staffdetails .staff_det li{font-size:22px;line-height:52px;margin-bottom:0}}.staffdetails .staff_det li b,.staffdetails .staff_det li strong{font-weight:bold;display:inline-block;min-width:47%}.staffdetails .staff_det li a{text-decoration:underline;color:inherit}.col--event-sidebar{background-color:#FECE35}@media (min-width: 1024px){.col--event-sidebar{max-width:35%;background-color:transparent;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}}@media (min-width: 1440px){.col--event-sidebar{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media (min-width: 1024px){.col--event-main{max-width:65%;-webkit-box-flex:0;-ms-flex:0 0 65%;flex:0 0 65%}}@media (min-width: 1440px){.col--event-main{max-width:75%;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}}.calendar-sidebar{margin:40px 0}@media (min-width: 1024px){.calendar-sidebar{margin:20px 0}}.calendar-sidebar .select-left,.calendar-sidebar .select-right{float:left;width:calc(50% - 5px);margin-bottom:10px}.calendar-sidebar .select-left select,.calendar-sidebar .select-right select{height:50px}.calendar-sidebar .select-left{margin-right:10px}.calendar-sidebar .calendar-button{font-weight:700;height:50px;text-transform:uppercase;color:#FFFFFF;border-color:#00C0F3;background-color:#00C0F3}.calendar-sidebar .category label{padding-left:10px}.event-detail__back{margin:20px 0}.event-detail__back a{line-height:50px;width:100%;height:50px;padding:0 10px}@media (min-width: 768px){.event-detail__back a{max-width:300px}}.event-calendar-wrapper .control-label{font-size:14px;font-weight:bold;display:block;margin-bottom:15px;text-transform:uppercase;color:black}@media (min-width: 1024px){.event-calendar-wrapper.collapse{display:block !important}}.event-calendar-wrapper .pcb-mini-cal{color:#000000;background-color:#FECE35}.event-calendar-wrapper .pcb-mini-cal .cal-table{width:100%}.event-calendar-wrapper .pcb-mini-cal #current_month{text-align:center}.event-calendar-wrapper .pcb-mini-cal #next_month,.event-calendar-wrapper .pcb-mini-cal #prev_month{padding:10px;text-align:center;color:black}.event-calendar-wrapper .pcb-mini-cal #next_month a,.event-calendar-wrapper .pcb-mini-cal #prev_month a{color:inherit}.event-calendar-wrapper .pcb-mini-cal .calendar-dayhead{text-align:center;border-bottom:solid 1px #D4B243}.event-calendar-wrapper .pcb-mini-cal .calendar-dayhead th{font-weight:normal}.event-calendar-wrapper .pcb-mini-cal .calendar-dayhead th span{font-size:15px;font-weight:300;line-height:24px;display:block;margin-bottom:10px}.event-calendar-wrapper .pcb-mini-cal .calendar-dayrow td{font-size:17px;font-weight:bold;line-height:24px;padding:3px;text-align:center;color:black}.event-calendar-wrapper .pcb-mini-cal .calendar-dayrow td a{line-height:36px;display:block;width:36px;height:36px;margin:auto;color:inherit}.event-calendar-wrapper .pcb-mini-cal .calendar-dayrow td.hasevent{color:#FFFFFF;background:#182341}.event-calendar-wrapper .pcb-mini-cal .calendar-dayrow td.today{color:#FFFFFF;background:#182341}.event-calendar-wrapper .pcb-mini-cal #view_switchers{display:none;text-align:center}.event-detail .event-detail__title{font-size:32px;font-weight:700;color:#182341}@media (min-width: 768px){.event-detail .event-detail__title{font-size:49px}}@media (min-width: 1200px){.event-detail .event-detail__title{font-size:66px}}.event-detail .event-detail__question-list{font-size:16px;line-height:22px;padding:0;list-style:none}@media (min-width: 768px){.event-detail .event-detail__question-list{margin-bottom:50px;margin-left:20px}}.event-detail .event-detail__question-list li{position:relative;margin-bottom:40px;padding-left:80px}@media (min-width: 768px){.event-detail .event-detail__question-list li{margin-bottom:20px}}.event-detail .event-detail__question-list b{font-family:"Roboto Slab", serif;font-size:16px;font-weight:bold;position:absolute;top:0;left:0;color:#182341}@media (min-width: 768px){.event-detail .event-detail__question-list b{font-size:18px}}.event-detail .event-detail__question-list span{font-size:14px;line-height:1.4;color:black}@media (min-width: 768px){.event-detail .event-detail__question-list span{font-size:16px}}.event-detail .event-detail__image{margin-bottom:40px}@media (min-width: 768px){.event-detail .event-detail__image{float:right;margin-left:40px}}@media (max-width: 1023.98px){.event-detail .event-detail__image img{max-width:100%;height:auto !important}}@media (min-width: 768px) and (max-width: 1199.98px){.event-detail .event-detail__image img{max-width:34vw;height:auto !important}}.event-detail .event-detail__image img{width:100%;max-width:100%;height:auto !important}.event-detail p{line-height:1.65;margin-bottom:30px}.event-detail p:first-of-type{font-size:22px;line-height:1.35}@media (min-width: 768px){.event-detail p:first-of-type{font-size:28px}}.event-detail .event-detail__booking-link .btn{font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:50px;text-transform:uppercase;color:black;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){.event-detail .event-detail__booking-link .btn{font-size:18px;font-weight:bold;min-height:70px}}.btn--toggle-event-calendar{font-size:11px;margin-bottom:25px;text-transform:uppercase;color:black}.btn--toggle-event-calendar span{position:relative;top:3px;width:36px;height:36px;margin-left:6px;border-radius:50%;background:#FECE35}.component-event-details{position:relative;z-index:1;background:white}.component-event-details .two-columns{background:inherit}.component-event-details .container-fluid{max-width:1715px;padding:0 20px}@media (max-width: 1023.98px){.component-event-details .container-fluid{padding:0}}@media (min-width: 1024px){.component-event-details .custom-lg{width:457px;padding-right:58px}}.component-event-details .question_list{font-size:16px;line-height:22px;padding:0;list-style:none}@media (min-width: 1024px){.component-event-details .question_list{font-size:18px;line-height:24px;margin-bottom:15px}}.component-event-details .question_list li{position:relative;padding-left:80px}.component-event-details .question_list b{font-weight:bold;position:absolute;top:0;left:0;color:#182341}.component-event-details .calendar-elem{color:#000000;background:#FECE35}.component-event-details .calendar-elem .cal-table{width:100%}.component-event-details .calendar-elem #current_month{text-align:center}.component-event-details .calendar-elem #next_month,.component-event-details .calendar-elem #prev_month{padding:10px;text-align:center;color:black}.component-event-details .calendar-elem #next_month a,.component-event-details .calendar-elem #prev_month a{color:inherit}.component-event-details .calendar-elem .calendar-dayhead{text-align:center;border-bottom:solid 1px #D4B243}.component-event-details .calendar-elem .calendar-dayhead th{font-weight:normal}.component-event-details .calendar-elem .calendar-dayhead th span{font-size:15px;line-height:24px;display:block;margin-bottom:10px}.component-event-details .calendar-elem .calendar-dayrow td{font-size:17px;font-weight:bold;line-height:24px;padding:3px;text-align:center;color:black}.component-event-details .calendar-elem .calendar-dayrow td a{line-height:36px;display:block;width:36px;height:36px;margin:auto;color:inherit}.component-event-details .calendar-elem .calendar-dayrow td.today{color:#FFFFFF;background:#182341}.component-event-details .calendar-elem #view_switchers{display:none;text-align:center}.component-event-details .control-label{font-size:14px;font-weight:bold;text-transform:uppercase;color:#182341}.component-event-details .category{margin-bottom:5px;padding-left:10px}.component-event-details .category .custom-control{padding-left:36px}.component-event-details .category .custom-control-label{cursor:pointer}.component-event-details .category .custom-control-label:before{border-radius:0}@media (min-width: 1024px){.component-event-details .collapse-mobile{display:block !important}}@media (max-width: 1023.98px){.component-event-details .collapse-mobile{padding:20px 30px;background:#FECE35}}@media (max-width: 1023.98px){.component-event-details .mobile-wrapper{max-width:calc(100% - 10px);margin:15px auto 43px;padding:20px 30px;border:solid 1px #E0E0E0}}.component-event-details .embed-responsive{margin-bottom:30px}@media (max-width: 1023.98px){.component-event-details .embed-responsive{display:none}}.component-event-details .btn-transparent{font-size:11px;text-transform:uppercase;color:black}.component-event-details .btn-transparent span{width:36px;height:36px;margin-left:6px;border-radius:50%;background:#FECE35}.component-event-details .btn-close{width:36px;height:36px}.journey{position:relative;padding:50px 0 0;text-align:center}.journey button::-moz-focus-inner{border:0}.journey h2{font-size:32px;color:#182341}@media (min-width: 768px){.journey h2{font-size:48px;font-weight:bold;line-height:56px;margin-bottom:26px}}.journey p{font-size:20px;line-height:1.5;width:700px;max-width:100%;margin-right:auto;margin-bottom:40px;margin-left:auto}.journey .journey-slider{margin:0 -15px}@media (max-width: 767.98px){.journey .journey-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.journey .journey-slider .slick-track .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}}.journey .journey-slider .slick-list,.journey .journey-slider .slick-slide,.journey .journey-slider .slick-slide:focus{outline:none !important}.journey .journey-slider .item{position:relative;text-align:center;color:white;border-right:solid 1px white;border-left:solid 1px white;background:linear-gradient(134.26deg, #182341, #A9BFD8)}.journey .journey-slider .item:after{position:absolute;z-index:1;z-index:0;top:0;right:auto;left:0;width:100%;height:100%;content:"";-webkit-transition:all 0.7s ease;transition:all 0.7s ease}@media (prefers-reduced-motion: reduce){.journey .journey-slider .item:after{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.journey .journey-slider .item:before{position:absolute;z-index:2;right:0;bottom:0;left:0;width:79.2px;height:79.2px;margin:auto;content:"";-webkit-transition:all 0.7s ease;transition:all 0.7s ease;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform-origin:center bottom;transform-origin:center bottom;background:url("/courses/media/2019-template-assets/graphics/journey_triangle.svg") no-repeat center center;background-size:100%}@media (prefers-reduced-motion: reduce){.journey .journey-slider .item:before{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.journey .journey-slider .item.slick-current{color:black}.journey .journey-slider .item.slick-current:after{background:#FECE35}.journey .journey-slider .item.slick-current:before{position:absolute;z-index:1;right:0;bottom:0;left:0;width:79.2px;height:79.2px;margin:auto;content:"";-webkit-transform:translateY(65%);transform:translateY(65%);background:url("/courses/media/2019-template-assets/graphics/journey_triangle.svg") no-repeat center center;background-size:100%}.journey .journey-slider .img_wrap{position:relative;z-index:2;overflow:hidden;width:180px;margin:40px auto 30px;border-radius:50%}.journey .journey-slider .img_wrap:after{display:block;padding-bottom:100%;content:""}.journey .journey-slider .img_wrap img{position:absolute;z-index:-1;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.journey .journey-slider h3{font-size:22px;font-weight:500;line-height:1.5;position:relative;z-index:3;margin-bottom:6px}@media (max-width: 767.98px){.journey .journey-slider h3{font-size:16px}}.journey .journey-slider p{font-size:18px;line-height:1.5;position:relative;z-index:3;margin-bottom:36px}@media (max-width: 767.98px){.journey .journey-slider p{font-size:13px}}.journey .journey-details{margin:0 -15px;padding:87px 117px;color:white;background:#182341}@media (max-width: 767.98px){.journey .journey-details{overflow:visible;padding:51px 37px 50px 67px}.journey .journey-details .slick-track,.journey .journey-details .slick-list{overflow:visible}.journey .journey-details article{padding-left:47px;border-left:solid 1px white}.journey .journey-details article:before{position:absolute;top:0;left:-16px;width:32px;height:22px;content:"";background:url("/courses/media/2019-template-assets/graphics/title.svg") no-repeat left center}.journey .journey-details article:last-of-type{border-left:solid 1px transparent}.journey .journey-details .row{margin:0}}.journey .journey-details .item-title{font-size:16px;font-weight:500;line-height:1.5;position:relative;min-width:100%;margin-bottom:12px;text-align:left}@media (min-width: 768px){.journey .journey-details .item-title{font-size:22px;margin-right:-15px;margin-bottom:34px;margin-left:-15px;padding-right:15px;padding-bottom:25px;padding-left:15px;border-bottom:solid 1px white}.journey .journey-details .item-title:before{position:absolute;bottom:0;left:14px;width:32px;height:22px;content:"";-webkit-transform:translateY(50%);transform:translateY(50%);background:url("/courses/media/2019-template-assets/graphics/title.svg") no-repeat left center}}@media (max-width: 767.98px){.journey .journey-details .item-title{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.journey .journey-details .item-title:before{left:-16px}}.journey .journey-details p{font-size:14px;line-height:1.5;max-width:340px;margin-bottom:76px;margin-left:0;text-align:left}@media (min-width: 768px){.journey .journey-details p{font-size:18px;margin-bottom:20px}}.testimonial{background:linear-gradient(268.99deg, #00C0F3 0%, #71D5EF 100%);color:white;font-weight:300;font-size:18px;line-height:27px;text-align:center}.testimonial cite{text-transform:uppercase;font-size:14px;line-height:21px;font-weight:500;font-style:normal;margin-bottom:54px;display:block}@media (min-width: 768px){.testimonial{font-size:26px;line-height:39px;background:linear-gradient(265.41deg, #00C0F3 0%, #2ED0FB 100%)}.testimonial cite{font-size:20px;line-height:25px;margin-bottom:110px}}.testimonial .testimonial-slider .slick-list,.testimonial .testimonial-slider .slick-slide,.testimonial .testimonial-slider .slick-slide:focus{outline:none !important}.testimonial .content_wrap{position:relative;padding:0 60px;margin:auto -15px;font-size:18px}@media (min-width: 768px){.testimonial .content_wrap{font-size:26px;padding:0 122px;max-width:calc(940px + 244px);margin:auto}}.testimonial .content_wrap .quote{position:absolute}.testimonial .content_wrap .quote svg{width:32.5px;height:auto}@media (min-width: 768px){.testimonial .content_wrap .quote svg{width:86px}}.testimonial .content_wrap .quote.left{top:0;left:24px}@media (min-width: 768px){.testimonial .content_wrap .quote.left{left:0}}.testimonial .content_wrap .quote.right{bottom:60px;right:24px}@media (min-width: 768px){.testimonial .content_wrap .quote.right{right:0px}}.testimonial .img_wrap{width:140px;margin:64px auto 26px;border-radius:50%;overflow:hidden;position:relative;z-index:11}.testimonial .img_wrap:after{content:" ";display:block;padding-bottom:100%}.testimonial .img_wrap img{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-50%;right:-50%;margin:auto;max-width:100%}@media (min-width: 768px){.testimonial .img_wrap{width:220px;margin:110px auto 36px}}.testimonial hr{border-top:solid 2px #FECE35;width:63px;margin:33px auto;width:50px;margin:36px auto}.holders{padding:100px 0;position:relative;background:linear-gradient(45deg, #eee, #F7F7F7)}@media (min-width: 768px){.holders{padding:45px 0 40px}}.holders h2{font-size:32px;color:#182341;text-align:center}@media (min-width: 768px){.holders h2{font-size:50px;font-weight:500;line-height:56px;margin-bottom:24px}}.holders p{font-size:16px;line-height:1.5;margin-bottom:40px;width:700px;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width: 768px){.holders p{font-size:20px}}.holders .timeline{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 auto}.holders .timeline .date{min-width:45%;max-width:45%;font-weight:500;font-size:18px;text-align:right;line-height:22px;padding-right:33px;padding-bottom:47px;color:#182341}@media (min-width: 768px){.holders .timeline .date{font-size:22px;line-height:27px;padding-right:73px}}.holders .timeline .details{height:100%;font-size:16px;line-height:22px;padding-left:33px;color:#182341;max-width:calc(340px + 33px);border-left:solid 2px #182341;position:relative;padding-bottom:47px}@media (min-width: 768px){.holders .timeline .details{font-size:18px;line-height:27px;padding-left:73px;max-width:calc(340px + 73px)}}.holders .timeline .details:before{background:url("/courses/media/2019-template-assets/graphics/fig_holders.svg") no-repeat center center;width:32px;height:22px;position:absolute;left:0;top:4px;z-index:1;-webkit-transform:translateX(-50%);transform:translateX(-50%);content:""}.holders .timeline li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.holders .timeline li:first-child .details:before{top:0}.holders .timeline li:last-child .date{padding-bottom:0px}.holders .timeline li:last-child .details{padding-bottom:0px}.holders .timeline li:last-child .details:before{top:6px}.component-featured-row .component-featured-row--image img{max-width:100%}.component-accordion{margin-bottom:40px}@media (min-width: 768px){.component-accordion{margin-bottom:80px}}@media (min-width: 1024px){.component-accordion .card-header .btn{font-size:24px;padding:20px 20px;padding-right:60px}}.component-accordion ul+ul{margin-top:-1rem}.component-accordion ul li{padding:4px 0}.component-accordion table{width:100%;margin-bottom:20px}.component-accordion table th,.component-accordion table td{padding:12px;border:1px solid #D5D4D5}.component-accordion table th p,.component-accordion table td p{margin:0}.accordion-with-overview{padding:174px 0 122px;background:#f7f7f7}@media (min-width: 768px){.accordion-with-overview{padding-left:50px}}@media (min-width: 1440px){.accordion-with-overview{padding-left:175px}.accordion-with-overview .section_title{padding-left:100px}}@media (max-width: 1023.98px){.accordion-with-overview{padding-top:40px;padding-bottom:42px}}@media (min-width: 1440px){.accordion-with-overview .container-fluid{max-width:1800px;margin-right:0;padding-right:91px}}@media (min-width: 768px){.accordion-with-overview .section_title{padding-top:0}}@media (min-width: 1440px){.accordion-with-overview .section_title{padding-left:100px}}@media (max-width: 767.98px){.accordion-with-overview .section_title{padding:0}}.accordion-with-overview .section_title h2{font-size:48px;font-weight:bold;line-height:51px;margin-bottom:37px}@media (max-width: 1023.98px){.accordion-with-overview .section_title h2{font-size:46px;line-height:54px}}@media (max-width: 575.98px){.accordion-with-overview .section_title h2{max-width:200px;margin-bottom:10px}}.accordion-with-overview .section_title p{font-size:30px;line-height:40px;margin-bottom:50px}@media (max-width: 1023.98px){.accordion-with-overview .section_title p{font-size:16px;line-height:26px;margin-bottom:40px}}.accordion-with-overview li{line-height:1.5;margin-bottom:20px}.accordion-with-overview li h1,.accordion-with-overview li h2,.accordion-with-overview li h3,.accordion-with-overview li h4{font-size:24px;margin-top:30px;margin-bottom:20px}.accordion-with-overview li h5,.accordion-with-overview li h6{font-size:18px;margin-top:30px;margin-bottom:20px}.accordion-with-overview li p{line-height:1.5;margin-bottom:20px}.accordion-with-overview .card-body>div{margin:20px 0}.accordion.accordion-custom{margin-bottom:40px}.accordion.accordion-custom .card{border:none !important}.accordion.accordion-custom .card-header{position:relative;margin-right:20px;border:none;border-radius:0;background:#00C0F3}.accordion.accordion-custom .card-header .btn{font-size:16px;font-weight:normal;line-height:27px;position:relative;float:left;width:100%;padding-top:0;padding-bottom:0;padding-left:50px;color:white;border:none}.accordion.accordion-custom .card-header .btn i{font-size:90%;position:absolute;top:50%;left:20px;margin-right:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.accordion.accordion-custom .card-header .btn.btn:not(.collapsed) i:before{content:"\f068"}.accordion.accordion-custom .card-header:before{position:absolute;top:50%;right:-20px;width:0;height:0;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:20px solid #00C0F3}.accordion.accordion-custom.v2 .card-header{background:#FECE35}.accordion.accordion-custom.v2 .card-header .btn{color:black}.accordion.accordion-custom.v2 .card-header:before{border-left:20px solid #FECE35}@media (min-width: 1024px){.accordion-with-overview .accordion.accordion-custom .card{margin-bottom:24px}.accordion-with-overview .accordion.accordion-custom .card-header{margin-right:60px}.accordion-with-overview .accordion.accordion-custom .card-header:before{right:-60px;border-top-width:45px;border-bottom-width:45px;border-left-width:60px}.accordion-with-overview .accordion.accordion-custom .card-header .btn{font-size:24px;font-weight:500;line-height:28px}}.accordion-with-overview .accordion.accordion-custom .card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px}@media (min-width: 1024px){.accordion-with-overview .accordion.accordion-custom .card-header{min-height:88px}}.accordion-with-overview .accordion.accordion-custom .card-header .btn{line-height:1.3}.accordion-with-overview .accordion.accordion-custom .card-body span{font-size:inherit !important}.accordion-with-overview .accordion.accordion-custom .card-body span span{font-size:inherit !important}.page-wrap-side-nav .masonry-grid{margin-top:0}.masonry-grid{width:100%;margin-top:50px;margin-bottom:20px}@media (min-width: 768px){.masonry-grid{width:calc(100% + 30px)}}@media (min-width: 1024px){.masonry-grid{margin-top:120px;margin-bottom:90px}}.masonry-grid:last-child{margin-bottom:0}.masonry-grid__href{position:relative;display:block;overflow:hidden}.masonry-grid__item{overflow:hidden;margin-bottom:30px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}@media (prefers-reduced-motion: reduce){.masonry-grid__item{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.masonry-grid__item:hover .masonry-grid__title--top:before{bottom:-40px}.masonry-grid__item:hover .masonry-grid__title--bottom:before{top:-40px}.masonry-grid__item:hover .masonry-grid__image{-webkit-transform:scale(1.05);transform:scale(1.05)}.masonry-grid__item--sizer{width:25%}.masonry-grid__item--gutter{width:30px}.masonry-grid__item--masonry-half{width:100%}@media (min-width: 768px){.masonry-grid__item--masonry-half{width:calc(50% - 30px)}}@media (min-width: 1024px){.masonry-grid__item--masonry-half{width:calc(50% - 30px)}}.masonry-grid__item--masonry-third{width:100%}@media (min-width: 768px){.masonry-grid__item--masonry-third{width:calc(50% - 30px)}}@media (min-width: 1440px){.masonry-grid__item--masonry-third{width:calc(33.333333% - 30px)}}.masonry-grid__item--masonry-quarter{width:100%}@media (min-width: 768px){.masonry-grid__item--masonry-quarter{width:calc(50% - 30px)}}@media (min-width: 1440px){.masonry-grid__item--masonry-quarter{width:calc(25% - 30px)}}.masonry-grid__image{width:100%;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;-webkit-transform:scale(1);transform:scale(1)}@media (prefers-reduced-motion: reduce){.masonry-grid__image{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.masonry-grid__fa,.masonry-grid__fas{height:240px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;-webkit-transform:scale(1);transform:scale(1);text-align:center}@media (prefers-reduced-motion: reduce){.masonry-grid__fa,.masonry-grid__fas{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.masonry-grid__fa .fa,.masonry-grid__fas .fa{font-size:8em}.masonry-grid .masonry-grid__title-zoom img{display:none}.masonry-grid .masonry-grid__title-zoom::before{background-image:url("/courses/media/2019-template-assets/graphics/masonry-arrow.svg");width:30px;height:30px;content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-size:cover}.masonry-grid .masonry-grid__item--masonry-item-link .masonry-grid__title-zoom::before{background-image:url(/courses/media/2019-template-assets/graphics/masonry-arrow.svg)}.masonry-grid .masonry-grid__item--masonry-item-issuu .masonry-grid__title-zoom::before{background-image:url(/courses/media/2019-template-assets/graphics/masonry-external.svg)}.masonry-grid .masonry-grid__item--masonry-item-video .masonry-grid__title-zoom::before{background-image:url(/courses/media/2019-template-assets/graphics/masonry-play.svg)}.masonry-grid .masonry-grid__item--masonry-item-download .masonry-grid__title-zoom::before{background-image:url(/courses/media/2019-template-assets/graphics/masonry-external.svg)}.masonry-grid__title{position:absolute;width:100%;padding-right:15px;padding-left:15px}.masonry-grid__title:before{position:absolute;z-index:1;right:-20px;left:-20px;height:100px;content:"";-webkit-transition:all 0.2s ease;transition:all 0.2s ease}@media (prefers-reduced-motion: reduce){.masonry-grid__title:before{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.masonry-grid__title--top{top:0;padding-top:10px}@media (min-width: 1024px){.masonry-grid__title--top{padding-top:20px}}.masonry-grid__title--top:before{bottom:-30px;-webkit-transform:rotate(-2.5deg);transform:rotate(-2.5deg)}.masonry-grid__title--top .masonry-grid__title-zoom{top:10px}.masonry-grid__title--bottom{bottom:0;padding-bottom:10px}@media (min-width: 1024px){.masonry-grid__title--bottom{padding-bottom:20px}}.masonry-grid__title--bottom:before{top:-30px;-webkit-transform:rotate(2.5deg);transform:rotate(2.5deg)}.masonry-grid__title--bottom .masonry-grid__title-zoom{bottom:10px}.masonry-grid__title-heading{font-size:16px;font-weight:700;line-height:1;position:relative;z-index:2;margin:0;padding-right:45px;color:white}.masonry-grid__title-zoom{position:absolute;z-index:2;right:15px;overflow:hidden;width:35px;height:35px}.masonry-grid__title--pink{background-color:#F05A8D}.masonry-grid__title--pink:before{background-color:#F05A8D}.masonry-grid__title--blue{background-color:#00C0F3}.masonry-grid__title--blue:before{background-color:#00C0F3}.masonry-grid__title--yellow{background-color:#FECE35}.masonry-grid__title--yellow:before{background-color:#FECE35}.masonry-grid__title--yellow .masonry-grid__title-heading{color:#000}.masonry-grid__title--yellow .masonry-grid__title-zoom::before{background-position:0 -30px}.masonry-grid__content{padding:20px 20px 0}.masonry-grid__content h1,.masonry-grid__content h2,.masonry-grid__content h3,.masonry-grid__content h4,.masonry-grid__content h5,.masonry-grid__content h6{color:#182341}.masonry-minisite .item{width:calc(50% - 10px)}@media (min-width: 768px){.masonry-minisite .item{width:calc(25% - 10px)}}@media (min-width: 1024px){.masonry-grid__image{height:300px !important;-o-object-fit:cover;object-fit:cover}}.header-secondary-nav .display-scroll{display:none}.secondary-nav ul li.display-scroll{display:none}@media (max-width: 767px){.secondary-nav ul li.display-scroll{display:block}}@media (min-width: 768px){.slider-expand .flickity-viewport{overflow:visible}}@media (min-width: 1740px){.slider-expand .flickity-prev-next-button.previous{left:-50px}}@media (min-width: 1740px){.slider-expand .flickity-prev-next-button.next{right:-90px}}.slider-expand__cell{width:80%;margin-right:20px}@media (min-width: 768px){.slider-expand__cell{width:40%}}@media (min-width: 1024px){.slider-expand__cell{width:25%}}@media (min-width: 768px){.slider-expand__cell.is-selected{width:80%}.slider-expand__cell.is-selected:after{position:absolute;bottom:-40px;left:50%;width:28px;height:22px;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background-image:url("/courses/media/2019-template-assets/graphics/split-diamond.png")}.slider-expand__cell.is-selected img{width:50%}}@media (min-width: 1024px){.slider-expand__cell.is-selected{width:50%}.slider-expand__cell.is-selected img{width:50%}}.slider-expand__cell.is-selected figcaption{opacity:1}.slider-expand__cell img{width:100%}.slider-expand__cell figcaption{opacity:0}@media (min-width: 768px){.slider-expand__cell figcaption{position:absolute;top:0;left:50%;width:50%;padding:0 20px}}@media (min-width: 1024px){.slider-expand__cell figcaption{padding:0 40px}}.slider-expand__cell figcaption h2{font-size:22px;font-weight:700;line-height:0.96;margin:29px 0 0;color:#5B6A87}@media (min-width: 768px){.slider-expand__cell figcaption h2{margin-top:0}}@media (min-width: 1024px){.slider-expand__cell figcaption h2{font-size:28px}}.slider-expand__cell figcaption p{font-size:16px;line-height:1.4;margin:16px 0 0;color:#4F4F4F}@media (min-width: 1440px){.template--landing .call-to-action-bar{padding:60px 230px}}.call-to-action-bar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px;background-color:#00C0F3}@media (min-width: 768px){.call-to-action-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 1200px){.call-to-action-bar{padding:60px 90px}}.call-to-action-bar:after{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background-image:url("");background-repeat:no-repeat;background-position:center;background-size:cover}.call-to-action-bar a{color:white}@media (min-width: 768px){.call-to-action-bar__headings{padding-right:50px}}@media (min-width: 1024px){.call-to-action-bar__headings{padding-right:100px}}.call-to-action-bar__title,.call-to-action-bar__sub-title{font-weight:bold;line-height:1;width:100%;margin-bottom:30px;margin-top:30px}.call-to-action-bar__title{font-size:32px;color:white}@media (min-width: 768px){.call-to-action-bar__title{font-size:49px}}@media (min-width: 1024px){.call-to-action-bar__title{font-size:66px}}.call-to-action-bar__sub-title{font-size:24px;color:black}@media (min-width: 768px){.call-to-action-bar__sub-title{font-size:32px}}@media (min-width: 1024px){.call-to-action-bar__sub-title{font-size:40px}}.call-to-action-bar__cta{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:400px}.call-to-action-bar__cta .btn{font-size:14px;font-weight:bold}@media (min-width: 768px){.call-to-action-bar__cta .btn{font-size:18px}}.call-to-action-bar__cta-process{padding:22px;text-transform:uppercase;background-color:#FCEE32}.call-to-action-bar__cta-process:hover{background-color:#FFF89B}.call-to-action-bar__cta-link{padding:22px 22px 0 22px;padding-bottom:0;color:white}.call-to-action-bar__cta:hover .call-to-action-bar__cta-link{pointer-events:none}.search-page>.search-page::after{content:'';display:table;clear:both}.search-page>div[class*="col"]{padding:0}@media (min-width: 768px){.search-page>div[class*="col"]{padding:0 15px}}@media (min-width: 768px){.search-page>div.col-md-4,.latest_news .list.v2 .search-page>div.item{float:left;max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}}@media (min-width: 1024px){.search-page>div.col-md-4,.latest_news .list.v2 .search-page>div.item{max-width:33.333333%;-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%}}@media (min-width: 768px){.search-page>div.col-md-12{float:right;max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}}@media (min-width: 1024px){.search-page>div.col-md-12{max-width:66.666667%;-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%}}.search-page .pagination{margin:0;padding:0}@media (min-width: 768px){.search-page .pagination{margin:0 0 20px}}@media (min-width: 1024px){.search-page .pagination{margin:50px 0}}.search-page .pagination li{line-height:40px;width:40px;height:40px;text-align:center}@media (min-width: 1024px){.search-page .pagination li{line-height:70px;width:70px;height:70px}}.search-page .pagination li a{font-weight:700;display:block;color:black}.search-page .pagination li.active{background-color:#FCEE32}@media (min-width: 768px){.search-side.sidebar{margin-left:-15px}}.search-sidebar>h2,.search-side.sidebar>h2{display:none}.search-sidebar>h3,.search-side.sidebar>h3{font-size:24px;margin-bottom:30px;color:#182341}.search-sidebar .sidebar-content>h3,.search-side.sidebar .sidebar-content>h3{font-size:24px;margin-bottom:30px;color:#182341}.search-sidebar>h4,.search-side.sidebar>h4{font-size:24px;margin-top:30px;margin-bottom:30px;color:#182341}.search-sidebar>.search-box-container,.search-side.sidebar>.search-box-container{display:none}.component-search .search-side .side-buttons{display:none}.component-search .search-page .search-box-container{display:none}#search-facets .hidden{display:none}#search-facets a{display:inline-block;padding:20px 15px}#search-facets .panel-default{margin-bottom:10px}#search-facets .panel-heading{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#182341}#search-facets .panel-heading a{color:white !important}#search-facets .panel-toggle:after{position:absolute;top:50%;right:15px;width:0;height:0;content:"";-webkit-transition:-webkit-transform 0.1s ease;transition:-webkit-transform 0.1s ease;transition:transform 0.1s ease;transition:transform 0.1s ease, -webkit-transform 0.1s ease;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:14px solid white}@media (prefers-reduced-motion: reduce){#search-facets .panel-toggle:after{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}#search-facets .panel-toggle.collapsed:after{-webkit-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg)}#search-facets .panel-toggle:hover{cursor:pointer}#search-facets .glyphicon-remove{position:relative;padding-left:18px}#search-facets .glyphicon-remove:after{position:absolute;top:-2px;left:0;width:15px;height:18px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/times-circle-o.svg");background-repeat:no-repeat;background-position:center;background-size:cover}#search-facets .list-group{padding-top:18px;border:1px solid #A9BFD8;border-top:0}#search-facets .list-group-item{font-size:15px;position:relative;width:100%;padding-top:12px;padding-right:65px;padding-bottom:12px;padding-left:40px;color:#182341}#search-facets .list-group-item:last-child{margin-bottom:30px}#search-facets .item-label{position:relative}#search-facets .item-label span.glyphicon:before{position:absolute;top:50%;left:-25px;width:15px;height:18px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-position:center;background-size:cover}#search-facets .item-label span.glyphicon-unchecked:before{content:url("/courses/media/2019-template-assets/graphics/Rectangle.svg")}#search-facets .item-label span.glyphicon-check:before{content:url("/courses/media/2019-template-assets/graphics/Rectangle-01.svg")}#search-facets span.badge{position:absolute;top:50%;right:15px;padding:3px 10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50px;background:#F2F2F2}#search-facets .collapse-trigger{position:relative}#search-facets .collapse-trigger:before,#search-facets .collapse-trigger:after{position:absolute;width:15px;height:15px;content:"";background-repeat:no-repeat;background-position:center}#search-facets .collapse-trigger:before{top:10px;left:15px;background-image:url("/courses/media/2019-template-assets/graphics/plus.svg")}#search-facets .collapse-trigger:after{font-size:13px;top:8px;left:40px;content:"MORE"}#search-facets .collapse-trigger[aria-expanded="true"]:before{background-image:url("/courses/media/2019-template-assets/graphics/minus.svg")}#search-facets .collapse-trigger[aria-expanded="true"]:after{content:"LESS"}#search-facets .collapse-trigger:hover{cursor:pointer}@media (min-width: 768px){.search-page .col-md-8{padding-right:0}}#search-result-count{font-size:20px;font-weight:500;color:#6C757D}#search-page-start::before{margin-right:7px;content:"Showing";color:#6C757D}#search-result-count h3{font-size:20px;font-weight:500}@media (min-width: 768px){#search-result-count h3{text-align:right}}#search-page-start,#search-page-end{color:#08C3F4}.course-search-results{margin-top:36px;padding:0;list-style:none}.course-search-results li{border-bottom:1px solid #A9BFD8}.course-search-results li:first-child{border-top:1px solid #A9BFD8}.course-search-results li a{display:block;padding:25px 0;color:#182341}@media (min-width: 1024px){.course-search-results li a{width:100%}}@media (min-width: 1200px){.course-search-results li a{padding:50px 0 70px}}.course-search-results li a:hover h3{color:#FAC817}.course-search-results .alert{overflow:auto}.course-search-results h3{font-size:22px;font-weight:700;margin:0 0 12px}@media (min-width: 1024px){.course-search-results h3{width:100%;margin:0 0 25px}}@media (min-width: 1200px){.course-search-results h3{font-size:30px;line-height:35px;width:100%;margin:0 0 40px}}.course-search-results span{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1200px){.course-search-results span{float:left;padding-right:10px}}.course-search-results span h4{font-size:14px;font-weight:700;margin:0;padding-right:10px;color:#182341}@media (min-width: 1200px){.course-search-results span h4{padding-right:3px}}.course-search-results span.award{height:auto;color:#F05A8D}.course-search-results span.ucas,.course-search-results span.duration,.course-search-results span.mode{display:none}@media (min-width: 1024px){.course-search-results span.ucas,.course-search-results span.duration,.course-search-results span.mode{display:-webkit-box;display:-ms-flexbox;display:flex}}.heading.heading--search{margin-top:15px}.heading.heading--search:before{background-image:none;display:none}.heading--search-form .input-group .bootstrap-select.form-control .dropdown-toggle{font-size:20px;font-weight:300;line-height:30px;height:85px;padding:24px;color:#828282;border:1px solid #D5D4D5;border-radius:0;background-color:white}.news-article-detail{position:relative;padding-top:127px}.news-article-detail:before{position:absolute;top:0;left:0;width:206px;height:92px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/triangle-top-left.svg");background-size:cover}.news-article-detail a.back:hover svg{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.news-article-detail a.back.d-md-none{display:none !important}.news-article-detail a.back.d-md-inline-block{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news-article-detail a.back.d-md-inline-block svg{margin-right:10px;-webkit-transition:500ms ease-in-out;transition:500ms ease-in-out}@media (min-width: 768px){.news-article-detail a.back.d-md-inline-block svg{margin-right:30px}}@media (prefers-reduced-motion: reduce){.news-article-detail a.back.d-md-inline-block svg{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.news-article-detail h1,.news-article-detail h2,.news-article-detail h3,.news-article-detail h4,.news-article-detail h5,.news-article-detail h6{line-height:1.4;margin-top:40px;margin-bottom:30px}.news-article-detail h1,.news-article-detail h2{font-size:32px}.news-article-detail h3{font-size:24px}.news-article-detail h4,.news-article-detail h5{font-size:18px}.news-article-detail h6{font-size:16px}.news-article-detail p{line-height:1.65;margin-bottom:30px}.news-article-detail p img{width:auto !important;max-width:100%;height:auto !important}.news-article-detail--secondary{padding-top:20px}.news-article-detail--secondary:before{content:none}.news-article-detail__featured-image{width:100%;max-width:100%;margin-bottom:30px}@media (min-width: 768px){.news-article-detail__featured-image{float:right;width:300px;margin:0 0 30px 30px}}@media (min-width: 1024px){.news-article-detail__featured-image{width:570px}}.news-article-detail__featured-image img{width:100% !important;height:100% !important}.news-article-detail__featured-image+p{margin-top:24px}.news-article-detail__section_title h2{font-size:46px;font-weight:700;line-height:1;margin-bottom:36px;color:#182341}@media (min-width: 768px){.news-article-detail__section_title h2{font-size:41px}}@media (min-width: 1024px){.news-article-detail__section_title h2{font-size:66px}}.news-article-detail__date{font-size:14px;font-weight:700;margin-bottom:20px;color:#657593}@media (min-width: 1024px){.news-article-detail__date{font-size:18px;margin-bottom:0}}.news-article-detail__body p{line-height:1.6;margin-bottom:24px}.news-article-detail__body p>img{width:100% !important;height:100% !important}@media (min-width: 768px){.news-article-detail__body p>img{float:right;clear:both;max-width:300px;margin:30px 0 30px 30px}}@media (min-width: 1024px){.news-article-detail__body p>img{max-width:570px}}.news-article-detail__body blockquote{position:relative}.news-article-detail__body blockquote:after{content:""}.news-article-blockquote{position:relative;margin:50px 0;padding:50px 0;background-color:#182341}@media (min-width: 1024px){.news-article-blockquote{padding:100px 0 70px}}.news-article-blockquote:after{position:absolute;top:-65px;right:0;width:50px;height:122px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/blockquote-oblique.svg");background-repeat:no-repeat;background-size:100%}@media (min-width: 1024px){.news-article-blockquote:after{top:-85px;width:75px;height:183px}}@media (min-width: 1600px){.news-article-blockquote:after{top:-140px;width:101px;height:244px}}.news-article-blockquote__image{margin-top:-50px;margin-bottom:50px}@media (min-width: 1024px){.news-article-blockquote__image{position:absolute;top:0;left:0;width:50%;height:100%;margin:0}}@media (min-width: 1440px){.news-article-blockquote__image{width:40%}}.news-article-blockquote__image>img{width:100%}@media (min-width: 1024px){.news-article-blockquote__image>img{position:absolute;top:0;left:0;width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}}@media (min-width: 1024px){.news-article-blockquote__image+.container-fluid .row .col-12 blockquote,.news-article-blockquote__image+.container-fluid .row .latest_news .list.v1 .item blockquote,.latest_news .list.v1 .news-article-blockquote__image+.container-fluid .row .item blockquote{margin-left:calc(50% + 50px)}}@media (min-width: 1440px){.news-article-blockquote__image+.container-fluid .row .col-12 blockquote,.news-article-blockquote__image+.container-fluid .row .latest_news .list.v1 .item blockquote,.latest_news .list.v1 .news-article-blockquote__image+.container-fluid .row .item blockquote{margin-right:calc((100% - 1300px) / 2);margin-left:calc(40% + 50px)}}.news-article-blockquote blockquote{position:relative;max-width:100%;margin-top:50px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.news-article-blockquote blockquote{max-width:690px}}@media (min-width: 1024px){.news-article-blockquote blockquote{max-width:930px}}@media (min-width: 1200px){.news-article-blockquote blockquote{max-width:1300px}}.news-article-blockquote blockquote:before{position:absolute;top:-50px;left:0;width:36px;height:30px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/blockquote-mark.svg");background-repeat:no-repeat}.news-article-blockquote blockquote h1,.news-article-blockquote blockquote h2,.news-article-blockquote blockquote h3,.news-article-blockquote blockquote h4,.news-article-blockquote blockquote h5,.news-article-blockquote blockquote h6,.news-article-blockquote blockquote p{font-family:"Roboto Slab", serif;color:white}.news-article-blockquote blockquote h1,.news-article-blockquote blockquote h2,.news-article-blockquote blockquote h3,.news-article-blockquote blockquote h4,.news-article-blockquote blockquote h5,.news-article-blockquote blockquote h6{font-size:20px;margin-top:40px;margin-bottom:30px}.news-article-blockquote blockquote p{font-size:16px;line-height:1.8;position:relative;max-width:100%;margin-bottom:30px}.news-article-blockquote blockquote p:first-child{padding-top:20px}.news-article-blockquote blockquote p:last-child{margin-bottom:0}.news-article-detail__media-relations{margin:1rem 0}.news-article-detail__media-relations p{margin-bottom:0;padding:1rem;text-align:center;color:#000;background-color:#FECE35}.news-article-detail__media-relations p a{text-decoration:underline;color:black}.add-this-news{margin-bottom:50px}.add-this-news .at-share-btn{border-radius:50px !important}.add-this-news .at-svc-facebook{background-color:#3B5998 !important}.add-this-news .at-svc-twitter{background-color:#55ACEE !important}.art-student-detail{position:relative;padding-top:127px}.art-student-detail:before{position:absolute;top:0;left:0;width:206px;height:92px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/triangle-top-left.svg");background-size:cover}.art-student-detail a.back.d-md-none{display:none !important}.art-student-detail a.back.d-md-inline-block{display:block !important}.art-student-detail h1,.art-student-detail h2,.art-student-detail h3,.art-student-detail h4,.art-student-detail h5,.art-student-detail h6{line-height:1;margin-top:40px;margin-bottom:30px}.art-student-detail h1,.art-student-detail h2{font-size:32px}.art-student-detail h3{font-size:24px}.art-student-detail h4,.art-student-detail h5{font-size:18px}.art-student-detail h6{font-size:16px}.art-student-detail p{line-height:1.65;margin-bottom:30px}.art-student-detail p img{width:auto !important;max-width:100%;height:auto !important}.art-student-detail--secondary{padding-top:20px}.art-student-detail--secondary:before{content:none}.art-student-detail__featured-image{width:100%;max-width:100%;margin-bottom:30px}@media (min-width: 768px){.art-student-detail__featured-image{float:right;width:300px;margin:0 0 30px 30px}}@media (min-width: 1024px){.art-student-detail__featured-image{width:570px}}.art-student-detail__featured-image img{width:100% !important;height:100% !important}.art-student-detail__featured-image+p{margin-top:24px}.art-student-detail__section_title h2{font-size:46px;font-weight:700;line-height:1;margin-bottom:36px;color:#182341}@media (min-width: 768px){.art-student-detail__section_title h2{font-size:41px}}@media (min-width: 1024px){.art-student-detail__section_title h2{font-size:66px}}.art-student-detail__date{font-size:14px;font-weight:700;margin-bottom:20px;color:#657593}@media (min-width: 1024px){.art-student-detail__date{font-size:18px;margin-bottom:0}}.art-student-detail__body p{line-height:1.6;margin-bottom:24px}.art-student-detail__body p>img{width:100% !important;height:100% !important}@media (min-width: 768px){.art-student-detail__body p>img{float:right;clear:both;max-width:150px;margin:30px 0 30px 30px}}@media (min-width: 1024px){.art-student-detail__body p>img{max-width:250px}}.art-student-detail__body blockquote{position:relative}.art-student-detail__body blockquote:after{content:""}.art-student-blockquote{position:relative;margin:50px 0;padding:50px 0;background-color:#182341}@media (min-width: 1024px){.art-student-blockquote{padding:100px 0 70px}}.art-student-blockquote:after{position:absolute;top:-65px;right:0;width:50px;height:122px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/blockquote-oblique.svg");background-repeat:no-repeat;background-size:100%}@media (min-width: 1024px){.art-student-blockquote:after{top:-85px;width:75px;height:183px}}@media (min-width: 1600px){.art-student-blockquote:after{top:-140px;width:101px;height:244px}}.art-student-blockquote__image{margin-top:-50px;margin-bottom:50px}@media (min-width: 1024px){.art-student-blockquote__image{position:absolute;top:0;left:0;width:50%;height:100%;margin:0}}@media (min-width: 1440px){.art-student-blockquote__image{width:40%}}.art-student-blockquote__image>img{width:100%}@media (min-width: 1024px){.art-student-blockquote__image>img{position:absolute;top:0;left:0;width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}}@media (min-width: 1024px){.art-student-blockquote__image+.container-fluid .row .col-12 blockquote,.art-student-blockquote__image+.container-fluid .row .latest_news .list.v1 .item blockquote,.latest_news .list.v1 .art-student-blockquote__image+.container-fluid .row .item blockquote{margin-left:calc(50% + 50px)}}@media (min-width: 1440px){.art-student-blockquote__image+.container-fluid .row .col-12 blockquote,.art-student-blockquote__image+.container-fluid .row .latest_news .list.v1 .item blockquote,.latest_news .list.v1 .art-student-blockquote__image+.container-fluid .row .item blockquote{margin-right:calc((100% - 1300px) / 2);margin-left:calc(40% + 50px)}}.art-student-blockquote blockquote{position:relative;max-width:100%;margin-top:50px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.art-student-blockquote blockquote{max-width:690px}}@media (min-width: 1024px){.art-student-blockquote blockquote{max-width:930px}}@media (min-width: 1200px){.art-student-blockquote blockquote{max-width:1300px}}.art-student-blockquote blockquote:before{position:absolute;top:-50px;left:0;width:36px;height:30px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/blockquote-mark.svg");background-repeat:no-repeat}.art-student-blockquote blockquote h1,.art-student-blockquote blockquote h2,.art-student-blockquote blockquote h3,.art-student-blockquote blockquote h4,.art-student-blockquote blockquote h5,.art-student-blockquote blockquote h6,.art-student-blockquote blockquote p{font-family:"Roboto Slab", serif;color:white}.art-student-blockquote blockquote h1,.art-student-blockquote blockquote h2,.art-student-blockquote blockquote h3,.art-student-blockquote blockquote h4,.art-student-blockquote blockquote h5,.art-student-blockquote blockquote h6{font-size:20px;margin-top:40px;margin-bottom:30px}.art-student-blockquote blockquote p{font-size:16px;line-height:1.8;position:relative;max-width:100%;margin-bottom:30px}.art-student-blockquote blockquote p:first-child{padding-top:20px}.art-student-blockquote blockquote p:last-child{margin-bottom:0}.art-student-detail__media-relations{margin:1rem 0}.art-student-detail__media-relations p{margin-bottom:0;padding:1rem;text-align:center;color:#000;background-color:#FECE35}.art-student-detail__media-relations p a{text-decoration:underline;color:black}.add-this-news{margin-bottom:50px}.add-this-news .at-share-btn{border-radius:50px !important}.add-this-news .at-svc-facebook{background-color:#3B5998 !important}.add-this-news .at-svc-twitter{background-color:#55ACEE !important}.heading--decision-tree{margin-top:-56px;padding-top:56px}@media (min-width: 1024px){.heading--decision-tree{margin-top:-106px;padding-top:106px}}.heading--decision-tree:before{margin-top:56px}@media (min-width: 1024px){.heading--decision-tree:before{margin-top:106px}}.heading--standard-banner.heading--search-form>.container-fluid{z-index:1;max-width:1250px}@media (min-width: 1440px){.heading--standard-banner.heading--search-form>.container-fluid{margin-right:0;margin-left:auto}}@media all and (min-width: 1800px){.heading--standard-banner.heading--search-form>.container-fluid{margin-right:80px}}@media all and (min-width: 1900px){.heading--standard-banner.heading--search-form>.container-fluid{margin-right:170px}}@media (min-width: 1024px){.heading--standard-banner.heading--search-form .section_title{padding-top:160px;padding-bottom:100px}}@media (min-width: 1024px){.heading--standard-banner.heading--search-form .section_title h2{margin-bottom:65px}}.heading--standard-banner.heading--search-form form.heading--search-form{max-width:1088px}@media (min-width: 1024px){.heading--standard-banner.heading--search-form form.heading--search-form .input-group{margin-bottom:17px}}.decision-tree-container{position:relative;z-index:12;bottom:0;width:100%;height:320px;padding:40px 0;background:#444f63}@media (min-width: 768px){.decision-tree-container{height:200px}}@media (min-width: 1200px){.decision-tree-container .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.decision-tree-container h2{font-size:24px;font-weight:600;line-height:1;position:relative;z-index:22;display:block;margin-bottom:20px;text-align:center;color:white}@media (min-width: 768px){.decision-tree-container h2{padding-left:80px;text-align:left}}@media (min-width: 1024px){.decision-tree-container h2{font-size:30px;padding-left:170px}}@media (min-width: 1200px){.decision-tree-container h2{font-size:32px;margin-bottom:0;padding-left:0}}@media (min-width: 1440px){.decision-tree-container h2{font-size:42px}}@media (min-width: 1600px){.decision-tree-container h2{font-size:48px}}.decision-tree-container__polygon{position:absolute;top:-75px;width:100px;height:150px;pointer-events:none}@media (min-width: 1024px){.decision-tree-container__polygon{top:-150px;width:200px;height:300px}}@media (min-width: 1200px){.decision-tree-container__polygon{top:50%;width:320px;height:600px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1440px){.decision-tree-container__polygon{width:480px;height:720px}}@media (min-width: 1600px){.decision-tree-container__polygon{width:600px;height:900px}}@media all and (min-width: 1800px){.decision-tree-container__polygon{width:700px;height:1050px}}.decision-tree-container--sky .hero_img path{fill:#00C0F3}.decision-tree-container--sky .btn-show{background:#00C0F3}.decision-tree-container--pink .hero_img path{fill:#F05A8D}.decision-tree-container--pink .btn-show{background:#F05A8D}.decision-tree-container--ganic .hero_img path{fill:#57C0A2}.decision-tree-container--ganic .btn-show{background:#57C0A2}.decision-tree-container--foil .hero_img path{fill:#B4D66B}.decision-tree-container--foil .btn-show{background:#B4D66B}@media (min-width: 1440px){.decision-tree-container--sunny h2{color:#333333}}.decision-tree-container--sunny .hero_img path{fill:#FAC817}.decision-tree-container--sunny .btn-show{color:#333333;background:#FAC817}@media (min-width: 1440px){.decision-tree-container--juicy h2{color:#333333}}.decision-tree-container--juicy .hero_img path{fill:#FECE35}.decision-tree-container--juicy .btn-show{color:#333333;background:#FECE35}@media (min-width: 1440px){.decision-tree-container--understate h2{color:#333333}}.decision-tree-container--understate .hero_img path{fill:#A9BFD8}.decision-tree-container--understate .btn-show{color:#333333;background:#A9BFD8}.decision-tree-container--darkgrey .hero_img path{fill:#969698}.decision-tree-container--darkgrey .btn-show{background:#969698}@media (min-width: 1440px){.decision-tree-container--lightgrey h2{color:#182341}}.decision-tree-container--lightgrey .hero_img path{fill:#D5D4D5}.decision-tree-container--lightgrey .btn-show{color:#182341;background:#D5D4D5}@media (min-width: 1440px){.decision-tree-container--lightblue h2{color:#182341}}.decision-tree-container--lightblue .hero_img path{fill:#F0F9FB}.decision-tree-container--lightblue .btn-show{color:#182341;background:#F0F9FB}.decision-tree-container--navy{background:#fff}.decision-tree-container--navy h2{color:black !important}@media (min-width: 1440px){.decision-tree-container--navy h2{color:white !important}}.decision-tree-container--navy .filter-option-inner-inner,.decision-tree-container--navy label{color:black !important}.decision-tree-container--navy .dropdown-toggle.custom-style{border-bottom-color:black}.decision-tree-container--navy .hero_img path{fill:#182341}.decision-tree-container--navy .btn-show{background:#182341}.decision-tree-container--white .hero_img path{fill:white}.decision-tree-container--white .btn-show{color:#182341;background:white}.decision-tree-container--white h2{color:white}@media (min-width: 1440px){.decision-tree-container--white h2{color:#182341}}.decision-tree-container .component{position:relative;z-index:23}@media (max-width: 1023.98px){.decision-tree-container .component{width:100%}}@media (min-width: 768px){.decision-tree{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 1024px){.decision-tree{padding-left:170px}}@media (min-width: 1200px){.decision-tree{padding-left:80px}}@media (min-width: 1440px){.decision-tree{padding-left:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 1600px){.decision-tree{padding-left:15px}}.decision-tree__component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.decision-tree__component{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width: 1200px){.decision-tree__component{width:100%;margin-top:0}}@media (min-width: 1440px){.decision-tree__component{margin-right:20px;margin-left:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 768px){.decision-tree__component .bootstrap-select>.dropdown-toggle{margin-left:0;padding-right:0;padding-left:0}}@media (min-width: 768px){.decision-tree__component .bootstrap-select>.dropdown-toggle::after{width:20px;background:url(/courses/media/2019-template-assets/graphics/Polygon.svg);background-repeat:no-repeat;background-position:right center}}@media (min-width: 768px){.decision-tree__component .bootstrap-select>.dropdown-toggle .filter-option-inner-inner{font-size:16px}}@media (min-width: 1200px){.decision-tree__component .bootstrap-select>.dropdown-toggle .filter-option-inner-inner{font-size:22px}}@media (min-width: 768px){.decision-tree__component+.text-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.decision-tree__component label{font-size:18px;display:none;margin:0 10px 20px 0}@media (min-width: 768px){.decision-tree__component label{font-size:14px;font-weight:bold;display:block;margin:0 10px 2px 0;text-transform:uppercase}}@media (min-width: 1440px){.decision-tree__component label{font-size:16px;margin-right:20px}}.decision-tree__component .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.decision-tree .btn-show{font-size:18px;font-weight:500;line-height:27px;width:100%;min-width:200px;margin:5px auto;padding:20px 30px;text-transform:uppercase;color:white;border:none;border-radius:0}@media (min-width: 768px){.decision-tree .btn-show{font-size:14px;width:auto;min-width:0;padding:10px 20px}}@media (min-width: 1024px){.decision-tree .btn-show{font-size:18px;width:100%;margin:0 0 0 20px;padding:20px 30px}}@media (min-width: 1440px){.decision-tree .btn-show{font-size:18px;min-width:200px;padding:10px 20px}}@media (min-width: 1600px){.decision-tree .btn-show{min-width:250px;padding:26px 30px}}.heading .component{position:relative;z-index:23}@media (max-width: 1023.98px){.heading .component{width:100%}}.dropdown-toggle.custom-style{width:100%;margin-left:5px;border-color:transparent;border-bottom:solid 3px white;border-radius:0}@media (max-width: 767.98px){.dropdown-toggle.custom-style{width:100%;max-width:100%;margin:0;margin-bottom:20px}}.dropdown-toggle.custom-style .filter-option{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:white}.dropdown-toggle.custom-style .filter-option-inner-inner{font-size:18px;font-weight:500;line-height:26px;color:white}@media (min-width: 1024px){.dropdown-toggle.custom-style .filter-option-inner-inner{font-size:24px}}.dropdown-toggle.custom-style:after{width:10px;height:10px;border:none;background:url("/courses/media/2019-template-assets/graphics/Polygon.svg")}.heading--decision-tree #SearchTab{border-bottom:0}.heading--decision-tree #SearchTab .nav-item{margin-right:20px}.heading--decision-tree #SearchTab .nav-link{padding:7px 0;color:#A9BFD8;border:0;border-bottom:3px solid #A9BFD8}.heading--decision-tree #SearchTab .nav-link.active{color:#182341;border-bottom:3px solid #FECE35}.heading--decision-tree #SearchTabContent .btn-link{color:#FECE35 !important}@media (min-width: 1024px){.heading--decision-tree #SearchTabContent .btn-link{margin-bottom:80px}}.heading--decision-tree #SearchTabContent .btn-link svg path{stroke:#FECE35}.dropup .dropdown-menu{top:100%;bottom:auto}.calendar-left{float:left}.calendar-right{float:right}.calendar-right #calendar_events{margin-left:10px}.error-message{padding:20px 20px}.mobile_show_calendar{display:none}#calendar_events_top{clear:both;width:100%;padding:0 !important}#calendar_events_top h1{font-size:46px;font-weight:bold;line-height:0.96;color:#182341}@media (min-width: 768px){#calendar_events_top h1{font-size:56px}}@media (min-width: 1024px){#calendar_events_top h1{font-size:66px}}#calendar_events_top p.view_period_range{font-size:24px;color:#A9BFD8}#calendar_events_top p.view_period_switchers{position:absolute;top:20px;right:0}#calendar_events_top p.view_period_switchers a{font-size:1em;font-weight:500;color:#1E3378}#calendar_events_top p.view_period_switchers a:hover{text-decoration:none;color:#1768B3}#calendar_events{clear:both;width:100%;margin:0 !important;padding:0 !important}.event{visibility:hidden;width:50%;padding:0 0 20px 20px}.event.tooltip-info .eventButton{display:none}#calendar_events>.section.no-tp{margin-left:-20px}#calendar_events .event{visibility:visible}.event_inner{background:#FFFFFF;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2);bakcground:#FFFFFF}.event .clear{float:inherit !important;clear:both}.event .eventDate{font-size:16px;display:block;padding:20px 20px 0;text-transform:uppercase;color:#A9BFD8}.event .eventTitle{font-size:24px;font-weight:700;line-height:1;float:left;clear:both;margin:20px;color:#182341}.event .eventDescription{clear:both;margin:20px}.event .eventinfo{clear:both;margin:20px}.event .eventinfo p{font-size:1em}.event .eventButton{clear:both;width:100%}.event .eventButton a{font-weight:700;display:block;padding:10px 20px;color:black;background-color:#FECE35}.event .eventButton a:hover{text-decoration:none;background:#FEC202}div #calendar_box{font-size:1em;line-height:1.5em;width:100%;color:#454545;background-color:#FECE35}div #calendar_box table{width:100%;margin-bottom:0}div #calendar_box table th{font-weight:600;padding:0;padding:5px 4px;text-align:center;text-transform:uppercase;border:none}div #calendar_box table th.day{font-size:0.9em;font-weight:600;text-transform:none;border:none}div #calendar_box table th a{display:block;margin-top:-3px;padding:3px;color:#FFFFFF}div #calendar_box table th a:hover{text-decoration:none;color:#557DFF}div #calendar_box table td{font-size:0.9em;font-weight:600;padding:0;padding:5px 4px;text-align:center}div #calendar_box table td.fillday{font-weight:300;color:#CDAD46}div #calendar_box table td.hasevent{background:#00C0F3}div #calendar_box table td.hasevent a{display:block;color:#FFFFFF}div #calendar_box table td.hasevent:hover{background:#1768B3}div #calendar_box table td.hasevent:hover a{text-decoration:none}div #calendar_box table td.today{color:#FFFFFF}div #calendar_box table td.today a{color:#FFFFFF}div #calendar_box table td.today:hover,div #calendar_box table td.today:hover a{text-decoration:none}div #view_switchers{font-size:0.9em;width:100%;padding:10px 0 10px 0;text-align:center;color:#FFFFFF;background:#A5ADC9}div #view_switchers span{margin:0 6px;color:#646D8D}div #view_switchers a{margin:0 6px;color:#FFFFFF}div #view_switchers a:hover{color:#646D8D}div #jumptoform legend{height:0;margin-bottom:10px}div #jumptoform div.select-left{float:left;width:48%}div #jumptoform div.select-right{float:right;width:48%}div #searchoptions{margin-bottom:10px}div #searchoptions legend{height:0;margin-bottom:10px}div .category{margin-bottom:15px;margin-left:0}span.catergory_colour,span.subcatergory_colour{display:block;float:left;height:23px;margin:0 10px}.calendar-sidebar .control-label{padding:5px 0 5px 0}span.catergory_colour.ug{width:10px;background:#82096A}span.catergory_colour.pg{width:10px;background:#006838}span.catergory_colour.corp{width:10px;background:#1768B3}span.catergory_colour.in{width:10px;background:#00ACA5}span.catergory_colour.bu{width:10px;background:#F26522}span.subcatergory_colour.ug{width:10px;margin:0}span.subcatergory_colour.pg{width:10px;margin:0}span.subcatergory_colour.corp{width:10px;margin:0}span.subcatergory_colour.in{width:10px;margin:0}span.subcatergory_colour.bu{width:10px;margin:0}div .category .icheckbox_square-blue{float:left;margin-right:10px}div .subcategory{margin-bottom:15px;margin-left:20px}div .subcategory .icheckbox_square-blue{float:left;margin-right:10px;margin-left:10px}div .last-button{margin-bottom:0}div .control-label{font-size:1.1em;width:100%;margin:0;padding:5px 0 15px 0;text-transform:uppercase;color:#182341}div .calendar-sidebar input,div .calendar-sidebar select{margin-bottom:10px;border-radius:0}#calendar_events_top dl{float:left;width:100%;margin:0 0 10px 0;padding:5px 0;color:#2A2A2A}#calendar_events_top dt{font-size:1.1em;font-weight:700;float:left;width:15%;padding:10px;border-bottom:1px dotted #D6DFFF}#calendar_events_top dd{font-size:1.1em;float:left;width:85%;padding:10px;border-bottom:1px dotted #D6DFFF}.back_to_events_bottom a{position:relaitve;left:25px;display:block;float:left;padding:12px 55px;text-align:center;text-transform:uppercase;color:#FFFFFF;background:#1768B3}.back_to_events_bottom a:hover{text-decoration:none;background:#0091D0}#calendar_events_top h1,#calendar_events_top h2,#calendar_events_top h3,#calendar_events_top h4,#calendar_events_top h5{clear:both}#calendar_events_top .Undergraduate h1{color:#82096A}#calendar_events_top .Undergraduate .back_to_events_top a,#calendar_events_top .Undergraduate .back_to_events_bottom a{color:#FFFFFF;background:#82096A}#calendar_events_top .Undergraduate .back_to_events_top a:hover,#calendar_events_top .Undergraduate .back_to_events_bottom a:hover{color:#FFFFFF;background:#AD0A7B}#calendar_events_top .Undergraduate a.calendar-button{font-size:0.9em;display:block;float:left;clear:both;margin-bottom:20px;padding:12px 55px;text-transform:uppercase;color:#FFFFFF;background:#82096A}#calendar_events_top .Undergraduate a.calendar-button:hover{text-decoration:none;color:#FFFFFF;background:#AD0A7B}#calendar_events_top .Postgraduate h1{color:#006838}#calendar_events_top .Postgraduate .back_to_events_top a,#calendar_events_top .Postgraduate .back_to_events_bottom a{color:#FFFFFF;background:#006838}#calendar_events_top .Postgraduate .back_to_events_top a:hover,#calendar_events_top .Postgraduate .back_to_events_bottom a:hover{color:#FFFFFF;background:#39B54A}#calendar_events_top .Postgraduate a.calendar-button{font-size:0.9em;display:block;float:left;clear:both;margin-bottom:20px;padding:12px 55px;text-transform:uppercase;color:#FFFFFF;background:#006838}#calendar_events_top .Postgraduate a.calendar-button:hover{text-decoration:none;color:#FFFFFF;background:#39B54A}#calendar_events_top .Business h1{color:#B12E1A}#calendar_events_top .Business .back_to_events_top a,#calendar_events_top .Business .back_to_events_bottom a{color:#FFFFFF;background:#B12E1A}#calendar_events_top .Business .back_to_events_top a:hover,#calendar_events_top .Business .back_to_events_bottom a:hover{color:#FFFFFF;background:#F26522}#calendar_events_top .Business a.calendar-button{font-size:0.9em;display:block;float:left;clear:both;margin-bottom:20px;padding:12px 55px;text-transform:uppercase;color:#FFFFFF;background:#B12E1A}#calendar_events_top .Business a.calendar-button:hover{text-decoration:none;color:#FFFFFF;background:#F26522}#calendar_events_top .International h1{color:#008F8A}#calendar_events_top .International .back_to_events_top a,#calendar_events_top .International .back_to_events_bottom a{color:#FFFFFF;background:#008F8A}#calendar_events_top .International .back_to_events_top a:hover,#calendar_events_top .International .back_to_events_bottom a:hover{color:#FFFFFF;background:#00ACA5}#calendar_events_top .International a.calendar-button{font-size:0.9em;display:block;float:left;clear:both;margin-bottom:20px;padding:12px 55px;text-transform:uppercase;color:#FFFFFF;background:#008F8A}#calendar_events_top .International a.calendar-button:hover{text-decoration:none;color:#FFFFFF;background:#00ACA5}#calendar_events_top .eventImage{position:relative;float:right;max-width:500px;margin:0 0 0 20px}#calendar_events_top .eventImage img{width:100% !important;height:auto !important}@media (min-width: 992px){div #view_switchers{font-size:0.8em}}@media (min-width: 1200px){div #view_switchers{font-size:0.9em}}@media (min-width: 768px) and (max-width: 979px){.calendar-left{float:left;width:40%}.calendar-right{float:right;width:60%}#calendar_events_top p.view_period_switchers{position:relative;top:auto;right:0}.event{width:100%}#calendar_events_top h2{margin:15px 10px}#calendar_events_top .eventImage{position:relative;float:right;width:100%;max-width:none;margin:0 0 20px 0;text-align:center}#calendar_events_top .eventImage img{width:auto !important;max-width:100% !important;height:auto !important}}@media (max-width: 767px){.mobile_show_calendar{font-size:1.2em;font-weight:700;position:relative;z-index:7;display:block;width:100%;margin-top:10px;padding:12px 0;cursor:pointer;text-align:center;text-transform:uppercase;color:#FFFFFF;background:#1E3378}.calendar-left{float:left;width:100%}.mobile_hide{position:relative;z-index:5;top:-4px;float:left;overflow:hidden;width:100%;height:0;padding-top:2px;padding-bottom:0;border:2px solid #A5ADC9;border-top:none}.mobile_open{position:relative;top:-2px;float:left;width:100%;height:auto;padding-top:2px;padding-bottom:0;border:2px solid #A5ADC9;border-top:none}.calendar-left #calendar_box{float:left;width:50%;max-width:none;margin-top:10px;margin-bottom:12px;padding:0 0 0 0}.calendar-left #jumptoform{display:none}.calendar-left .calendar-sidebar{float:left;width:50%;padding:10px 10px 0 10px}.calendar-left div #calendar_box table td{padding:8px 4px}.calendar-right{float:right;clear:both;width:100%}#calendar_events_top{margin:0 0 0 0}#calendar_events_top p{padding:0 10px}#calendar_events_top p.view_period_range{font-size:1.2em}#calendar_events_top p.view_period_switchers{font-size:1.1em;position:relative;top:auto;right:0}.event{width:50%;padding:0 10px 15px 10px}#calendar_events_top h2{margin:15px 10px}#calendar_events_top dt{width:30%}#calendar_events_top dd{width:70%}.back_to_events_bottom a{position:relaitve;left:0;display:block;float:inherit;width:100%;margin:0 0;padding:12px 0;text-align:center;text-transform:uppercase;color:#FFFFFF;background:#1768B3}.back_to_events_bottom a:hover{text-decoration:none;background:#0091D0}#calendar_events_top .eventImage{position:relative;float:right;width:100%;max-width:none;margin:0 0 20px 0;text-align:center}#calendar_events_top .eventImage img{width:auto !important;max-width:90% !important;height:auto !important}}@media (max-width: 590px){.calendar-left #calendar_box{float:left;width:100%;padding:0 10px 0 10px}.calendar-left .calendar-sidebar{float:left;width:100%}.event{width:100%;padding:0}#calendar_events_top dt{width:100%}#calendar_events_top dd{width:100%}#calendar_events_top .eventImage img{width:auto !important;max-width:95% !important;height:auto !important}}.category label{font-weight:normal;display:inline;margin-bottom:0}.header-search{margin:2rem 0 0;padding:1rem;background:rgba(0,0,0,0.05)}.header-search legend{display:none}.header-search+.header-search{margin-top:0;margin-bottom:2rem}#search_field input{height:50px;border:1px solid #969698;border-radius:6px}#calendar_page{font-size:1em;line-height:1.5em;display:block;width:100%;margin-top:15px;color:#454545}#calendar_page table{width:100%;margin-bottom:0;table-layout:fixed;border:3px solid #A9BFD8;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}#calendar_page .cal-table thead{background-color:#FECE35}#calendar_page table th{text-align:center}#calendar_page table th#pbc_next_month a,#calendar_page table th#pbc_prev_month a{color:#00C0F3}#calendar_page table th a{display:block;margin-top:-3px;padding:3px;color:#FFFFFF}#calendar_page table td{font-size:0.9em;font-weight:bold;height:150px;padding:5px 4px;text-align:center;vertical-align:top;color:#1E3378;background:#FFFFFF}#calendar_page table td a{color:#1E3378}#calendar_page table td:hover a{color:#00C0F3}#calendar_page table tbody tr.calendar-dayrow .hasMoreEvents span{display:block;margin-bottom:2px;color:#FFFFFF;background-color:#182341}#calendar_page table tbody tr.calendar-dayrow .cal-event a{font-size:0.80em;line-height:1.1;display:block;overflow:hidden;padding:10px;max-height:4.5;margin-bottom:2px;padding:8px;white-space:normal;color:#FFFFFF;background-color:#00C0F3;text-align:center}#calendar_page table tbody tr.calendar-dayrow .cal-event a:hover{background-color:#182341}#calendar_page table tbody tr.calendar-dayrow .cal-event.bu-event a{background:#B12E1A}#calendar_page table tbody tr.calendar-dayrow .cal-event.bu-event a:hover{background:#CB351E}#calendar_page table tbody tr.calendar-dayrow .cal-event.pg-event a{background:#006838}#calendar_page table tbody tr.calendar-dayrow .cal-event.pg-event a:hover{background:#008548}#calendar_page table tbody tr.calendar-dayrow .cal-event.ug-event a{background:#82096A}#calendar_page table tbody tr.calendar-dayrow .cal-event.ug-event a:hover{background:#C40B8B}#calendar_page table tbody tr.calendar-dayrow .cal-event.in-event a{background:#008F8A}#calendar_page table tbody tr.calendar-dayrow .cal-event.in-event a:hover{background:#00B3AD}#calendar_page table tbody tr.calendar-dayrow .tooltip-info{font-size:1em;position:absolute;z-index:100;display:none;width:250px;min-height:100px;margin-top:-45px;margin-left:calc(100%/7);padding:0;text-align:left;color:#000000;background-color:white}#calendar_page table tbody tr.calendar-dayrow .tooltip-info{display:block}#calendar_page table tbody tr.calendar-dayrow .tooltip-info:after,#calendar_page table tbody tr.calendar-dayrow .tooltip-info:before{position:absolute;top:32px;right:100%;width:0;height:0;content:" ";pointer-events:none;border:solid transparent}#calendar_page table tbody tr.calendar-dayrow .tooltip-info:before{margin-top:-10px;border-width:10px;border-color:rgba(0,0,0,0);border-right-color:#A5ADC9}#calendar_page table tbody tr.calendar-dayrow .tooltip-info:after{margin-top:-8px;margin-right:-2px;border-width:8px;border-color:transparent;border-right-color:white}#calendar_page table tbody tr.calendar-dayrow .tooltip-info .eventDate{font-size:0.9em;line-height:1.5rem;display:block;margin-bottom:0.5rem;padding:0.3rem;color:#FFFFFF}#calendar_page table tbody tr.calendar-dayrow .tooltip-info h2.eventTitle{font-size:1.7rem;margin:10px}#calendar_page table tbody tr.calendar-dayrow .tooltip-info p{margin-bottom:0.5rem}#calendar_page table tbody tr.calendar-dayrow .tooltip-info .eventinfo{font-size:1rem;font-weight:bold;line-height:1.5rem;margin:10px;padding:0.3rem}#calendar_page table tbody tr.calendar-dayrow .tooltip-info .eventDescription{font-size:1rem;font-weight:normal;line-height:1.5rem;margin:10px;padding:0.3rem}#calendar_page table tbody tr.calendar-dayrow .tooltip-info .eventButton span{font-size:1.1em;font-size:0.9em;font-weight:normal;display:block;padding:10px;padding:0.5rem;text-indent:10px;text-indent:10px;color:#FFFFFF;background:#00C0F3}.calendar-right #view_period_switchers .view_period_switchers{display:none;visibility:hidden}#view_period_switchers .view_period_switchers{display:none;visibility:hidden}.calendar-right #view_period_switchers .view_period_switchers{display:block;visibility:visible}@media only screen and (min-width: 960px){#calendar_page table tbody tr.calendar-dayrow .tooltip-info.active{display:block;visibility:visible}}.calendar_views{display:none;float:right;clear:both;margin-right:20px;margin-bottom:10px;text-align:right}@media (min-width: 1024px){.calendar_views{display:block}}.calendar_views a{line-height:36px;display:inline-block;width:40px;height:40px;margin-left:10px;text-align:center;color:black;border:2px solid #FECE35;border-radius:50px;background-color:#FECE35}.calendar_views a.active{opacity:0.2;pointer-events:none}.calendar_views a:hover{border:2px solid #00C0F3;background-color:#00C0F3}.col-md-16 .calendar_views a.cal-view,.calendar-right .calendar_views a.list-view{cursor:auto;color:#1E3378;border:2px solid #1E3378;background:#FFFFFF}.component-isotope-filters{background:#f7f7f7}.component-isotope-filters button{color:#000}.component-isotope-filters button.isotope-news{background:#FECE35}.component-isotope-filters button.isotope-news.active{color:#FECE35;border:2px solid #FECE35;background-color:#F7F7F7}.component-isotope-filters button.isotope-article{background:#00C0F3}.component-isotope-filters button.isotope-article.active{color:#00C0F3;border:2px solid #00C0F3;background-color:#F7F7F7}.component-isotope-filters button.isotope-event{background:#F05A8D}.component-isotope-filters button.isotope-event.active{color:#F05A8D;border:2px solid #F05A8D;background-color:#F7F7F7}.component-isotope-filters button.isotope-video{background:#B4D66B}.component-isotope-filters button.isotope-video.active{color:#B4D66B;border:2px solid #B4D66B;background-color:#F7F7F7}.component-isotope-filters button.isotope-foil{background:#B4D66B}.component-isotope-filters button.isotope-foil.active{color:#B4D66B;border:2px solid #B4D66B;background-color:#F7F7F7}.component-isotope-filters button.isotope-yellow{background:#FECE35}.component-isotope-filters button.isotope-yellow.active{color:black;border:2px solid #FECE35;background-color:#F7F7F7}.component-isotope-filters button.isotope-blue{background:#00C0F3}.component-isotope-filters button.isotope-blue.active{color:#00C0F3;border:2px solid #00C0F3;background-color:#F7F7F7}.component-isotope-filters button.isotope-pink{background:#F05A8D}.component-isotope-filters button.isotope-pink.active{color:#F05A8D;border:2px solid #F05A8D;background-color:#F7F7F7}.component-isotope-filters .component-isotope-filters__large{padding:0}.component-isotope-filters .component-isotope-filters__large button{font-size:11px;line-height:1.3;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(50% - 10px);height:auto;margin-right:10px;padding:10px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){.component-isotope-filters .component-isotope-filters__large button{font-size:14px;width:calc(33% - 10px);margin-bottom:10px}}@media (min-width: 1024px){.component-isotope-filters .component-isotope-filters__large button{font-size:16px;width:calc(25% - 10px)}}.component-isotope-filters .component-isotope-filters__large button:nth-of-type(2n+2){margin-right:10px}.component-isotope-filters{position:relative;width:100%}.component-isotope-filters+.latest_news{padding-top:0}.component-isotope-filters div{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1200px;margin:0 auto;padding:50px 15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}@media (min-width: 1024px){.component-isotope-filters div{padding:50px 15px 100px}}@media (min-width: 1440px){.component-isotope-filters div{padding:70px 15px 140px}}.component-isotope-filters div p{width:100%}.component-isotope-filters div button{width:calc(50% - 6px);margin-right:12px;margin-bottom:12px;text-transform:uppercase}@media (min-width: 1024px){.component-isotope-filters div button{width:calc(25% - 12px);margin-right:16px;margin-bottom:0}}.component-isotope-filters div button:nth-of-type(2n+2){margin-right:0}@media (min-width: 1024px){.component-isotope-filters div button:nth-of-type(2n+2){margin-right:12px}}@media (min-width: 1024px){.component-isotope-filters div button:last-of-type{margin-right:0}}.component-hero-dates .component-hero-dates__wrapper .hero-dates--postgraduate .hero-dates__lg{color:#B4D66B}.component-hero-dates .component-hero-dates__further-toggle{max-width:1200px;margin:0 auto;text-align:center}.component-hero-dates .component-hero-dates__further-dates{max-width:1200px;margin:0 auto;display:none;text-align:center}.component-hero-dates .component-hero-dates__further-dates ul{padding:0;list-style-type:none}.component-hero-dates .component-hero-dates__further-dates ul li{position:relative;text-align:left;margin-bottom:30px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:40px}.component-hero-dates .component-hero-dates__further-dates ul li:before{position:absolute;top:8px;left:0;width:0;height:0;content:"";border:8px solid transparent;border-bottom:6px solid #FECE35}.component-hero-dates .component-hero-dates__further-dates ul li:after{position:absolute;top:22px;left:0;width:0;height:0;content:"";border:8px solid transparent;border-top:6px solid #FECE35}.component-hero-dates .component-hero-dates__further-dates ul li.undergraduate{border-bottom:2px solid #00C0F3}.component-hero-dates .component-hero-dates__further-dates ul li.postgraduate{border-bottom:2px solid #B4D66B}.component-hero-dates .component-hero-dates__further-dates ul li span{text-transform:Capitalize}.component-hero-dates .component-hero-dates__further-dates ul li a{float:right}.hero-dates{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:50px 0}@media (min-width: 1024px){.hero-dates{padding:70px 0}}.hero-dates__segment{font-size:20px;font-weight:700;margin-bottom:8px;text-align:center;text-transform:capitalize;color:#182341}@media (min-width: 768px){.hero-dates__segment{font-size:30px}}.hero-dates__align{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hero-dates__lg{font-size:60px;font-weight:700;line-height:0.9;margin-right:12px;margin-bottom:-5px;color:#00C0F3}@media (min-width: 768px){.hero-dates__lg{font-size:100px}}@media (min-width: 1024px){.hero-dates__lg{font-size:144px}}.hero-dates__sm{font-size:24px;color:#182341}@media (min-width: 768px){.hero-dates__sm{font-size:36px}}@media (min-width: 1024px){.hero-dates__sm{font-size:50px}}.hero-dates__sm span{line-height:0.9;display:block}.hero-dates__month{font-weight:700}.hero-dates__year{font-weight:900}.hero-dates__btn{font-size:15px;font-weight:700;line-height:50px;width:100%;max-width:280px;height:50px;margin-top:35px;padding:0 15px;text-transform:uppercase}@media (min-width: 768px){.hero-dates__btn{font-size:18px;line-height:60px;height:60px;margin-top:45px}}@media (min-width: 1024px){.hero-dates__btn{line-height:77px;height:77px;margin-top:55px}}.search-results{margin-top:20px}.search-results li{margin-bottom:30px}.component-testimonial{position:relative;z-index:11;padding-top:245px;padding-bottom:87px;color:#182341;background:white}@media (min-width: 1024px){.component-testimonial{padding-right:30px;padding-left:20px}}@media (max-width: 767.98px){.component-testimonial{padding-top:40px;padding-bottom:30px}}@media (max-width: 1023.98px){.component-testimonial .media{-ms-flex-wrap:wrap;flex-wrap:wrap}}.component-testimonial .media-body{font-size:32px;font-weight:300;line-height:43px;position:relative;padding-top:20px}@media (max-width: 1023.98px){.component-testimonial .media-body{font-size:16px;line-height:23px;padding-left:50px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.component-testimonial .media-body strong{font-size:100%}}.component-testimonial .media-body:before,.component-testimonial .media-body:after{position:absolute;width:50px;height:50px;content:"";background-repeat:no-repeat}.component-testimonial .media-body:before{top:0;left:-50px;background-image:url("/courses/media/2019-template-assets/graphics/download-(2).svg")}@media (max-width: 1023.98px){.component-testimonial .media-body:before{left:0}}.component-testimonial .media-body:after{right:-10px;bottom:0;background-image:url("/courses/media/2019-template-assets/graphics/download-(1)-(1).svg")}@media (max-width: 767.98px){.component-testimonial .media-body:after{display:none}}.component-testimonial .media-body strong{font-size:130%;font-weight:bold}.component-testimonial .media-image{position:relative;margin-right:3%;overflow:hidden}@media (max-width: 1023.98px){.component-testimonial .media-image{-webkit-transform:translateX(calc(-50px - 15px));transform:translateX(calc(-50px - 15px))}}.component-testimonial .media-image:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;content:"";background:url("/courses/media/2019-template-assets/graphics/mask-white.png");background-size:100%}.component-testimonial .media-image:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:auto;height:100%;content:"";background:url("/courses/media/2019-template-assets/graphics/fig.svg");background-repeat:no-repeat;background-position:center right}@media (max-width: 767.98px){.component-testimonial .media-image:after{background-size:auto 70%}}.component-testimonial .media-footer{font-size:14px;font-weight:500;line-height:25px;margin-top:50px}.component-course-listing .component-course-listing__letter-listing{display:block;width:100%;margin-top:40px;padding:0}.component-course-listing .component-course-listing__letter-listing ul{width:100%;padding:0;table-layout:fixed;list-style-type:none}@media (min-width: 1024px){.component-course-listing .component-course-listing__letter-listing ul{display:table}}.component-course-listing .component-course-listing__letter-listing ul li{display:table-cell;width:16.666666%;text-align:center}@media (min-width: 768px){.component-course-listing .component-course-listing__letter-listing ul li{width:6.666666%}}@media (min-width: 1024px){.component-course-listing .component-course-listing__letter-listing ul li{width:auto}}.component-course-listing .component-course-listing__letter-listing ul li a{display:block;padding:10px}.component-course-listing .component-course-listing__letter-listing ul li.active,.component-course-listing .component-course-listing__letter-listing ul li:hover{background-color:#F05A8D}.component-course-listing .component-course-listing__letter-listing ul li.active a,.component-course-listing .component-course-listing__letter-listing ul li:hover a{font-weight:bold;color:#fff}.component-course-listing .component-course-listing__course-list h2{padding-left:20px;background:#F05A8D;color:#fff}.component-navigation-carousel .component-navigation-carousel--logo .component-navigation-carousel__carousel .logo-carousel{display:inline-block}.component-carousel{position:relative;padding-bottom:70px}.component-carousel .slick-dots{bottom:-47px}.component-carousel .component-carousel__items.slick-dotted.slick-slider{margin-bottom:0}.component-carousel .component-carousel__slide>a>img,.component-carousel .component-carousel__slide>img{min-height:240px;-o-object-fit:cover;object-fit:cover}.component-carousel .component-carousel__slide>a>img{min-height:200px}.component-carousel[data-img-prev],.component-carousel[data-img-next]{padding-right:30px;padding-left:30px}@media all and (min-width: 960px){.component-carousel[data-img-prev],.component-carousel[data-img-next]{padding-left:100px;padding-right:100px}}.component-carousel[data-img-prev] .slick-arrow,.component-carousel[data-img-next] .slick-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:78px;height:78px;display:none}@media all and (min-width: 960px){.component-carousel[data-img-prev] .slick-arrow,.component-carousel[data-img-next] .slick-arrow{display:block}}.component-carousel[data-img-prev] .slick-arrow.slick-prev,.component-carousel[data-img-next] .slick-arrow.slick-prev{left:-100px;background-image:url(/courses/media/2019-template-assets/graphics/slick--prev.svg);background-position:top}.component-carousel[data-img-prev] .slick-arrow.slick-prev:hover,.component-carousel[data-img-next] .slick-arrow.slick-prev:hover{background-position:bottom}.component-carousel[data-img-prev] .slick-arrow.slick-next,.component-carousel[data-img-next] .slick-arrow.slick-next{right:-100px;background-image:url(/courses/media/2019-template-assets/graphics/slick--prev.svg);background-position:top}.component-carousel[data-img-prev] .slick-arrow.slick-next:hover,.component-carousel[data-img-next] .slick-arrow.slick-next:hover{background-position:bottom}.component-carousel[data-img-prev] .slick-arrow::before,.component-carousel[data-img-next] .slick-arrow::before{display:none}.component-carousel[data-img-prev] .slick-arrow img,.component-carousel[data-img-next] .slick-arrow img{max-width:14px;display:none}.component-carousel--banner .container-fluid{padding-right:0;padding-left:0}.component-carousel--banner .slick-track{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.component-carousel--banner .slick-slide{height:auto}@media (min-width: 768px){.component-carousel:not(.component-carousel--banner) .component-carousel__slide-overlay{padding-left:40px}}.component-carousel:not(.component-carousel--banner) .component-carousel__image::after{display:block}@media (min-width: 1200px){.component-carousel:not(.component-carousel--banner) .component-carousel__image::after{width:300px}}.component-carousel__slide{background-color:#f7f7f7}.component-carousel__slide-overlay{padding:20px}@media (min-width: 768px){.component-carousel__slide-overlay{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;position:absolute;z-index:1;top:50%;right:0;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 768px) and (min-width: 576px){.component-carousel__slide-overlay{max-width:540px}}@media (min-width: 768px) and (min-width: 768px){.component-carousel__slide-overlay{max-width:720px}}@media (min-width: 768px) and (min-width: 1024px){.component-carousel__slide-overlay{max-width:960px}}@media (min-width: 768px) and (min-width: 1200px){.component-carousel__slide-overlay{max-width:1330px}}.component-carousel__slide-overlay h2{font-size:28px;font-weight:bold;line-height:1.15;margin-bottom:10px;color:#182341}@media (min-width: 768px){.component-carousel__slide-overlay h2{font-size:44px;margin-bottom:20px}}.component-carousel__slide-overlay p{margin-bottom:20px;color:#333}@media (min-width: 768px){.component-carousel__slide-overlay p{font-size:18px;margin-bottom:40px}}@media (min-width: 768px){.component-carousel__slide-overlay h2,.component-carousel__slide-overlay p{max-width:40%}}.component-carousel__slide-overlay span,.component-carousel__slide-overlay a{font-size:14px;font-weight:bold;display:inline-block;padding:10px 20px;text-transform:uppercase;color:white;background-color:#FECE35}.component-carousel__image{position:relative}@media (min-width: 768px){.component-carousel__image::after{position:absolute;top:0;left:0;width:40%;height:100%;content:"";background-color:#f7f7f7}}@media (min-width: 1024px){.component-carousel__image::after{width:30%}}@media (min-width: 1200px){.component-carousel__image::after{display:none;width:10%}}@media (min-width: 768px){.component-carousel__image::before{position:absolute;top:0;left:0;width:50%;height:100%;content:"";-webkit-transform:skew(30deg);transform:skew(30deg);background-color:#f7f7f7}}@media (min-width: 1024px){.component-carousel__image::before{width:50%}}@media (min-width: 1200px){.component-carousel__image::before{left:7.5%;width:40%}}.component-carousel__image img{width:100%;max-width:none;height:200px;-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.component-carousel__image img{height:300px}}@media (min-width: 1200px){.component-carousel__image img{height:400px}}.component-carousel__items img{max-width:100%}.key--fragments-rossoneri{z-index:3}.fragments{position:relative;z-index:1;width:100%}.fragment{position:absolute;z-index:10}@media (max-width: 1023.98px){.fragments--rossoneri{display:none}}.fragments--rossoneri .fragment--1{z-index:11;top:0;right:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media (max-width: 1439.98px){.fragments--rossoneri .fragment--1{-webkit-transform:scale(0.75) translateY(-200%) translateX(50px);transform:scale(0.75) translateY(-200%) translateX(50px)}}.fragments--rossoneri .fragment--2{top:0;right:90px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 1439.98px){.fragments--rossoneri .fragment--2{-webkit-transform:scale(0.75) translateY(-200%) translateX(80px);transform:scale(0.75) translateY(-200%) translateX(80px)}}.fragments--diamond{position:absolute;z-index:21;bottom:0;left:20px}@media (min-width: 1024px){.fragments--diamond{left:44px}}.fragments--diamond svg{max-width:40px;height:100%}@media (min-width: 576px){.fragments--diamond svg{max-width:65px}}@media (min-width: 768px){.fragments--diamond svg{max-width:120px}}@media (min-width: 1024px){.fragments--diamond svg{max-width:90px}}@media (min-width: 1440px){.fragments--diamond svg{max-width:120px}}@media (min-width: 1600px){.fragments--diamond svg{max-width:180px}}.fragments--diamond .fragment--1{top:0;-webkit-transform:translateY(calc(-100% + 1px));transform:translateY(calc(-100% + 1px))}@media (min-width: 1200px){.fragments--diamond .fragment--1{-webkit-transform:translateY(calc(-100% + 2px));transform:translateY(calc(-100% + 2px))}}.fragments--diamond .fragment--2{top:0}.fragments--triangle{position:absolute;bottom:0}@media (max-width: 1023.98px){.fragments--triangle{display:none}}@media (max-width: 1199.98px){.fragments--triangle svg{max-width:150px}}.fragments--triangle.fragments--right .fragment{right:0}.fragments--triangle.fragments--left .fragment{left:0}.fragments--triangle .fragment{bottom:0;-webkit-transform:translateY(50%);transform:translateY(50%)}.fragments--trapeze{position:absolute;bottom:0}@media (max-width: 1023.98px){.fragments--trapeze{display:none}}@media (max-width: 1199.98px){.fragments--trapeze svg{max-width:100px}}.fragments--trapeze .fragment{bottom:0;left:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}.fragments--lozenge{position:absolute;z-index:11;bottom:0;-webkit-transform-origin:100% 0;transform-origin:100% 0}@media (max-width: 1199.98px){.fragments--lozenge{-webkit-transform:scale(0.5);transform:scale(0.5)}}@media (max-width: 767.98px){.fragments--lozenge{-webkit-transform:scale(0.333);transform:scale(0.333)}}.fragments--lozenge .fragment{top:0;right:0;-webkit-transform:translateY(-25%);transform:translateY(-25%)}.fragments--polyform,.fragments--origami{position:absolute;bottom:0}@media (max-width: 1023.98px){.fragments--polyform,.fragments--origami{display:none}}@media (max-width: 1439.98px){.fragments--polyform,.fragments--origami{-webkit-transform:scale(0.5);transform:scale(0.5)}}.fragments--polyform .fragment,.fragments--origami .fragment{top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.fragments--polyform .fragment--1,.fragments--origami .fragment--1{right:60px;bottom:-220px}.fragments--polyform .fragment--2,.fragments--origami .fragment--2{z-index:11}.fragments--polyform .fragment--3,.fragments--origami .fragment--3{bottom:220px}.fragments--origami.fragments--left{-webkit-transform-origin:0 0;transform-origin:0 0}.fragments--origami.fragments--left .fragment{left:0}.fragments--origami.fragments--right{-webkit-transform-origin:100% 0;transform-origin:100% 0}.fragments--origami.fragments--right .fragment{right:0}.fragments--polyform{-webkit-transform-origin:100% 0;transform-origin:100% 0}.fragments--polyform .fragment{right:0}.fragments--canary{position:absolute;bottom:0;-webkit-transform-origin:0 0;transform-origin:0 0}@media (max-width: 1023.98px){.fragments--canary{display:none}}@media (max-width: 1439.98px){.fragments--canary{-webkit-transform:scale(0.5);transform:scale(0.5)}}.fragments--canary .fragment--1{z-index:11;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.fragments--canary .fragment--2{top:60px}@media (max-width: 1023.98px){section:last-child .fragments--rossoneri{z-index:100;display:block}}@media (max-width: 1023.98px){section:last-child .fragments--rossoneri .fragment--1{-webkit-transform:scale(0.5) translateY(-200%) translateX(110px);transform:scale(0.5) translateY(-200%) translateX(110px)}}@media (max-width: 1023.98px){section:last-child .fragments--rossoneri .fragment--2{-webkit-transform:scale(0.5) translateY(-200%) translateX(220px);transform:scale(0.5) translateY(-200%) translateX(220px)}}.component-video{position:relative;padding-bottom:20px;z-index:4}.component-video h2{font-size:40px;color:#182341}@media (min-width: 1024px){.component-video h2{font-size:48px}}@media (min-width: 768px){.heading--clearing-fullwidth-image{background-image:none !important}}.heading--clearing-fullwidth-image:after{background:rgba(0,0,0,0.5) !important}.heading__video{display:none;position:absolute;top:50%;left:50%;width:200%;height:200%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media (min-width: 768px){.heading__video{display:block}}.heading__video-outer{position:relative;height:auto;width:auto;min-height:100%;min-width:100%}.heading__video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.alphabetical-nav-list{display:block;width:100%;margin-top:40px;padding:0}.alphabetical-nav-list ul{width:100%;padding:0;table-layout:fixed;list-style-type:none}@media (min-width: 1024px){.alphabetical-nav-list ul{display:table}}.alphabetical-nav-list ul li{display:table-cell;width:16.666666%;text-align:center}@media (min-width: 768px){.alphabetical-nav-list ul li{width:6.666666%}}@media (min-width: 1024px){.alphabetical-nav-list ul li{width:auto}}.alphabetical-nav-list ul li a{display:block;padding:10px}.alphabetical-nav-list ul li.active,.alphabetical-nav-list ul li:hover{background-color:#F05A8D}.alphabetical-nav-list ul li.active a,.alphabetical-nav-list ul li:hover a{font-weight:bold;color:#fff}.LISDB-anchor{text-align:left;text-rendering:auto;-webkit-box-sizing:inherit;box-sizing:inherit;margin-top:0;margin-bottom:.5rem;font-weight:500;font-size:1.75rem;line-height:1.71429;padding-left:20px;background:#F05A8D;color:#fff}.component-tab{padding-top:50px;padding-bottom:50px}.hamburger{padding:12px 6px;display:inline-block;cursor:pointer;-webkit-transition-property:opacity, -webkit-filter;transition-property:opacity, -webkit-filter;transition-property:opacity, filter;transition-property:opacity, filter, -webkit-filter;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#fff}.hamburger-box{width:20px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:20px;height:1px;background-color:#fff;border-radius:0;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-6.5px}.hamburger-inner::after{bottom:-6.5px}.hamburger--spin .hamburger-inner{-webkit-transition-duration:0.22s;transition-duration:0.22s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{-webkit-transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in;transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin .hamburger-inner::after{-webkit-transition:bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:0.12s;transition-delay:0.12s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger{background-color:#182341;z-index:1030;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.hamburger::after{font-size:8px;line-height:1;position:absolute;right:0;bottom:8px;left:0;content:"Menu";text-transform:uppercase;color:white}@media (min-width: 1024px){.hamburger::after{font-size:11px;font-weight:bold;bottom:27px}}.hamburger .hamburger-box{margin:auto;position:relative;top:-2px}@media (min-width: 1024px){.hamburger .hamburger-box{width:33px;height:25px;top:-10px}}.offcanvas-collapse.open ~ .hamburger{background:#182341}@media (min-width: 1024px){.hamburger-inner{margin-top:-1.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:33px;height:3px}.hamburger-inner::before{top:-11px}.hamburger-inner::after{bottom:-11px}}@media (max-width: 1439.98px){.offcanvas-collapse{position:fixed;top:0;right:-20px;bottom:0;overflow-y:auto;width:100%;max-width:475px;margin-left:auto;padding-right:40px;padding-left:20px;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#182341}}@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce){.offcanvas-collapse{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}@media (max-width: 1439.98px){.offcanvas-collapse .main_menu:before{font-size:32px;font-weight:bold;line-height:38px;position:absolute;top:66px;left:20px;content:"Main Menu";color:white}.offcanvas-collapse.open{-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width: 767.98px){.offcanvas-collapse{left:0;width:auto}}.c-navbar{max-width:1920px;height:56px;margin-right:auto;margin-left:auto;background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.1);box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}@media (min-width: 1024px){.c-navbar{height:106px}.c-navbar .container-fluid{margin-right:0;margin-left:auto}}.c-navbar .container-fluid{padding:0 0 0 10px}@media (min-width: 1200px){.c-navbar .container-fluid{padding:0 0 0 15px}}@media (min-width: 1600px){.c-navbar .container-fluid{padding:0 0 0 5.7299%}}@media (max-width: 1439.98px){.c-navbar .container-fluid{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.c-navbar .unsticky{display:none}.c-navbar .onsticky{display:block}.c-navbar .navbar-nav{opacity:0}@media (min-width: 1440px){.c-navbar .navbar-nav{opacity:1}}.c-navbar.active-nav{background:transparent;-webkit-box-shadow:none;box-shadow:none}@media (min-width: 1440px){.c-navbar.active-nav .navbar-nav .nav-link{color:white}}.c-navbar.active-nav .unsticky{display:block}.c-navbar.active-nav .onsticky{display:none}.c-navbar.active-nav:not(.sticky) .navbar-nav .nav-link:hover{background:#232933}.c-navbar.active-nav.sticky{background:white;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.1);box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}@media (min-width: 1440px){.c-navbar.active-nav.sticky .navbar-nav .nav-link{color:#333}}.c-navbar.active-nav.sticky .onsticky{display:block}.c-navbar.active-nav.sticky .unsticky{display:none}@media (max-width: 1439.98px){.c-navbar .navbar-brand{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width: 575.98px){.c-navbar .navbar-brand .logo__text{display:none}}.c-navbar .navbar-brand svg,.c-navbar .navbar-brand img{width:auto;height:46px}@media (min-width: 1024px){.c-navbar .navbar-brand svg,.c-navbar .navbar-brand img{height:68px}}@media (max-width: 575.98px){.c-navbar .navbar-brand svg,.c-navbar .navbar-brand img{height:40px}}@media (min-width: 1024px){.c-navbar .navbar-nav{padding-top:15px;padding-bottom:15px}}@media (max-width: 1439.98px){.c-navbar .navbar-nav{display:block;float:left;clear:both;width:100%;padding:35px 0}.c-navbar .navbar-nav>li{display:block;float:left;overflow:hidden;width:100%}.c-navbar .navbar-nav.main_menu{border-bottom:solid 1px rgba(255,255,255,0.4)}}.c-navbar .navbar-collapse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 1439.98px){.c-navbar .navbar-collapse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:75px}}.c-navbar .nav-item{text-align:center}@media (max-width: 1439.98px){.c-navbar .nav-item{text-align:left}.c-navbar .nav-item.dropdown{clear:both}.c-navbar .nav-item.dropdown>.nav-link{float:left;width:calc(100% - 44px)}.c-navbar .nav-item .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;width:44px;height:42px;border:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-navbar .nav-item .dropdown-toggle:after{display:none}.c-navbar .nav-item .dropdown-toggle:hover svg path{stroke:#00C0F3}.c-navbar .nav-item .dropdown-toggle:focus{-webkit-box-shadow:none;box-shadow:none}}@media (min-width: 1024px){.c-navbar .nav-item.active .nav-link{font-weight:600;position:relative;color:#00C0F3}}.c-navbar .navbar-nav .nav-link{font-size:22px;font-weight:600;line-height:26px;text-transform:capitalize;color:#fff}@media (min-width: 1440px){.c-navbar .navbar-nav .nav-link{font-size:14px;line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:8px;padding-left:8px;text-transform:uppercase;color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width: 1600px){.c-navbar .navbar-nav .nav-link{padding-right:15px;padding-left:15px}}.c-navbar .navbar-nav .nav-link:hover{color:#F05A8D}.c-navbar .nav-btn{width:56px;height:56px;text-align:center;border:none;border-radius:0}@media (min-width: 1024px){.c-navbar .nav-btn{width:106px;height:106px}}.c-navbar .nav-btn:focus{-webkit-transition:none;transition:none;outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.c-navbar .btn-courses{font-size:16px;font-weight:600;line-height:56px;width:auto;padding:0 20px;-webkit-transition:500ms ease-in-out;transition:500ms ease-in-out;color:white;background:#00C0F3}@media (min-width: 576px){.c-navbar .btn-courses{display:block}}@media (min-width: 1024px){.c-navbar .btn-courses{line-height:106px}}@media (min-width: 1440px){.c-navbar .btn-courses{font-size:18px;white-space:nowrap}}@media (max-width: 575.98px){.c-navbar .btn-courses{font-size:14px;position:absolute;top:-100%;right:112px;padding:0 16px;opacity:0}}@media (prefers-reduced-motion: reduce){.c-navbar .btn-courses{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.c-navbar .btn-search{position:relative;background:white}@media (min-width: 1024px){.c-navbar .btn-search{background:#182341}}.c-navbar .btn-search::after{font-size:8px;line-height:1;position:absolute;right:0;bottom:8px;left:0;content:"Search";text-transform:uppercase}@media (min-width: 1024px){.c-navbar .btn-search::after{font-size:11px;font-weight:bold;bottom:27px;color:white}}.c-navbar .btn-search span:first-child{position:relative;top:-12px}.c-navbar .btn-search span:last-child{position:relative;top:-4px}@media (min-width: 1440px){.c-navbar .main_menu .nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.c-navbar .main_menu .nav-item:last-child{margin-right:20px}}.c-navbar .side_menu{padding:35px 0}@media (min-width: 1440px){.c-navbar .side_menu{position:absolute;top:0;right:-20px;display:none;width:100%;max-width:400px;height:100vh;padding-top:106px;padding-right:40px;padding-bottom:35px;padding-left:20px;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transform:translateX(100%);transform:translateX(100%);background:#182341}}@media (min-width: 1440px) and (prefers-reduced-motion: reduce){.c-navbar .side_menu{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}@media (min-width: 1440px){.c-navbar .side_menu .nav-item .nav-link{font-size:18px;padding-left:0}.c-navbar .side_menu .nav-item:nth-child(1){margin-top:35px;padding-top:35px;border-top:solid 1px rgba(255,255,255,0.3)}}.c-navbar .side_menu .nav-link{font-size:16px;font-weight:600;line-height:26px;text-transform:none;color:white !important}.c-navbar .side_menu .nav-link:hover{color:#00C0F3 !important}.c-navbar .open .navbar-nav{opacity:1}@media (min-width: 1024px){.c-navbar .navbar-nav .dropdown-toggle svg{width:30px;height:100%}}@media (max-width: 1439.98px){.c-navbar .navbar-nav .dropdown{position:static}.c-navbar .navbar-nav .dropdown button[aria-expanded="true"],.c-navbar .navbar-nav .dropdown .btn-active{position:absolute;z-index:1004;top:10px;left:20px;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.c-navbar .navbar-nav .dropdown button[aria-expanded="true"].lv-2,.c-navbar .navbar-nav .dropdown .btn-active.lv-2{z-index:1004;left:20px}.c-navbar .navbar-nav .dropdown button[aria-expanded="true"].d-none,.c-navbar .navbar-nav .dropdown .btn-active.d-none{display:none}.c-navbar .navbar-nav ul.dropdown-menu{position:absolute;top:0;right:0;display:block;overflow:hidden;width:100%;min-width:100%;max-width:none;height:100vh;margin:0;padding-top:60px;padding-right:40px;padding-bottom:20px;padding-left:20px;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transform:translateX(-100%);transform:translateX(-100%);border:none;background:#182341}}@media (max-width: 1439.98px) and (min-width: 768px){.c-navbar .navbar-nav ul.dropdown-menu{height:150vh}}@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce){.c-navbar .navbar-nav ul.dropdown-menu{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}@media (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item{overflow:hidden;width:100%}.c-navbar .navbar-nav ul.dropdown-menu .nav-item .nav-link{font-size:18px;font-weight:400}.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview{font-size:22px;font-weight:bold;line-height:38px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;color:white;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width: 1439.98px) and (min-width: 1024px) and (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview h2{margin-bottom:0}.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview a{font-size:14px;font-weight:bold;position:relative;margin-left:20px;text-transform:uppercase;color:white}}@media (max-width: 1439.98px) and (min-width: 1024px) and (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview a{margin-left:0}}@media (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview a::before{position:absolute;right:0;bottom:6px;left:0;width:calc(100% - 6px);height:2px;margin:0 auto;content:"";background:white}.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview a img{display:none}.c-navbar .navbar-nav ul.dropdown-menu.show{overflow-y:auto;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1440px){.c-navbar .Menu_Search{display:none}}.c-navbar .Menu_Search .btn{padding-top:0;padding-bottom:0;border:none;background:white}.c-navbar .Menu_Search .btn-lg{border-top-right-radius:2px;border-bottom-right-radius:2px}.c-navbar .Menu_Search .btn-lg svg{width:24px;margin-top:-4px}.c-navbar .Menu_Search .form-control{font-size:16px;padding:12px 10px;border:none;border-radius:2px}.menuModal{padding-right:0 !important}.menuModal__overview{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;color:white;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menuModal__overview h2{margin-bottom:0;text-transform:uppercase}.menuModal__overview:hover{color:#F05A8D}.menuModal__overview:hover img{-webkit-transform:translateX(10px);transform:translateX(10px)}.menuModal__overview:hover span{color:#ffffff}.menuModal__overview span{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;color:white;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menuModal__overview span img{margin-left:10px;-webkit-transition:300ms ease-in-out;transition:300ms ease-in-out}@media (prefers-reduced-motion: reduce){.menuModal__overview span img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.menuModal .modal-dialog{max-width:100%;margin:0}.menuModal .modal-content{min-height:100vh;background-color:rgba(89,103,129,0.96);-webkit-box-shadow:none;box-shadow:none}.menuModal .modal-header{position:relative;z-index:2;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;height:106px;padding:0 15px;border:none;border-radius:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1600px){.menuModal .modal-header{padding:0 15px 0 5.72999%}}.menuModal .modal-header .close{top:0;right:0;width:106px;height:106px;margin:0;border-radius:0;background-color:#387A88}.menuModal .modal-header .modal-title{font-size:26px;font-weight:bold;line-height:40px;display:inline-block;padding:33px 64px;text-transform:uppercase;color:white;background:#57C0A2}.menuModal .modal-header .modal-title:before{position:absolute;z-index:-1;top:-50%;left:268px;display:-webkit-box;display:-ms-flexbox;display:flex;width:79px;height:168px;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#57C0A2}.menuModal .modal-body{padding-top:50px;padding-right:50px;padding-left:100px}@media (min-width: 1600px){.menuModal .modal-body{padding-top:64px;padding-right:64px;padding-left:175px}}.menuModal .modal-body .container{max-width:none}.menuModal .modal-body .menu__container{margin-right:30px}.menuModal .modal-body .menu-item{width:calc(33.3333% - 30px);margin-right:30px;border-bottom:solid 1px #A9BFD8}.menuModal .modal-body .menu-item:nth-child(1),.menuModal .modal-body .menu-item:nth-child(2),.menuModal .modal-body .menu-item:nth-child(3){border-top:solid 1px #A9BFD8}.menuModal .modal-body .menu-item .title{font-family:roboto-slab, serif;font-size:18px;font-weight:bold;display:block;padding-top:24px;padding-bottom:11px;color:white}@media (min-width: 1600px){.menuModal .modal-body .menu-item .title{font-size:20px;line-height:26px}}.menuModal .modal-body .menu-item a:hover{color:#FAC817}.menuModal .modal-body .drop-menu{margin-bottom:24px;padding:0;list-style:none}.menuModal .modal-body .drop-menu li:nth-child(last){margin-bottom:3px}.menuModal .modal-body .drop-menu a{font-size:14px;line-height:1.20;display:block;margin-bottom:14px;color:white}@media (min-width: 1600px){.menuModal .modal-body .drop-menu a{font-size:18px;line-height:21px;margin-bottom:16px}}.menuModal .boxed{position:relative;z-index:11;max-width:561px;margin-right:0;margin-left:auto;background:white;-webkit-filter:drop-shadow(0px, 4px 6px rgba(0,0,0,0.15));filter:drop-shadow(0px, 4px 6px rgba(0,0,0,0.15))}.menuModal .boxed .menu_img_wrap{position:relative;overflow:hidden;min-width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.menuModal .boxed .menu_img_wrap:after{display:block;padding-bottom:50%;content:""}.menuModal .boxed .menu_img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;max-width:100%;height:auto;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.menuModal .boxed .menu_content_wrap{font-size:20px;line-height:25px;position:relative;padding:40px;color:#182341}@media (min-width: 1600px){.menuModal .boxed .menu_content_wrap{font-size:24px;line-height:32px}}.menuModal .boxed .menu_content_wrap p{font-weight:300;margin-bottom:15px}.menuModal .boxed .menu_content_wrap p b{font-size:18px;line-height:22px;display:block;margin-bottom:30px}.menuModal .boxed .menu_content_wrap p.punchline{text-transform:uppercase}.menuModal .boxed .menu_content_wrap p.punchline a{font-size:18px;font-weight:bold;line-height:27px}.menuModal .boxed .menu_content_wrap p.punchline a svg{float:left}.menuModal .boxed .floating{position:absolute;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.menuModal .corner-right{position:absolute;right:0;bottom:0}@media (max-width: 575.98px){.menu-opened .btn-courses{top:0;opacity:1}}.secondary-nav{margin-top:15px;position:relative}@media (min-width: 1024px){.secondary-nav{margin-top:0;margin-bottom:0;background-color:#182341}}@media (min-width: 1024px){.secondary-nav .collapse{display:block}}.secondary-nav__card{margin-bottom:15px;padding:0;background:#182341}@media (min-width: 1024px){.secondary-nav__card{margin:0;border:0}}.secondary-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none}@media (min-width: 1024px){.secondary-nav ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.secondary-nav li{text-align:center}.secondary-nav a{font-size:12px;font-weight:500;line-height:60px;display:block;height:60px;text-transform:uppercase;color:white}@media (min-width: 1200px){.secondary-nav a{font-size:14px}}@media (min-width: 1024px){.secondary-nav+section.news-article-detail{padding-top:100px}}.btn--secondary-nav{line-height:60px;display:block;width:100%;height:60px;margin-bottom:15px;padding:0 15px;text-align:center;text-transform:uppercase;color:white;background-color:#182341}@media (min-width: 1024px){.btn--secondary-nav{display:none}}.banner-homepage{position:relative;margin-top:-56px}@media (min-width: 1024px){.banner-homepage{margin-top:-106px}}.banner-homepage:after{position:absolute;z-index:10;top:0;right:0;left:0;height:75vh;content:"";opacity:0.6;background:-webkit-gradient(linear, left top, left bottom, from(#2e3061), to(rgba(46,48,97,0)));background:linear-gradient(to bottom, #2e3061 0%, rgba(46,48,97,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3061', endColorstr='#002e3061', GradientType=0)}@media (min-width: 1200px){.banner-homepage:after{height:50vh}}.banner-homepage .heading__video{z-index:10}@media (prefers-reduced-motion: no-preference){.banner-homepage .overlay_content a,.banner-homepage .decision-tree-container svg,.banner-homepage .decision-tree-container .container-fluid{visibility:hidden}}.banner-homepage .overlay_content a{display:inline-block}.banner-homepage .item{position:relative;overflow:hidden;height:100vh;min-height:700px}@media (min-width: 1024px){.banner-homepage .item{min-height:700px}}.banner-homepage .item:before{background:linear-gradient(45deg, rgba(0,0,0,0.41), transparent)}.banner-homepage .item .overlay-mobile{position:absolute;z-index:11;top:50%;right:0;bottom:0;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.banner-homepage .item .overlay-mobile a{display:block;width:134px;height:105px;margin:auto}.banner-homepage .item .overlay_content{position:absolute;z-index:21;top:calc(45% - 100px);right:0;left:0;margin:auto;color:white}@media (min-width: 1024px){.banner-homepage .item .overlay_content{top:40%;max-width:70%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none){.banner-homepage .item .overlay_content{width:70%}}@media (max-width: 1023.98px){.banner-homepage .item .overlay_content{top:152px}}.banner-homepage .item>img{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;min-height:100%;margin:auto}@media (max-width: 575.98px){.banner-homepage .item>img{right:auto;left:-160%;height:100%;margin:auto}}.banner-homepage a{color:inherit}.banner-homepage .subtitle{font-size:16px;font-weight:400;display:block;margin-bottom:8px}@media (min-width: 768px){.banner-homepage .subtitle{font-size:30px}}.banner-homepage h1{font-size:46px;font-weight:700;line-height:1}@media (min-width: 768px){.banner-homepage h1{font-size:78px}}@media (min-width: 1024px){.banner-homepage h1{font-size:110px}}@media (min-width: 1440px){.banner-homepage h1{font-size:150px}}.banner-homepage h1 span{display:block}@media (min-width: 768px){.banner-homepage h1 span{font-size:70px}}@media (min-width: 1024px){.banner-homepage h1 span{font-size:94px}}@media (min-width: 1440px){.banner-homepage h1 span{font-size:120px}}.banner-homepage h1 span br{display:none}.banner-homepage .container{max-width:100%}@media (min-width: 1024px){.banner-homepage .container{width:85%}}@media (max-width: 767.98px){.banner-homepage .component{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.banner-homepage .component .fit-width{width:100% !important}}.banner-homepage .component label{font-size:20px;font-weight:300;line-height:30px;margin:0 20px 0 0;white-space:nowrap;color:black}@media (max-width: 1023.98px){.banner-homepage .component label{font-size:16px;line-height:26px}}.banner-homepage .decision-tree-container{position:absolute;z-index:22}.banner-homepage .heading--decision-tree{min-height:100vh}@media (min-width: 1024px){.longarrow{max-width:15vw;margin-left:25px}}@media (max-width: 575.98px){.longarrow{display:block;width:225px;height:16px;margin-top:15px;margin-bottom:15px;background:url("/courses/media/2019-template-assets/graphics/mobile_arrow.svg")}.longarrow img{display:none}}@media (min-width: 1024px){.hero-container{margin-bottom:0 !important;border-top:0 !important}}.footer{font-size:14px;line-height:25px;position:relative;z-index:20;color:white;background-color:#182341}@media (min-width: 1024px){.footer .col-lg{max-width:420px}}@media (max-width: 575.98px){.footer{text-align:center}.footer .row{padding-top:40px}.footer .row br+br{display:none}.footer .row:nth-child(2){padding-top:45px;padding-bottom:35px}.footer h4{font-size:14px;line-height:20px;margin-bottom:16px}.footer .list-inline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .list-inline .list-inline-item{font-size:14px;font-weight:600;line-height:20px;margin-bottom:5px}.footer address{font-size:14px;line-height:20px;margin-bottom:29px;padding-bottom:36px;background-image:url("/courses/media/2019-template-assets/graphics/Group.svg");background-repeat:no-repeat;background-position:bottom center}.footer article .list-unstyled{display:none}}.footer a{color:white}.footer a:hover{text-decoration:underline;color:white;background:#182341;text-underline-offset:4px}.footer a.btn{padding:0;text-align:left}.footer h4{font-size:16px;line-height:28px;margin-bottom:20px;white-space:nowrap;text-transform:uppercase}.footer .row{width:auto;margin-top:-7px;padding-top:90px;padding-bottom:36px;background-image:url("/courses/media/2019-template-assets/graphics/Group.svg");background-repeat:no-repeat;background-position:top center}.footer .row:nth-child(2){padding-top:72px;padding-bottom:56px}.footer .row:nth-child(3){padding-top:44px;padding-bottom:40px}.footer .brands-row{margin:0 -10px}.footer .brands-row .item{margin-bottom:20px;padding-right:10px;padding-left:10px}@media (max-width: 767.98px){.footer .brands-row .item{max-width:48%}}.footer .brands-row .item img{max-width:100%;height:auto}.footer .list-inline .list-inline-item{line-height:1.1;margin:0 0.25rem;text-align:center;text-transform:uppercase}.footer .btn{font-size:14px;line-height:25px}#back-to-top{font-size:26px;line-height:1;position:fixed;z-index:1001;right:10px;bottom:70px;width:46px;height:46px;text-align:center;border-radius:50%;background:rgba(0,0,0,0.3);-webkit-box-shadow:4px 3px 4px rgba(0,0,0,0.2);box-shadow:4px 3px 4px rgba(0,0,0,0.2)}@media (max-width: 767.98px){#back-to-top{right:5px;bottom:10px}}#back-to-top.hide{display:none}#back-to-top.show{display:block}#back-to-top:hover{background:rgba(0,0,0,0.8)}#back-to-top:focus{-webkit-box-shadow:0 0 0 0.2rem #00c0f3;box-shadow:0 0 0 0.2rem #00c0f3}#back-to-top .svg-inline--fa,#back-to-top .fas{font-size:22px;line-height:46px;position:relative;top:50%;height:46px;-webkit-transform:translate(0px, -50%);transform:translate(0px, -50%);color:white}.socialLinks,.socialNavList{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){.socialLinks,.socialNavList{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.socialLinks [class*="nav"],.socialNavList [class*="nav"]{font-size:22px;list-style:none;text-align:center}.socialLinks [class*="nav"]+li,.socialNavList [class*="nav"]+li{margin-left:20px}@media (max-width: 767.98px){.socialLinks [class*="nav"]+li,.socialNavList [class*="nav"]+li{margin-left:10px}}.socialLinks [class*="nav"] a,.socialNavList [class*="nav"] a{font-size:22px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:38px;height:38px;padding:5px;text-decoration:none;color:transparent;border-radius:50%;background:transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.socialLinks [class*="nav"] a span,.socialNavList [class*="nav"] a span{font-size:22px;line-height:38px;display:none;padding-left:14px;text-transform:capitalize}@media (min-width: 1024px){.socialLinks [class*="nav"] a span,.socialNavList [class*="nav"] a span{display:inline-block;vertical-align:middle}}.socialLinks [class*="nav"] a:before,.socialNavList [class*="nav"] a:before{font-family:"Font Awesome 5 Brands";font-weight:400;position:absolute;top:50%;right:0;left:0;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;color:#A8BCC6}.socialLinks [class*="nav"]:hover a,.socialNavList [class*="nav"]:hover a{color:transparent;outline:0 none}.socialLinks .nav-linkedin a:before,.socialLinks .navlinkedin a:before,.socialNavList .nav-linkedin a:before,.socialNavList .navlinkedin a:before{content:"\f0e1"}.socialLinks .nav-linkedin:hover a:before,.socialLinks .navlinkedin:hover a:before,.socialNavList .nav-linkedin:hover a:before,.socialNavList .navlinkedin:hover a:before{color:#007BB6}.socialLinks .nav-facebook a:before,.socialLinks .navfacebook a:before,.socialNavList .nav-facebook a:before,.socialNavList .navfacebook a:before{content:"\f39e"}.socialLinks .nav-facebook:hover a:before,.socialLinks .navfacebook:hover a:before,.socialNavList .nav-facebook:hover a:before,.socialNavList .navfacebook:hover a:before{color:#3B5998}.socialLinks .nav-twitter a:before,.socialLinks .navtwitter a:before,.socialNavList .nav-twitter a:before,.socialNavList .navtwitter a:before{content:"\f099"}.socialLinks .nav-twitter:hover a:before,.socialLinks .navtwitter:hover a:before,.socialNavList .nav-twitter:hover a:before,.socialNavList .navtwitter:hover a:before{color:#00B6F1}.socialLinks .nav-youtube a:before,.socialNavList .nav-youtube a:before{content:"\f16a"}.socialLinks .nav-youtube:hover a:before,.socialNavList .nav-youtube:hover a:before{color:#FF0000}.socialLinks .nav-vimeo a:before,.socialNavList .nav-vimeo a:before{content:"\f27d"}.socialLinks .nav-vimeo:hover a:before,.socialNavList .nav-vimeo:hover a:before{color:#AAD450}.socialLinks .nav-google a:before,.socialLinks .navgoogle a:before,.socialNavList .nav-google a:before,.socialNavList .navgoogle a:before{content:"\f0d5"}.socialLinks .nav-google:hover a:before,.socialLinks .navgoogle:hover a:before,.socialNavList .nav-google:hover a:before,.socialNavList .navgoogle:hover a:before{color:#DD4B39}.socialLinks .nav-instagram a:before,.socialNavList .nav-instagram a:before{content:"\f16d"}.socialLinks .nav-instagram:hover a:before,.socialNavList .nav-instagram:hover a:before{color:#517FA4}.socialLinks .nav-youtube a:before,.socialNavList .nav-youtube a:before{content:"\f167"}.socialLinks .nav-youtube:hover a:before,.socialNavList .nav-youtube:hover a:before{color:#BB0000}.socialLinks .nav-rss-feed a:before,.socialNavList .nav-rss-feed a:before{font-family:"Font Awesome 5 Solid";content:"\f143"}.socialLinks .nav-rss-feed:hover a:before,.socialNavList .nav-rss-feed:hover a:before{color:#F26522}.socialLinks .nav-g-plus a:before,.socialNavList .nav-g-plus a:before{content:"\f0d5"}.socialLinks .nav-g-plus:hover a:before,.socialNavList .nav-g-plus:hover a:before{color:#DD4B39}.socialLinks .nav-email a:before,.socialNavList .nav-email a:before{font-family:"Font Awesome 5 Free";font-weight:400;content:"\f0e0"}.socialLinks .nav-email:hover a:before,.socialNavList .nav-email:hover a:before{color:#430297}.footer .list-inline.justify-content-center{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer .list-inline.justify-content-center .list-inline-item{margin-right:10px;margin-left:10px}@media (min-width: 576px){.footer .list-inline.justify-content-center .list-inline-item{margin-right:15px;margin-left:15px}}#SearchModal{padding-right:0 !important}#SearchModal .modal-dialog{max-width:100%;margin:0}#SearchModal .modal-header{height:56px;border:none}@media (min-width: 576px){#SearchModal .modal-header{height:106px}}#SearchModal .modal-header .close{top:18px;right:18px}@media (min-width: 576px){#SearchModal .modal-header .close{top:38px;right:38px}}#SearchModal .modal-header .close svg{width:30px;height:30px}@media (min-width: 576px){#SearchModal .modal-header .close svg{width:38px;height:38px}}#SearchModal .modal-content{min-height:100vh}#SearchModal .container{max-width:1598px}#SearchModal .corner-right{position:absolute;right:0;bottom:0;max-width:24vw}#SearchModal .title{font-size:96px;font-weight:bold;line-height:101px;margin-top:37px;margin-bottom:73px}@media (max-width: 1023.98px){#SearchModal .title{font-size:70px;line-height:1.1;margin:0 0 50px}}@media (max-width: 767.98px){#SearchModal .title{font-size:50px;margin:0 0 30px}}#SearchModal .form-control{font-size:18px;line-height:35px;height:60px;padding:12.5px}@media (min-width: 576px){#SearchModal .form-control{font-size:20px}}@media (min-width: 1024px){#SearchModal .form-control{font-size:30px;line-height:45px;height:110px;padding:12px 55px}}#SearchModal .btn-xl{height:60px}@media (min-width: 1024px){#SearchModal .btn-xl{height:110px;min-height:100%;padding:18px 24px}}@media (max-width: 1023.98px){#SearchModal .btn-xl{padding:12px}#SearchModal .btn-xl svg{max-width:43px;height:auto}}@media (max-width: 767.98px){#SearchModal .btn-xl svg{max-width:23px;height:auto}}#SearchModal .input-group{margin-bottom:30px}@media (min-width: 1024px){#SearchModal .input-group{margin-bottom:100px}}#SearchModal .subtitle{font-size:34px;line-height:40px;display:block;margin-bottom:56px;color:white}@media (max-width: 767.98px){#SearchModal .subtitle{font-size:24px;line-height:30px;margin-bottom:26px}}#SearchModal .search-item{max-width:304px;margin-bottom:10px;padding:10px 0 0;list-style:none;border-top:solid 1px #A9BFD8}@media (min-width: 1024px){#SearchModal .search-item{padding:30px 0 0}}#SearchModal .search-item a{font-size:14px;line-height:20px;color:white}@media (min-width: 1024px){#SearchModal .search-item a{font-size:18px;line-height:38px}}#SearchModal #MainSearchTab{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#SearchModal #MainSearchTab .nav-item{margin-right:20px}#SearchModal #MainSearchTab .nav-link{padding:7px 0;color:#A9BFD8;border:0;border-bottom:2px solid #A9BFD8;text-transform:uppercase;font-size:12px}@media (min-width: 768px){#SearchModal #MainSearchTab .nav-link{font-size:16px;border-bottom-width:3px}}#SearchModal #MainSearchTab .nav-link.active{color:#fff;background-color:transparent;border-bottom:2px solid #FECE35}@media (min-width: 768px){#SearchModal #MainSearchTab .nav-link.active{border-bottom-width:3px}}#SearchModal #MainSearchContent .btn-link{color:#FECE35 !important}@media (min-width: 1024px){#SearchModal #MainSearchContent .btn-link{margin-bottom:80px}}#SearchModal #MainSearchContent .btn-link svg path{stroke:#FECE35}.two-columns,.page-wrap-side-nav{position:relative;overflow:hidden;padding:20px 0;background:#f7f7f7}@media (min-width: 768px){.two-columns,.page-wrap-side-nav{padding-top:50px}}@media (min-width: 1024px){.two-columns,.page-wrap-side-nav{padding-top:100px}}.two-columns .general-content,.page-wrap-side-nav .general-content{padding-top:0 !important}.two-columns .side-menu .hdls,.page-wrap-side-nav .side-menu .hdls{font-size:16px;font-weight:bold;line-height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:58px;padding-right:13px;padding-left:13px;color:#182341;border:none;border-radius:0;background:white;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.two-columns .side-menu .hdls span,.page-wrap-side-nav .side-menu .hdls span{margin-right:10px}.two-columns .container-fluid,.page-wrap-side-nav .container-fluid{max-width:1715px}.list-nav{overflow:hidden;max-height:0;margin-bottom:20px;padding-left:0;list-style:none;-webkit-transition:all 0.6s cubic-bezier(0.51, 0.09, 0, 1.18);transition:all 0.6s cubic-bezier(0.51, 0.09, 0, 1.18)}@media (min-width: 1024px){.list-nav{max-height:none;padding-right:38px}}@media (max-width: 1023.98px){.list-nav{padding:20px 15px 0}}@media (prefers-reduced-motion: reduce){.list-nav{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.list-nav.opened{max-height:1000px}@media (max-width: 1023.98px){.list-nav.opened{border-top:1px solid #000000;background-color:white}}.list-nav .own-menu-inner a:hover{color:white !important;background:#182341 !important}.list-nav li{font-size:16px;line-height:16px}.list-nav li .sub-menu li:not(.sel){padding-left:10px;background-color:#C14A72}.list-nav li .sub-menu li:not(.sel) a{color:white}.list-nav li.active a{font-size:24px;font-weight:bold;line-height:28px;padding:0}.list-nav li a{line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 15px;color:#182341;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list-nav li.active{margin-bottom:20px}.list-nav li svg{display:none}.list-nav li.sel a,.list-nav li .currentbranch0 a,.list-nav li .currentbranch1 a,.list-nav li .currentbranch2 a,.list-nav li .currentbranch3 a,.list-nav li .currentbranch4 a,.list-nav li .currentbranch5 a{font-size:18px;font-weight:bold;position:relative;margin-top:-3px;color:white;border-bottom:none;background:#C14A72}.list-nav .sub-menu,.list-nav .multilevel-linkul-0,.list-nav .multilevel-linkul-1,.list-nav .multilevel-linkul-2,.list-nav .multilevel-linkul-3,.list-nav .multilevel-linkul-4,.list-nav .multilevel-linkul-5{margin-left:0;padding-left:0;list-style:none}.list-nav .sub-menu li.sel a,.list-nav .sub-menu li .currentbranch0 a,.list-nav .sub-menu li .currentbranch1 a,.list-nav .sub-menu li .currentbranch2 a,.list-nav .sub-menu li .currentbranch3 a,.list-nav .sub-menu li .currentbranch4 a,.list-nav .sub-menu li .currentbranch5 a,.list-nav .multilevel-linkul-0 li.sel a,.list-nav .multilevel-linkul-0 li .currentbranch0 a,.list-nav .multilevel-linkul-0 li .currentbranch1 a,.list-nav .multilevel-linkul-0 li .currentbranch2 a,.list-nav .multilevel-linkul-0 li .currentbranch3 a,.list-nav .multilevel-linkul-0 li .currentbranch4 a,.list-nav .multilevel-linkul-0 li .currentbranch5 a,.list-nav .multilevel-linkul-1 li.sel a,.list-nav .multilevel-linkul-1 li .currentbranch0 a,.list-nav .multilevel-linkul-1 li .currentbranch1 a,.list-nav .multilevel-linkul-1 li .currentbranch2 a,.list-nav .multilevel-linkul-1 li .currentbranch3 a,.list-nav .multilevel-linkul-1 li .currentbranch4 a,.list-nav .multilevel-linkul-1 li .currentbranch5 a,.list-nav .multilevel-linkul-2 li.sel a,.list-nav .multilevel-linkul-2 li .currentbranch0 a,.list-nav .multilevel-linkul-2 li .currentbranch1 a,.list-nav .multilevel-linkul-2 li .currentbranch2 a,.list-nav .multilevel-linkul-2 li .currentbranch3 a,.list-nav .multilevel-linkul-2 li .currentbranch4 a,.list-nav .multilevel-linkul-2 li .currentbranch5 a,.list-nav .multilevel-linkul-3 li.sel a,.list-nav .multilevel-linkul-3 li .currentbranch0 a,.list-nav .multilevel-linkul-3 li .currentbranch1 a,.list-nav .multilevel-linkul-3 li .currentbranch2 a,.list-nav .multilevel-linkul-3 li .currentbranch3 a,.list-nav .multilevel-linkul-3 li .currentbranch4 a,.list-nav .multilevel-linkul-3 li .currentbranch5 a,.list-nav .multilevel-linkul-4 li.sel a,.list-nav .multilevel-linkul-4 li .currentbranch0 a,.list-nav .multilevel-linkul-4 li .currentbranch1 a,.list-nav .multilevel-linkul-4 li .currentbranch2 a,.list-nav .multilevel-linkul-4 li .currentbranch3 a,.list-nav .multilevel-linkul-4 li .currentbranch4 a,.list-nav .multilevel-linkul-4 li .currentbranch5 a,.list-nav .multilevel-linkul-5 li.sel a,.list-nav .multilevel-linkul-5 li .currentbranch0 a,.list-nav .multilevel-linkul-5 li .currentbranch1 a,.list-nav .multilevel-linkul-5 li .currentbranch2 a,.list-nav .multilevel-linkul-5 li .currentbranch3 a,.list-nav .multilevel-linkul-5 li .currentbranch4 a,.list-nav .multilevel-linkul-5 li .currentbranch5 a{font-size:18px;font-weight:bold;position:relative;margin-top:-3px;color:white;border-bottom:none;background:#C14A72}iframe{margin-top:0 !important}section{position:relative}section+.general-content{padding-top:50px}@media (min-width: 1024px){section+.general-content{padding-top:100px}}section+.general-content{padding-top:20px}section.general-content+.general-content{padding-top:0}section.heading-search+.general-content{padding-top:0 !important}table{border-collapse:collapse}table th,table td{padding:10px}table,th,td{border:1px solid #A9BFD8}.general-content,.case-study{position:relative;padding-bottom:20px}.general-content img,.case-study img{max-width:100%}.general-content h1,.general-content h2,.general-content h3,.general-content h4,.general-content h5,.general-content h6,.case-study h1,.case-study h2,.case-study h3,.case-study h4,.case-study h5,.case-study h6{font-weight:bold;line-height:0.96;margin-bottom:30px;color:#182341}.general-content h1,.case-study h1{font-size:46px}@media (min-width: 1024px){.general-content h1,.case-study h1{font-size:66px}}.general-content h2,.case-study h2{font-size:40px}@media (min-width: 1024px){.general-content h2,.case-study h2{font-size:48px}}.general-content h3,.case-study h3{font-size:32px}@media (min-width: 1024px){.general-content h3,.case-study h3{font-size:40px}}.general-content h4,.case-study h4{font-size:26px}@media (min-width: 1024px){.general-content h4,.case-study h4{font-size:32px}}.general-content h5,.case-study h5{font-size:22px}@media (min-width: 1024px){.general-content h5,.case-study h5{font-size:24px}}.general-content h6,.case-study h6{font-size:16px}@media (min-width: 1024px){.general-content h6,.case-study h6{font-size:16px}}.general-content p,.case-study p{font-size:16px;line-height:1.65;margin-bottom:30px;color:#000000}.general-content p.text-big,.case-study p.text-big{font-size:26px}.general-content table td,.case-study table td{padding:10px}.general-content table p,.case-study table p{margin-bottom:0}.general-content iframe,.case-study iframe{width:100%;border:0}.general-content .container-fluid,.case-study .container-fluid{max-width:1715px}.general-content ol,.general-content ul,.general-content dl,.case-study ol,.case-study ul,.case-study dl{margin-top:0;margin-bottom:2.5rem}.general-content--landing,.case-study--landing{padding:50px 0 !important}@media (min-width: 1024px){.general-content--landing,.case-study--landing{padding:100px 0 !important}}.general-content--landing>.container,.case-study--landing>.container{max-width:1200px}.general-content--landing h1,.general-content--landing h2,.general-content--landing h3,.case-study--landing h1,.case-study--landing h2,.case-study--landing h3{font-size:46px;font-weight:300;line-height:0.84}@media (min-width: 768px){.general-content--landing h1,.general-content--landing h2,.general-content--landing h3,.case-study--landing h1,.case-study--landing h2,.case-study--landing h3{font-size:64px;margin-bottom:45px}}@media (min-width: 1024px){.general-content--landing h1,.general-content--landing h2,.general-content--landing h3,.case-study--landing h1,.case-study--landing h2,.case-study--landing h3{font-size:82px;margin-bottom:60px}}.general-content--landing h1 strong,.general-content--landing h2 strong,.general-content--landing h3 strong,.case-study--landing h1 strong,.case-study--landing h2 strong,.case-study--landing h3 strong{font-weight:700}.general-content--landing h1+p,.general-content--landing h2+p,.general-content--landing h3+p,.case-study--landing h1+p,.case-study--landing h2+p,.case-study--landing h3+p{margin-top:30px;margin-bottom:0}@media (min-width: 768px){.general-content--landing h1+p,.general-content--landing h2+p,.general-content--landing h3+p,.case-study--landing h1+p,.case-study--landing h2+p,.case-study--landing h3+p{margin-top:45px}}@media (min-width: 1024px){.general-content--landing h1+p,.general-content--landing h2+p,.general-content--landing h3+p,.case-study--landing h1+p,.case-study--landing h2+p,.case-study--landing h3+p{margin-top:60px}}.general-content--landing h4,.general-content--landing h5,.general-content--landing h6,.case-study--landing h4,.case-study--landing h5,.case-study--landing h6{font-size:46px;font-weight:300;line-height:1.3em}@media (min-width: 768px){.general-content--landing h4,.general-content--landing h5,.general-content--landing h6,.case-study--landing h4,.case-study--landing h5,.case-study--landing h6{font-size:64px;margin-bottom:45px}}@media (min-width: 1024px){.general-content--landing h4,.general-content--landing h5,.general-content--landing h6,.case-study--landing h4,.case-study--landing h5,.case-study--landing h6{font-size:82px;margin-bottom:60px}}.general-content--landing h4+p,.general-content--landing h5+p,.general-content--landing h6+p,.case-study--landing h4+p,.case-study--landing h5+p,.case-study--landing h6+p{margin-top:30px;margin-bottom:0}@media (min-width: 768px){.general-content--landing h4+p,.general-content--landing h5+p,.general-content--landing h6+p,.case-study--landing h4+p,.case-study--landing h5+p,.case-study--landing h6+p{margin-top:45px}}@media (min-width: 1024px){.general-content--landing h4+p,.general-content--landing h5+p,.general-content--landing h6+p,.case-study--landing h4+p,.case-study--landing h5+p,.case-study--landing h6+p{margin-top:60px}}.general-content--landing p,.case-study--landing p{font-size:16px;line-height:1.5;margin-top:30px;margin-bottom:15px;color:#333333}.general-content--landing ul,.case-study--landing ul{margin:85px 0 0;padding:0;padding-left:20px;list-style:none}@media (min-width: 768px){.general-content--landing ul,.case-study--landing ul{list-style-position:inside;-webkit-column-count:2;column-count:2}}.general-content--landing li,.case-study--landing li{font-size:18px;line-height:1.6;position:relative;margin-bottom:30px;padding-right:20px;padding-left:40px}.general-content--landing li:before,.case-study--landing li:before{position:absolute;top:0;left:0;width:0;height:0;content:"";border:8px solid transparent;border-bottom:6px solid #FECE35}.general-content--landing li:after,.case-study--landing li:after{position:absolute;top:14px;left:0;width:0;height:0;content:"";border:8px solid transparent;border-top:6px solid #FECE35}.general-content--landing .dropdown,.case-study--landing .dropdown{margin-top:50px}.general-content--landing .dropdown-menu,.case-study--landing .dropdown-menu{overflow-y:auto;width:100%;max-width:360px;max-height:300px}.general-content--landing .dropdown-item,.case-study--landing .dropdown-item{white-space:normal}.general-content__image img,.case-study__image img{max-width:100%}.container.container--logos{position:relative;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:40px 15px}.container.container--logos>div[class*="col"]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:20%;-webkit-box-flex:1;-ms-flex:1;flex:1}.container.container--logos>div[class*="col"] a{padding:10px}.container.container--logos>div[class*="col"] img{width:100% !important;height:auto !important;max-height:100% !important}#map-canvas{height:50vh;margin-bottom:50px}.ajax-load-area .pagination li{font-size:18px;font-weight:bold;line-height:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:70px;height:70px}@media (min-width: 1024px){.ajax-load-area .pagination li{width:77px;height:77px}}.ajax-load-area .pagination li a{font-weight:bold;color:black}ul.multilevel-linkul-0{background-color:white;border-bottom:2px solid #F05A8D}ul.multilevel-linkul-0 a{color:#333}.card--simple{margin-bottom:1rem;text-align:left}.card--simple .card-text{overflow:hidden;max-width:300px;white-space:nowrap;text-overflow:ellipsis}.card--simple .card-title{font-size:18px;font-size:1.125rem;line-height:1.3}.card-date{font-size:12px;font-size:.75rem;line-height:2;display:block;margin-bottom:10px}.card-title{font-size:22px;font-size:1.375rem;line-height:1.4}.card-text{font-size:16px;font-size:1rem;line-height:1.4}.card-link{position:relative;display:inline-block;padding-top:5px;padding-bottom:5px;color:#000}.card-link::after{position:absolute;top:5px;right:-25px;display:block;width:15px;height:100%;content:url('data:image/svg+xml; utf8, <svg viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4062 0.40625L20.8438 7.84375L21.3906 8.5L20.8438 9.15625L13.4062 16.5938L12.0938 15.2812L18.0547 9.375H0.5V7.625H18.0547L12.0938 1.71875L13.4062 0.40625Z" fill="black"/></svg>')}#stickycookiePolicy,#cookiePolicy{position:fixed;z-index:9999999999;right:0;bottom:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;text-align:center;color:#FFFFFF;background:rgba(0,0,0,0.8)}#stickycookiePolicy a,#cookiePolicy a{margin-left:10px;-webkit-transition:color 0.3s ease;transition:color 0.3s ease;white-space:nowrap;text-decoration:underline;color:#FFFFFF}@media (prefers-reduced-motion: reduce){#stickycookiePolicy a,#cookiePolicy a{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}#stickycookiePolicy a:hover,#cookiePolicy a:hover{color:#00C0F3}.no-script.modal-backdrop.fade.in{position:absolute;z-index:1100;top:0;right:0;bottom:0;left:0;opacity:0.5;background:#000}.modal.fade.in.no-js{position:fixed;z-index:1109;top:0;right:0;bottom:auto;left:0;display:block;padding:20px;text-align:center;background:#101820}.modal.fade.in.no-js .noscriptmsg{font-size:1.25em;margin-bottom:20px;color:#FFFFFF}input.modal-closing-trick{position:absolute;z-index:1110;top:-9999px;left:-9999px;visibility:hidden}input.modal-closing-trick:checked ~ div{display:none !important}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url("/courses/media/2019-template-assets/slick/ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";font-weight:normal;font-style:normal;src:url("/courses/media/2019-template-assets/slick/slick.eot");src:url("/courses/media/2019-template-assets/slick/slick.eot") format("embedded-opentype"),url("/courses/media/2019-template-assets/slick/slick.woff") format("woff"),url("/courses/media/2019-template-assets/slick/slick.ttf") format("truetype"),url("/courses/media/2019-template-assets/slick/slick.svg") format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;cursor:pointer;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);color:transparent;border:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;margin:0;padding:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:"slick";font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}select.bs-select-hidden,.bootstrap-select>select.bs-select-hidden,select.selectpicker{display:none !important}.bootstrap-select{width:220px \0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px;margin-left:auto}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:active{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active{color:rgba(255,255,255,0.5)}.bootstrap-select>select{position:absolute !important;bottom:0;left:50%;display:block !important;width:0.5px !important;height:100% !important;padding:0 !important;opacity:0 !important;border:none;z-index:0 !important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block !important;width:100% !important;z-index:2}.has-error .bootstrap-select .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.bootstrap-select.is-invalid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto !important}.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:220px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]){width:100%}.input-group .bootstrap-select.form-control,.bootstrap-select.form-control.input-group-btn{display:table-cell;z-index:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*="col-"]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*="col-"].dropdown-menu-right,.row .bootstrap-select[class*="col-"].dropdown-menu-right{float:right}.form-inline .bootstrap-select,.form-horizontal .bootstrap-select,.form-group .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle,.bootstrap-select.form-control-lg .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:none !important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0 !important;padding:0 !important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle:before{content:'';display:inline-block}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;padding-right:inherit;height:100%;width:100%;text-align:left;margin-right:-100%}.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0.5px !important;float:left;opacity:0 !important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*="col-"] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:none !important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,0.5) !important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:0.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);pointer-events:none;opacity:0.9;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:0.5em;height:1em;border-style:solid;border-width:0 0.26em 0.26em 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,0.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,0.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid white;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after{display:block}.bs-searchbox,.bs-actionsbox,.bs-donebutton{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}

/*# sourceMappingURL=/courses/media/2019-template-assets/css-js/main.min.css.map */@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.bg-darkgrey {
    background: #969698 !important
}

.bg-lightgrey {
    background: #D5D4D5 !important
}

.bg-lightblue {
    background: #F0F9FB !important
}

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #00C0F3;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0084a7;
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1330px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.latest_news .list.v2 .item,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.latest_news .list.v1 .item,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto,
.col-io-1,
.col-io-2,
.col-io-3,
.col-io-4,
.col-io-5,
.col-io-6,
.col-io-7,
.col-io-8,
.col-io-9,
.col-io-10,
.col-io-11,
.col-io-12,
.col-io,
.col-io-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6,
.latest_news .list.v2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12,
.latest_news .list.v1 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4,
    .latest_news .list.v2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1600px) {
    .col-xxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xxxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xxxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xxxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xxxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xxxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xxxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xxxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xxxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xxxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xxxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xxxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xxxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xxxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xxxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xxxl-0 {
        margin-left: 0
    }
    .offset-xxxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxxl-3 {
        margin-left: 25%
    }
    .offset-xxxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxxl-6 {
        margin-left: 50%
    }
    .offset-xxxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxxl-9 {
        margin-left: 75%
    }
    .offset-xxxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxxl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1920px) {
    .col-io {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-io-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-io-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-io-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-io-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-io-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-io-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-io-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-io-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-io-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-io-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-io-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-io-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-io-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-io-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-io-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-io-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-io-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-io-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-io-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-io-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-io-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-io-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-io-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-io-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-io-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-io-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-io-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-io-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-io-0 {
        margin-left: 0
    }
    .offset-io-1 {
        margin-left: 8.33333%
    }
    .offset-io-2 {
        margin-left: 16.66667%
    }
    .offset-io-3 {
        margin-left: 25%
    }
    .offset-io-4 {
        margin-left: 33.33333%
    }
    .offset-io-5 {
        margin-left: 41.66667%
    }
    .offset-io-6 {
        margin-left: 50%
    }
    .offset-io-7 {
        margin-left: 58.33333%
    }
    .offset-io-8 {
        margin-left: 66.66667%
    }
    .offset-io-9 {
        margin-left: 75%
    }
    .offset-io-10 {
        margin-left: 83.33333%
    }
    .offset-io-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1600px) {
    .d-xxxl-none {
        display: none !important
    }
    .d-xxxl-inline {
        display: inline !important
    }
    .d-xxxl-inline-block {
        display: inline-block !important
    }
    .d-xxxl-block {
        display: block !important
    }
    .d-xxxl-table {
        display: table !important
    }
    .d-xxxl-table-row {
        display: table-row !important
    }
    .d-xxxl-table-cell {
        display: table-cell !important
    }
    .d-xxxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-io-none {
        display: none !important
    }
    .d-io-inline {
        display: inline !important
    }
    .d-io-inline-block {
        display: inline-block !important
    }
    .d-io-block {
        display: block !important
    }
    .d-io-table {
        display: table !important
    }
    .d-io-table-row {
        display: table-row !important
    }
    .d-io-table-cell {
        display: table-cell !important
    }
    .d-io-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-io-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1600px) {
    .flex-xxxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-io-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-io-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-io-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-io-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-io-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-io-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-io-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-io-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-io-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-io-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-io-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-io-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-io-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-io-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-io-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-io-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-io-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-io-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-io-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-io-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-io-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-io-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-io-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-io-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-io-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-io-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-io-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-io-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-io-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-io-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-io-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-io-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-io-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-io-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .m-xxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1600px) {
    .m-xxxl-0 {
        margin: 0 !important
    }
    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important
    }
    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important
    }
    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important
    }
    .m-xxxl-1 {
        margin: .25rem !important
    }
    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: .25rem !important
    }
    .m-xxxl-2 {
        margin: .5rem !important
    }
    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: .5rem !important
    }
    .m-xxxl-3 {
        margin: 1rem !important
    }
    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important
    }
    .m-xxxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxxl-5 {
        margin: 3rem !important
    }
    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important
    }
    .p-xxxl-0 {
        padding: 0 !important
    }
    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important
    }
    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important
    }
    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important
    }
    .p-xxxl-1 {
        padding: .25rem !important
    }
    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: .25rem !important
    }
    .p-xxxl-2 {
        padding: .5rem !important
    }
    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: .5rem !important
    }
    .p-xxxl-3 {
        padding: 1rem !important
    }
    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important
    }
    .p-xxxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxxl-5 {
        padding: 3rem !important
    }
    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important
    }
    .m-xxxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxxl-n3 {
        margin: -1rem !important
    }
    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxxl-n5 {
        margin: -3rem !important
    }
    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxxl-auto {
        margin: auto !important
    }
    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }
    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important
    }
    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .m-io-0 {
        margin: 0 !important
    }
    .mt-io-0,
    .my-io-0 {
        margin-top: 0 !important
    }
    .mr-io-0,
    .mx-io-0 {
        margin-right: 0 !important
    }
    .mb-io-0,
    .my-io-0 {
        margin-bottom: 0 !important
    }
    .ml-io-0,
    .mx-io-0 {
        margin-left: 0 !important
    }
    .m-io-1 {
        margin: .25rem !important
    }
    .mt-io-1,
    .my-io-1 {
        margin-top: .25rem !important
    }
    .mr-io-1,
    .mx-io-1 {
        margin-right: .25rem !important
    }
    .mb-io-1,
    .my-io-1 {
        margin-bottom: .25rem !important
    }
    .ml-io-1,
    .mx-io-1 {
        margin-left: .25rem !important
    }
    .m-io-2 {
        margin: .5rem !important
    }
    .mt-io-2,
    .my-io-2 {
        margin-top: .5rem !important
    }
    .mr-io-2,
    .mx-io-2 {
        margin-right: .5rem !important
    }
    .mb-io-2,
    .my-io-2 {
        margin-bottom: .5rem !important
    }
    .ml-io-2,
    .mx-io-2 {
        margin-left: .5rem !important
    }
    .m-io-3 {
        margin: 1rem !important
    }
    .mt-io-3,
    .my-io-3 {
        margin-top: 1rem !important
    }
    .mr-io-3,
    .mx-io-3 {
        margin-right: 1rem !important
    }
    .mb-io-3,
    .my-io-3 {
        margin-bottom: 1rem !important
    }
    .ml-io-3,
    .mx-io-3 {
        margin-left: 1rem !important
    }
    .m-io-4 {
        margin: 1.5rem !important
    }
    .mt-io-4,
    .my-io-4 {
        margin-top: 1.5rem !important
    }
    .mr-io-4,
    .mx-io-4 {
        margin-right: 1.5rem !important
    }
    .mb-io-4,
    .my-io-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-io-4,
    .mx-io-4 {
        margin-left: 1.5rem !important
    }
    .m-io-5 {
        margin: 3rem !important
    }
    .mt-io-5,
    .my-io-5 {
        margin-top: 3rem !important
    }
    .mr-io-5,
    .mx-io-5 {
        margin-right: 3rem !important
    }
    .mb-io-5,
    .my-io-5 {
        margin-bottom: 3rem !important
    }
    .ml-io-5,
    .mx-io-5 {
        margin-left: 3rem !important
    }
    .p-io-0 {
        padding: 0 !important
    }
    .pt-io-0,
    .py-io-0 {
        padding-top: 0 !important
    }
    .pr-io-0,
    .px-io-0 {
        padding-right: 0 !important
    }
    .pb-io-0,
    .py-io-0 {
        padding-bottom: 0 !important
    }
    .pl-io-0,
    .px-io-0 {
        padding-left: 0 !important
    }
    .p-io-1 {
        padding: .25rem !important
    }
    .pt-io-1,
    .py-io-1 {
        padding-top: .25rem !important
    }
    .pr-io-1,
    .px-io-1 {
        padding-right: .25rem !important
    }
    .pb-io-1,
    .py-io-1 {
        padding-bottom: .25rem !important
    }
    .pl-io-1,
    .px-io-1 {
        padding-left: .25rem !important
    }
    .p-io-2 {
        padding: .5rem !important
    }
    .pt-io-2,
    .py-io-2 {
        padding-top: .5rem !important
    }
    .pr-io-2,
    .px-io-2 {
        padding-right: .5rem !important
    }
    .pb-io-2,
    .py-io-2 {
        padding-bottom: .5rem !important
    }
    .pl-io-2,
    .px-io-2 {
        padding-left: .5rem !important
    }
    .p-io-3 {
        padding: 1rem !important
    }
    .pt-io-3,
    .py-io-3 {
        padding-top: 1rem !important
    }
    .pr-io-3,
    .px-io-3 {
        padding-right: 1rem !important
    }
    .pb-io-3,
    .py-io-3 {
        padding-bottom: 1rem !important
    }
    .pl-io-3,
    .px-io-3 {
        padding-left: 1rem !important
    }
    .p-io-4 {
        padding: 1.5rem !important
    }
    .pt-io-4,
    .py-io-4 {
        padding-top: 1.5rem !important
    }
    .pr-io-4,
    .px-io-4 {
        padding-right: 1.5rem !important
    }
    .pb-io-4,
    .py-io-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-io-4,
    .px-io-4 {
        padding-left: 1.5rem !important
    }
    .p-io-5 {
        padding: 3rem !important
    }
    .pt-io-5,
    .py-io-5 {
        padding-top: 3rem !important
    }
    .pr-io-5,
    .px-io-5 {
        padding-right: 3rem !important
    }
    .pb-io-5,
    .py-io-5 {
        padding-bottom: 3rem !important
    }
    .pl-io-5,
    .px-io-5 {
        padding-left: 3rem !important
    }
    .m-io-n1 {
        margin: -.25rem !important
    }
    .mt-io-n1,
    .my-io-n1 {
        margin-top: -.25rem !important
    }
    .mr-io-n1,
    .mx-io-n1 {
        margin-right: -.25rem !important
    }
    .mb-io-n1,
    .my-io-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-io-n1,
    .mx-io-n1 {
        margin-left: -.25rem !important
    }
    .m-io-n2 {
        margin: -.5rem !important
    }
    .mt-io-n2,
    .my-io-n2 {
        margin-top: -.5rem !important
    }
    .mr-io-n2,
    .mx-io-n2 {
        margin-right: -.5rem !important
    }
    .mb-io-n2,
    .my-io-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-io-n2,
    .mx-io-n2 {
        margin-left: -.5rem !important
    }
    .m-io-n3 {
        margin: -1rem !important
    }
    .mt-io-n3,
    .my-io-n3 {
        margin-top: -1rem !important
    }
    .mr-io-n3,
    .mx-io-n3 {
        margin-right: -1rem !important
    }
    .mb-io-n3,
    .my-io-n3 {
        margin-bottom: -1rem !important
    }
    .ml-io-n3,
    .mx-io-n3 {
        margin-left: -1rem !important
    }
    .m-io-n4 {
        margin: -1.5rem !important
    }
    .mt-io-n4,
    .my-io-n4 {
        margin-top: -1.5rem !important
    }
    .mr-io-n4,
    .mx-io-n4 {
        margin-right: -1.5rem !important
    }
    .mb-io-n4,
    .my-io-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-io-n4,
    .mx-io-n4 {
        margin-left: -1.5rem !important
    }
    .m-io-n5 {
        margin: -3rem !important
    }
    .mt-io-n5,
    .my-io-n5 {
        margin-top: -3rem !important
    }
    .mr-io-n5,
    .mx-io-n5 {
        margin-right: -3rem !important
    }
    .mb-io-n5,
    .my-io-n5 {
        margin-bottom: -3rem !important
    }
    .ml-io-n5,
    .mx-io-n5 {
        margin-left: -3rem !important
    }
    .m-io-auto {
        margin: auto !important
    }
    .mt-io-auto,
    .my-io-auto {
        margin-top: auto !important
    }
    .mr-io-auto,
    .mx-io-auto {
        margin-right: auto !important
    }
    .mb-io-auto,
    .my-io-auto {
        margin-bottom: auto !important
    }
    .ml-io-auto,
    .mx-io-auto {
        margin-left: auto !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8edfc
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7adef9
}

.table-hover .table-primary:hover {
    background-color: #a0e7fb
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a0e7fb
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-sky,
.table-sky>th,
.table-sky>td {
    background-color: #b8edfc
}

.table-sky th,
.table-sky td,
.table-sky thead th,
.table-sky tbody+tbody {
    border-color: #7adef9
}

.table-hover .table-sky:hover {
    background-color: #a0e7fb
}

.table-hover .table-sky:hover>td,
.table-hover .table-sky:hover>th {
    background-color: #a0e7fb
}

.table-navy,
.table-navy>th,
.table-navy>td {
    background-color: #d1d4dc
}

.table-navy th,
.table-navy td,
.table-navy thead th,
.table-navy tbody+tbody {
    border-color: #a9b0bd
}

.table-hover .table-navy:hover {
    background-color: #c3c6d1
}

.table-hover .table-navy:hover>td,
.table-hover .table-navy:hover>th {
    background-color: #c3c6d1
}

.table-pink,
.table-pink>th,
.table-pink>td {
    background-color: #fbd1df
}

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody+tbody {
    border-color: #f7a9c4
}

.table-hover .table-pink:hover {
    background-color: #f9bacf
}

.table-hover .table-pink:hover>td,
.table-hover .table-pink:hover>th {
    background-color: #f9bacf
}

.table-green,
.table-green>th,
.table-green>td {
    background-color: #d0ede5
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody+tbody {
    border-color: #a8decf
}

.table-hover .table-green:hover {
    background-color: #bee6db
}

.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
    background-color: #bee6db
}

.table-ganic,
.table-ganic>th,
.table-ganic>td {
    background-color: #d0ede5
}

.table-ganic th,
.table-ganic td,
.table-ganic thead th,
.table-ganic tbody+tbody {
    border-color: #a8decf
}

.table-hover .table-ganic:hover {
    background-color: #bee6db
}

.table-hover .table-ganic:hover>td,
.table-hover .table-ganic:hover>th {
    background-color: #bee6db
}

.table-foli-green,
.table-foli-green>th,
.table-foli-green>td {
    background-color: #eaf4d6
}

.table-foli-green th,
.table-foli-green td,
.table-foli-green thead th,
.table-foli-green tbody+tbody {
    border-color: #d8eab2
}

.table-hover .table-foli-green:hover {
    background-color: #e0efc2
}

.table-hover .table-foli-green:hover>td,
.table-hover .table-foli-green:hover>th {
    background-color: #e0efc2
}

.table-foil,
.table-foil>th,
.table-foil>td {
    background-color: #eaf4d6
}

.table-foil th,
.table-foil td,
.table-foil thead th,
.table-foil tbody+tbody {
    border-color: #d8eab2
}

.table-hover .table-foil:hover {
    background-color: #e0efc2
}

.table-hover .table-foil:hover>td,
.table-hover .table-foil:hover>th {
    background-color: #e0efc2
}

.table-lighter,
.table-lighter>th,
.table-lighter>td {
    background-color: #fdfdfd
}

.table-lighter th,
.table-lighter td,
.table-lighter thead th,
.table-lighter tbody+tbody {
    border-color: #fbfbfb
}

.table-hover .table-lighter:hover {
    background-color: #f0f0f0
}

.table-hover .table-lighter:hover>td,
.table-hover .table-lighter:hover>th {
    background-color: #f0f0f0
}

.table-sunny,
.table-sunny>th,
.table-sunny>td {
    background-color: #fefac4
}

.table-sunny th,
.table-sunny td,
.table-sunny thead th,
.table-sunny tbody+tbody {
    border-color: #fcf691
}

.table-hover .table-sunny:hover {
    background-color: #fef8ab
}

.table-hover .table-sunny:hover>td,
.table-hover .table-sunny:hover>th {
    background-color: #fef8ab
}

.table-orange,
.table-orange>th,
.table-orange>td {
    background-color: #fff1c6
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody+tbody {
    border-color: #fee696
}

.table-hover .table-orange:hover {
    background-color: #ffebad
}

.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
    background-color: #ffebad
}

.table-juicy,
.table-juicy>th,
.table-juicy>td {
    background-color: #fff1c6
}

.table-juicy th,
.table-juicy td,
.table-juicy thead th,
.table-juicy tbody+tbody {
    border-color: #fee696
}

.table-hover .table-juicy:hover {
    background-color: #ffebad
}

.table-hover .table-juicy:hover>td,
.table-hover .table-juicy:hover>th {
    background-color: #ffebad
}

.table-understate,
.table-understate>th,
.table-understate>td {
    background-color: #e7edf4
}

.table-understate th,
.table-understate td,
.table-understate thead th,
.table-understate tbody+tbody {
    border-color: #d2deeb
}

.table-hover .table-understate:hover {
    background-color: #d6e0ec
}

.table-hover .table-understate:hover>td,
.table-hover .table-understate:hover>th {
    background-color: #d6e0ec
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 1023.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xxxl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1919.98px) {
    .table-responsive-io {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-io>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-primary:hover {
    color: #fff;
    background-color: #00a2cd;
    border-color: #0098c0
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0098c0;
    border-color: #008eb3
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-sky {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-sky:hover {
    color: #fff;
    background-color: #00a2cd;
    border-color: #0098c0
}

.btn-sky:focus,
.btn-sky.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5)
}

.btn-sky.disabled,
.btn-sky:disabled {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-sky:not(:disabled):not(.disabled):active,
.btn-sky:not(:disabled):not(.disabled).active,
.show>.btn-sky.dropdown-toggle {
    color: #fff;
    background-color: #0098c0;
    border-color: #008eb3
}

.btn-sky:not(:disabled):not(.disabled):active:focus,
.btn-sky:not(:disabled):not(.disabled).active:focus,
.show>.btn-sky.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 201, 245, 0.5)
}

.btn-navy {
    color: #fff;
    background-color: #182341;
    border-color: #182341
}

.btn-navy:hover {
    color: #fff;
    background-color: #49556a;
    border-color: #444f63
}

.btn-navy:focus,
.btn-navy.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(114, 126, 148, 0.5);
    box-shadow: 0 0 0 .2rem rgba(114, 126, 148, 0.5)
}

.btn-navy.disabled,
.btn-navy:disabled {
    color: #fff;
    background-color: #182341;
    border-color: #182341
}

.btn-navy:not(:disabled):not(.disabled):active,
.btn-navy:not(:disabled):not(.disabled).active,
.show>.btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #444f63;
    border-color: #3f495b
}

.btn-navy:not(:disabled):not(.disabled):active:focus,
.btn-navy:not(:disabled):not(.disabled).active:focus,
.show>.btn-navy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(114, 126, 148, 0.5);
    box-shadow: 0 0 0 .2rem rgba(114, 126, 148, 0.5)
}

.btn-pink {
    color: #fff;
    background-color: #F05A8D;
    border-color: #F05A8D
}

.btn-pink:hover {
    color: #fff;
    background-color: #ed3775;
    border-color: #ec2b6d
}

.btn-pink:focus,
.btn-pink.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 115, 158, 0.5);
    box-shadow: 0 0 0 .2rem rgba(242, 115, 158, 0.5)
}

.btn-pink.disabled,
.btn-pink:disabled {
    color: #fff;
    background-color: #F05A8D;
    border-color: #F05A8D
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ec2b6d;
    border-color: #eb2065
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 115, 158, 0.5);
    box-shadow: 0 0 0 .2rem rgba(242, 115, 158, 0.5)
}

.btn-green {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-green:hover {
    color: #fff;
    background-color: #42af90;
    border-color: #3ea688
}

.btn-green:focus,
.btn-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5);
    box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5)
}

.btn-green.disabled,
.btn-green:disabled {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #3ea688;
    border-color: #3b9d81
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5);
    box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5)
}

.btn-ganic {
    color: #182341 !important;
}

.btn-ganic:hover {
    color: #fff;
    background-color: #42af90;
    border-color: #3ea688
}

.btn-ganic:focus,
.btn-ganic.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5);
    box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5)
}

.btn-ganic.disabled,
.btn-ganic:disabled {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-ganic:not(:disabled):not(.disabled):active,
.btn-ganic:not(:disabled):not(.disabled).active,
.show>.btn-ganic.dropdown-toggle {
    color: #fff;
    background-color: #3ea688;
    border-color: #3b9d81
}

.btn-ganic:not(:disabled):not(.disabled):active:focus,
.btn-ganic:not(:disabled):not(.disabled).active:focus,
.show>.btn-ganic.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5);
    box-shadow: 0 0 0 .2rem rgba(79, 169, 144, 0.5)
}

.btn-foli-green {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-foli-green:hover {
    color: #212529;
    background-color: #a5ce4d;
    border-color: #a0cb43
}

.btn-foli-green:focus,
.btn-foli-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5)
}

.btn-foli-green.disabled,
.btn-foli-green:disabled {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-foli-green:not(:disabled):not(.disabled):active,
.btn-foli-green:not(:disabled):not(.disabled).active,
.show>.btn-foli-green.dropdown-toggle {
    color: #212529;
    background-color: #a0cb43;
    border-color: #9bc839
}

.btn-foli-green:not(:disabled):not(.disabled):active:focus,
.btn-foli-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-foli-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5)
}

.btn-foil {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-foil:hover {
    color: #212529;
    background-color: #a5ce4d;
    border-color: #a0cb43
}

.btn-foil:focus,
.btn-foil.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5)
}

.btn-foil.disabled,
.btn-foil:disabled {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-foil:not(:disabled):not(.disabled):active,
.btn-foil:not(:disabled):not(.disabled).active,
.show>.btn-foil.dropdown-toggle {
    color: #212529;
    background-color: #a0cb43;
    border-color: #9bc839
}

.btn-foil:not(:disabled):not(.disabled):active:focus,
.btn-foil:not(:disabled):not(.disabled).active:focus,
.show>.btn-foil.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(158, 187, 97, 0.5)
}

.btn-lighter {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-lighter:hover {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #dedede
}

.btn-lighter:focus,
.btn-lighter.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(215, 216, 216, 0.5);
    box-shadow: 0 0 0 .2rem rgba(215, 216, 216, 0.5)
}

.btn-lighter.disabled,
.btn-lighter:disabled {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-lighter:not(:disabled):not(.disabled):active,
.btn-lighter:not(:disabled):not(.disabled).active,
.show>.btn-lighter.dropdown-toggle {
    color: #212529;
    background-color: #dedede;
    border-color: #d7d7d7
}

.btn-lighter:not(:disabled):not(.disabled):active:focus,
.btn-lighter:not(:disabled):not(.disabled).active:focus,
.show>.btn-lighter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(215, 216, 216, 0.5);
    box-shadow: 0 0 0 .2rem rgba(215, 216, 216, 0.5)
}

.btn-sunny {
    color: #212529;
    background-color: #FAC817;
    border-color: #FAC817
}

.btn-sunny:hover {
    color: #212529;
    background-color: #f9eb07;
    border-color: #ede006
}

.btn-sunny:focus,
.btn-sunny.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(217, 208, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(217, 208, 44, 0.5)
}

.btn-sunny.disabled,
.btn-sunny:disabled {
    color: #212529;
    background-color: #FAC817;
    border-color: #FAC817
}

.btn-sunny:not(:disabled):not(.disabled):active,
.btn-sunny:not(:disabled):not(.disabled).active,
.show>.btn-sunny.dropdown-toggle {
    color: #212529;
    background-color: #ede006;
    border-color: #e1d405
}

.btn-sunny:not(:disabled):not(.disabled):active:focus,
.btn-sunny:not(:disabled):not(.disabled).active:focus,
.show>.btn-sunny.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(217, 208, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(217, 208, 44, 0.5)
}

.btn-orange {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-orange:hover {
    color: #212529;
    background-color: #fec50f;
    border-color: #fec202
}

.btn-orange:focus,
.btn-orange.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5);
    box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5)
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
    color: #212529;
    background-color: #fec202;
    border-color: #f2b901
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5);
    box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5)
}

.btn-juicy {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-juicy:hover {
    color: #212529;
    background-color: #fec50f;
    border-color: #fec202
}

.btn-juicy:focus,
.btn-juicy.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5);
    box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5)
}

.btn-juicy.disabled,
.btn-juicy:disabled {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-juicy:not(:disabled):not(.disabled):active,
.btn-juicy:not(:disabled):not(.disabled).active,
.show>.btn-juicy.dropdown-toggle {
    color: #212529;
    background-color: #fec202;
    border-color: #f2b901
}

.btn-juicy:not(:disabled):not(.disabled):active:focus,
.btn-juicy:not(:disabled):not(.disabled).active:focus,
.show>.btn-juicy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5);
    box-shadow: 0 0 0 .2rem rgba(221, 181, 51, 0.5)
}

.btn-understate {
    color: #212529;
    background-color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-understate:hover {
    color: #212529;
    background-color: #8fabcc;
    border-color: #86a5c8
}

.btn-understate:focus,
.btn-understate.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(149, 168, 190, 0.5);
    box-shadow: 0 0 0 .2rem rgba(149, 168, 190, 0.5)
}

.btn-understate.disabled,
.btn-understate:disabled {
    color: #212529;
    background-color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-understate:not(:disabled):not(.disabled):active,
.btn-understate:not(:disabled):not(.disabled).active,
.show>.btn-understate.dropdown-toggle {
    color: #212529;
    background-color: #86a5c8;
    border-color: #7d9ec4
}

.btn-understate:not(:disabled):not(.disabled):active:focus,
.btn-understate:not(:disabled):not(.disabled).active:focus,
.show>.btn-understate.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(149, 168, 190, 0.5);
    box-shadow: 0 0 0 .2rem rgba(149, 168, 190, 0.5)
}

.btn-outline-primary {
    color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00C0F3;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-sky {
    color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-sky:hover {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-sky:focus,
.btn-outline-sky.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5)
}

.btn-outline-sky.disabled,
.btn-outline-sky:disabled {
    color: #00C0F3;
    background-color: transparent
}

.btn-outline-sky:not(:disabled):not(.disabled):active,
.btn-outline-sky:not(:disabled):not(.disabled).active,
.show>.btn-outline-sky.dropdown-toggle {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.btn-outline-sky:not(:disabled):not(.disabled):active:focus,
.btn-outline-sky:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-sky.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.5)
}

.btn-outline-navy {
    color: #182341;
    border-color: #182341
}

.btn-outline-navy:hover {
    color: #fff;
    background-color: #182341;
    border-color: #182341
}

.btn-outline-navy:focus,
.btn-outline-navy.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(89, 103, 129, 0.5);
    box-shadow: 0 0 0 .2rem rgba(89, 103, 129, 0.5)
}

.btn-outline-navy.disabled,
.btn-outline-navy:disabled {
    color: #182341;
    background-color: transparent
}

.btn-outline-navy:not(:disabled):not(.disabled):active,
.btn-outline-navy:not(:disabled):not(.disabled).active,
.show>.btn-outline-navy.dropdown-toggle {
    color: #fff;
    background-color: #182341;
    border-color: #182341
}

.btn-outline-navy:not(:disabled):not(.disabled):active:focus,
.btn-outline-navy:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-navy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(89, 103, 129, 0.5);
    box-shadow: 0 0 0 .2rem rgba(89, 103, 129, 0.5)
}

.btn-outline-pink {
    color: #F05A8D;
    border-color: #F05A8D
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #F05A8D;
    border-color: #F05A8D
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 90, 141, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 90, 141, 0.5)
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #F05A8D;
    background-color: transparent
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show>.btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #F05A8D;
    border-color: #F05A8D
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 90, 141, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 90, 141, 0.5)
}

.btn-outline-green {
    color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-green:hover {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-green:focus,
.btn-outline-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5)
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #57C0A2;
    background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-green.dropdown-toggle {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5)
}

.btn-outline-ganic {
    color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-ganic:hover {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-ganic:focus,
.btn-outline-ganic.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5)
}

.btn-outline-ganic.disabled,
.btn-outline-ganic:disabled {
    color: #57C0A2;
    background-color: transparent
}

.btn-outline-ganic:not(:disabled):not(.disabled):active,
.btn-outline-ganic:not(:disabled):not(.disabled).active,
.show>.btn-outline-ganic.dropdown-toggle {
    color: #212529;
    background-color: #57C0A2;
    border-color: #57C0A2
}

.btn-outline-ganic:not(:disabled):not(.disabled):active:focus,
.btn-outline-ganic:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-ganic.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5);
    box-shadow: 0 0 0 .2rem rgba(87, 192, 162, 0.5)
}

.btn-outline-foli-green {
    color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foli-green:hover {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foli-green:focus,
.btn-outline-foli-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5);
    box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5)
}

.btn-outline-foli-green.disabled,
.btn-outline-foli-green:disabled {
    color: #B4D66B;
    background-color: transparent
}

.btn-outline-foli-green:not(:disabled):not(.disabled):active,
.btn-outline-foli-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-foli-green.dropdown-toggle {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foli-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-foli-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-foli-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5);
    box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5)
}

.btn-outline-foil {
    color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foil:hover {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foil:focus,
.btn-outline-foil.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5);
    box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5)
}

.btn-outline-foil.disabled,
.btn-outline-foil:disabled {
    color: #B4D66B;
    background-color: transparent
}

.btn-outline-foil:not(:disabled):not(.disabled):active,
.btn-outline-foil:not(:disabled):not(.disabled).active,
.show>.btn-outline-foil.dropdown-toggle {
    color: #212529;
    background-color: #B4D66B;
    border-color: #B4D66B
}

.btn-outline-foil:not(:disabled):not(.disabled):active:focus,
.btn-outline-foil:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-foil.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5);
    box-shadow: 0 0 0 .2rem rgba(180, 214, 107, 0.5)
}

.btn-outline-lighter {
    color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-lighter:hover {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-lighter:focus,
.btn-outline-lighter.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 247, 247, 0.5);
    box-shadow: 0 0 0 .2rem rgba(247, 247, 247, 0.5)
}

.btn-outline-lighter.disabled,
.btn-outline-lighter:disabled {
    color: #f7f7f7;
    background-color: transparent
}

.btn-outline-lighter:not(:disabled):not(.disabled):active,
.btn-outline-lighter:not(:disabled):not(.disabled).active,
.show>.btn-outline-lighter.dropdown-toggle {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-lighter:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-lighter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 247, 247, 0.5);
    box-shadow: 0 0 0 .2rem rgba(247, 247, 247, 0.5)
}

.btn-outline-sunny {
    color: #FAC817;
    border-color: #FAC817
}

.btn-outline-sunny:hover {
    color: #212529;
    background-color: #FAC817;
    border-color: #FAC817
}

.btn-outline-sunny:focus,
.btn-outline-sunny.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(250, 238, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(250, 238, 44, 0.5)
}

.btn-outline-sunny.disabled,
.btn-outline-sunny:disabled {
    color: #FAC817;
    background-color: transparent
}

.btn-outline-sunny:not(:disabled):not(.disabled):active,
.btn-outline-sunny:not(:disabled):not(.disabled).active,
.show>.btn-outline-sunny.dropdown-toggle {
    color: #212529;
    background-color: #FAC817;
    border-color: #FAC817
}

.btn-outline-sunny:not(:disabled):not(.disabled):active:focus,
.btn-outline-sunny:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-sunny.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(250, 238, 44, 0.5);
    box-shadow: 0 0 0 .2rem rgba(250, 238, 44, 0.5)
}

.btn-outline-orange {
    color: #FECE35;
    border-color: #FECE35
}

.btn-outline-orange:hover {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5)
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #FECE35;
    background-color: transparent
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5)
}

.btn-outline-juicy {
    color: #FECE35;
    border-color: #FECE35
}

.btn-outline-juicy:hover {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-outline-juicy:focus,
.btn-outline-juicy.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5)
}

.btn-outline-juicy.disabled,
.btn-outline-juicy:disabled {
    color: #FECE35;
    background-color: transparent
}

.btn-outline-juicy:not(:disabled):not(.disabled):active,
.btn-outline-juicy:not(:disabled):not(.disabled).active,
.show>.btn-outline-juicy.dropdown-toggle {
    color: #212529;
    background-color: #FECE35;
    border-color: #FECE35
}

.btn-outline-juicy:not(:disabled):not(.disabled):active:focus,
.btn-outline-juicy:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-juicy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 206, 53, 0.5)
}

.btn-outline-understate {
    color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-outline-understate:hover {
    color: #212529;
    background-color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-outline-understate:focus,
.btn-outline-understate.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(169, 191, 216, 0.5);
    box-shadow: 0 0 0 .2rem rgba(169, 191, 216, 0.5)
}

.btn-outline-understate.disabled,
.btn-outline-understate:disabled {
    color: #A9BFD8;
    background-color: transparent
}

.btn-outline-understate:not(:disabled):not(.disabled):active,
.btn-outline-understate:not(:disabled):not(.disabled).active,
.show>.btn-outline-understate.dropdown-toggle {
    color: #212529;
    background-color: #A9BFD8;
    border-color: #A9BFD8
}

.btn-outline-understate:not(:disabled):not(.disabled):active:focus,
.btn-outline-understate:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-understate.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(169, 191, 216, 0.5);
    box-shadow: 0 0 0 .2rem rgba(169, 191, 216, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #00C0F3;
    text-decoration: none
}

.btn-link:hover {
    color: #0084a7;
    text-decoration: none
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #74e2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00C0F3;
    background-color: #00C0F3
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #74e2ff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #a7ecff;
    border-color: #a7ecff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #00C0F3;
    background-color: #00C0F3
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 192, 243, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 192, 243, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 192, 243, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 192, 243, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #74e2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #74e2ff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #00C0F3;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #a7ecff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00C0F3;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #a7ecff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #00C0F3;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #a7ecff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1024px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxxl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1920px) {
    .dropdown-menu-io-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-io-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00C0F3
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00C0F3
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1023.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1599.98px) {
    .navbar-expand-xxxl>.container,
    .navbar-expand-xxxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xxxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xxxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxxl>.container,
    .navbar-expand-xxxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xxxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xxxl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1919.98px) {
    .navbar-expand-io>.container,
    .navbar-expand-io>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1920px) {
    .navbar-expand-io {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-io .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-io .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-io .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-io>.container,
    .navbar-expand-io>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-io .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-io .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1024px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00C0F3;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0084a7;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 192, 243, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #00647e;
    background-color: #ccf2fd;
    border-color: #b8edfc
}

.alert-primary hr {
    border-top-color: #a0e7fb
}

.alert-primary .alert-link {
    color: #003c4b
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert-sky {
    color: #00647e;
    background-color: #ccf2fd;
    border-color: #b8edfc
}

.alert-sky hr {
    border-top-color: #a0e7fb
}

.alert-sky .alert-link {
    color: #003c4b
}

.alert-navy {
    color: #2e3643;
    background-color: #dee1e6;
    border-color: #d1d4dc
}

.alert-navy hr {
    border-top-color: #c3c6d1
}

.alert-navy .alert-link {
    color: #191e25
}

.alert-pink {
    color: #7d2f49;
    background-color: #fcdee8;
    border-color: #fbd1df
}

.alert-pink hr {
    border-top-color: #f9bacf
}

.alert-pink .alert-link {
    color: #582133
}

.alert-green {
    color: #2d6454;
    background-color: #ddf2ec;
    border-color: #d0ede5
}

.alert-green hr {
    border-top-color: #bee6db
}

.alert-green .alert-link {
    color: #1d4136
}

.alert-ganic {
    color: #2d6454;
    background-color: #ddf2ec;
    border-color: #d0ede5
}

.alert-ganic hr {
    border-top-color: #bee6db
}

.alert-ganic .alert-link {
    color: #1d4136
}

.alert-foli-green {
    color: #5e6f38;
    background-color: #f0f7e1;
    border-color: #eaf4d6
}

.alert-foli-green hr {
    border-top-color: #e0efc2
}

.alert-foli-green .alert-link {
    color: #414d27
}

.alert-foil {
    color: #5e6f38;
    background-color: #f0f7e1;
    border-color: #eaf4d6
}

.alert-foil hr {
    border-top-color: #e0efc2
}

.alert-foil .alert-link {
    color: #414d27
}

.alert-lighter {
    color: gray;
    background-color: #fdfdfd;
    border-color: #fdfdfd
}

.alert-lighter hr {
    border-top-color: #f0f0f0
}

.alert-lighter .alert-link {
    color: #676767
}

.alert-sunny {
    color: #827c17;
    background-color: #fefcd5;
    border-color: #fefac4
}

.alert-sunny hr {
    border-top-color: #fef8ab
}

.alert-sunny .alert-link {
    color: #57530f
}

.alert-orange {
    color: #846b1c;
    background-color: #fff5d7;
    border-color: #fff1c6
}

.alert-orange hr {
    border-top-color: #ffebad
}

.alert-orange .alert-link {
    color: #5a4913
}

.alert-juicy {
    color: #846b1c;
    background-color: #fff5d7;
    border-color: #fff1c6
}

.alert-juicy hr {
    border-top-color: #ffebad
}

.alert-juicy .alert-link {
    color: #5a4913
}

.alert-understate {
    color: #586370;
    background-color: #eef2f7;
    border-color: #e7edf4
}

.alert-understate hr {
    border-top-color: #d6e0ec
}

.alert-understate .alert-link {
    color: #424a53
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #00C0F3 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0098c0 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-sky {
    background-color: #00C0F3 !important
}

a.bg-sky:hover,
a.bg-sky:focus,
button.bg-sky:hover,
button.bg-sky:focus {
    background-color: #0098c0 !important
}

.bg-navy {
    background-color: #182341 !important
}

a.bg-navy:hover,
a.bg-navy:focus,
button.bg-navy:hover,
button.bg-navy:focus {
    background-color: #444f63 !important
}

.bg-pink {
    background-color: #F05A8D !important
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #ec2b6d !important
}

.bg-green {
    background-color: #57C0A2 !important
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #3ea688 !important
}

.bg-ganic {
    background-color: #57C0A2 !important
}

a.bg-ganic:hover,
a.bg-ganic:focus,
button.bg-ganic:hover,
button.bg-ganic:focus {
    background-color: #3ea688 !important
}

.bg-foli-green {
    background-color: #B4D66B !important
}

a.bg-foli-green:hover,
a.bg-foli-green:focus,
button.bg-foli-green:hover,
button.bg-foli-green:focus {
    background-color: #a0cb43 !important
}

.bg-foil {
    background-color: #B4D66B !important
}

a.bg-foil:hover,
a.bg-foil:focus,
button.bg-foil:hover,
button.bg-foil:focus {
    background-color: #a0cb43 !important
}

.bg-lighter {
    background-color: #f7f7f7 !important
}

a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
    background-color: #dedede !important
}

.bg-sunny {
    background-color: #FECE35 !important;
	color: #182341 !important;
}

a.bg-sunny:hover,
a.bg-sunny:focus,
button.bg-sunny:hover,
button.bg-sunny:focus {
    background-color: #FECE35   !important
}

.bg-orange {
    background-color: #387A88 !important;
	color: #FFFFFF !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #387A88 !important
}

.bg-juicy {
    background-color: #FECE35 !important
}

a.bg-juicy:hover,
a.bg-juicy:focus,
button.bg-juicy:hover,
button.bg-juicy:focus {
    background-color: #fec202 !important
}

.bg-understate {
    background-color: #A9BFD8 !important
}

a.bg-understate:hover,
a.bg-understate:focus,
button.bg-understate:hover,
button.bg-understate:focus {
    background-color: #86a5c8 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #00C0F3 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-sky {
    border-color: #00C0F3 !important
}

.border-navy {
    border-color: #182341 !important
}

.border-pink {
    border-color: #F05A8D !important
}

.border-green {
    border-color: #57C0A2 !important
}

.border-ganic {
    border-color: #57C0A2 !important
}

.border-foli-green {
    border-color: #B4D66B !important
}

.border-foil {
    border-color: #B4D66B !important
}

.border-lighter {
    border-color: #f7f7f7 !important
}

.border-sunny {
    border-color: #FAC817 !important
}

.border-orange {
    border-color: #FECE35 !important
}

.border-juicy {
    border-color: #FECE35 !important
}

.border-understate {
    border-color: #A9BFD8 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1600px) {
    .d-xxxl-none {
        display: none !important
    }
    .d-xxxl-inline {
        display: inline !important
    }
    .d-xxxl-inline-block {
        display: inline-block !important
    }
    .d-xxxl-block {
        display: block !important
    }
    .d-xxxl-table {
        display: table !important
    }
    .d-xxxl-table-row {
        display: table-row !important
    }
    .d-xxxl-table-cell {
        display: table-cell !important
    }
    .d-xxxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xxxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-io-none {
        display: none !important
    }
    .d-io-inline {
        display: inline !important
    }
    .d-io-inline-block {
        display: inline-block !important
    }
    .d-io-block {
        display: block !important
    }
    .d-io-table {
        display: table !important
    }
    .d-io-table-row {
        display: table-row !important
    }
    .d-io-table-cell {
        display: table-cell !important
    }
    .d-io-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-io-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1600px) {
    .flex-xxxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xxxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xxxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xxxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xxxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xxxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xxxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xxxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xxxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xxxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xxxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xxxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xxxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xxxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xxxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xxxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-io-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-io-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-io-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-io-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-io-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-io-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-io-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-io-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-io-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-io-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-io-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-io-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-io-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-io-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-io-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-io-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-io-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-io-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-io-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-io-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-io-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-io-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-io-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-io-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-io-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-io-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-io-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-io-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-io-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-io-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-io-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-io-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-io-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-io-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: 1024px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-xxl-left {
        float: left !important
    }
    .float-xxl-right {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
}

@media (min-width: 1600px) {
    .float-xxxl-left {
        float: left !important
    }
    .float-xxxl-right {
        float: right !important
    }
    .float-xxxl-none {
        float: none !important
    }
}

@media (min-width: 1920px) {
    .float-io-left {
        float: left !important
    }
    .float-io-right {
        float: right !important
    }
    .float-io-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .m-xxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1600px) {
    .m-xxxl-0 {
        margin: 0 !important
    }
    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important
    }
    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important
    }
    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important
    }
    .m-xxxl-1 {
        margin: .25rem !important
    }
    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: .25rem !important
    }
    .m-xxxl-2 {
        margin: .5rem !important
    }
    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: .5rem !important
    }
    .m-xxxl-3 {
        margin: 1rem !important
    }
    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important
    }
    .m-xxxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxxl-5 {
        margin: 3rem !important
    }
    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important
    }
    .p-xxxl-0 {
        padding: 0 !important
    }
    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important
    }
    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important
    }
    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important
    }
    .p-xxxl-1 {
        padding: .25rem !important
    }
    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: .25rem !important
    }
    .p-xxxl-2 {
        padding: .5rem !important
    }
    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: .5rem !important
    }
    .p-xxxl-3 {
        padding: 1rem !important
    }
    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important
    }
    .p-xxxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxxl-5 {
        padding: 3rem !important
    }
    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important
    }
    .m-xxxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxxl-n3 {
        margin: -1rem !important
    }
    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxxl-n5 {
        margin: -3rem !important
    }
    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxxl-auto {
        margin: auto !important
    }
    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }
    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important
    }
    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .m-io-0 {
        margin: 0 !important
    }
    .mt-io-0,
    .my-io-0 {
        margin-top: 0 !important
    }
    .mr-io-0,
    .mx-io-0 {
        margin-right: 0 !important
    }
    .mb-io-0,
    .my-io-0 {
        margin-bottom: 0 !important
    }
    .ml-io-0,
    .mx-io-0 {
        margin-left: 0 !important
    }
    .m-io-1 {
        margin: .25rem !important
    }
    .mt-io-1,
    .my-io-1 {
        margin-top: .25rem !important
    }
    .mr-io-1,
    .mx-io-1 {
        margin-right: .25rem !important
    }
    .mb-io-1,
    .my-io-1 {
        margin-bottom: .25rem !important
    }
    .ml-io-1,
    .mx-io-1 {
        margin-left: .25rem !important
    }
    .m-io-2 {
        margin: .5rem !important
    }
    .mt-io-2,
    .my-io-2 {
        margin-top: .5rem !important
    }
    .mr-io-2,
    .mx-io-2 {
        margin-right: .5rem !important
    }
    .mb-io-2,
    .my-io-2 {
        margin-bottom: .5rem !important
    }
    .ml-io-2,
    .mx-io-2 {
        margin-left: .5rem !important
    }
    .m-io-3 {
        margin: 1rem !important
    }
    .mt-io-3,
    .my-io-3 {
        margin-top: 1rem !important
    }
    .mr-io-3,
    .mx-io-3 {
        margin-right: 1rem !important
    }
    .mb-io-3,
    .my-io-3 {
        margin-bottom: 1rem !important
    }
    .ml-io-3,
    .mx-io-3 {
        margin-left: 1rem !important
    }
    .m-io-4 {
        margin: 1.5rem !important
    }
    .mt-io-4,
    .my-io-4 {
        margin-top: 1.5rem !important
    }
    .mr-io-4,
    .mx-io-4 {
        margin-right: 1.5rem !important
    }
    .mb-io-4,
    .my-io-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-io-4,
    .mx-io-4 {
        margin-left: 1.5rem !important
    }
    .m-io-5 {
        margin: 3rem !important
    }
    .mt-io-5,
    .my-io-5 {
        margin-top: 3rem !important
    }
    .mr-io-5,
    .mx-io-5 {
        margin-right: 3rem !important
    }
    .mb-io-5,
    .my-io-5 {
        margin-bottom: 3rem !important
    }
    .ml-io-5,
    .mx-io-5 {
        margin-left: 3rem !important
    }
    .p-io-0 {
        padding: 0 !important
    }
    .pt-io-0,
    .py-io-0 {
        padding-top: 0 !important
    }
    .pr-io-0,
    .px-io-0 {
        padding-right: 0 !important
    }
    .pb-io-0,
    .py-io-0 {
        padding-bottom: 0 !important
    }
    .pl-io-0,
    .px-io-0 {
        padding-left: 0 !important
    }
    .p-io-1 {
        padding: .25rem !important
    }
    .pt-io-1,
    .py-io-1 {
        padding-top: .25rem !important
    }
    .pr-io-1,
    .px-io-1 {
        padding-right: .25rem !important
    }
    .pb-io-1,
    .py-io-1 {
        padding-bottom: .25rem !important
    }
    .pl-io-1,
    .px-io-1 {
        padding-left: .25rem !important
    }
    .p-io-2 {
        padding: .5rem !important
    }
    .pt-io-2,
    .py-io-2 {
        padding-top: .5rem !important
    }
    .pr-io-2,
    .px-io-2 {
        padding-right: .5rem !important
    }
    .pb-io-2,
    .py-io-2 {
        padding-bottom: .5rem !important
    }
    .pl-io-2,
    .px-io-2 {
        padding-left: .5rem !important
    }
    .p-io-3 {
        padding: 1rem !important
    }
    .pt-io-3,
    .py-io-3 {
        padding-top: 1rem !important
    }
    .pr-io-3,
    .px-io-3 {
        padding-right: 1rem !important
    }
    .pb-io-3,
    .py-io-3 {
        padding-bottom: 1rem !important
    }
    .pl-io-3,
    .px-io-3 {
        padding-left: 1rem !important
    }
    .p-io-4 {
        padding: 1.5rem !important
    }
    .pt-io-4,
    .py-io-4 {
        padding-top: 1.5rem !important
    }
    .pr-io-4,
    .px-io-4 {
        padding-right: 1.5rem !important
    }
    .pb-io-4,
    .py-io-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-io-4,
    .px-io-4 {
        padding-left: 1.5rem !important
    }
    .p-io-5 {
        padding: 3rem !important
    }
    .pt-io-5,
    .py-io-5 {
        padding-top: 3rem !important
    }
    .pr-io-5,
    .px-io-5 {
        padding-right: 3rem !important
    }
    .pb-io-5,
    .py-io-5 {
        padding-bottom: 3rem !important
    }
    .pl-io-5,
    .px-io-5 {
        padding-left: 3rem !important
    }
    .m-io-n1 {
        margin: -.25rem !important
    }
    .mt-io-n1,
    .my-io-n1 {
        margin-top: -.25rem !important
    }
    .mr-io-n1,
    .mx-io-n1 {
        margin-right: -.25rem !important
    }
    .mb-io-n1,
    .my-io-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-io-n1,
    .mx-io-n1 {
        margin-left: -.25rem !important
    }
    .m-io-n2 {
        margin: -.5rem !important
    }
    .mt-io-n2,
    .my-io-n2 {
        margin-top: -.5rem !important
    }
    .mr-io-n2,
    .mx-io-n2 {
        margin-right: -.5rem !important
    }
    .mb-io-n2,
    .my-io-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-io-n2,
    .mx-io-n2 {
        margin-left: -.5rem !important
    }
    .m-io-n3 {
        margin: -1rem !important
    }
    .mt-io-n3,
    .my-io-n3 {
        margin-top: -1rem !important
    }
    .mr-io-n3,
    .mx-io-n3 {
        margin-right: -1rem !important
    }
    .mb-io-n3,
    .my-io-n3 {
        margin-bottom: -1rem !important
    }
    .ml-io-n3,
    .mx-io-n3 {
        margin-left: -1rem !important
    }
    .m-io-n4 {
        margin: -1.5rem !important
    }
    .mt-io-n4,
    .my-io-n4 {
        margin-top: -1.5rem !important
    }
    .mr-io-n4,
    .mx-io-n4 {
        margin-right: -1.5rem !important
    }
    .mb-io-n4,
    .my-io-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-io-n4,
    .mx-io-n4 {
        margin-left: -1.5rem !important
    }
    .m-io-n5 {
        margin: -3rem !important
    }
    .mt-io-n5,
    .my-io-n5 {
        margin-top: -3rem !important
    }
    .mr-io-n5,
    .mx-io-n5 {
        margin-right: -3rem !important
    }
    .mb-io-n5,
    .my-io-n5 {
        margin-bottom: -3rem !important
    }
    .ml-io-n5,
    .mx-io-n5 {
        margin-left: -3rem !important
    }
    .m-io-auto {
        margin: auto !important
    }
    .mt-io-auto,
    .my-io-auto {
        margin-top: auto !important
    }
    .mr-io-auto,
    .mx-io-auto {
        margin-right: auto !important
    }
    .mb-io-auto,
    .my-io-auto {
        margin-bottom: auto !important
    }
    .ml-io-auto,
    .mx-io-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1024px) {
    .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
    }
}

@media (min-width: 1440px) {
    .text-xxl-left {
        text-align: left !important
    }
    .text-xxl-right {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1600px) {
    .text-xxxl-left {
        text-align: left !important
    }
    .text-xxxl-right {
        text-align: right !important
    }
    .text-xxxl-center {
        text-align: center !important
    }
}

@media (min-width: 1920px) {
    .text-io-left {
        text-align: left !important
    }
    .text-io-right {
        text-align: right !important
    }
    .text-io-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #00C0F3 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0084a7 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #387A88 !important
}
  .funnelback a {
    color: #182341 !important;
  }

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-sky {
    color: #00C0F3 !important
}

a.text-sky:hover,
a.text-sky:focus {
    color: #0084a7 !important
}

.text-navy {
    color: #182341 !important
}

a.text-navy:hover,
a.text-navy:focus {
    color: #3a4354 !important
}

.text-pink {
    color: #F05A8D !important
}

a.text-pink:hover,
a.text-pink:focus {
    color: #e8155d !important
}

.text-green {
    color: #57C0A2 !important
}

a.text-green:hover,
a.text-green:focus {
    color: #379379 !important
}

.text-ganic {
    color: #57C0A2 !important
}

a.text-ganic:hover,
a.text-ganic:focus {
    color: #379379 !important
}

.text-foli-green {
    color: #B4D66B !important
}

a.text-foli-green:hover,
a.text-foli-green:focus {
    color: #93bf35 !important
}

.text-foil {
    color: #B4D66B !important
}

a.text-foil:hover,
a.text-foil:focus {
    color: #93bf35 !important
}

.text-lighter {
    color: #f7f7f7 !important
}

a.text-lighter:hover,
a.text-lighter:focus {
    color: #d1d1d1 !important
}

.text-sunny {
    color: #FAC817 !important
}

a.text-sunny:hover,
a.text-sunny:focus {
    color: #d4c805 !important
}

.text-orange {
    color: #FECE35 !important
}

a.text-orange:hover,
a.text-orange:focus {
    color: #e5af01 !important
}

.text-juicy {
    color: #FECE35 !important
}

a.text-juicy:hover,
a.text-juicy:focus {
    color: #e5af01 !important
}

.text-understate {
    color: #A9BFD8 !important
}

a.text-understate:hover,
a.text-understate:focus {
    color: #7498c0 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.g_overlay:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " "
}

.transition_075 {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s
}

@media (prefers-reduced-motion: reduce) {
    .transition_075 {
        -webkit-transition-duration: 0.001s !important;
        transition-duration: 0.001s !important
    }
}

.transition_125 {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}

@media (prefers-reduced-motion: reduce) {
    .transition_125 {
        -webkit-transition-duration: 0.001s !important;
        transition-duration: 0.001s !important
    }
}

.transition_055 {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s
}

@media (prefers-reduced-motion: reduce) {
    .transition_055 {
        -webkit-transition-duration: 0.001s !important;
        transition-duration: 0.001s !important
    }
}

.transition_035 {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 0.79);
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s
}

@media (prefers-reduced-motion: reduce) {
    .transition_035 {
        -webkit-transition-duration: 0.001s !important;
        transition-duration: 0.001s !important
    }
}

html {
    overflow-x: hidden
}

body {
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto
}

body.menu-opened {
    background: #182341
}

body.menu-opened:before {
    position: absolute;
    z-index: 1030;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(89, 103, 129, 0.7)
}

body#homepage {
    padding-top: 0
}

@media (min-width: 1024px) {
    body#homepage {
        padding-top: 0
    }
}

#wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #wrap {
        -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
        flex: auto !important
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background: #A9BFD8
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: white;
    background: #00C0F3
}

.bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(89, 103, 129, 0.5);
    box-shadow: 0 0 10px rgba(89, 103, 129, 0.5)
}

.btn-xl {
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    height: 77px;
    padding: 24px 30px
}

.btn-link.text-primary:hover {
    color: #FECE35 !important
}

.btn-link.text-primary:hover path {
    stroke: #FECE35
}

.btn--book-your-place {
    font-size: 20px;
    line-height: 60px;
    width: 100%;
    max-width: 250px;
    height: 60px;
    padding: 0;
    border-radius: 0
}

@media (min-width: 1024px) {
    .btn--book-your-place {
        font-size: 26px;
        line-height: 85px;
        max-width: 333px;
        height: 85px
    }
}

.btn--view-programme {
    font-size: 20px;
    line-height: 60px;
    width: 100%;
    max-width: 250px;
    height: 60px;
    padding: 0;
    border-radius: 0
}

@media (min-width: 1024px) {
    .btn--view-programme {
        font-size: 26px;
        line-height: 85px;
        max-width: 333px;
        height: 85px
    }
}

.btn--pink {
    color: white !important;
    background-color: #F05A8D
}

.btn--sky {
    color: white !important;
    background-color: #00C0F3
}

.btn--sunny {
    color: black;
    background-color: #FAC817
}

.dropdown-toggle--sky {
    color: white;
    background-color: #00C0F3
}

.dropdown-toggle--landing {
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 55px;
    padding: 0 15px;
    text-align: left;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.dropdown-toggle--landing:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 12px solid white;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.slick-slider .slick-dots {
    right: 0;
    bottom: 25px;
    left: 0;
    margin: auto
}

.slick-slider .slick-dots li {
    margin: 0
}

.slick-slider .slick-dots li button:before {
    font-size: 9px;
    opacity: 1;
    color: #C4C4C4
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #FECE35
}

.youtube {
    position: relative
}

.youtube img {
    width: 100%
}

.youtube .play {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1)
}

.youtube .play:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 45px;
    position: absolute;
    z-index: 11;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 45px;
    margin: auto;
    content: "\f04b";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: white;
    border-radius: 17%;
    background: rgba(0, 0, 0, 0.65)
}

.youtube:hover .play {
    background: rgba(0, 0, 0, 0.2)
}

.youtube:hover .play:before {
    background: black
}

.btn-filter {
    font-size: 16px;
    height: 50px;
    margin-bottom: 3px;
    color: #828282;
    border: solid 1px #828282;
    border-radius: 2px
}

@media (min-width: 768px) {
    .btn-filter {
        border-color: #D5D4D5
    }
}

.pagination .page-item+.page-item {
    margin-left: 5px
}

.pagination .page-item .page-link {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    width: 77px;
    height: 77px;
    text-align: center;
    color: black;
    border: none;
    border-radius: 0
}

@media (max-width: 767.98px) {
    .pagination .page-item .page-link {
        line-height: 46px;
        width: 70px;
        height: 70px
    }
}

.pagination .page-item .page-link:first-child {
    border-radius: 0
}

.pagination .page-item.active .page-link {
    background: #FAC817
}

.rate {
    padding: 40px 5px;
    color: white;
    background: #57C0A2
}

@media (min-width: 768px) {
    .rate {
        padding: 120px 0 140px
    }
}

.rate .section_title {
    max-width: 930px;
    margin: auto;
    padding-top: 0;
    text-align: center
}

.rate .section_title h2 {
    color: #fff
}

.rate .section_title p {
    color: #fff
}

.rate h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rate h2 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 16px
    }
}

.rate p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .rate p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 80px
    }
}

.rate [class*="transition_"] {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.rate.lazyloaded [class*="transition_"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.rate.rate--course .section_title {
    padding-bottom: 0
}

.defo-style article {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%
}

.defo-style article a {
    display: block;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}

.defo-style .item {
    width: 100%;
    max-width: 280px;
    margin-bottom: 10px;
    padding: 0 10px
}

@media (min-width: 768px) {
    .defo-style .item {
        max-width: 350px;
        padding: 0 15px
    }
}

@media (min-width: 768px) {
    .defo-style .item {
        max-width: 450px;
        padding: 0 15px
    }
}

.defo-style .img_wrap {
    position: relative;
    overflow: hidden;
    width: 100%
}

.defo-style .img_wrap:before {
    display: block;
    padding-bottom: 62%;
    content: ""
}

.defo-style .img_wrap img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.defo-style .content_wrap {
    padding: 24px 20px
}

@media (min-width: 768px) {
    .defo-style .content_wrap {
        padding: 25px 32px 49px
    }
}

.defo-style .content_wrap .fig {
    display: block;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .defo-style .content_wrap .fig {
        margin-bottom: 27.5px
    }
}

.defo-style .content_wrap .date {
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #657593
}

@media (min-width: 768px) {
    .defo-style .content_wrap .date {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 18px
    }
}

.defo-style .content_wrap h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 0;
    color: #182341
}

@media (min-width: 768px) {
    .defo-style .content_wrap h3 {
        font-size: 22px;
        line-height: 26px
    }
}

.kis-widget.horizontal {
    max-width: 100%
}

.alert--emergency {
    position: fixed;
    z-index: 999999999;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 0;
    background-color: #FEE101
}

.alert--emergency h2 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .alert--emergency h2 {
        font-size: 20px
    }
}

.alert--emergency .alert__container {
    padding: 10px;
    border-radius: 0
}

@media (min-width: 1024px) {
    .alert--emergency .alert__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1024px) {
    .alert--emergency .alert__action {
        display: none
    }
}

.alert--emergency .alert__action a {
    font-size: 14px;
    display: inline-block;
    padding: 6px 20px;
    color: white;
    border-radius: 0;
    background-color: black
}

.alert--emergency .alert__action a.close {
    text-decoration: underline;
    color: black;
    background-color: transparent
}

.alert--emergency p {
    font-size: 14px;
    font-weight: 500
}

@media (min-width: 1024px) {
    .alert--emergency p {
        font-size: 16px
    }
}

.alert--emergency .alert__close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    border: 0;
    border: 2px solid black;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (max-width: 1023.98px) {
    .alert--emergency .alert__close {
        top: 5px;
        right: 5px
    }
}

a {
    text-decoration: none;
    color: #387A88 
}

a:hover,
a:focus {
    color: #182341
}

h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5
}

h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.71429
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333
}

h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

#wrap {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 56px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto
}

@media (min-width: 1024px) {
    #wrap {
        padding-top: 106px
    }
}

.template--event-calendar #wrap,
.template--event-calendar .page-wrap-side-nav {
    overflow: visible !important
}

.video-container {
    position: relative;
    height: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 56.25%
}

@media (min-width: 768px) {
    .video-container.video-right,
    .video-container.video-left {
        width: 50%;
        padding-bottom: 28.125%
    }
}

@media (min-width: 768px) {
    .video-container.video-right {
        float: right;
        margin-left: 30px
    }
}

@media (min-width: 768px) {
    .video-container.video-left {
        float: left;
        margin-right: 30px
    }
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container h3 {
    position: absolute;
    top: -30px
}

.modal-content {
    color: white;
    border: none;
    border-radius: 0;
    background-color: #182341;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.4)
}

.modal--pink .modal-content {
    background-color: #F05A8D
}

.modal--navy .modal-content {
    background-color: #182341
}

.modal--juicy .modal-content {
    background-color: #FECE35
}

.modal--foil .modal-content {
    background-color: #B4D66B
}

.modal--sky .modal-content {
    background-color: #00C0F3
}

.modal--understate .modal-content {
    background-color: #A9BFD8
}

.modal--ganic .modal-content {
    background-color: #57C0A2
}

.modal--darkgrey .modal-content {
    background-color: #969698
}

.modal-header {
    position: relative;
    padding: 15px;
    border-bottom-color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 768px) {
    .modal-header {
        padding: 30px
    }
}

.modal-header .modal-title {
    font-size: 32px;
    line-height: 0.96;
    padding-right: 18px
}

.modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
    padding: 1px;
    border: none;
    background: transparent
}

.modal-header .close svg {
    width: 15px;
    height: 15px
}

.modal-body {
    padding: 15px
}

@media (min-width: 768px) {
    .modal-body {
        padding: 30px
    }
}

.modal--apply,
.modal--course-detail {
    padding-right: 0 !important
}

.modal--apply .modal-dialog,
.modal--course-detail .modal-dialog {
    max-width: 100%;
    margin: 0
}

.modal--apply .modal-header,
.modal--course-detail .modal-header {
    height: 56px;
    border: none
}

@media (min-width: 576px) {
    .modal--apply .modal-header,
    .modal--course-detail .modal-header {
        height: 106px
    }
}

.modal--apply .modal-header .close,
.modal--course-detail .modal-header .close {
    top: 18px;
    right: 18px
}

@media (min-width: 576px) {
    .modal--apply .modal-header .close,
    .modal--course-detail .modal-header .close {
        top: 38px;
        right: 38px
    }
}

.modal--apply .modal-header .close svg,
.modal--course-detail .modal-header .close svg {
    width: 30px;
    height: 30px
}

.modal--apply .modal-content,
.modal--course-detail .modal-content {
    min-height: 100vh
}

.modal--apply .container,
.modal--course-detail .container {
    position: relative;
    z-index: 11;
    max-width: 1370px;
    padding: 0 20px
}

.modal--apply .modal-body,
.modal--course-detail .modal-body {
    padding: 0
}

.modal--apply .corner-right,
.modal--course-detail .corner-right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 24vw
}

.modal--apply .title,
.modal--course-detail .title {
    font-size: 96px;
    font-weight: 300;
    line-height: 101px;
    margin-top: 17px;
    margin-bottom: 120px
}

@media (max-width: 1023.98px) {
    .modal--apply .title,
    .modal--course-detail .title {
        font-size: 70px;
        line-height: 1.1;
        margin: 0 0 50px
    }
}

@media (max-width: 767.98px) {
    .modal--apply .title,
    .modal--course-detail .title {
        font-size: 50px;
        margin: 0 0 30px
    }
}

.modal--apply .title b,
.modal--course-detail .title b {
    font-weight: bold
}

.modal--apply .title span,
.modal--course-detail .title span {
    font-size: 18px;
    line-height: 21px;
    display: block;
    margin-top: 60px
}

.modal--apply .subtitle,
.modal--course-detail .subtitle {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 40px;
    color: white
}

.modal--apply .basic-table,
.modal--course-detail .basic-table {
    margin: 0
}

.modal--apply .basic-table th,
.modal--course-detail .basic-table th {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 16px;
    color: white;
    border-top: none;
    border-bottom-width: 1px
}

@media (min-width: 1024px) {
    .modal--apply .basic-table th,
    .modal--course-detail .basic-table th {
        font-size: 24px;
        line-height: 43px
    }
}

.modal--apply .basic-table,
.modal--course-detail .basic-table {
    margin: 0
}

.modal--apply .basic-table td,
.modal--course-detail .basic-table td {
    font-size: 18px;
    line-height: 32px;
    padding: 8px 0;
    vertical-align: middle;
    color: white;
    border-bottom: solid 1px #A9BFD8
}

@media (min-width: 1024px) {
    .modal--apply .basic-table td,
    .modal--course-detail .basic-table td {
        font-size: 24px;
        line-height: 43px;
        padding: 20px 0
    }
}

.modal--apply .basic-table .btn,
.modal--course-detail .basic-table .btn {
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1024px) {
    .modal--apply .basic-table .btn,
    .modal--course-detail .basic-table .btn {
        max-width: 290px;
        height: 85px
    }
}

@media (max-width: 767.98px) {
    .modal--apply .basic-table td,
    .modal--course-detail .basic-table td {
        border-bottom: none
    }
}

.modal--apply .basic-table td:before,
.modal--course-detail .basic-table td:before {
    width: 50%;
    text-align: right
}

@media (max-width: 767.98px) {
    .modal--apply .basic-table td:last-child,
    .modal--course-detail .basic-table td:last-child {
        border-bottom: solid 1px #A9BFD8
    }
    .modal--apply .basic-table td:last-child .bt-content,
    .modal--course-detail .basic-table td:last-child .bt-content {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0
    }
    .modal--apply .basic-table td:last-child:before,
    .modal--course-detail .basic-table td:last-child:before {
        display: none
    }
}

.modal--apply .basic-table .bt-content,
.modal--course-detail .basic-table .bt-content {
    padding-left: 10px
}

#discoverModal {
    padding-right: 0 !important
}

#discoverModal .modal-dialog {
    max-width: 100%;
    margin: 0
}

#discoverModal .modal-header {
    height: 56px;
    border: none
}

@media (min-width: 576px) {
    #discoverModal .modal-header {
        height: 106px
    }
}

#discoverModal .modal-header .close {
    top: 18px;
    right: 18px
}

@media (min-width: 576px) {
    #discoverModal .modal-header .close {
        top: 38px;
        right: 38px
    }
}

#discoverModal .modal-content {
    min-height: 100vh
}

#discoverModal .container {
    position: relative;
    z-index: 11;
    max-width: 1598px;
    padding: 0 20px
}

#discoverModal .corner-right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 24vw
}

#discoverModal .modal-body {
    padding: 0
}

#discoverModal .title {
    font-size: 96px;
    font-weight: 300;
    line-height: 101px;
    margin-top: 17px;
    margin-bottom: 120px
}

@media (max-width: 1023.98px) {
    #discoverModal .title {
        font-size: 70px;
        line-height: 1.1;
        margin: 0 0 50px
    }
}

@media (max-width: 767.98px) {
    #discoverModal .title {
        font-size: 50px;
        margin: 0 0 30px
    }
}

#discoverModal .title b {
    font-weight: bold
}

#discoverModal .title span {
    font-size: 18px;
    line-height: 21px;
    display: block;
    margin-top: 60px
}

#discoverModal .head-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    display: block;
    padding-top: 24px;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: white;
    border-top: solid 1px #A9BFD8
}

#discoverModal .drop-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

#discoverModal .drop-list a {
    color: white
}

#discoverModal .subtitle {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 40px;
    color: white
}

.modal-open[style] {
    padding-right: 0 !important
}

.video-banner {
    position: relative;
    z-index: 11;
    display: block;
    overflow: hidden
}

.video-banner .img_wrap {
    position: relative;
    overflow: hidden;
    height: 51vw;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .video-banner .img_wrap {
        margin-bottom: 0
    }
    .video-banner .img_wrap img {
        max-width: none
    }
}

.video-banner .img_wrap img {
    position: absolute;
    top: 50%;
    right: -50%;
    left: -50%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) {
    .video-banner .img_wrap.has-overlay::before {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 90, 141, 0.89)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(top, rgba(240, 90, 141, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
        mix-blend-mode: multiply
    }
    @supports not (mix-blend-mode: multiply) {
        .video-banner .img_wrap.has-overlay::before {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(240, 90, 141, 0.7)
        }
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
    .video-banner .img_wrap.has-overlay::before {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(240, 90, 141, 0.7)
    }
}

.video-banner .img_wrap.has-overlay.has-overlay--dark::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.333)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(top, rgba(0, 0, 0, 0.333) 0%, rgba(255, 255, 255, 0) 100%)
}

@supports not (mix-blend-mode: multiply) {
    .video-banner .img_wrap.has-overlay.has-overlay--dark::before {
        background: rgba(0, 0, 0, 0.7)
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .video-banner .img_wrap.has-overlay.has-overlay--dark::before {
        background: rgba(0, 0, 0, 0.7)
    }
}

.video-banner .overlay-content {
    padding: 0 20px;
    color: #182341
}

@media (min-width: 768px) {
    .video-banner .overlay-content {
        position: absolute;
        z-index: 4;
        top: 50%;
        right: 0;
        left: 0;
        width: 80%;
        max-width: 1318px;
        margin: auto;
        padding: 0;
        padding: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white
    }
}

.video-banner .overlay-content a {
    color: inherit
}

.video-banner .overlay-content .back {
    font-size: 12px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .video-banner .overlay-content .back {
        font-size: 14px
    }
    .video-banner .overlay-content .back svg {
        margin-left: -30px
    }
}

@media (min-width: 1024px) {
    .video-banner .overlay-content .back {
        margin-bottom: 33px
    }
}

@media (min-width: 1200px) {
    .video-banner .overlay-content .back {
        margin-bottom: 54px
    }
}

.video-banner .overlay-content .back span {
    margin-right: 10px
}

.video-banner .play {
    display: block;
    text-align: center
}

@media (max-width: 767.98px) {
    .video-banner .play {
        position: absolute;
        z-index: 11;
        top: 50%;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.video-banner.polygon+.course-lightgrey h2 {
    color: #182341
}

.video-banner.polygon:after {
    display: none
}

.video-banner.polygon .play {
    position: absolute;
    top: 40%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.h2 {
	font-family: 'Futura' !important;
	
}

.video-banner.polygon .img_wrap {
    clear: both;
    height: 52.7vw;
    margin-right: 0;
    margin-left: auto;
    background: url("/courses/media/2019-template-assets/graphics/vector9.png");background-position:right bottom;background-size:cover}@media (max-width: 767.98px){.video-banner.polygon .img_wrap{height:80vw;margin-bottom:0;background:none}.video-banner.polygon .img_wrap img{right:-50%;left:-50%;min-width:100%;max-width:none;height:100%}}.video-banner.polygon .img_wrap img{z-index:-1;right:0;left:auto;float:right;height:99.8%}.video-banner.polygon .overlay-contents{font-size:26px;position:absolute;z-index:1;top:40%;left:7%;width:40%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:white}@media (min-width: 576px){.video-banner.polygon .overlay-contents h2,.video-banner.polygon .overlay-contents h3{max-width:280px}}@media (min-width: 1200px){.video-banner.polygon .overlay-contents h2,.video-banner.polygon .overlay-contents h3{max-width:320px}}@media (min-width: 1440px){.video-banner.polygon .overlay-contents{font-size:30px}.video-banner.polygon .overlay-contents h2,.video-banner.polygon .overlay-contents h3{max-width:500px}}@media (min-width: 1600px){.video-banner.polygon .overlay-contents h2,.video-banner.polygon .overlay-contents h3{max-width:540px}}@media (min-width: 768px){.video-banner.polygon .overlay-contents{color:#182341}}@media (max-width: 767.98px){.video-banner.polygon .overlay-contents{position:relative;right:0;left:0;width:100%;padding:20px;-webkit-transform:translateY(0);transform:translateY(0);color:white;background:#182341}.video-banner.polygon .overlay-contents svg{margin-top:40px;margin-bottom:30px}.video-banner.polygon .overlay-contents:before{position:absolute;z-index:-1;right:-50%;bottom:14%;left:-50%;width:200%;height:100%;margin:auto;content:"";-webkit-transform:rotate(-6deg);transform:rotate(-6deg);background:#182341}}@media (max-width: 575.98px){.video-banner.polygon .overlay-contents:before{bottom:10%;-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}}.video-banner.polygon .corner{position:absolute;bottom:19.4%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left bottom;transform-origin:left bottom}@media (max-width: 767.98px){.video-banner.polygon .corner{display:none}}@media (prefers-reduced-motion: reduce){.video-banner.polygon .corner{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.video-banner.polygon .corner.lazyloaded{-webkit-transform:scale(0.5);transform:scale(0.5)}@media (min-width: 1440px){.video-banner.polygon .corner.lazyloaded{-webkit-transform:scale(0.75);transform:scale(0.75)}}@media (min-width: 1600px){.video-banner.polygon .corner.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}}.video-banner.polygon h2,.video-banner.polygon h3{color:white}@media (min-width: 768px){.video-banner.polygon h2,.video-banner.polygon h3{font-size:44px;color:#182341}}@media (min-width: 1200px){.video-banner.polygon h2,.video-banner.polygon h3{font-size:48px}}@media (min-width: 1440px){.video-banner.polygon h2,.video-banner.polygon h3{font-size:66px}}.video-banner.polygon+.component-testimonial .media-image::before{background:url("/courses/media/2019-template-assets/graphics/mask-grey.png") !important}.video-banner.polygon+.component-testimonial .media-image::after{background:url("/courses/media/2019-template-assets/graphics/fig-grey.svg");background-repeat:no-repeat;background-position:center right}.video-banner.polygon+section{background-color:#F7F7F7 !important}@media (min-width: 768px){.video-banner.polygon+section{padding-top:40px}.video-banner.polygon+section.imageGrid{padding-top:120px}}.video-banner.polygon+section h2{color:#182341 !important}.video-banner.polygon+section.happen{background-color:#F7F7F7 !important}.video-banner.polygon+.general-content--landing{background-color:#F7F7F7 !important}.video-banner.v2 .corner svg path{fill:#F05A8D}@media (min-width: 768px){.video-banner.v2 .overlay-contents svg{width:120px}}@media (max-width: 767.98px){.video-banner.v2 .overlay-contents{font-weight:300;position:relative;right:0;left:0;padding:20px;-webkit-transform:translateY(0);transform:translateY(0)}.video-banner.v2 .overlay-contents h3{color:inherit}.video-banner.v2 .overlay-contents svg path{stroke:white}}.form-group{position:relative}.form-control-placeholder{font-size:16px;line-height:34px;position:absolute;top:0;padding:20px 0 0 20px;-webkit-transition:all 200ms;transition:all 200ms;opacity:0.5}@media (prefers-reduced-motion: reduce){.form-control-placeholder{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.form-control:focus+.form-control-placeholder,.form-control:valid+.form-control-placeholder{font-size:75%;-webkit-transform:translate3d(0, -22px, 0);transform:translate3d(0, -22px, 0);opacity:1}.form-row.gutter-30{margin-right:-15px;margin-left:-15px}.form-row.gutter-30>.col,.form-row.gutter-30>[class*="col-"]{padding-right:15px;padding-left:15px}.form-container{max-width:1394px;padding:30px 15px}.form-container legend{font-size:24px;font-weight:bold;line-height:38px;line-height:1.1;margin-bottom:20px}.form-container legend:first-of-type{margin-bottom:36px}.form-container .form-group{margin-bottom:30px}.form-container .form-control{line-height:34px;min-height:73px;padding:20px 20px 19px 20px;border-color:#CACACA}.form-container textarea.form-control{min-height:177px;padding:20px 20px 19px 20px}.form-container .dropdown-toggle:after{width:16px;height:8px;border:none;background:url("/courses/media/2019-template-assets/graphics/dropdown_arrow.svg") no-repeat center center}.form-container .custom-control-label{color:#828282}.form-container p{font-size:18px;line-height:30px}.form-container .btn-lg{font-size:18px;font-weight:bold;line-height:28px;min-height:77px;padding:24.5px 35px;text-transform:uppercase}@media (min-width: 768px){.form-container .btn-lg{min-width:283px}}.input-group{margin:15px 0}@media (min-width: 576px){.input-group{margin:24px 0}}.input-group .form-control-xl,.input-group .btn-xl{font-size:16px;height:51px;padding:10px 11px;border:solid 1px #E0E0E0;border-radius:0.25rem}.input-group .form-control-xl{border-right:none}@media (min-width: 1024px){.input-group .form-control-xl{font-size:20px;font-weight:300;line-height:30px;height:85px;padding:24px;color:#828282;border-radius:0}}.input-group .btn-xl{border-left:0}@media (min-width: 1024px){.input-group .btn-xl{font-size:20px;line-height:37px;height:85px;padding:24px 20px;border-color:#E0E0E0;border-radius:0}}.input-group .btn-xl svg{width:30px;height:auto}.input-group .btn-xl circle,.input-group .btn-xl line{stroke:#00C0F3}.btn-upload{margin-bottom:30px}.btn-upload-input{font-size:18px;font-weight:bold;line-height:22px;position:relative;overflow:hidden;min-height:55px;padding:16px 41px 17px;cursor:pointer;text-transform:uppercase;color:white;border:none;border-color:#555555;border-radius:0;background-color:#555555}.btn-upload-input:hover{color:white;background:#00C0F3}.btn-upload-input input[type=file]{font-size:20px;position:absolute;top:0;right:0;margin:0;padding:0;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.btn-upload-input-title{margin-left:2px}.btn-upload-input-title i{margin-right:10px}.award{position:relative;z-index:11;height:615px}@media (max-width: 575.98px){.award{height:727px}.award .bg img{height:359px}}@media (max-width: 1023.98px){.award-banner{height:460px}}.award-banner h1{color:white}.award-banner .overlay:before{height:200px !important}.award .bg{position:relative;display:block;overflow:hidden;width:100%;height:100%}@media (min-width: 1024px){.award .bg{height:615px}}.award .bg::before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background:-webkit-gradient(linear, right top, left top, color-stop(.33%, rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background:linear-gradient(-90deg, rgba(0,0,0,0.5) .33%, rgba(0,0,0,0) 100%)}.award img{position:absolute;top:0;right:-50%;left:-50%;margin:auto}@media (max-width: 767.98px){.award img{right:-100%;left:auto}}@media (min-width: 768px) and (max-width: 1199.98px){.award img{left:-20%;width:auto;max-height:100%}}.award .overlay{position:absolute;z-index:1;top:50%;right:0;left:0;width:100%;max-width:781px;margin-right:100px;margin-left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}@media (max-width: 575.98px){.award .overlay{top:auto;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:447px;margin-right:auto;padding:20px;-webkit-transform:translateY(0);transform:translateY(0);text-align:left}.award .overlay a{position:relative;z-index:11;display:block;margin-bottom:10px}.award .overlay:before{position:absolute;z-index:-1;right:-50%;bottom:-10%;left:-50%;width:200%;height:100%;margin:auto;content:"";-webkit-transform:rotate(-9deg);transform:rotate(-9deg);background:#F05A8D}}@media (min-width: 576px) and (max-width: 1599.98px){.award .overlay{max-width:44vw}}.award .overlay .small_title{font-size:18px;text-align:center;letter-spacing:0.2em;text-transform:uppercase;color:#F5F5F5}@media (max-width: 575.98px){.award .overlay .small_title{font-size:14px;letter-spacing:0.1em}}.award .overlay h2{font-size:96px;font-weight:600;line-height:1.2;color:white}@media (max-width: 575.98px){.award .overlay h2{font-size:32px;line-height:38px}}@media (max-width: 575.98px){.award .overlay h2{font-size:46px;line-height:1.1}}@media (min-width: 576px) and (max-width: 1599.98px){.award .overlay h2{font-size:5vw}}.award .longarrow{position:relative;display:block;margin:20px auto}@media (max-width: 575.98px){.award .longarrow{margin-left:0}}.award .hero{position:absolute;right:0;bottom:0;left:0;display:block;width:100%;height:auto}@media (min-width: 576px) and (max-width: 1023.98px){.award .hero{display:-webkit-box;display:-ms-flexbox;display:flex}}.award .hero .hero_img{position:relative;top:auto;right:0;bottom:-1px;left:0;margin:auto auto 0 0}@media (max-width: 575.98px){.award .hero .hero_img{display:none}}.award .hero .hero_img.right{z-index:111;left:auto;float:right;margin:auto 0 0 auto;-webkit-transform:translateY(50%);transform:translateY(50%)}@media (min-width: 576px) and (max-width: 1023.98px){.award .hero .hero_img.right{width:14vw;height:auto}}.award.award-navy .hero_img.right path{fill:#182341}.award.award-pink .hero_img.right path{fill:#F05A8D}.award.award-sky .hero_img.right path{fill:#00C0F3}.award.award-ganic .hero_img.right path{fill:#57C0A2}.award.award-foil .hero_img.right path{fill:#B4D66B}.award.award-sunny .hero_img.right path{fill:#FAC817}.award.award-juicy .hero_img.right path{fill:#FECE35}.award.award-understate .hero_img.right path{fill:#A9BFD8}.award.award-darkgrey .hero_img.right path{fill:#969698}.award.award-lightgrey .hero_img.right path{fill:#D5D4D5}.award.award-lightblue .hero_img.right path{fill:#F0F9FB}.award.award-white .hero_img.right path{fill:white}a.skip-main{position:absolute;z-index:-999;top:auto;left:-999px;overflow:hidden;width:1px;height:1px}a.skip-main:focus,a.skip-main:active{font-size:1.2em;position:absolute;z-index:2000;top:10px;left:10px;overflow:auto;width:30%;max-width:450px;height:auto;margin:0;padding:20px;text-align:center;color:#FFFFFF;border:4px solid #00C0F3;background-color:#000000}.stats{position:relative;padding:150px 0}@media (min-width: 1024px){.stats{padding:150px 0 220px}}@media (max-width: 575.98px){.stats{padding:62px 0 0}}@media (prefers-reduced-motion: reduce){.stats *,.stats *::before,.stats *::after{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important;-webkit-animation-duration:0.001s !important;animation-duration:0.001s !important}}.stats .odometer-container{font-size:144px;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:11px auto;text-align:center;color:#182341}@media (max-width: 575.98px){.stats .odometer-container{font-size:62px}}@media (min-width: 576px) and (max-width: 1599.98px){.stats .odometer-container{font-size:9vw}}.stats .odometer-container span,.stats .odometer-container div{line-height:1;display:inline-block;vertical-align:middle}.stats .odometer-container em{font-style:normal;line-height:1;display:inline-block;vertical-align:middle}.stats .odometer-content{font-size:18px;font-weight:bold;line-height:27px;max-width:300px;margin:auto;text-align:center;color:black}@media (max-width: 575.98px){.stats .odometer-content{font-size:16px;line-height:26px;position:relative;margin-bottom:0;padding-bottom:100px}.stats .odometer-content:before{position:absolute;top:50%;right:0;left:0;width:100%;height:100%;content:"";-webkit-transform:translateY(-30%);transform:translateY(-30%);background-image:url("/courses/media/2019-template-assets/graphics/Group.svg");background-repeat:no-repeat;background-position:center}}.stats .odometer.odometer-auto-theme,.stats .odometer.odometer-theme-default{font-family:inherit}.stats.stats-pink .odometer-container{color:#F05A8D}.stats.stats-pink .top{fill:#f9b8ce}.stats.stats-sky .odometer-container{color:#00C0F3}.stats.stats-sky .top{fill:#5adcff}.stats.stats-ganic .odometer-container{color:#57C0A2}.stats.stats-ganic .top{fill:#a1dccb}.stats.stats-foil .odometer-container{color:#B4D66B}.stats.stats-foil .top{fill:#dcecbb}.stats.stats-sunny .odometer-container{color:#FAC817}.stats.stats-sunny .top{fill:#fcf690}.stats.stats-juicy .odometer-container{color:#FECE35}.stats.stats-juicy .top{fill:#ffe79a}.stats.stats-understate .odometer-container{color:#A9BFD8}.stats.stats-understate .top{fill:#eff3f8}.stats.stats-darkgrey .odometer-container{color:#969698}.stats.stats-darkgrey .top{fill:#c9c9cb}.stats.stats-lightgrey .odometer-container{color:#D5D4D5}.stats.stats-lightgrey .top{fill:#fff}.stats.stats-lightgrey .odometer-container{color:#D5D4D5}.stats.stats-lightgrey .top{fill:#eee}.stats.stats-lightblue{background:#182341}.stats.stats-lightblue .odometer-container{color:#F0F9FB}.stats.stats-lightblue .top{fill:#F0F9FB}.stats.stats-lightblue .odometer-content{color:#F0F9FB}.stats.stats-white{background:#182341}.stats.stats-white .odometer-container{color:white}.stats.stats-white .hero_img path{fill:#182341}.stats.stats-white .hero_img .top{fill:white}.stats.stats-white .odometer-content{color:#F0F9FB}.discover{position:relative;padding:91px 0 0;background:#f7f7f7}@media (max-width: 575.98px){.discover{padding:60px 0 0}}.discover .slider_block{width:100%;margin-right:auto;margin-bottom:69px;margin-left:auto}@media (min-width: 1024px){.discover .slider_block{width:984px;margin-right:57px;margin-left:auto}}@media (max-width: 1024px){.discover .slider_block{width:823px}}@media (max-width: 768px){.discover .slider_block{width:auto}}.discover .slider_block .slider_discover{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.discover .slider_block .slider_discover .slick-arrow{height:40px;width:40px;z-index:1}.discover .slider_block .slider_discover .slick-arrow::before{color:black;font-size:40px;opacity:1}.discover .slider_block .slider_discover .slick-next{right:10px}@media (min-width: 1024px){.discover .slider_block .slider_discover .slick-next{right:-40px}}.discover .slider_block .slider_discover .slick-prev{left:10px}@media (min-width: 1024px){.discover .slider_block .slider_discover .slick-prev{left:-40px}}@media (min-width: 768px){.discover .slider_block .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.discover .slider_block .slick-track .slick-slide{width:100%}@media (max-width: 767.98px){.discover .slider_block .slick-track .slick-slide{width:281px;min-width:281px;max-width:281px}}.discover .slider_block .slick-list{width:100%;margin:0 -15px}@media (max-width: 1024px){.discover .slider_block .slick-list{width:auto}}.discover .slider_block .item{position:relative;display:block;width:100%;margin:auto;padding:0 15px}@media (max-width: 1024px){.discover .slider_block .item{padding:0 10px}}.discover .slider_block .item a{display:block;width:100%;max-width:308px;margin-bottom:15px;background:white;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}@media (max-width: 1024px){.discover .slider_block .item a{min-width:261px;max-width:261px}}.discover .slider_block .item a:hover .img_wrap img{-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1)}.discover .slider_block .item .img_wrap{position:relative;display:block;overflow:hidden}.discover .slider_block .item .img_wrap:before{display:block;padding-bottom:100%;content:""}.discover .slider_block .item .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (prefers-reduced-motion: reduce){.discover .slider_block .item .img_wrap img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.discover .slider_block .content_wrap{font-size:22px;font-weight:300;line-height:1;display:block;padding:33px 27px;color:#4F4F4F}.discover .slider_block .content_wrap h3{font-size:inherit;font-weight:inherit;line-height:inherit}.discover .slider_block .content_fig{display:block;margin-bottom:24.25px}.discover h2{font-size:96px;font-weight:600;line-height:113px}@media (max-width: 575.98px){.discover h2{font-size:46px;font-weight:bold;line-height:normal;max-width:268px;margin-bottom:23px}}@media (min-width: 576px) and (max-width: 1599.98px){.discover h2{font-size:5vw;line-height:5.1vw}}.discover .hero_heading{position:relative;z-index:11;display:block;margin-bottom:30px;margin-left:3%;padding-bottom:112px;color:#182341}.discover .hero_heading h2{font-size:96px;font-weight:600;line-height:113px;color:inherit}@media (max-width: 575.98px){.discover .hero_heading h2{font-size:46px;font-weight:bold;line-height:normal;max-width:268px;margin-bottom:23px}}@media (min-width: 576px) and (max-width: 1599.98px){.discover .hero_heading h2{font-size:5vw;line-height:5.1vw}}.discover .hero_heading h2 a{color:inherit}.discover .hero_heading p{font-size:16px;line-height:1.6;color:inherit}@media (min-width: 768px){.discover .hero_heading p{font-size:24px}}@media (min-width: 1024px){.discover .hero_heading p{font-size:36px}}@media (max-width: 1024px){.discover .hero_heading{width:813px;max-width:100%;margin:auto;padding-bottom:42px}}.discover .longarrow{position:absolute;bottom:75%;left:0;padding-bottom:55px}@media (min-width: 1024px){.discover .longarrow{max-width:none;margin-left:0}}@media (min-width: 1440px){.discover .longarrow{bottom:100%}}@media (max-width: 1023.98px){.discover .longarrow{display:none}}@media (min-width: 1024px){.discover .longarrow+h2{margin-top:40px}}.discover.bg-navy .hero_heading,.discover.bg-pink .hero_heading,.discover.bg-sky .hero_heading,.discover.bg-ganic .hero_heading,.discover.bg-foil .hero_heading,.discover.bg-understate .hero_heading,.discover.bg-darkgrey .hero_heading{color:white}.discover.bg-navy .longarrow svg path,.discover.bg-pink .longarrow svg path,.discover.bg-sky .longarrow svg path,.discover.bg-ganic .longarrow svg path,.discover.bg-foil .longarrow svg path,.discover.bg-understate .longarrow svg path,.discover.bg-darkgrey .longarrow svg path{fill:white}.discover.bg-pink .fig_01 svg path{fill:#182341}.discover.bg-sky .fig_02 svg path{fill:#182341}.happen{position:relative;z-index:0;overflow:hidden;padding:120px 0}@media (min-width: 768px){.happen{overflow:visible;padding:140px 0}}@media (min-width: 1024px){.happen{padding:220px 0}}@media (min-width: 1440px){.happen{padding:300px 0}}.happen .bg{position:absolute;z-index:-1;top:0;right:-50%;left:-50%;height:100%;margin:auto;-webkit-transform:scale(0);transform:scale(0)}@media (max-width: 767.98px){.happen .bg{max-width:200%;height:100%}}.happen .bg.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}@media (min-width: 768px){.happen .btn-lg{font-size:18px;font-weight:bold;line-height:27px;width:283px;padding:25px}}@media (min-width: 1024px){.happen .btn-lg{width:350px}}.happen h2{margin-bottom:31px}.happen .group_btn{margin-bottom:50px}@media (max-width: 575.98px){.happen .group_btn{margin-bottom:30px}.happen .group_btn .btn{display:block;width:100%;margin-bottom:10px}}.happen .link{font-size:18px;display:inline-block}.component-search{position:relative;width:100%;padding:127px 0 40px;background-image:url("/courses/media/2019-template-assets/graphics/courses_bg.svg");background-repeat:no-repeat;background-position:top left}@media (min-width: 576px){.component-search{padding:127px 0;background-image:url("/courses/media/2019-template-assets/graphics/courses_bg_desktop.svg");background-size:15vw auto}}@media (max-width: 767.98px){.component-search.component-search--course-check.results{padding:127px 0 15px}}.component-search .container{max-width:calc(1088px + 30px)}.component-search .btn--view-a-z-courses{font-size:18px;line-height:28px;display:inline-block;padding:0 0 40px;text-transform:uppercase}.component-search .btn--view-a-z-courses svg{line-height:28px;display:inline-block;height:28px;margin-left:8px}.component-search .nav-tabs{border:none}.component-search .nav-item:not(:last-child){margin:0 23px 0 0}@media (max-width: 767.98px){.component-search .nav-item:not(:last-child){margin:0 20px 0 0}}.component-search .nav-item-link{font-size:18px;font-weight:bold;padding:8px 0;text-transform:uppercase;color:#A9BFD8;border:none;border-bottom:solid 3px #A9BFD8;background:transparent}@media (max-width: 767.98px){.component-search .nav-item-link{font-size:16px;padding:4px 0}}.component-search .nav-item-link.active{color:#182341;border-bottom:solid 3px #FECE35;background:transparent}.component-search .nav .btn-link{text-transform:uppercase}@media (max-width: 767.98px){.component-search .nav .btn-link{font-size:14px;font-weight:500 !important;line-height:21px;color:#182341 !important}.component-search .nav .btn-link svg{display:inline-block;width:12px;height:auto;vertical-align:initial}.component-search .nav .btn-link svg path{stroke:#182341}}.component-search .nav .input-group{margin:24px 0}@media (max-width: 767.98px){.component-search .nav .input-group{margin:15px 0}.component-search .nav .input-group .form-control-xl,.component-search .nav .input-group .btn-xl{font-size:16px;height:51px;padding:10px 11px}.component-search .nav .input-group .btn-xl svg{width:25px;height:auto}.component-search .nav .input-group .btn-xl circle,.component-search .nav .input-group .btn-xl line{stroke:#FECE35}}.component-search .nav h2{font-size:16px;line-height:26px;margin-bottom:46px;color:#182341}@media (min-width: 768px){.component-search .nav h2{font-size:36px;font-weight:300;margin-top:32px;margin-bottom:64px}}@media (min-width: 576px){.component-search .nav .filter-wrap{padding-bottom:56px;border-bottom:1px solid #A9BFD8}}.component-search .nav .item-result{font-size:18px;font-weight:bold;padding:39px 0 54px;color:#182341;border-bottom:solid 1px #A9BFD8}@media (max-width: 1023.98px){.component-search .nav .item-result{font-size:14px;padding:26px 0 24px}.component-search .nav .item-result h4{font-size:22px;line-height:26px;margin-bottom:3px}.component-search .nav .item-result .highlight{color:inherit}}.component-search .nav .item-result .result-details{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.component-search .nav .item-result h4{font-size:30px;font-weight:bold;line-height:35px;margin-bottom:30px;color:inherit}.component-search .nav .item-result span{font-weight:500}.component-search .nav .item-result .highlight{color:#F05A8D}.component-search .nav .filter{margin-bottom:71px}.component-search .nav.v2{background-image:none}.component-search .nav.v2 .hero_img{position:absolute;top:50%;right:-24px;-webkit-transform:translateY(calc(-50% - 24px)) translateX(100%);transform:translateY(calc(-50% - 24px)) translateX(100%);opacity:0}.component-search .nav.v2 .lazyloaded .hero_img{-webkit-transform:translateY(calc(-50% - 24px)) translateX(0%);transform:translateY(calc(-50% - 24px)) translateX(0%);opacity:1}.component-search .form-control-xl{font-size:20px;font-weight:300;line-height:30px;height:85px;padding:24px;color:#828282;border:solid 1px #E0E0E0;border-radius:0}.component-search .btn-xl{font-size:20px;line-height:37px;height:85px;padding:24px 20px;border-color:#E0E0E0;border-radius:0}.component-search .course-banner-buttons .btn.btn--login{line-height:1;height:auto;padding:5px 0}.component-search .input-group .btn-xl{border-left:none}.component-search .input-group .form-control-xl{border-right:none}.component-search #search-result-count{text-align:right;display:block}.component-search--our-staff{background-image:none}.component-search--our-staff .navbar.navbar-default{display:none}.component-search--our-staff .visible-print{display:none}.component-search--our-staff #faceted-nav-tabs{display:block;width:100%;margin-top:40px;padding:0}.component-search--our-staff #faceted-nav-tabs ul{width:100%;table-layout:fixed;list-style-type:none}@media (min-width: 1024px){.component-search--our-staff #faceted-nav-tabs ul{display:table}}.component-search--our-staff #faceted-nav-tabs ul li{display:table-cell;width:16.666666%;text-align:center}@media (min-width: 768px){.component-search--our-staff #faceted-nav-tabs ul li{width:6.666666%}}@media (min-width: 1024px){.component-search--our-staff #faceted-nav-tabs ul li{width:auto}}.component-search--our-staff #faceted-nav-tabs ul li a{display:block;padding:10px}.component-search--our-staff #faceted-nav-tabs ul li.active,.component-search--our-staff #faceted-nav-tabs ul li:hover{background-color:#F05A8D}.component-search--our-staff #faceted-nav-tabs ul li.active a,.component-search--our-staff #faceted-nav-tabs ul li:hover a{font-weight:bold;color:#fff}.component-search--our-staff #search-results .dropdown-toggle{display:none}.component-search--our-staff #search-results .result{padding:30px 0;border-bottom:1px solid #A9BFD8;overflow:auto}.component-search--our-staff #search-results .result .listing-image .image{float:right;clear:both;width:70px;margin-left:20px}@media (min-width: 768px){.component-search--our-staff #search-results .result .listing-image .image{width:135px}}@media (min-width: 1024px){.component-search--our-staff #search-results .result .listing-image .image{width:200px}}.component-search--our-staff #search-results .result .listing-image .image img{width:100%}.component-search--our-staff #search-results .result .listing-details h4 a{font-size:22px;color:#F05A8D}.component-search--our-staff #search-results .result .listing-details p strong{color:#182341}.component-search--our-staff #search-results .result .listing-details p:last-of-type{margin-bottom:0}.component-search--our-staff #search-results .result .listing-details dl.dl-horizontal{display:none}.component-search--our-staff #search-result-count{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #A9BFD8}.component-search--our-staff #search-facets-breadcrumb{display:none}.component-search--websearch #search-result-count{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #A9BFD8}.component-search--websearch .tag-container{display:none}.component-search--websearch #facet-1{display:block !important}.component-search--course-check .course-search-results>li{padding-bottom:20px}.component-search--course-check .course-search-results>li>a{padding:0}.component-search--course-check .course-search-results>li .alert h3{font-size:18px;margin-bottom:10px}.component-search--course-check .course-search-results ul.check{list-style-type:none;margin:0;padding:0}.component-search--course-check .course-search-results ul.check li{border:none}.component-search--news .navbar.navbar-default{display:none}.component-search--news .visible-print{display:none}.component-search--news #faceted-nav-tabs{display:block;width:100%;margin-top:40px;padding:0}.component-search--news #faceted-nav-tabs ul{width:100%;table-layout:fixed;list-style-type:none}@media (min-width: 1024px){.component-search--news #faceted-nav-tabs ul{display:table}}.component-search--news #faceted-nav-tabs ul li{display:table-cell;width:16.666666%;text-align:center}@media (min-width: 768px){.component-search--news #faceted-nav-tabs ul li{width:6.666666%}}@media (min-width: 1024px){.component-search--news #faceted-nav-tabs ul li{width:auto}}.component-search--news #faceted-nav-tabs ul li a{display:block;padding:10px}.component-search--news #faceted-nav-tabs ul li.active,.component-search--news #faceted-nav-tabs ul li:hover{background-color:#F05A8D}.component-search--news #faceted-nav-tabs ul li.active a,.component-search--news #faceted-nav-tabs ul li:hover a{font-weight:bold;color:#fff}.component-search--news #search-results .dropdown-toggle{display:none}.component-search--news #search-results .result{padding:30px 0;border-bottom:1px solid #A9BFD8}.component-search--news #search-results .result .listing-image .image{float:left;clear:both;width:70px;margin-right:20px;margin-bottom:20px}@media (min-width: 768px){.component-search--news #search-results .result .listing-image .image{width:135px}}@media (min-width: 1024px){.component-search--news #search-results .result .listing-image .image{width:200px}}.component-search--news #search-results .result .listing-image .image img{width:100%}.component-search--news #search-results .result .listing-details h4 a{font-size:22px;color:#F05A8D}.component-search--news #search-results .result .listing-details p strong{color:#182341}.component-search--news #search-results .result .listing-details p:last-of-type{margin-bottom:0}.component-search--news #search-results .result .listing-details dl.dl-horizontal{display:none}.component-search--news #search-result-count{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #A9BFD8}.component-search--news #search-facets-breadcrumb{display:none}.component-search--news .navbar.navbar-default{display:none}.heading+.component-search--our-staff{padding:40px 0}.course-types{padding:40px 0 50px;background:#F7F7F7}@media (min-width: 576px){.course-types{padding:115px 0 145px}}.course-types .container{z-index:222;max-width:1600px}.course-types h2{margin:0 0 40px;color:#182341}@media (min-width: 576px){.course-types h2{margin:0 0 100px}}@media (min-width: 768px) and (max-width: 1199.98px){.course-types article.col-md-3{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.course-types article{margin-bottom:10px}@media (min-width: 768px){.course-types article{margin-bottom:30px}}.course-types article a{display:block;width:100%;height:100%;background:white;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}.course-types article .img_wrap{display:block}.course-types article .img_wrap img{width:100%;max-width:100%}.course-types article .content_wrap{display:block;padding:25px 32px}.course-types article .content_wrap h3{font-size:30px;font-weight:bold;line-height:32px;margin-top:25px;color:#182341}@media (min-width: 576px) and (max-width: 1199.98px){.course-types article .content_wrap h3{font-size:24px}}.course-types .slick-slider{margin:0}.course-types .slick-slider .slick-list{margin:0 -7.5px}.course-types .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.course-types .slick-track .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.course-types .slick-track article{width:100%;max-width:100%;padding:0 7.5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media (max-width: 575.98px){.course-types .slick-track article a{width:261px !important}}@media (max-width: 767.98px){.course-types .slick-track .content_wrap{padding:20px}.course-types .slick-track .content_wrap h3{font-size:16px;line-height:26px;margin:14px 0 5px}}@media (max-width: 767.98px){.course-types .row>article a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width: 767.98px){.course-types .row>article .img_wrap{position:relative;overflow:hidden;width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.course-types .row>article .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;width:auto;max-width:none;height:100%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.course-types .row>article .img_wrap:before{display:block;padding-bottom:100%;content:""}}@media (max-width: 767.98px){.course-types .row>article .content_wrap{position:relative;width:70%;height:100%}.course-types .row>article .content_wrap h3{font-size:20px;line-height:26px;margin:auto}.course-types .row>article .content_wrap svg{position:absolute;z-index:1;top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}}@media (max-width: 575.98px){.course-types .row>article .content_wrap h3{font-size:16px}}.course-types .slick-dots{top:100%;bottom:auto;margin-top:20px}.course-types.v2{background:#A9BFD8}.course-types.v2 div.d-none{display:block !important}@media (min-width: 768px){.course-types.v2 .img_wrap{position:relative;display:block;overflow:hidden;height:208px}.course-types.v2 .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;width:auto;min-width:100%;max-width:none;height:100%;margin:auto;-o-object-fit:cover;object-fit:cover;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.course-types.v2 .course_search{margin-bottom:40px !important;border:solid 1px #969698;border-radius:2px}.course-types.v2 .course_search input,.course-types.v2 .course_search .btn{height:50px}.course-types.v2 h2{color:white}.course-types.v2 .d-md-inline-block{width:100%}@media (min-width: 768px){.course-types.v3 .img_wrap{position:relative;display:block;overflow:hidden;height:208px}.course-types.v3 .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;width:auto;min-width:100%;max-width:none;height:100%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.course-types.v3 h2{width:100%}.course-types.research{position:relative}.course-types.research .hero_img{position:absolute;left:0;max-width:16vw;-webkit-transform:translateY(-55%);transform:translateY(-55%)}.course-types.research .hero_img svg{max-width:100%;height:auto}.course-types.course-navy{background:#182341}.course-types.course-navy h2{color:white}.course-types.course-pink{background:#F05A8D}.course-types.course-pink h2{color:white}.course-types.course-sky{background:#00C0F3}.course-types.course-sky h2{color:white}.course-types.course-ganic{background:#57C0A2}.course-types.course-ganic h2{color:white}.course-types.course-foil{background:#B4D66B}.course-types.course-foil h2{color:white}.course-types.course-sunny{background:#FAC817}.course-types.course-sunny h2{color:#182341}.course-types.course-juicy{background:#FECE35}.course-types.course-understate{background:#A9BFD8}.course-types.course-understate h2{color:white}.course-types.course-darkgrey{background:#969698}.course-types.course-darkgrey h2{color:white}.course-types.course-lightgrey{background:#F7F7F7}.course-types.course-lightgrey h2{color:#182341}.course-types.course-lightblue{background:#F0F9FB}.course-types.course-white{background:white}.course-types.course-white h2{color:#182341}@media (min-width: 1024px){.secondary-nav+.course-types.v2{margin-top:-15px}}.course-types--play .img_wrap{position:relative}.course-types--play .img_wrap svg{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.order-prospectus{display:block}@media (min-width: 768px){.order-prospectus{position:relative;height:645px}.order-prospectus:after{position:absolute;z-index:0;top:0;right:0;left:0;height:100%;content:"";background-color:rgba(46,48,97,0.4)}.order-prospectus .container{height:inherit}.order-prospectus .wrapper{position:relative;overflow:hidden;height:100%}.order-prospectus .wrapper .section_bg{position:absolute;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.order-prospectus h1{font-size:96px;font-weight:bold;line-height:1.1;margin-bottom:30px}.order-prospectus .subtitle{font-size:36px;line-height:51px;display:block;margin-bottom:30px}.order-prospectus .overlay_content{position:absolute;z-index:11;top:50%;right:10%;max-width:685px;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.order-prospectus .longarrow{margin:auto}}@media (max-width: 767.98px){.order-prospectus{background:#182341}.order-prospectus .wrapper{overflow:hidden}.order-prospectus .section_bg{max-width:100%}.order-prospectus .overlay_content{position:relative;z-index:11;padding-bottom:57px}.order-prospectus .overlay_content:before{position:absolute;z-index:-1;right:-50%;bottom:100%;left:-50%;width:110vw;height:60vw;margin:auto auto -46vw;content:"";-webkit-transform:rotate(-7deg);transform:rotate(-7deg);background:#182341}.order-prospectus a{display:block}.order-prospectus h1{font-size:46px;font-weight:bold;line-height:1.2;margin-bottom:19px}.order-prospectus .subtitle{font-size:16px;line-height:26px;display:block;margin-bottom:37px}}.order-prospectus .subtitle,.order-prospectus h1{color:white}.component-course-overview{position:relative;display:block;background-image:cover}@media (min-width: 1440px){.component-course-overview h1{font-size:100px;font-weight:bold;line-height:1;color:white}}@media (min-width: 1024px){.component-course-overview .intro{font-size:38px;line-height:58px}}@media (min-width: 768px){.component-course-overview .row>div[class*="md-7"]{margin-top:-63px}.component-course-overview .row>div[class*="md-7"] .intro{margin-top:80px}.component-course-overview .button-link.white{font-size:14px;font-weight:bold;margin-top:52px;padding-bottom:32px;letter-spacing:0.1em;text-transform:uppercase;color:white}.component-course-overview .button-link.white svg{-webkit-transform:translateX(-30px);transform:translateX(-30px)}.component-course-overview .button-link.pink{font-size:16px;font-weight:bold;line-height:28px;color:#F05A8D}.component-course-overview .button-link.pink svg{-webkit-transform:translateX(-30px);transform:translateX(-30px)}.component-course-overview .m-yellow-wrap{color:white}.component-course-overview .m-yellow-wrap .button-link{font-weight:bold}.component-course-overview .m-yellow-wrap .title{font-size:22px}.component-course-overview .m-white-wrap{position:relative;z-index:2;margin-top:43px;color:white;border-top:1px dotted white}.component-course-overview .m-white-wrap a{color:inherit}.component-course-overview .m-white-wrap .col-md-5{border:1px dotted white;border-top:none}.component-course-overview .m-white-wrap ul{max-width:416px;margin:30px auto;padding:0 10px}.component-course-overview .m-white-wrap ul li{font-size:16px;margin-bottom:10px}.component-course-overview .m-white-wrap ul li a{border-bottom:dotted 1px}.component-course-overview .m-white-wrap ul li a svg{display:none}.component-course-overview .m-white-wrap ul li b,.component-course-overview .m-white-wrap ul li strong{float:left;width:50%}.component-course-overview .intro{font-size:32px;font-weight:300;line-height:48px;max-width:720px;margin-top:30px;padding-right:10px}}@media (max-width: 767.98px){.component-course-overview .m-yellow-wrap{font-size:16px;line-height:26px;position:relative;margin:0 -15px;padding:30px 20px 50px;background:#FECE35}.component-course-overview .m-yellow-wrap h1{font-size:46px;font-weight:bold;line-height:54px;margin-bottom:20px}.component-course-overview .m-yellow-wrap .col-12,.component-course-overview .m-yellow-wrap .latest_news .list.v1 .item,.latest_news .list.v1 .component-course-overview .m-yellow-wrap .item{position:static}.component-course-overview .m-yellow-wrap .title{margin-bottom:20px}.component-course-overview .m-yellow-wrap .btn-pink{font-size:16px;line-height:26px;position:absolute;z-index:11;right:0;bottom:100%;height:50px;padding:12px 34px;text-transform:uppercase}.component-course-overview .m-yellow-wrap .button-link{font-size:16px;font-weight:normal;line-height:19px;color:black}.component-course-overview .m-yellow-wrap .button-link .text-left{padding-left:10px}.component-course-overview .m-yellow-wrap .button-link span{display:-webkit-box;display:-ms-flexbox;display:flex}.component-course-overview .m-yellow-wrap .button-link.pink{margin-top:40px}.component-course-overview .m-yellow-wrap .button-link.white{font-size:12px;font-weight:bold;line-height:14px;margin-bottom:12px;letter-spacing:0.1em;text-transform:uppercase}.component-course-overview .m-yellow-wrap .course-banner-buttons{position:static}.component-course-overview .m-yellow-wrap .course-banner-buttons .btn{width:auto}.component-course-overview .m-yellow-wrap .course-banner-buttons .btn.btn--login{margin-top:15px;color:#212529}.component-course-overview .list-unstyled{margin:50px 5px 30px}.component-course-overview .list-unstyled li{font-size:14px;line-height:23px;overflow:hidden;margin-bottom:5px}.component-course-overview .list-unstyled a{color:black}.component-course-overview .list-unstyled b{float:left;width:155px}}@media (min-width: 768px) and (max-width: 1439.98px){.component-course-overview h1{font-size:11vw;font-weight:bold;line-height:1;color:white}}.component-course-overview .list-unstyled li{display:-webkit-box;display:-ms-flexbox;display:flex}.component-course-overview .list-unstyled li b,.component-course-overview .list-unstyled li span{-webkit-box-flex:1;-ms-flex:1;flex:1}.component-course-overview .container{width:1360px;max-width:100%}@media (min-width: 768px){.component-course-overview .container{max-width:95%}}.component-course-overview .video-wrapper{position:relative;z-index:13;max-width:678px}@media (min-width: 1024px){.component-course-overview .video-column{-webkit-transform:translateY(-35%);transform:translateY(-35%)}}.component-course-overview .img_wrap{position:relative;background:rgba(2,13,53,0.7)}@media (min-width: 768px){.component-course-overview .img_wrap img{mix-blend-mode:multiply}}@media (max-width: 767.98px){.component-course-overview .img_wrap img{max-width:100%}}.component-course-overview .img_wrap:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:"";background:linear-gradient(301.42deg, rgba(91,106,135,0.9) -.49%, rgba(0,0,0,0) 42.73%);mix-blend-mode:overlay}@supports not (mix-blend-mode: multiply){.component-course-overview .img_wrap:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:"";background:rgba(2,13,53,0.7)}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.component-course-overview .img_wrap:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:"";background:rgba(2,13,53,0.7)}}.component-course-overview-footer{position:relative;z-index:11;padding-top:245px;padding-bottom:87px;color:#182341;background:white}@media (min-width: 1024px){.component-course-overview-footer{padding-right:30px;padding-left:20px}}@media (max-width: 767.98px){.component-course-overview-footer{padding-top:40px;padding-bottom:30px}}@media (max-width: 1023.98px){.component-course-overview-footer .media{-ms-flex-wrap:wrap;flex-wrap:wrap}}.component-course-overview-footer .media-body{font-size:32px;font-weight:300;line-height:43px;position:relative;padding-top:20px}@media (max-width: 1023.98px){.component-course-overview-footer .media-body{font-size:16px;line-height:23px;padding-left:50px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.component-course-overview-footer .media-body strong{font-size:100%}}.component-course-overview-footer .media-body:before,.component-course-overview-footer .media-body:after{position:absolute;width:50px;height:50px;content:"";background-repeat:no-repeat}.component-course-overview-footer .media-body:before{top:0;left:-50px;background-image:url("/courses/media/2019-template-assets/graphics/download-(2).svg")}@media (max-width: 1023.98px){.component-course-overview-footer .media-body:before{left:0}}.component-course-overview-footer .media-body:after{right:-10px;bottom:0;background-image:url("/courses/media/2019-template-assets/graphics/download-(1)-(1).svg")}@media (max-width: 767.98px){.component-course-overview-footer .media-body:after{display:none}}.component-course-overview-footer .media-body strong{font-size:130%;font-weight:bold}.component-course-overview-footer .media-image{position:relative;margin-right:3%}@media (max-width: 1023.98px){.component-course-overview-footer .media-image{-webkit-transform:translateX(-50px);transform:translateX(-50px)}}@media (max-width: 767.98px){.component-course-overview-footer .media-image{max-width:calc(100% - 60px)}}.component-course-overview-footer .media-image:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;content:"";background:url("/courses/media/2019-template-assets/graphics/mask-white.png");background-size:100%}.component-course-overview-footer .media-image:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:auto;height:100%;content:"";background:url("/courses/media/2019-template-assets/graphics/fig.svg");background-repeat:no-repeat;background-position:center right}@media (max-width: 767.98px){.component-course-overview-footer .media-image:after{background-size:auto 70%}}.component-course-overview-footer .media-image img{z-index:-1;max-width:100%;border:solid 2px white}.component-course-overview-footer .media-footer{font-size:14px;font-weight:500;line-height:25px;margin-top:50px}.component-course{position:relative;margin-top:0;padding-bottom:20px}@media (min-width: 768px){.component-course{padding-top:20px;padding-bottom:80px}}.component-course--no-video+section[class*="course"]{padding-top:0}@media (min-width: 768px){.component-course--no-video+section[class*="course"]{padding-top:40px}}@media (min-width: 1024px){.component-course--no-video+section[class*="course"]{padding-top:110px;padding-bottom:110px}}@media (min-width: 768px){.component-course+div,.component-course+section{padding-top:150px}}@media (min-width: 1024px){.component-course+div,.component-course+section{padding-top:200px}}@media (min-width: 1200px){.component-course+div,.component-course+section{padding-top:245px}}.component-course-overview__bg{position:relative;padding-bottom:300px;background-size:cover}@media (min-width: 576px){.component-course-overview__bg{padding-bottom:400px}}@media (min-width: 768px){.component-course-overview__bg{position:absolute;top:0;left:0;width:100%;height:100%;padding-bottom:0}}@media (min-width: 768px){.component-course-overview__bg{display:block}}@media (max-width: 767.98px){.component-course-overview__bg:before{position:absolute;z-index:111;right:0;bottom:50px;content:"";border-top:56.68px solid transparent;border-right:56.68px solid #00C0F3;border-bottom:56.68px solid transparent}}.component-course-overview__bg:after{position:absolute;top:0;left:0;display:none;width:100%;height:100%;content:"";background:rgba(2,13,53,0.7)}@media (min-width: 768px){.component-course-overview__bg:after{display:block}}.component-course-overview__wrap{position:relative}.video-column--overflow{z-index:20}@media (min-width: 768px){.video-column--overflow{position:absolute;bottom:0;width:calc(100% - 41.66667%);padding-right:30px;-webkit-transform:translateY(50%);transform:translateY(50%)}}@media (min-width: 1200px){.video-column--overflow{padding-right:50px}}@media (min-width: 1600px){.video-column--overflow{left:calc((100% - 1380px) / 2);width:50%;margin:auto;padding:0 15px}}.video-column--overflow>.video-wrapper{max-width:680px}.course-module{padding:130px 0 112px;color:black;background:white}@media (min-width: 1024px){.course-module{background:#F7F7F7}}@media (max-width: 1023.98px){.course-module{padding:40px 5px}.course-module+.course-module{padding:40px 5px}}.course-module+.course-module{padding:8px 5px 120px}@media (min-width: 1024px){.course-module .container-fluid{padding-right:30px;padding-left:20px}}@media (max-width: 1023.98px){.course-module .media{-ms-flex-wrap:wrap;flex-wrap:wrap}}.course-module .media-block{color:#182341}@media (min-width: 1024px){.course-module .media-block{width:380px;margin-right:92px;text-align:right}.course-module .media-block h2{font-size:48px;font-weight:300;line-height:56px}.course-module .media-block h2 .text-big{font-weight:bold}}@media (max-width: 1023.98px){.course-module .media-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.course-module .media-block h2{font-size:32px;line-height:37px;margin-bottom:45px}}.course-module .media-body h3{margin-bottom:20px;color:#00C0F3}@media (min-width: 1024px){.course-module .media-body h3{font-size:48px;font-weight:900;line-height:56px}}@media (max-width: 1023.98px){.course-module .media-body h3{font-size:32px;line-height:37px}}.course-module .media-body p{font-size:18px;line-height:30px;color:#333333}@media (max-width: 1023.98px){.course-module .media-body p{font-size:16px;line-height:26px}}.course-module .media-body p.punchline{margin:32px 0 0}.course-module .media-body .muted-text{font-size:14px;line-height:20px;margin-bottom:32px;text-transform:uppercase;color:#969698}@media (max-width: 1023.98px){.course-module .media-body .muted-text{font-size:16px}}.course-module .media-body .continue-reading{display:-webkit-box;display:-ms-flexbox;display:flex;text-transform:uppercase;color:#333333;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 1023.98px){.course-module .media-body .continue-reading{font-size:16px;line-height:26px;text-transform:none;color:#00C0F3}}.course-module .media-body .continue-reading svg{margin-left:9px}.nav-tabs-custom{margin-bottom:33px}@media (max-width: 1023.98px){.nav-tabs-custom{margin-top:-25px}}.nav-tabs-custom .nav-link{font-size:32px;font-weight:bold;line-height:37px;padding:5px 0 10px;text-transform:uppercase;color:#A9BFD8;border-bottom:solid 6px #A9BFD8}@media (max-width: 1023.98px){.nav-tabs-custom .nav-link{font-size:16px;line-height:19px;color:#A9BFD8;border-bottom-width:2px}.nav-tabs-custom .nav-link.active,.nav-tabs-custom .nav-link:hover{color:#182341;border-color:#182341}}.nav-tabs-custom .nav-link+.nav-link{margin-left:33px}.nav-tabs-custom .nav-link.active,.nav-tabs-custom .nav-link:hover{color:#F05A8D;border-color:#F05A8D}.accordion>.card{font-size:16px;line-height:1.4;margin-bottom:15px;color:#000;border:solid 1px #D5D4D5 !important;border-radius:0;background:transparent}.accordion>.card .card-header{margin-bottom:0}.accordion .card-header{font-size:18px;font-weight:500;line-height:0.96;padding:0;color:#182341;border-bottom:none;background:transparent}.accordion .card-header h2{line-height:1}.accordion .card-header .btn{font-size:18px;font-weight:500;line-height:0.96;position:relative;display:inline-block;width:100%;padding:30px 20px;text-align:left;color:inherit;border:none}@media (max-width: 1023.98px){.accordion .card-header .btn{font-size:16px;line-height:19px;padding:11.5px 38px 11.5px 16px}.accordion .card-header .btn svg{width:15px}}.accordion .card-header .btn span{position:absolute;top:50%;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.accordion .card-header .btn .minus{display:none}.accordion .card-header .btn:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;-webkit-box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15);box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15)}.accordion .card-header .btn:not(.collapsed) .minus{display:inline-block;vertical-align:middle}.accordion .card-header .btn:not(.collapsed) .plus{display:none}.module-details--location{padding-top:20px;padding-bottom:20px}.module-details--location .module-details__label{float:left}.module-details--location .module-details__value{display:block;padding-left:80px}@media (min-width: 1024px){.cta-group{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.course-banner-buttons{position:absolute;top:-70px;right:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}@media (min-width: 768px){.course-banner-buttons{position:relative;top:20px}}@media (min-width: 1024px){.course-banner-buttons{position:relative;top:0;max-width:300px;margin-top:30px}}.course-banner-buttons .btn{width:100%}@media (min-width: 768px){.course-banner-buttons .btn-xl{padding:20px 10px}}.btn.btn--login{font-size:16px;line-height:26px;margin:0;text-transform:capitalize;color:#F05A8D}.career-paths{padding-top:130px;padding-bottom:130px;}@media (max-width: 767.98px){.career-paths{margin-top:-20px;padding-bottom:10px;}}@media (max-width: 575.98px){.career-paths{padding-top:220px}}.career-paths .section-title{font-size:18px;line-height:25px;max-width:805px;margin-right:auto;margin-bottom:40px;margin-left:auto;color:#182341}.career-paths .section-title h2{font-size:48px;line-height:51px;margin-bottom:20px}@media (max-width: 575.98px){.career-paths .section-title h2{width:120px}}.baubles{position:relative;width:960px;height:610px;margin:0 auto}@media (min-width: 1440px){.baubles{margin:140px auto 70px;-webkit-transform:scale(1.4);transform:scale(1.4)}}.baubles:after{position:absolute;z-index:1;top:0;left:46px;width:846px;height:541px;content:""}.baubles__title{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:18px;font-weight:700;line-height:0.96;position:absolute;width:80%;text-align:center;color:white}.baubles__outer{position:absolute}.baubles__outer>a{position:relative;z-index:2;display:block;width:100%;height:100%;border-radius:500px}.baubles__outer--main{position:absolute;z-index:3;top:246px;left:457px;width:100px;height:100px}@media (max-width: 1023.98px){.baubles__outer--main{left:350px}}.baubles__outer--main:hover a{pointer-events:none}.baubles__outer--general{position:absolute;z-index:2;width:135px;height:135px}.baubles__outer--general:before{position:absolute;width:2px;content:"";background-color:#D5D4D5}.baubles__outer--one{top:50px;left:296px}@media (max-width: 1023.98px){.baubles__outer--one{left:238px}}.baubles__outer--one:before{top:70px;left:143px;height:200px;-webkit-transform:rotate(-41deg);transform:rotate(-41deg)}.baubles__outer--two{top:474px;left:543px}@media (max-width: 1023.98px){.baubles__outer--two{left:450px}}.baubles__outer--two:before{bottom:67px;left:10px;height:265px;-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}.baubles__outer--three{top:365px;left:295px}@media (max-width: 1023.98px){.baubles__outer--three{left:196px}}.baubles__outer--three:before{right:-20px;bottom:67px;height:175px;-webkit-transform:rotate(46deg);transform:rotate(46deg)}.baubles__outer--four{top:69px;left:572px}@media (max-width: 1023.98px){.baubles__outer--four{left:450px}}.baubles__outer--four:before{top:83px;left:-20px;height:175px;-webkit-transform:rotate(39deg);transform:rotate(39deg)}.baubles__outer--four:after{position:absolute;top:-60px;left:60px;width:194px;height:135px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/extend-four.png");background-repeat:no-repeat;background-size:contain}.baubles__outer--five{top:200px;left:824px}@media (max-width: 1023.98px){.baubles__outer--five{left:600px}}.baubles__outer--five:before{top:-100px;right:250px;height:365px;-webkit-transform:rotate(85deg);transform:rotate(85deg)}@media (max-width: 1023.98px){.baubles__outer--five:before{top:-90px;right:200px;height:355px}}.baubles__outer--six{top:255px;left:0}.baubles__outer--six:before{top:-150px;left:290px;height:415px;-webkit-transform:rotate(86deg);transform:rotate(86deg)}@media (max-width: 1023.98px){.baubles__outer--six:before{height:380px;left:230px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.baubles__outer--six:after{position:absolute;top:80px;left:80px;width:90px;height:98px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/extend-six.png");background-repeat:no-repeat;background-size:contain}.baubles__outer--seven{top:319px;left:617px}@media (max-width: 1023.98px){.baubles__outer--seven{top:350px;left:560px}}.baubles__outer--seven:before{top:-80px;right:160px;height:215px;-webkit-transform:rotate(118deg);transform:rotate(118deg)}.baubles__outer--eight{top:103px;left:90px}.baubles__outer--eight:before{top:-37px;left:250px;height:350px;-webkit-transform:rotate(109deg);transform:rotate(109deg)}@media (max-width: 1023.98px){.baubles__outer--eight:before{top:-10px;left:200px;height:300px;-webkit-transform:rotate(120deg);transform:rotate(120deg)}}.baubles__outer--eight:after{position:absolute;top:-90px;right:20px;width:157px;height:165px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/extend-eight.png");background-repeat:no-repeat;background-size:contain}.baubles__outer--pink a{background-color:#F05A8D}.baubles__outer--navy a{background-color:#182341}.baubles__outer--juicy a{background-color:#FECE35}.baubles__outer--foil a{background-color:#B4D66B}.baubles__outer--sky a{background-color:#00C0F3}.baubles__outer--understate a{background-color:#A9BFD8}.baubles__outer--ganic a{background-color:#57C0A2}.baubles__outer--darkgrey a{background-color:#969698}.career-paths .inline-responsive-iframe{position:relative;overflow:hidden;height:0;margin-bottom:30px;padding-bottom:56.25%}.career-paths .inline-responsive-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}.tutors{position:relative;z-index:2;padding-top:100px;padding-bottom:160px;background:white}@media (max-width: 1023.98px){.tutors{padding-top:30px;padding-bottom:30px;background:#F7F7F7}}@media (min-width: 1024px){.tutors .col_first{position:absolute;left:0;padding:0}}@media (min-width: 1024px) and (max-width: 1439.98px){.tutors .col_first{max-width:400px}}.tutors .section_title{max-width:1600px;padding-top:20px;color:#182341}@media (min-width: 768px){.tutors .section_title{position:absolute;top:75px;right:0;left:0;max-width:400px;margin:auto auto auto 0;padding:0 20px}}@media (min-width: 1440px){.tutors .section_title{left:5.7299%}}.tutors .section_title h2{font-size:46px;font-weight:bold;line-height:1;margin:0 0 40px;text-align:left;color:inherit}@media (min-width: 768px){.tutors .section_title h2{font-size:62px;margin:0 0 21px}}@media (min-width: 1024px){.tutors .section_title h2{font-size:78px;margin:0 0 31px}}@media (min-width: 1440px){.tutors .section_title h2{font-size:96px}}@media (min-width: 768px){.tutors .section_title p{font-size:20px;line-height:30px}}.tutors .section_title a{font-size:18px;font-weight:bold;line-height:28px;text-transform:uppercase;color:#00C0F3}.tutors .section_title a svg{margin-left:10px}.tutors .section_title svg{stroke:inherit}.tutors .section_title .arrows-slick .col-auto:hover svg rect,.tutors .section_title .arrows-slick .col-auto:focus svg rect{fill:#FAC817;stroke:#FAC817}.tutors .hero_img{position:absolute;bottom:0;left:5%;-webkit-transition-delay:1s;transition-delay:1s;-webkit-transform:translateY(50%) scale(0);transform:translateY(50%) scale(0)}@media (max-width: 575.98px){.tutors .hero_img{width:66px;height:auto}}@media (min-width: 576px) and (max-width: 1599.98px){.tutors .hero_img{width:16vw;height:auto}}.tutors .hero_img.lazyloaded{-webkit-transform:translateY(50%) scale(1);transform:translateY(50%) scale(1)}.tutors .arrows-slick button{padding:0;border:0;background:transparent}.tutors .arrows-slick div{cursor:pointer}.tutors .arrows-slick .col-auto:hover svg rect,.tutors .arrows-slick .col-auto:focus svg rect{fill:#D5D4D5;stroke:#D5D4D5}.tutors .arrows-slick .col-auto:hover svg path,.tutors .arrows-slick .col-auto:focus svg path{stroke:black}.slick-list{outline:none}.tutors-carousel{z-index:12}@media (min-width: 768px){.tutors-carousel{width:100%;margin-left:calc(100% - 350px)}.tutors-carousel.slick-slider{margin-bottom:0}}@media (min-width: 1024px){.tutors-carousel{margin-left:calc(100% - 600px)}}@media (min-width: 1440px){.tutors-carousel{margin-left:calc(100% - 900px)}}@media all and (min-width: 1600px){.tutors-carousel{margin-left:calc(100% - 1098px)}}.tutors-carousel .slick-track{margin:0 -15px}.tutors-carousel .slick-elem{max-width:320px;padding:0 15px}@media (max-width: 575.98px){.tutors-carousel .slick-elem{max-width:272px;padding:0 10px}}.tutors-carousel .item{width:290px;max-width:290px;margin:0 0 15px;background:white;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}@media (max-width: 1023.98px){.tutors-carousel .item{width:260px}}.tutors-carousel .item_wrap{position:relative;overflow:hidden;width:100%}.tutors-carousel .item_wrap a{position:relative;display:block;overflow:hidden;width:100%}.tutors-carousel .item_wrap a:before{display:block;width:100%;padding-bottom:114%;content:""}.tutors-carousel .item_wrap a img{position:absolute;z-index:1;top:50%;right:-50%;left:-50%;min-width:100%;max-width:100%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tutors-carousel .content_wrap{padding:20px}@media (max-width: 575.98px){.tutors-carousel .content_wrap{padding:25px 0 20px 24px}}.tutors-carousel .content_wrap h3{font-size:22px;font-weight:bold;line-height:29px;margin-bottom:2px;color:#182341}@media (max-width: 575.98px){.tutors-carousel .content_wrap h3{font-size:16px;line-height:26px;margin-bottom:5px}}.tutors-carousel .content_wrap .desc{font-size:16px;font-weight:300;line-height:22px;min-height:89px;padding-right:32px}@media (max-width: 575.98px){.tutors-carousel .content_wrap .desc{font-size:12px;line-height:17px;min-height:61px}}.tutors-carousel .content_wrap .contact{margin-bottom:0;padding-left:0;list-style:none}.tutors-carousel .content_wrap .contact li{position:relative}.tutors-carousel .content_wrap .contact li+li{margin-top:14px}.tutors-carousel .content_wrap .contact a{font-size:14px;font-weight:bold;line-height:18px;display:block;padding-left:30px;text-transform:uppercase;color:#4F4F4F}@media (max-width: 575.98px){.tutors-carousel .content_wrap .contact a{font-size:12px;line-height:20px}}.tutors-carousel .content_wrap .contact i{font-size:120%;position:absolute;top:1px;left:0;margin-right:10px;color:#F05A8D}.tutors-carousel .slick-dots{bottom:-25px}@media (min-width: 768px){.tutors-carousel .slick-dots{left:10px;text-align:left}}.tutors-carousel .slick-dots button:focus,.tutors-carousel .slick-dots button:focus-visible,.tutors-carousel .slick-dots button:focus-within{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;-webkit-box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15);box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15)}@media (max-width: 1023.98px){.slick-slider .slick-dots-container>ul{position:relative;bottom:unset;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0;padding:0;list-style:none;-webkit-transition:all 0.25s;transition:all 0.25s;-webkit-transform:translateX(0);transform:translateX(0);-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce){.slick-slider .slick-dots-container>ul{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}@media (max-width: 1023.98px){.slick-slider .slick-dots-container>ul li.p-small-1,.slick-slider .slick-dots-container>ul li.n-small-1{-webkit-transform:scale(0.8);transform:scale(0.8)}.slick-slider .slick-dots-container{position:relative;display:block;overflow:hidden;width:100px;height:35px;margin:0 auto;padding:0}.slick-slider .slick-dots-container .slick-dots{bottom:0}.slick-slider .slick-dots-container>ul li.slick-active{-webkit-transform:scale(1.3);transform:scale(1.3);-webkit-transform-origin:center;transform-origin:center}}.facilities{position:relative;z-index:1;padding-top:152px;background:#F7F7F7}@media (max-width: 575.98px){.facilities{padding-top:45px;background:white}}.facilities .container-fluid{max-width:1630px}@media (max-width: 767.98px){.facilities .container-fluid{padding-right:0}}@media (min-width: 576px){.facilities .section_title{padding-bottom:72px;padding-left:15px}.facilities .section_title h2{font-weight:bold;color:#182341}.facilities .section_title p{color:#182341}}@media (min-width: 768px){.facilities .section_title{padding-bottom:112px;padding-left:30px}.facilities .section_title h2{font-size:46px;line-height:52px;margin-top:30px;margin-bottom:30px}.facilities .section_title p{font-size:36px;line-height:42px;color:#182341}}@media (min-width: 1200px){.facilities .section_title{padding-left:30px}.facilities .section_title h2{font-size:96px;line-height:112px}.facilities .section_title p{font-size:30px;line-height:40px}}@media (max-width: 575.98px){.facilities .section_title{position:relative;margin-top:100px;padding:20px 20px 52px;background:#B4D66B}.facilities .section_title h2{font-size:46px;line-height:54px;position:relative;z-index:1;margin-bottom:42px;color:white}.facilities .section_title:before{position:absolute;z-index:0;right:-25vw;bottom:calc(100% - 75px);left:-25vw;width:150vw;height:150px;content:"";-webkit-transform:rotate(-12deg);transform:rotate(-12deg);background:#B4D66B}}.facilities.v2{background:white}.facilities .hero_img{position:absolute;right:0;bottom:-140px;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}.facilities .hero_img.first{right:78px}@media (min-width: 1600px) and (max-width: 1919.98px){.facilities .hero_img.first{width:110px}}@media (min-width: 1440px) and (max-width: 1599.98px){.facilities .hero_img.first{right:67px;width:100px}}@media (min-width: 1200px) and (max-width: 1439.98px){.facilities .hero_img.first{right:57px;width:80px}}@media (min-width: 1024px) and (max-width: 1199.98px){.facilities .hero_img.first{right:54px;width:70px}}@media (min-width: 768px) and (max-width: 1023.98px){.facilities .hero_img.first{right:44px;width:60px}}@media (max-width: 767.98px){.facilities .hero_img.first{display:none}}.facilities .hero_img.second{bottom:-205px}@media (min-width: 1440px) and (max-width: 1599.98px){.facilities .hero_img.second{width:67px}}@media (min-width: 1200px) and (max-width: 1439.98px){.facilities .hero_img.second{bottom:-195px;width:57px}}@media (min-width: 1024px) and (max-width: 1199.98px){.facilities .hero_img.second{width:54px}}@media (min-width: 768px) and (max-width: 1023.98px){.facilities .hero_img.second{width:44px}}@media (max-width: 767.98px){.facilities .hero_img.second{display:none}}.facilities.lazyloaded .hero_img{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.facilities.lazyloaded:before{-webkit-transform:scale(1);transform:scale(1)}.facilities.bg-navy figcaption{color:white}.facilities.bg-navy figcaption h2,.facilities.bg-navy figcaption p{color:white}.facilities.bg-navy .section_title svg path{fill:white}.facilities.bg-navy .section_title h2{color:white}.facilities.bg-pink figcaption{color:white}.facilities.bg-pink figcaption h2,.facilities.bg-pink figcaption p{color:white}.facilities.bg-pink .section_title svg path{fill:white}.facilities.bg-pink .section_title h2{color:white}.facilities.bg-pink .second path{fill:#182341}.facilities.bg-sky figcaption{color:white}.facilities.bg-sky figcaption h2,.facilities.bg-sky figcaption p{color:white}.facilities.bg-sky .section_title svg path{fill:white}.facilities.bg-sky .section_title h2{color:white}.facilities.bg-sky .first path{fill:#182341}.facilities.bg-ganic figcaption{color:white}.facilities.bg-ganic figcaption h2,.facilities.bg-ganic figcaption p{color:white}.facilities.bg-ganic .section_title svg path{fill:white}.facilities.bg-ganic .section_title h2{color:white}.facilities.bg-ganic .first path{fill:#182341}@media (max-width: 575.98px){.facilities.bg-foil .section_title{background:#00C0F3}.facilities.bg-foil .section_title:before{background:#00C0F3}}.facilities.bg-foil figcaption{color:white}.facilities.bg-foil figcaption h2,.facilities.bg-foil figcaption p{color:white}.facilities.bg-foil .section_title svg path{fill:white}.facilities.bg-foil .section_title h2{color:white}.facilities.bg-foil .first path{fill:#182341}.facilities.bg-sunny figcaption{color:#182341}.facilities.bg-sunny figcaption h2,.facilities.bg-sunny figcaption p{color:#182341}.facilities.bg-sunny .section_title svg path{fill:#182341}.facilities.bg-sunny .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-sunny .section_title h2{color:#182341}}.facilities.bg-juicy figcaption{color:#182341}.facilities.bg-juicy figcaption h2,.facilities.bg-juicy figcaption p{color:#182341}.facilities.bg-juicy .section_title svg path{fill:#182341}.facilities.bg-juicy .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-juicy .section_title h2{color:#182341}}.facilities.bg-understate figcaption{color:white}.facilities.bg-understate figcaption h2,.facilities.bg-understate figcaption p{color:white}.facilities.bg-understate .section_title svg path{fill:white}.facilities.bg-understate .section_title h2{color:white}.facilities.bg-darkgrey figcaption{color:white}.facilities.bg-darkgrey figcaption h2,.facilities.bg-darkgrey figcaption p{color:white}.facilities.bg-darkgrey .section_title svg path{fill:white}.facilities.bg-darkgrey .section_title h2{color:white}.facilities.bg-lightgrey figcaption{color:#182341}.facilities.bg-lightgrey figcaption h2,.facilities.bg-lightgrey figcaption p{color:#182341}.facilities.bg-lightgrey .section_title svg path{fill:#182341}.facilities.bg-lightgrey .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-lightgrey .section_title h2{color:#182341}}.facilities.bg-lightblue figcaption{color:#182341}.facilities.bg-lightblue figcaption h2,.facilities.bg-lightblue figcaption p{color:#182341}.facilities.bg-lightblue .section_title svg path{fill:#182341}.facilities.bg-lightblue .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-lightblue .section_title h2{color:#182341}}.facilities.bg-white figcaption{color:#182341}.facilities.bg-white figcaption h2,.facilities.bg-white figcaption p{color:#182341}.facilities.bg-white .section_title svg path{fill:#182341}.facilities.bg-white .section_title h2{color:white}@media (min-width: 576px){.facilities.bg-white .section_title h2{color:#182341}}.slider-wrap{padding:0 15px}@media (max-width: 767.98px){.slider-wrap{margin:0 -5px;padding:0}}.slick-list{outline:none}.facilities-slider{z-index:11;max-width:1696px;margin:0 auto 20px;padding:0 15px}@media (max-width: 767.98px){.facilities-slider{padding:0}}@media (max-width: 575.98px){.facilities-slider .item{padding:0 10px}}.facilities-slider .slick-prev:before,.facilities-slider .slick-next:before{display:none}.facilities-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.facilities-slider .slick-track .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;outline:none}.facilities-slider .item-group{position:relative;-webkit-transition:all 0.1s linear;transition:all 0.1s linear}@media (max-width: 575.98px){.facilities-slider .item-group{max-width:223px}}@media (prefers-reduced-motion: reduce){.facilities-slider .item-group{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.facilities-slider .item-group .img_wrap{max-width:404px;margin:auto}.facilities-slider .item-group .img_wrap img{max-width:100%}.facilities-slider .slick-current{position:relative}.facilities-slider .slick-current+.slick-slide .component{margin-left:auto}.facilities-slider .content_wrap{max-width:404px;padding:20px}@media (max-width: 575.98px){.facilities-slider .content_wrap{padding:36px 0 20px}.facilities-slider .content_wrap h3{font-size:22px;line-height:26px}.facilities-slider .content_wrap p{font-size:12px;line-height:17px}}.facilities-slider .content_wrap h3{font-size:28px;font-weight:bold;line-height:39px;position:relative;width:100%;margin-bottom:30px;text-align:left;color:#182341}.facilities-slider .content_wrap h3:before{position:absolute;right:0;bottom:100%;left:0;display:block;width:100%;height:22px;margin:3px auto -5px;content:"";background:url("/courses/media/2019-template-assets/graphics/discover_slider_fig.svg");background-repeat:no-repeat;background-position:center}.related{padding:40px 5px;background:#F7F7F7}@media (min-width: 768px){.related{background:white;padding:160px 0 40px}}.related .container{max-width:1700px;padding:0 20px}.related .container-fluid{max-width:1700px;overflow:visible;padding-left:20px}.related .item{padding-right:96px;max-width:420px}@media (max-width: 575.98px){.related .item{padding-right:20px}.related .item a{max-width:222px;margin:0px;padding:0 15px;text-align:center}}.related h2,.related h3{color:#182341;font-weight:bold;font-size:32px;line-height:37px;margin-bottom:20px}@media (min-width: 768px){.related h2,.related h3{font-size:48px;line-height:51px;margin-bottom:46px}}@media (min-width: 768px){.related h3{font-weight:normal}}.related a{min-height:103px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#00C0F3;color:white;position:relative;margin-bottom:10px;padding:0 0 0 30px;text-align:left;font-size:16px;color:white;font-weight:bold;line-height:21px;text-transform:uppercase;margin-right:63px}.related a:after{content:"";position:absolute;right:-63px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-top:54px solid transparent;border-bottom:48px solid transparent;border-left:63px solid #00C0F3}@media (max-width: 575.98px){.related a{margin-right:20px}.related a:after{display:none}}.related .related-carousel a{background:#57C0A2}.related .related-carousel a:after{border-left-color:#57C0A2}.related .related-carousel .slick-dots{bottom:-35px}.related .related-carousel--courses a{background:#00C0F3}.related .related-carousel--courses a:after{border-left-color:#00C0F3}.related .slick-list{overflow:visible}.related .related-carousel{padding-bottom:50px}.related .related-carousel .slick-list{overflow:visible}.related .related-carousel .slick-prev{display:none}.related .related-carousel .slick-next{background-image:url("data:image/svg+xml,%3Csvg width='41' height='22' viewBox='0 0 41 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H40M40 11L30 1M40 11L30 21' stroke='black'/%3E%3C/svg%3E%0A");top:auto;bottom:calc(100% + 47px);width:40px;right:5%}.related .related-carousel .slick-next:before{display:none}.events-upcoming{padding:63px 0 90px}@media (min-width: 768px){.events-upcoming{padding:40px 0}}.events-upcoming .events-carousel.slick-slider .item{padding:0 17px}.events-upcoming .item{margin-bottom:34px}.events-upcoming .slick-dots{bottom:-30px}.events-upcoming .container{overflow:hidden;max-width:1600px}.events-upcoming .section_title{padding:0;text-align:center}.events-upcoming .date{font-size:12px;font-weight:bold;line-height:17px;display:block;margin-bottom:5px;color:#657593}@media (min-width: 768px){.events-upcoming .date{font-size:16px;margin-bottom:16px}}.events-upcoming h3{font-size:14px;font-weight:bold;line-height:20px;margin:0;color:#182341}@media (min-width: 768px){.events-upcoming h3{font-size:22px;line-height:26px}}.events-upcoming .fig{display:none;margin-bottom:27px}@media (min-width: 768px){.events-upcoming .fig{display:block}}.events-upcoming .content_wrap{padding:15px 0 15px}@media (min-width: 768px){.events-upcoming .content_wrap{padding:25px 32px 49px}}.events-upcoming h2{font-size:32px;font-weight:bold;line-height:1;margin:0 0 40px;text-align:left;color:#182341}@media (min-width: 576px){.events-upcoming h2{font-size:72px;margin:0 0 100px;text-align:center}}@media (min-width: 1024px){.events-upcoming h2{font-size:96px}}.events-upcoming .row{margin-right:-10px;margin-left:-10px}@media (min-width: 768px){.events-upcoming .row{margin-right:-17px;margin-left:-17px}}.events-upcoming .row .col-6,.events-upcoming .row .latest_news .list.v2 .item,.latest_news .list.v2 .events-upcoming .row .item{padding-right:10px;padding-left:10px}@media (min-width: 768px){.events-upcoming .row .col-6,.events-upcoming .row .latest_news .list.v2 .item,.latest_news .list.v2 .events-upcoming .row .item{padding-right:17px;padding-left:17px}}.events-upcoming article a{display:block;width:100%;border-bottom:solid 1px #A9BFD8;background:white}@media (min-width: 768px){.events-upcoming article a{border-bottom:none;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}}.events-upcoming .see_all{font-size:16px;line-height:27px;color:#182341}.events-upcoming .see_all svg{margin-left:10px}.event-navy{background:#182341}.event-navy h2{color:white}.event-pink{background:#F05A8D}.event-pink h2{color:white}.event-sky{background:#00C0F3}.event-sky h2{color:white}.event-ganic{background:#57C0A2}.event-ganic h2{color:white}.event-foil{background:#B4D66B}.event-foil h2{color:white}.event-sunny{background:#FAC817}.event-sunny h2{color:#182341}.event-juicy{background:#FECE35}.event-juicy h2{color:#182341}.event-understate{background:#A9BFD8}.event-understate h2{color:white}.event-darkgrey{background:#969698}.event-darkgrey h2{color:white}.event-lightgrey{background:#D5D4D5}.event-lightgrey h2{color:#182341}.event-lightblue{background:#F0F9FB}.event-lightblue h2{color:#182341}.event-white{background:white}.event-white h2{color:#182341}.arts_news{position:relative;z-index:2;clear:both;padding:40px 0 30px 5px;background:#f7f7f7}@media (min-width: 768px){.arts_news{padding:175px 0 30px}}@media (min-width: 768px){.arts_news{padding:175px 0 100px}}.arts_news:before{position:absolute;top:0;right:auto;left:10%;display:block;width:100%;height:100%;content:"";-webkit-transition:all 1.7s ease;transition:all 1.7s ease;-webkit-transition-delay:1s;transition-delay:1s;-webkit-transform:scale(0);transform:scale(0);background-repeat:no-repeat;background-position:center;background-size:auto 100%}@media (max-width: 1599.98px){.arts_news:before{max-height:50vw}}@media (prefers-reduced-motion: reduce){.arts_news:before{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.arts_news .section_title{max-width:1600px;padding-top:20px;color:#182341}@media (min-width: 768px){.arts_news .section_title{position:absolute;top:75px;right:0;left:0;max-width:400px;margin:auto auto auto 0;padding:0 20px}}@media (min-width: 1440px){.arts_news .section_title{left:5.7299%}}.arts_news .section_title h2{font-size:46px;font-weight:bold;line-height:1;margin:0 0 40px;text-align:left;color:inherit}@media (min-width: 768px){.arts_news .section_title h2{font-size:62px;margin:0 0 21px}}@media (min-width: 1024px){.arts_news .section_title h2{font-size:78px;margin:0 0 31px}}@media (min-width: 1440px){.arts_news .section_title h2{font-size:96px}}.arts_news .section_title a{font-size:18px;font-weight:bold;line-height:28px;text-transform:uppercase;color:#00C0F3}.arts_news .section_title a svg{margin-left:10px}.arts_news .section_title svg{stroke:inherit}.arts_news .section_title .arrows-slick button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent}.arts_news .section_title .arrows-slick .col-auto:hover svg rect,.arts_news .section_title .arrows-slick .col-auto:focus svg rect{fill:#FAC817;stroke:#FAC817}.arts_news .arrows-slick{margin-top:64px}.arts_news .arrows-slick div{cursor:pointer}.arts_news .arrows-slick .col-auto:hover svg rect,.arts_news .arrows-slick .col-auto:focus svg rect{fill:#D5D4D5;stroke:#D5D4D5}.arts_news .arrows-slick .col-auto:hover svg path,.arts_news .arrows-slick .col-auto:focus svg path{stroke:black}.arts_news .arts-carousel{z-index:12}@media (min-width: 768px){.arts_news .arts-carousel{width:100%;margin-left:calc(100% - 350px)}.arts_news .arts-carousel.slick-slider{margin-bottom:0}}@media (min-width: 1024px){.arts_news .arts-carousel{margin-left:calc(100% - 600px)}}@media (min-width: 1440px){.arts_news .arts-carousel{margin-left:calc(100% - 900px)}}@media all and (min-width: 1600px){.arts_news .arts-carousel{margin-left:calc(100% - 1098px)}}.arts_news .arts-carousel.slick-slider{margin-bottom:60px}.arts_news .arts-carousel .slick-prev{left:-500px}.arts_news .arts-carousel .slick-next{left:-410px}.arts_news .hero_img{position:absolute;right:0;bottom:-140px;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}.arts_news .hero_img.first{right:78px}@media (max-width: 767.98px){.arts_news .hero_img.first{display:none}}@media (min-width: 1600px) and (max-width: 1919.98px){.arts_news .hero_img.first{width:110px}}@media (min-width: 1440px) and (max-width: 1599.98px){.arts_news .hero_img.first{right:67px;width:100px}}@media (min-width: 1200px) and (max-width: 1439.98px){.arts_news .hero_img.first{right:57px;width:80px}}@media (min-width: 1024px) and (max-width: 1199.98px){.arts_news .hero_img.first{right:54px;width:70px}}@media (min-width: 768px) and (max-width: 1023.98px){.arts_news .hero_img.first{right:44px;width:60px}}.arts_news .hero_img.second{bottom:-205px}@media (max-width: 767.98px){.arts_news .hero_img.second{display:none}}@media (min-width: 1440px) and (max-width: 1599.98px){.arts_news .hero_img.second{width:67px}}@media (min-width: 1200px) and (max-width: 1439.98px){.arts_news .hero_img.second{bottom:-195px;width:57px}}@media (min-width: 1024px) and (max-width: 1199.98px){.arts_news .hero_img.second{width:54px}}@media (min-width: 768px) and (max-width: 1023.98px){.arts_news .hero_img.second{width:44px}}.arts_news .see_all{font-size:16px;line-height:27px;position:relative;z-index:2;color:white}.arts_news .see_all svg{margin-left:10px}.arts_news .see_all svg path{stroke:white}.arts_news .hero_img.v1{visibility:visible}.arts_news .hero_img.v2{visibility:hidden}.arts_news.lazyloaded .hero_img{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.arts_news.lazyloaded:before{-webkit-transform:scale(1);transform:scale(1)}.arts_news.v2{background:#F7F7F7}.arts_news.v2 .hero_img.v1{visibility:hidden}.arts_news.v2 .hero_img.v2{visibility:visible}.arts_news.v2 .section_title{color:#182341}.arts_news.v2 .section_title a{color:#00C0F3}.arts_news.v2 .section_title a svg{margin-left:10px}.arts_news.v2 .section_title a svg path{stroke:#00C0F3}.arts_news.v2 .see_all{color:#182341}.arts_news.v2 .see_all svg path{stroke:#182341}.arts_news.v2 .arrows-slick{margin-top:64px}.arts_news.v2 .arrows-slick div{cursor:pointer}.arts_news.v2 .arrows-slick .col-auto:hover svg rect,.arts_news.v2 .arrows-slick .col-auto:focus svg rect{fill:#FCEE32;stroke:#FCEE32}.arts_news.v2 .arrows-slick .col-auto:hover svg path,.arts_news.v2 .arrows-slick .col-auto:focus svg path{stroke:black}.arts_news--hide-nav .arts-carousel,.arts_news--event-carousel .arts-carousel{margin-left:auto}@media (min-width: 768px){.arts_news--hide-nav .arts-carousel,.arts_news--event-carousel .arts-carousel{right:0;max-width:100%}}.arts_news--hide-nav .see_all{display:none}.arts_news.arts-navy{background:#182341}.arts_news.arts-navy h2{color:white}.arts_news.arts-navy a{color:white}.arts_news.arts-navy .arrows-slick svg rect{stroke:white}.arts_news.arts-navy .arrows-slick svg path{stroke:white}.arts_news.arts-navy .arrows-slick .col-auto:hover svg rect,.arts_news.arts-navy .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-navy .second path{fill:#F05A8D}.arts_news.arts-pink{background:#F05A8D}.arts_news.arts-pink h2{color:white}.arts_news.arts-pink a{color:white}.arts_news.arts-pink .arrows-slick svg rect{stroke:white}.arts_news.arts-pink .arrows-slick svg path{stroke:white}.arts_news.arts-pink .arrows-slick .col-auto:hover svg rect,.arts_news.arts-pink .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-pink .fragments--rossoneri .fragment--1 svg path{fill:#182341}.arts_news.arts-pink .fragments--rossoneri .fragment--2 svg path{fill:#00C0F3}.arts_news.arts-sky{background:#00C0F3}.arts_news.arts-sky h2{color:white}.arts_news.arts-sky a{color:white}.arts_news.arts-sky .arrows-slick svg rect{stroke:white}.arts_news.arts-sky .arrows-slick svg path{stroke:white}.arts_news.arts-sky .arrows-slick .col-auto:hover svg rect,.arts_news.arts-sky .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-sky .first path{fill:#F05A8D}.arts_news.arts-ganic{background:#57C0A2}.arts_news.arts-ganic h2{color:white}.arts_news.arts-ganic a{color:white}.arts_news.arts-ganic .section_title a{color:white}.arts_news.arts-ganic .section_title a svg path{color:white}.arts_news.arts-ganic .arrows-slick svg rect{stroke:white}.arts_news.arts-ganic .arrows-slick svg path{stroke:white}.arts_news.arts-foil{background:#B4D66B}.arts_news.arts-foil .arrows-slick svg rect{stroke:white}.arts_news.arts-foil .arrows-slick svg path{stroke:white}.arts_news.arts-foil h2{color:white}.arts_news.arts-foil a{color:white}.arts_news.arts-foil .arrows-slick svg rect{stroke:white}.arts_news.arts-foil .arrows-slick svg path{stroke:white}.arts_news.arts-foil .arrows-slick .col-auto:hover svg rect,.arts_news.arts-foil .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-sunny{background:#FAC817}.arts_news.arts-sunny .section_title{color:#182341}.arts_news.arts-sunny .section_title svg path{stroke:#182341}.arts_news.arts-sunny .arrows-slick svg rect{stroke:#182341}.arts_news.arts-sunny .arrows-slick svg path{stroke:#182341}.arts_news.arts-sunny .arrows-slick .col-auto:hover svg rect,.arts_news.arts-sunny .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-sunny .see_all{color:#182341}.arts_news.arts-sunny .see_all svg path{stroke:#182341}.arts_news.arts-sunny .slick-slider .slick-dots li.slick-active button:before{color:#182341}.arts_news.arts-juicy{background:#FECE35}.arts_news.arts-juicy .section_title{color:#182341}.arts_news.arts-juicy .section_title svg path{stroke:#182341}.arts_news.arts-juicy .arrows-slick svg rect{stroke:#182341}.arts_news.arts-juicy .arrows-slick svg path{stroke:#182341}.arts_news.arts-juicy .arrows-slick .col-auto:hover svg rect,.arts_news.arts-juicy .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-juicy .see_all{color:#182341}.arts_news.arts-juicy .see_all svg path{stroke:#182341}.arts_news.arts-juicy .slick-slider .slick-dots li.slick-active button:before{color:#182341}.arts_news.arts-understate{background:#A9BFD8}.arts_news.arts-understate .section_title{color:white}.arts_news.arts-understate .section_title svg path{stroke:white}.arts_news.arts-understate a{color:white}.arts_news.arts-understate .arrows-slick svg rect{stroke:white}.arts_news.arts-understate .arrows-slick svg path{stroke:white}.arts_news.arts-understate .arrows-slick .col-auto:hover svg rect,.arts_news.arts-understate .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-understate .slick-slider .slick-dots li:not(.slick-active) button:before{color:white}.arts_news.arts-darkgrey{background:#969698}.arts_news.arts-darkgrey .section_title{color:white}.arts_news.arts-darkgrey .section_title svg path{stroke:white}.arts_news.arts-darkgrey .section_title a{color:white}.arts_news.arts-darkgrey .arrows-slick svg rect{stroke:white}.arts_news.arts-darkgrey .arrows-slick svg path{stroke:white}.arts_news.arts-darkgrey .arrows-slick .col-auto:hover svg rect,.arts_news.arts-darkgrey .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-lightgrey{background:#D5D4D5}.arts_news.arts-lightgrey .section_title{color:#182341}.arts_news.arts-lightgrey .section_title a{color:#00C0F3}.arts_news.arts-lightgrey .section_title svg path{stroke:#00C0F3}.arts_news.arts-lightgrey .arrows-slick svg rect{stroke:white}.arts_news.arts-lightgrey .arrows-slick svg path{stroke:white}.arts_news.arts-lightgrey .arrows-slick .col-auto:hover svg rect,.arts_news.arts-lightgrey .arrows-slick .col-auto:focus svg rect{fill:white;stroke:white}.arts_news.arts-lightblue{background:#F0F9FB}.arts_news.arts-lightblue .section_title{color:#182341}.arts_news.arts-lightblue .section_title a{color:#00C0F3}.arts_news.arts-lightblue .section_title svg path{stroke:#00C0F3}.arts_news.arts-lightblue .arrows-slick svg rect{stroke:#182341}.arts_news.arts-lightblue .arrows-slick svg path{stroke:#182341}.arts_news.arts-lightblue .arrows-slick .col-auto:hover svg rect,.arts_news.arts-lightblue .arrows-slick .col-auto:focus svg rect{fill:#182341;stroke:#182341}.arts_news.arts-lightblue .arrows-slick .col-auto:hover svg path,.arts_news.arts-lightblue .arrows-slick .col-auto:focus svg path{stroke:white}.arts_news.arts-lightblue .see_all{color:#182341}.arts_news.arts-lightblue .see_all svg path{stroke:#182341}.arts_news.arts-white{background:white}.arts_news.arts-white .section_title{color:#182341}.arts_news.arts-white .section_title a{color:#00C0F3}.arts_news.arts-white .section_title svg path{stroke:#00C0F3}.arts_news.arts-white .arrows-slick svg rect{stroke:#182341}.arts_news.arts-white .arrows-slick svg path{stroke:#182341}.arts_news.arts-white .arrows-slick .col-auto:hover svg rect,.arts_news.arts-white .arrows-slick .col-auto:focus svg rect{fill:#182341;stroke:#182341}.arts_news.arts-white .arrows-slick .col-auto:hover svg path,.arts_news.arts-white .arrows-slick .col-auto:focus svg path{stroke:white}.arts_news.arts-white .see_all{color:#182341}.arts_news.arts-white .see_all svg path{stroke:#182341}@media (min-width: 768px){.arts_news.arts_news--hide-nav{padding:40px}}.arts_news.arts_news--hide-nav .section_title{left:0}@media (min-width: 768px){.arts_news.arts_news--hide-nav .section_title{position:relative;top:0 !important;max-width:100%;-webkit-transform:none !important;transform:none !important}}.arts_news.arts_news--hide-nav .section_title h2{margin-bottom:16px}@media (min-width: 576px){.arts_news.arts_news--hide-nav .section_title h2{margin-bottom:51px;text-align:center}}@media (min-width: 1024px){.arts_news.arts_news--hide-nav .section_title h2{margin-bottom:100px}}@media (min-width: 768px){.arts_news.arts_news--hide-nav .section_title span.d-md-block{display:inline-block !important}}.arts_news.arts_news--hide-nav .section_title a,.arts_news.arts_news--hide-nav .section_title .arrows-slick{display:none !important}@media (min-width: 768px){.template--landing:not(.template--side-nav) .arts_news .section_title{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.template--landing:not(.template--side-nav) .arts_news.arts_news--event-carousel .section_title{position:relative;top:0;max-width:100%;text-align:center}.template--landing:not(.template--side-nav) .arts_news.arts_news--event-carousel .section_title h2{text-align:center}.template--landing:not(.template--side-nav) .arts_news.arts_news--event-carousel .section_title>div{margin:0}section_title h2,section.course-types h2,section.happen h2{font-size:46px;font-weight:bold;line-height:0.96;color:#182341}@media (min-width: 768px){section_title h2,section.course-types h2,section.happen h2{font-size:62px}}@media (min-width: 1024px){section_title h2,section.course-types h2,section.happen h2{font-size:78px}}@media (min-width: 1440px){section_title h2,section.course-types h2,section.happen h2{font-size:96px}}section.component-search h1{font-size:46px;font-weight:bold;line-height:0.96;color:#182341;margin-bottom:36px;letter-spacing:-0.02em}@media (min-width: 768px){section.component-search h1{font-size:56px}}@media (min-width: 1024px){section.component-search h1{font-size:66px}}@media (min-width: 1440px){section.component-search h1{font-size:80px}}section.award-banner h1{font-size:46px;font-weight:bold;line-height:0.96;color:#182341;color:white}@media (min-width: 768px){section.award-banner h1{font-size:62px}}@media (min-width: 1024px){section.award-banner h1{font-size:78px}}@media (min-width: 1440px){section.award-banner h1{font-size:96px}}section.heading--standard-banner .section_title h2{font-size:46px;font-weight:700;line-height:1;color:#182341}@media (min-width: 768px){section.heading--standard-banner .section_title h2{font-size:78px;margin-bottom:50px}}@media (min-width: 1024px){section.heading--standard-banner .section_title h2{font-size:110px;margin-bottom:100px}}@media (min-width: 1440px){section.heading--standard-banner .section_title h2{font-size:150px;line-height:0.9}}section.heading--fullwidth-image .section_title h2{font-size:46px;font-weight:700;line-height:1;color:#fff}@media (min-width: 768px){section.heading--fullwidth-image .section_title h2{font-size:78px;margin-bottom:50px}}@media (min-width: 1024px){section.heading--fullwidth-image .section_title h2{font-size:110px;margin-bottom:100px}}@media (min-width: 1440px){section.heading--fullwidth-image .section_title h2{font-size:150px;line-height:0.9}}section.page-wrap-side-nav .col-lg-9 .heading--image-banner .section_title h2{font-size:46px;font-weight:bold;line-height:0.96;color:#182341;color:white !important}@media (min-width: 768px){section.page-wrap-side-nav .col-lg-9 .heading--image-banner .section_title h2{font-size:56px}}@media (min-width: 1024px){section.page-wrap-side-nav .col-lg-9 .heading--image-banner .section_title h2{font-size:66px}}section.video-banner br{display:none}section.video-banner h1{font-size:46px;font-weight:700;line-height:1;margin-bottom:20px}@media (min-width: 768px){section.video-banner h1{font-size:78px;margin-bottom:50px}}@media (min-width: 1024px){section.video-banner h1{font-size:110px;margin-bottom:100px}}@media (min-width: 1440px){section.video-banner h1{font-size:150px;line-height:0.9}}@media (min-width: 1024px){section.video-banner h1{margin-bottom:40px}}@media (min-width: 1200px){section.video-banner h1{margin-bottom:57px}}section.video-banner h2,section.video-banner h3{font-size:46px;font-weight:bold;line-height:0.96;color:#182341;line-height:1;margin-bottom:20px}@media (min-width: 768px){section.video-banner h2,section.video-banner h3{font-size:56px}}@media (min-width: 1024px){section.video-banner h2,section.video-banner h3{font-size:66px}}@media (min-width: 1440px){section.video-banner h2,section.video-banner h3{font-size:80px}}@media (min-width: 1024px){section.video-banner .btn--book-your-place{position:relative;left:50%;margin-bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width: 1200px){section.video-banner .btn--book-your-place{margin-bottom:60px}}@media (min-width: 1024px){section.video-banner .btn--view-programme{position:relative;left:50%;margin-bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width: 1200px){section.video-banner .btn--view-programme{margin-bottom:60px}}.heading{position:relative;background:white}.heading:before{position:absolute;z-index:2;top:-2px;right:auto;left:-2px;display:block;width:70vw;max-width:390px;height:100%;max-height:40vw;content:"";-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top left;transform-origin:top left;pointer-events:none;background:url("/courses/media/2019-template-assets/graphics/courses_bg_desktop.svg");background-repeat:no-repeat;background-position:top left;background-size:auto 100%}@media (max-width: 1199.98px){.heading:before{width:100%;max-height:92px;background-image:url("/courses/media/2019-template-assets/graphics/courses_bg.svg")}}@media (max-width: 1439.98px){.heading:before{max-height:120px;background-image:url("/courses/media/2019-template-assets/graphics/courses_bg.svg")}}@media (prefers-reduced-motion: reduce){.heading:before{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.heading--standard-banner .container-fluid{position:relative;z-index:20}@media (min-width: 768px){.heading--standard-banner .section_title{padding-top:70px}}.heading--standard-banner .section_title h2{margin-bottom:0}@media (min-width: 768px) and (max-width: 1023.98px){.heading--standard-banner .section_title h2{margin-top:50px;margin-bottom:0 !important}}.heading--standard-banner .section_title p{font-weight:300;line-height:1.4}@media (min-width: 1024px){.heading--standard-banner .section_title p{font-size:36px}}.heading--standard-banner .section_title p:last-of-type{margin-bottom:0}.heading--image-banner{margin-bottom:20px}.heading--fullwidth-image,.heading--image-banner{overflow:hidden;background-position:center top;background-size:cover}.heading--fullwidth-image:after,.heading--image-banner:after{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(88%, rgba(0,0,0,0.7)), to(rgba(0,0,0,0.75)));background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 88%, rgba(0,0,0,0.75) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0)}.heading--fullwidth-image div[class*="container"],.heading--image-banner div[class*="container"]{position:relative;z-index:2}.heading--fullwidth-image div[class*="container"] .heading--search-form+a.btn-link,.heading--image-banner div[class*="container"] .heading--search-form+a.btn-link{margin-bottom:30px}.heading--fullwidth-image .section_title,.heading--image-banner .section_title{margin:0 !important;text-align:center}.heading--fullwidth-image .section_title h2,.heading--fullwidth-image .section_title p,.heading--image-banner .section_title h2,.heading--image-banner .section_title p{color:white}.heading--fullwidth-image .section_title h2,.heading--image-banner .section_title h2{margin-bottom:30px}.heading--fullwidth-image .section_title>div,.heading--image-banner .section_title>div{width:100%;margin:0 !important}.heading--fullwidth-image .section_title>div .btn,.heading--image-banner .section_title>div .btn{width:100%;max-width:400px;margin:0 0 10px !important}@media (min-width: 1024px){.heading--fullwidth-image .section_title>div .btn,.heading--image-banner .section_title>div .btn{margin:0 20px 0 0 !important}.heading--fullwidth-image .section_title>div .btn:last-of-type,.heading--image-banner .section_title>div .btn:last-of-type{margin:0 !important}}@media (min-width: 1024px){.heading--search-form.heading--decision-tree.heading--standard-banner .section_title{padding-bottom:0}}@media (min-width: 1440px){.heading--search-form.heading--decision-tree.heading--standard-banner .section_title{padding-left:100px}}@media screen and (min-width: 1540px){.heading--search-form.heading--decision-tree.heading--standard-banner .section_title{padding-left:0}}.heading--search-form.heading--decision-tree.heading--standard-banner .heading--search-form{margin-bottom:80px}@media (min-width: 1024px){.heading--search-form.heading--decision-tree.heading--standard-banner .heading--search-form{margin-bottom:160px}}.heading--search-form.heading{padding-bottom:40px}@media (min-width: 1024px){.heading--search-form.heading{padding-bottom:120px}}.heading--search-form h2,.heading--search-form p{color:white}@media (max-width: 767.98px){.heading--search-form h2{font-size:20px}}.heading--search-form .nav-tabs{border:none}.heading--search-form .nav-item:not(:last-child){margin:0 23px 0 0}@media (max-width: 767.98px){.heading--search-form .nav-item:not(:last-child){margin:0 20px 0 0}}.heading--search-form .nav-item .nav-link{font-size:18px;font-weight:bold;padding:8px 0;text-transform:uppercase;color:#A9BFD8;border:none;border-bottom:solid 3px #A9BFD8;background:transparent}@media (max-width: 767.98px){.heading--search-form .nav-item .nav-link{font-size:16px;padding:4px 0}}.heading--search-form .nav-item .nav-link.active{color:#182341;border-bottom:solid 3px #FECE35;background:transparent}.heading .input-group{margin-bottom:36px}@media (max-width: 767.98px){.heading .input-group .form-control,.heading .input-group .btn-xl{font-size:16px;overflow:hidden;height:51px;padding:8px;white-space:nowrap;text-overflow:ellipsis}.heading .input-group .btn svg{width:25px;height:auto}}.heading>.container-fluid{max-width:1120px}@media (max-width: 575.98px){.heading .section_title>div{width:auto;margin-right:-0.5rem;margin-left:-0.5rem}.heading .section_title>div>a{margin-right:0.5rem;margin-left:0.5rem}}.section_title{position:relative;z-index:11;padding-top:120px;padding-bottom:20px}@media (min-width: 768px){.section_title{padding-top:140px;padding-bottom:40px}}@media (min-width: 1024px){.section_title{padding-top:160px;padding-bottom:60px}}.section_title p{font-size:16px;line-height:27px;color:#182341}@media (min-width: 768px){.section_title p{font-size:26px;line-height:31px;margin-bottom:26px}}@media (min-width: 1024px){.section_title p{font-size:36px;line-height:51px;margin-bottom:46px}}.section_title .btn{margin-top:8px}.latest_news{position:relative;padding:85px 0 10px;background:#F7F7F7}@media (max-width: 767.98px){.latest_news{padding:25px 0 30px;background:white}}.latest_news .container-fluid{max-width:1570px}.latest_news .section_title{padding-top:0}@media (max-width: 767.98px){.latest_news .section_title{display:none}}.latest_news .section_title h2{font-size:66px;font-weight:bold;line-height:70px;margin-bottom:60px;color:#182341}.latest_news--article-related .section_title{display:block}.latest_news--article-related .section_title h2{font-size:32px;margin-bottom:-10px}@media (min-width: 1024px){.latest_news--article-related .section_title h2{font-size:40px}}.latest_news .input-group{margin-bottom:39px}@media (max-width: 767.98px){.latest_news .input-group .form-control-xl,.latest_news .input-group .btn-xl{font-size:16px;height:50px;padding:10px 12px}.latest_news .input-group .btn-xl svg{width:24px;height:auto}}.latest_news .pag .page-link{background-color:transparent}.latest_news .pag .page-link:hover{background-color:#e2e1e2}.latest_news .list{margin-bottom:25px}@media (min-width: 576px){.latest_news .list{margin-bottom:75px}}@media (max-width: 575.98px){.latest_news .list.v1 .fig{display:none}}.latest_news .list.v1 .item .box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;margin-bottom:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 767.98px){.latest_news .list.v1 .item .box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width: 767.98px){.latest_news .list.v1 .item .box{margin-bottom:20px;padding-top:20px;border-bottom:solid 1px #182341}}.latest_news .list.v1 .fig{position:absolute;top:50%;right:calc(70px + 22px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width: 576px){.latest_news .list.v1 .fig{right:calc(140px + 22px)}}@media (min-width: 768px){.latest_news .list.v1 .fig{right:calc(289px + 22px)}}.latest_news .list.v1 .img_wrap{position:relative;overflow:hidden;min-width:70px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width: 576px){.latest_news .list.v1 .img_wrap{min-width:140px}}@media (min-width: 768px){.latest_news .list.v1 .img_wrap{min-width:289px}}.latest_news .list.v1 .img_wrap:after{display:block;padding-bottom:100%;content:""}.latest_news .list.v1 .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;max-width:none;height:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.latest_news .list.v1 .content_wrap{padding-right:20px}@media (min-width: 768px){.latest_news .list.v1 .content_wrap{padding-left:48px}}@media (max-width: 767.98px){.latest_news .list.v1 .content_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.latest_news .list.v1 .content_wrap .date{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.latest_news .list.v1 .content_wrap h3{margin-bottom:20px}}.latest_news .list.v1 .date{font-size:12px;font-weight:bold;text-transform:uppercase}@media (min-width: 768px){.latest_news .list.v1 .date span{font-size:16px;font-weight:bold;line-height:38px;position:absolute;top:0;left:0;width:160px;margin-right:30px;text-align:center;text-transform:uppercase;color:white;background:#A9BFD8}.latest_news .list.v1 .date span:after{position:absolute;top:-27px;left:92%;display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;height:60px;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#A9BFD8}}@media (max-width: 1023.98px){.latest_news .list.v2{margin:0 -10px}.latest_news .list.v2 .col-6,.latest_news .list.v2 .item{padding:0 10px}}.latest_news .list.v2 .item .box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 767.98px){.latest_news .list.v2 .item .box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width: 767.98px){.latest_news .list.v2 .item .box{margin-bottom:20px;padding-top:20px;border-bottom:solid 1px #A9BFD8}}.latest_news .list.v2 .img_wrap{position:relative;overflow:hidden;min-width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.latest_news .list.v2 .img_wrap:after{display:block;padding-bottom:50%;content:""}.latest_news .list.v2 .img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;max-width:100%;height:auto;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.latest_news .list.v2 .content_wrap{width:100%;padding:20px 0}@media (min-width: 768px){.latest_news .list.v2 .content_wrap{padding:20px 15px}}@media (min-width: 1024px){.latest_news .list.v2 .content_wrap{padding:25px 35px}}@media (max-width: 1023.98px){.latest_news .list.v2 .content_wrap .fig{display:none}.latest_news .list.v2 .content_wrap .date{font-size:12px;line-height:17px;margin-bottom:5px}.latest_news .list.v2 .content_wrap .date span{display:none}.latest_news .list.v2 .content_wrap h3{font-size:16px;line-height:22px}}@media (max-width: 767.98px){.latest_news .list.v2 .content_wrap h3{font-size:14px;line-height:20px}}.latest_news .list.v2 a.content_wrap:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;-webkit-box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15);box-shadow:0 0 0 0.2rem rgba(0,192,243,0.15)}.latest_news .list.v2 .fig{display:block;margin-bottom:25px}.latest_news .list .box{background:white}@media (min-width: 768px){.latest_news .list .box{-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}}.latest_news .list a{color:#182341}.latest_news .list h3{font-size:22px;font-weight:bold;line-height:26px}@media (max-width: 1023.98px){.latest_news .list h3{font-weight:500}}.latest_news .list .date{font-size:16px;font-weight:bold;line-height:17px;display:block;margin-bottom:20px;text-transform:uppercase;color:#657593}.latest_news .list .date span{padding-left:20px}.latest_news .hero_img{position:absolute;right:0;bottom:0;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:right bottom;transform-origin:right bottom}@media (min-width: 768px){.latest_news .hero_img{bottom:-148px}}@media (prefers-reduced-motion: reduce){.latest_news .hero_img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.latest_news .hero_img.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}.latest_news .pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.latest_news .pagination span,.latest_news .pagination a{font-weight:700;line-height:40px;width:40px;height:40px;text-align:center}@media (min-width: 1024px){.latest_news .pagination span,.latest_news .pagination a{line-height:50px;width:50px;height:50px;margin-top:10px}}@media (min-width: 1200px){.latest_news .pagination span,.latest_news .pagination a{line-height:60px;width:60px;height:60px;margin-top:20px}}@media (min-width: 1440px){.latest_news .pagination span,.latest_news .pagination a{line-height:70px;width:70px;height:70px;margin-top:40px}}.latest_news .pagination span{background-color:#FECE35}.latest_news+section.container{padding-top:50px;padding-bottom:50px}@media (min-width: 1024px){.latest_news+section.container{padding-top:100px;padding-bottom:100px}}.raw-section{padding-bottom:31px}@media (min-width: 768px){.raw-section{padding-bottom:70px}}.raw-section .hero_img{margin-bottom:35px;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}@media (prefers-reduced-motion: reduce){.raw-section .hero_img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.raw-section .hero_img.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}.raw-section .container-fluid{max-width:1255px;padding:0 20px}.raw-section .container-fluid.wide{max-width:100%}.raw-section .section_title{margin-top:30px}@media (min-width: 768px){.raw-section .section_title{margin-top:78px;margin-bottom:55px}.raw-section .section_title h2{font-size:66px;line-height:64px;letter-spacing:-0.4px}}.raw-section .section_title h2{font-size:46px;font-weight:bold;line-height:54px;margin-bottom:30px;color:#182341}.raw-section .date{font-size:18px;font-weight:bold;line-height:30px;text-transform:uppercase;color:#A9BFD8}.raw-section p{font-size:16px;line-height:27px;margin-bottom:20px;color:black}.raw-section .featured-image{display:block;margin-bottom:30px}.raw-section .featured-image img{width:100%}.raw-section .back{font-size:12px;font-weight:bold;line-height:13px;display:inline-block;vertical-align:middle;letter-spacing:2px;text-transform:uppercase;color:#182341}@media (min-width: 768px){.raw-section .back{font-size:14px;line-height:20px;margin-top:57px;color:#00C0F3}.raw-section .back svg{margin-right:30px}}.raw-section .back svg{float:left;margin-right:10px}.raw-section .section-navy{position:relative;margin-bottom:40px;color:white}@media (min-width: 1024px){.raw-section .section-navy{background:#182341}}@media (min-width: 768px){.raw-section .section-navy{margin-top:64px;margin-bottom:94px}}.raw-section .section-navy svg{margin-bottom:30px}.raw-section .section-navy p{font-family:roboto-slab, serif;font-size:16px;line-height:30px;margin:0 0 20px;color:inherit}@media (min-width: 768px){.raw-section .section-navy p{font-size:18px;line-height:33.32px}}.raw-section .section-navy .featured-image{padding:20px 20px 40px}@media (min-width: 768px){.raw-section .section-navy .featured-image{margin-bottom:0}.raw-section .section-navy .featured-image img{width:100%}}@media (min-width: 1024px){.raw-section .section-navy .featured-image{max-width:40vw;padding:0}}.raw-section .hero_img{position:absolute;z-index:1;top:-46px;right:0;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform-origin:right top;transform-origin:right top}@media (min-width: 768px){.raw-section .hero_img{top:-136px}}.raw-section .hero_img.lazyloaded{-webkit-transform:scale(1);transform:scale(1)}.raw-section .feature-content{max-width:755px;padding:40px 20px;-ms-flex-item-align:center;align-self:center}@media (min-width: 768px){.raw-section .feature-content{padding:50px}}.raw-section .alert{margin:40px -20px}@media (min-width: 768px){.raw-section .alert{margin:69px 0}}.raw-section .alert-warning{font-size:16px;line-height:27px;padding:30px 30px 10px;text-align:center;color:#000000;border-radius:0;background:#FECE35}.raw-section .alert-warning p{font-size:inherit;color:inherit}.raw-section .latest_news{margin-top:0;padding:0 20px;background:transparent}.raw-section .latest_news .section_title{display:block;margin-top:39px}.raw-section .latest_news .section_title h2{font-size:32px;font-weight:bold;line-height:38px;margin-bottom:30px}@media (min-width: 768px){.raw-section .latest_news .section_title h2{font-size:40px;line-height:48px;margin-bottom:54px}}.imageGrid{position:relative;overflow:hidden;padding:50px 0;background:#f7f7f7}@media (min-width: 768px){.imageGrid{padding:100px 0}}.imageGrid img{max-width:100%;height:auto}@media (min-width: 1200px){.imageGrid .card-columns{-webkit-column-count:4;column-count:4;-webkit-column-gap:36px;column-gap:36px}}.imageGrid .card-columns .card{position:relative;overflow:hidden;margin-bottom:30px;border:none;border-radius:0}@media (min-width: 768px){.imageGrid .card-columns .card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.imageGrid .card-columns .card:before{display:block;padding-bottom:122%;content:"";background:red}.imageGrid .card-columns .card.small:before{padding-bottom:calc(61% - 15px)}.imageGrid .card-columns .card .card-img-top{position:absolute;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:0}.imageGrid .card-wall{display:block}.imageGrid .card-wall .wall-item{display:block;overflow:hidden;width:450px;min-width:270px;max-width:460px;opacity:0}@media (min-width: 576px) and (max-width: 767.98px){.imageGrid .card-wall .wall-item{width:45%;min-width:45vw}}.imageGrid .card-wall .wall-item>.card{position:relative;overflow:hidden;margin-bottom:0;border:none;border-radius:0}.imageGrid .card-wall .wall-item>.card:before{display:block;padding-bottom:122%;content:""}.imageGrid .card-wall .wall-item>.card .card-img-top{position:absolute;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:0}.imageGrid .card-wall .wall-item.wall-item--size-masonry-half>.card:before{padding-bottom:calc(61% - 15px)}.imageGrid .card-body{position:absolute;z-index:11;right:0;bottom:0;left:0;padding:10px 20px 20px;color:white;background:#00C0F3}.imageGrid .card-body .card-title{font-size:22px;font-weight:bold;line-height:26px;margin:0;color:inherit}@media (min-width: 576px) and (max-width: 767.98px){.imageGrid .card-body .card-title{font-size:16px}}.imageGrid .card-body.bg-orange{color:#000000}.imageGrid .card-body.bg-orange svg path{fill:#000000}.imageGrid .card-body:before{position:absolute;z-index:-1;right:-50%;bottom:-25%;left:-50%;width:150%;height:150%;margin:auto;content:"";-webkit-transform:rotate(4deg);transform:rotate(4deg);background:inherit}.imageGrid .card-body.top{top:0;bottom:auto;padding:20px 20px 10px}.imageGrid .card-body.top:before{top:-25%;bottom:auto;-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}.imageGrid .card.small .card-body:before{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;opacity:0;-webkit-backface-visibility:hidden}@media (prefers-reduced-motion: reduce){.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:0.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.staffdetails{position:relative;z-index:2;margin-bottom:50px;padding:40px 0 70px;color:white;background:#F05A8D}@media (min-width: 768px){.staffdetails{padding:125px 0 150px}}@media (min-width: 1024px){.staffdetails{margin-bottom:100px}}@media (max-width: 1023.98px){.staffdetails{overflow:hidden}}.staffdetails .img_wrap{position:relative;z-index:3}@media (max-width: 575.98px){.staffdetails .img_wrap{margin-right:15px}}@media (max-width: 767.98px){.staffdetails .img_wrap img{float:right;max-width:40vw;margin-bottom:28px}}@media (max-width: 575.98px){.staffdetails .img_wrap img{max-width:143px}}.staffdetails .content_wrap{position:relative;z-index:3}.staffdetails .hero_img{position:absolute;opacity:0}@media (prefers-reduced-motion: reduce){.staffdetails .hero_img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.staffdetails .hero_img.type_1{top:0;bottom:auto;max-width:0;height:100%;-webkit-transition-delay:0.25s;transition-delay:0.25s;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);-webkit-transition-duration:1.25s;transition-duration:1.25s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top left;transform-origin:top left}@media (min-width: 768px){.staffdetails .hero_img.type_1{bottom:0;left:0;-webkit-transform-origin:bottom left;transform-origin:bottom left}.staffdetails .hero_img.type_1 svg{max-width:65vw;height:auto;margin:auto 0 0}}.staffdetails .hero_img.type_2{top:0;right:0;max-width:0;-webkit-transition-delay:0.55s;transition-delay:0.55s;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);-webkit-transition-duration:0.55s;transition-duration:0.55s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top right;transform-origin:top right}@media (min-width: 768px){.staffdetails .hero_img.type_2 svg{max-width:80vw;height:auto;margin:0 0 auto}}.staffdetails .hero_img.type_3{top:50%;right:0;max-width:0;-webkit-transition-delay:0.75s;transition-delay:0.75s;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 0.79);-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:right bottom;transform-origin:right bottom}@media (min-width: 768px){.staffdetails .hero_img.type_3 svg{max-width:10vw;height:auto}}.staffdetails .hero_img.lazyloaded.type_1,.staffdetails .hero_img.lazyloaded.type_2,.staffdetails .hero_img.lazyloaded.type_3{max-width:100%;-webkit-transform:scale(1);transform:scale(1);opacity:1}.staffdetails .container-fluid{max-width:1715px;padding:0 20px}.staffdetails h2{font-size:46px;font-weight:bold;line-height:54px;margin-bottom:4px}@media (min-width: 768px){.staffdetails h2{font-size:80px;line-height:96px}}@media (min-width: 1200px){.staffdetails h2{font-size:96px;line-height:113px;margin-bottom:11px;text-align:center}}.staffdetails h3{font-size:16px;font-weight:normal;line-height:27px;margin-bottom:29px}@media (min-width: 768px){.staffdetails h3{font-size:30px;line-height:36px}}@media (min-width: 1200px){.staffdetails h3{font-size:36px;line-height:43px;margin-bottom:68px;text-align:center}}.staffdetails .staff_det{max-width:600px;margin:auto;padding:0;list-style:none}.staffdetails .staff_det li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}@media (min-width: 768px){.staffdetails .staff_det li{font-size:22px;line-height:52px;margin-bottom:0}}.staffdetails .staff_det li b,.staffdetails .staff_det li strong{font-weight:bold;display:inline-block;min-width:47%}.staffdetails .staff_det li a{text-decoration:underline;color:inherit}.col--event-sidebar{background-color:#FECE35}@media (min-width: 1024px){.col--event-sidebar{max-width:35%;background-color:transparent;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}}@media (min-width: 1440px){.col--event-sidebar{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media (min-width: 1024px){.col--event-main{max-width:65%;-webkit-box-flex:0;-ms-flex:0 0 65%;flex:0 0 65%}}@media (min-width: 1440px){.col--event-main{max-width:75%;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}}.calendar-sidebar{margin:40px 0}@media (min-width: 1024px){.calendar-sidebar{margin:20px 0}}.calendar-sidebar .select-left,.calendar-sidebar .select-right{float:left;width:calc(50% - 5px);margin-bottom:10px}.calendar-sidebar .select-left select,.calendar-sidebar .select-right select{height:50px}.calendar-sidebar .select-left{margin-right:10px}.calendar-sidebar .calendar-button{font-weight:700;height:50px;text-transform:uppercase;color:#FFFFFF;border-color:#00C0F3;background-color:#00C0F3}.calendar-sidebar .category label{padding-left:10px}.event-detail__back{margin:20px 0}.event-detail__back a{line-height:50px;width:100%;height:50px;padding:0 10px}@media (min-width: 768px){.event-detail__back a{max-width:300px}}.event-calendar-wrapper .control-label{font-size:14px;font-weight:bold;display:block;margin-bottom:15px;text-transform:uppercase;color:black}@media (min-width: 1024px){.event-calendar-wrapper.collapse{display:block !important}}.event-calendar-wrapper .pcb-mini-cal{color:#000000;background-color:#FECE35}.event-calendar-wrapper .pcb-mini-cal .cal-table{width:100%}.event-calendar-wrapper .pcb-mini-cal #current_month{text-align:center}.event-calendar-wrapper .pcb-mini-cal #next_month,.event-calendar-wrapper .pcb-mini-cal #prev_month{padding:10px;text-align:center;color:black}.event-calendar-wrapper .pcb-mini-cal #next_month a,.event-calendar-wrapper .pcb-mini-cal #prev_month a{color:inherit}.event-calendar-wrapper .pcb-mini-cal .calendar-dayhead{text-align:center;border-bottom:solid 1px #D4B243}.event-calendar-wrapper .pcb-mini-cal .calendar-dayhead th{font-weight:normal}.event-calendar-wrapper .pcb-mini-cal .calendar-dayhead th span{font-size:15px;font-weight:300;line-height:24px;display:block;margin-bottom:10px}.event-calendar-wrapper .pcb-mini-cal .calendar-dayrow td{font-size:17px;font-weight:bold;line-height:24px;padding:3px;text-align:center;color:black}.event-calendar-wrapper .pcb-mini-cal .calendar-dayrow td a{line-height:36px;display:block;width:36px;height:36px;margin:auto;color:inherit}.event-calendar-wrapper .pcb-mini-cal .calendar-dayrow td.hasevent{color:#FFFFFF;background:#182341}.event-calendar-wrapper .pcb-mini-cal .calendar-dayrow td.today{color:#FFFFFF;background:#182341}.event-calendar-wrapper .pcb-mini-cal #view_switchers{display:none;text-align:center}.event-detail .event-detail__title{font-size:32px;font-weight:700;color:#182341}@media (min-width: 768px){.event-detail .event-detail__title{font-size:49px}}@media (min-width: 1200px){.event-detail .event-detail__title{font-size:66px}}.event-detail .event-detail__question-list{font-size:16px;line-height:22px;padding:0;list-style:none}@media (min-width: 768px){.event-detail .event-detail__question-list{margin-bottom:50px;margin-left:20px}}.event-detail .event-detail__question-list li{position:relative;margin-bottom:40px;padding-left:80px}@media (min-width: 768px){.event-detail .event-detail__question-list li{margin-bottom:20px}}.event-detail .event-detail__question-list b{font-family:"Roboto Slab", serif;font-size:16px;font-weight:bold;position:absolute;top:0;left:0;color:#182341}@media (min-width: 768px){.event-detail .event-detail__question-list b{font-size:18px}}.event-detail .event-detail__question-list span{font-size:14px;line-height:1.4;color:black}@media (min-width: 768px){.event-detail .event-detail__question-list span{font-size:16px}}.event-detail .event-detail__image{margin-bottom:40px}@media (min-width: 768px){.event-detail .event-detail__image{float:right;margin-left:40px}}@media (max-width: 1023.98px){.event-detail .event-detail__image img{max-width:100%;height:auto !important}}@media (min-width: 768px) and (max-width: 1199.98px){.event-detail .event-detail__image img{max-width:34vw;height:auto !important}}.event-detail .event-detail__image img{width:100%;max-width:100%;height:auto !important}.event-detail p{line-height:1.65;margin-bottom:30px}.event-detail p:first-of-type{font-size:22px;line-height:1.35}@media (min-width: 768px){.event-detail p:first-of-type{font-size:28px}}.event-detail .event-detail__booking-link .btn{font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:50px;text-transform:uppercase;color:black;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){.event-detail .event-detail__booking-link .btn{font-size:18px;font-weight:bold;min-height:70px}}.btn--toggle-event-calendar{font-size:11px;margin-bottom:25px;text-transform:uppercase;color:black}.btn--toggle-event-calendar span{position:relative;top:3px;width:36px;height:36px;margin-left:6px;border-radius:50%;background:#FECE35}.component-event-details{position:relative;z-index:1;background:white}.component-event-details .two-columns{background:inherit}.component-event-details .container-fluid{max-width:1715px;padding:0 20px}@media (max-width: 1023.98px){.component-event-details .container-fluid{padding:0}}@media (min-width: 1024px){.component-event-details .custom-lg{width:457px;padding-right:58px}}.component-event-details .question_list{font-size:16px;line-height:22px;padding:0;list-style:none}@media (min-width: 1024px){.component-event-details .question_list{font-size:18px;line-height:24px;margin-bottom:15px}}.component-event-details .question_list li{position:relative;padding-left:80px}.component-event-details .question_list b{font-weight:bold;position:absolute;top:0;left:0;color:#182341}.component-event-details .calendar-elem{color:#000000;background:#FECE35}.component-event-details .calendar-elem .cal-table{width:100%}.component-event-details .calendar-elem #current_month{text-align:center}.component-event-details .calendar-elem #next_month,.component-event-details .calendar-elem #prev_month{padding:10px;text-align:center;color:black}.component-event-details .calendar-elem #next_month a,.component-event-details .calendar-elem #prev_month a{color:inherit}.component-event-details .calendar-elem .calendar-dayhead{text-align:center;border-bottom:solid 1px #D4B243}.component-event-details .calendar-elem .calendar-dayhead th{font-weight:normal}.component-event-details .calendar-elem .calendar-dayhead th span{font-size:15px;line-height:24px;display:block;margin-bottom:10px}.component-event-details .calendar-elem .calendar-dayrow td{font-size:17px;font-weight:bold;line-height:24px;padding:3px;text-align:center;color:black}.component-event-details .calendar-elem .calendar-dayrow td a{line-height:36px;display:block;width:36px;height:36px;margin:auto;color:inherit}.component-event-details .calendar-elem .calendar-dayrow td.today{color:#FFFFFF;background:#182341}.component-event-details .calendar-elem #view_switchers{display:none;text-align:center}.component-event-details .control-label{font-size:14px;font-weight:bold;text-transform:uppercase;color:#182341}.component-event-details .category{margin-bottom:5px;padding-left:10px}.component-event-details .category .custom-control{padding-left:36px}.component-event-details .category .custom-control-label{cursor:pointer}.component-event-details .category .custom-control-label:before{border-radius:0}@media (min-width: 1024px){.component-event-details .collapse-mobile{display:block !important}}@media (max-width: 1023.98px){.component-event-details .collapse-mobile{padding:20px 30px;background:#FECE35}}@media (max-width: 1023.98px){.component-event-details .mobile-wrapper{max-width:calc(100% - 10px);margin:15px auto 43px;padding:20px 30px;border:solid 1px #E0E0E0}}.component-event-details .embed-responsive{margin-bottom:30px}@media (max-width: 1023.98px){.component-event-details .embed-responsive{display:none}}.component-event-details .btn-transparent{font-size:11px;text-transform:uppercase;color:black}.component-event-details .btn-transparent span{width:36px;height:36px;margin-left:6px;border-radius:50%;background:#FECE35}.component-event-details .btn-close{width:36px;height:36px}.journey{position:relative;padding:50px 0 0;text-align:center}.journey button::-moz-focus-inner{border:0}.journey h2{font-size:32px;color:#182341}@media (min-width: 768px){.journey h2{font-size:48px;font-weight:bold;line-height:56px;margin-bottom:26px}}.journey p{font-size:20px;line-height:1.5;width:700px;max-width:100%;margin-right:auto;margin-bottom:40px;margin-left:auto}.journey .journey-slider{margin:0 -15px}@media (max-width: 767.98px){.journey .journey-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.journey .journey-slider .slick-track .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}}.journey .journey-slider .slick-list,.journey .journey-slider .slick-slide,.journey .journey-slider .slick-slide:focus{outline:none !important}.journey .journey-slider .item{position:relative;text-align:center;color:white;border-right:solid 1px white;border-left:solid 1px white;background:linear-gradient(134.26deg, #182341, #A9BFD8)}.journey .journey-slider .item:after{position:absolute;z-index:1;z-index:0;top:0;right:auto;left:0;width:100%;height:100%;content:"";-webkit-transition:all 0.7s ease;transition:all 0.7s ease}@media (prefers-reduced-motion: reduce){.journey .journey-slider .item:after{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.journey .journey-slider .item:before{position:absolute;z-index:2;right:0;bottom:0;left:0;width:79.2px;height:79.2px;margin:auto;content:"";-webkit-transition:all 0.7s ease;transition:all 0.7s ease;-webkit-transition-delay:0.5s;transition-delay:0.5s;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform-origin:center bottom;transform-origin:center bottom;background:url("/courses/media/2019-template-assets/graphics/journey_triangle.svg") no-repeat center center;background-size:100%}@media (prefers-reduced-motion: reduce){.journey .journey-slider .item:before{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.journey .journey-slider .item.slick-current{color:black}.journey .journey-slider .item.slick-current:after{background:#FECE35}.journey .journey-slider .item.slick-current:before{position:absolute;z-index:1;right:0;bottom:0;left:0;width:79.2px;height:79.2px;margin:auto;content:"";-webkit-transform:translateY(65%);transform:translateY(65%);background:url("/courses/media/2019-template-assets/graphics/journey_triangle.svg") no-repeat center center;background-size:100%}.journey .journey-slider .img_wrap{position:relative;z-index:2;overflow:hidden;width:180px;margin:40px auto 30px;border-radius:50%}.journey .journey-slider .img_wrap:after{display:block;padding-bottom:100%;content:""}.journey .journey-slider .img_wrap img{position:absolute;z-index:-1;top:50%;right:-50%;left:-50%;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.journey .journey-slider h3{font-size:22px;font-weight:500;line-height:1.5;position:relative;z-index:3;margin-bottom:6px}@media (max-width: 767.98px){.journey .journey-slider h3{font-size:16px}}.journey .journey-slider p{font-size:18px;line-height:1.5;position:relative;z-index:3;margin-bottom:36px}@media (max-width: 767.98px){.journey .journey-slider p{font-size:13px}}.journey .journey-details{margin:0 -15px;padding:87px 117px;color:white;background:#182341}@media (max-width: 767.98px){.journey .journey-details{overflow:visible;padding:51px 37px 50px 67px}.journey .journey-details .slick-track,.journey .journey-details .slick-list{overflow:visible}.journey .journey-details article{padding-left:47px;border-left:solid 1px white}.journey .journey-details article:before{position:absolute;top:0;left:-16px;width:32px;height:22px;content:"";background:url("/courses/media/2019-template-assets/graphics/title.svg") no-repeat left center}.journey .journey-details article:last-of-type{border-left:solid 1px transparent}.journey .journey-details .row{margin:0}}.journey .journey-details .item-title{font-size:16px;font-weight:500;line-height:1.5;position:relative;min-width:100%;margin-bottom:12px;text-align:left}@media (min-width: 768px){.journey .journey-details .item-title{font-size:22px;margin-right:-15px;margin-bottom:34px;margin-left:-15px;padding-right:15px;padding-bottom:25px;padding-left:15px;border-bottom:solid 1px white}.journey .journey-details .item-title:before{position:absolute;bottom:0;left:14px;width:32px;height:22px;content:"";-webkit-transform:translateY(50%);transform:translateY(50%);background:url("/courses/media/2019-template-assets/graphics/title.svg") no-repeat left center}}@media (max-width: 767.98px){.journey .journey-details .item-title{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.journey .journey-details .item-title:before{left:-16px}}.journey .journey-details p{font-size:14px;line-height:1.5;max-width:340px;margin-bottom:76px;margin-left:0;text-align:left}@media (min-width: 768px){.journey .journey-details p{font-size:18px;margin-bottom:20px}}.testimonial{background:linear-gradient(268.99deg, #00C0F3 0%, #71D5EF 100%);color:white;font-weight:300;font-size:18px;line-height:27px;text-align:center}.testimonial cite{text-transform:uppercase;font-size:14px;line-height:21px;font-weight:500;font-style:normal;margin-bottom:54px;display:block}@media (min-width: 768px){.testimonial{font-size:26px;line-height:39px;background:linear-gradient(265.41deg, #00C0F3 0%, #2ED0FB 100%)}.testimonial cite{font-size:20px;line-height:25px;margin-bottom:110px}}.testimonial .testimonial-slider .slick-list,.testimonial .testimonial-slider .slick-slide,.testimonial .testimonial-slider .slick-slide:focus{outline:none !important}.testimonial .content_wrap{position:relative;padding:0 60px;margin:auto -15px;font-size:18px}@media (min-width: 768px){.testimonial .content_wrap{font-size:26px;padding:0 122px;max-width:calc(940px + 244px);margin:auto}}.testimonial .content_wrap .quote{position:absolute}.testimonial .content_wrap .quote svg{width:32.5px;height:auto}@media (min-width: 768px){.testimonial .content_wrap .quote svg{width:86px}}.testimonial .content_wrap .quote.left{top:0;left:24px}@media (min-width: 768px){.testimonial .content_wrap .quote.left{left:0}}.testimonial .content_wrap .quote.right{bottom:60px;right:24px}@media (min-width: 768px){.testimonial .content_wrap .quote.right{right:0px}}.testimonial .img_wrap{width:140px;margin:64px auto 26px;border-radius:50%;overflow:hidden;position:relative;z-index:11}.testimonial .img_wrap:after{content:" ";display:block;padding-bottom:100%}.testimonial .img_wrap img{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-50%;right:-50%;margin:auto;max-width:100%}@media (min-width: 768px){.testimonial .img_wrap{width:220px;margin:110px auto 36px}}.testimonial hr{border-top:solid 2px #FECE35;width:63px;margin:33px auto;width:50px;margin:36px auto}.holders{padding:100px 0;position:relative;background:linear-gradient(45deg, #eee, #F7F7F7)}@media (min-width: 768px){.holders{padding:45px 0 40px}}.holders h2{font-size:32px;color:#182341;text-align:center}@media (min-width: 768px){.holders h2{font-size:50px;font-weight:500;line-height:56px;margin-bottom:24px}}.holders p{font-size:16px;line-height:1.5;margin-bottom:40px;width:700px;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width: 768px){.holders p{font-size:20px}}.holders .timeline{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 auto}.holders .timeline .date{min-width:45%;max-width:45%;font-weight:500;font-size:18px;text-align:right;line-height:22px;padding-right:33px;padding-bottom:47px;color:#182341}@media (min-width: 768px){.holders .timeline .date{font-size:22px;line-height:27px;padding-right:73px}}.holders .timeline .details{height:100%;font-size:16px;line-height:22px;padding-left:33px;color:#182341;max-width:calc(340px + 33px);border-left:solid 2px #182341;position:relative;padding-bottom:47px}@media (min-width: 768px){.holders .timeline .details{font-size:18px;line-height:27px;padding-left:73px;max-width:calc(340px + 73px)}}.holders .timeline .details:before{background:url("/courses/media/2019-template-assets/graphics/fig_holders.svg") no-repeat center center;width:32px;height:22px;position:absolute;left:0;top:4px;z-index:1;-webkit-transform:translateX(-50%);transform:translateX(-50%);content:""}.holders .timeline li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.holders .timeline li:first-child .details:before{top:0}.holders .timeline li:last-child .date{padding-bottom:0px}.holders .timeline li:last-child .details{padding-bottom:0px}.holders .timeline li:last-child .details:before{top:6px}.component-featured-row .component-featured-row--image img{max-width:100%}.component-accordion{margin-bottom:40px}@media (min-width: 768px){.component-accordion{margin-bottom:80px}}@media (min-width: 1024px){.component-accordion .card-header .btn{font-size:24px;padding:20px 20px;padding-right:60px}}.component-accordion ul+ul{margin-top:-1rem}.component-accordion ul li{padding:4px 0}.component-accordion table{width:100%;margin-bottom:20px}.component-accordion table th,.component-accordion table td{padding:12px;border:1px solid #D5D4D5}.component-accordion table th p,.component-accordion table td p{margin:0}.accordion-with-overview{padding:174px 0 122px;background:#f7f7f7}@media (min-width: 768px){.accordion-with-overview{padding-left:50px}}@media (min-width: 1440px){.accordion-with-overview{padding-left:175px}.accordion-with-overview .section_title{padding-left:100px}}@media (max-width: 1023.98px){.accordion-with-overview{padding-top:40px;padding-bottom:42px}}@media (min-width: 1440px){.accordion-with-overview .container-fluid{max-width:1800px;margin-right:0;padding-right:91px}}@media (min-width: 768px){.accordion-with-overview .section_title{padding-top:0}}@media (min-width: 1440px){.accordion-with-overview .section_title{padding-left:100px}}@media (max-width: 767.98px){.accordion-with-overview .section_title{padding:0}}.accordion-with-overview .section_title h2{font-size:48px;font-weight:bold;line-height:51px;margin-bottom:37px}@media (max-width: 1023.98px){.accordion-with-overview .section_title h2{font-size:46px;line-height:54px}}@media (max-width: 575.98px){.accordion-with-overview .section_title h2{max-width:200px;margin-bottom:10px}}.accordion-with-overview .section_title p{font-size:30px;line-height:40px;margin-bottom:50px}@media (max-width: 1023.98px){.accordion-with-overview .section_title p{font-size:16px;line-height:26px;margin-bottom:40px}}.accordion-with-overview li{line-height:1.5;margin-bottom:20px}.accordion-with-overview li h1,.accordion-with-overview li h2,.accordion-with-overview li h3,.accordion-with-overview li h4{font-size:24px;margin-top:30px;margin-bottom:20px}.accordion-with-overview li h5,.accordion-with-overview li h6{font-size:18px;margin-top:30px;margin-bottom:20px}.accordion-with-overview li p{line-height:1.5;margin-bottom:20px}.accordion-with-overview .card-body>div{margin:20px 0}.accordion.accordion-custom{margin-bottom:40px}.accordion.accordion-custom .card{border:none !important}.accordion.accordion-custom .card-header{position:relative;margin-right:20px;border:none;border-radius:0;background:#00C0F3}.accordion.accordion-custom .card-header .btn{font-size:16px;font-weight:normal;line-height:27px;position:relative;float:left;width:100%;padding-top:0;padding-bottom:0;padding-left:50px;color:white;border:none}.accordion.accordion-custom .card-header .btn i{font-size:90%;position:absolute;top:50%;left:20px;margin-right:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.accordion.accordion-custom .card-header .btn.btn:not(.collapsed) i:before{content:"\f068"}.accordion.accordion-custom .card-header:before{position:absolute;top:50%;right:-20px;width:0;height:0;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:20px solid #00C0F3}.accordion.accordion-custom.v2 .card-header{background:#FECE35}.accordion.accordion-custom.v2 .card-header .btn{color:black}.accordion.accordion-custom.v2 .card-header:before{border-left:20px solid #FECE35}@media (min-width: 1024px){.accordion-with-overview .accordion.accordion-custom .card{margin-bottom:24px}.accordion-with-overview .accordion.accordion-custom .card-header{margin-right:60px}.accordion-with-overview .accordion.accordion-custom .card-header:before{right:-60px;border-top-width:45px;border-bottom-width:45px;border-left-width:60px}.accordion-with-overview .accordion.accordion-custom .card-header .btn{font-size:24px;font-weight:500;line-height:28px}}.accordion-with-overview .accordion.accordion-custom .card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px}@media (min-width: 1024px){.accordion-with-overview .accordion.accordion-custom .card-header{min-height:88px}}.accordion-with-overview .accordion.accordion-custom .card-header .btn{line-height:1.3}.accordion-with-overview .accordion.accordion-custom .card-body span{font-size:inherit !important}.accordion-with-overview .accordion.accordion-custom .card-body span span{font-size:inherit !important}.page-wrap-side-nav .masonry-grid{margin-top:0}.masonry-grid{width:100%;margin-top:50px;margin-bottom:20px}@media (min-width: 768px){.masonry-grid{width:calc(100% + 30px)}}@media (min-width: 1024px){.masonry-grid{margin-top:120px;margin-bottom:90px}}.masonry-grid:last-child{margin-bottom:0}.masonry-grid__href{position:relative;display:block;overflow:hidden}.masonry-grid__item{overflow:hidden;margin-bottom:30px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}@media (prefers-reduced-motion: reduce){.masonry-grid__item{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.masonry-grid__item:hover .masonry-grid__title--top:before{bottom:-40px}.masonry-grid__item:hover .masonry-grid__title--bottom:before{top:-40px}.masonry-grid__item:hover .masonry-grid__image{-webkit-transform:scale(1.05);transform:scale(1.05)}.masonry-grid__item--sizer{width:25%}.masonry-grid__item--gutter{width:30px}.masonry-grid__item--masonry-half{width:100%}@media (min-width: 768px){.masonry-grid__item--masonry-half{width:calc(50% - 30px)}}@media (min-width: 1024px){.masonry-grid__item--masonry-half{width:calc(50% - 30px)}}.masonry-grid__item--masonry-third{width:100%}@media (min-width: 768px){.masonry-grid__item--masonry-third{width:calc(50% - 30px)}}@media (min-width: 1440px){.masonry-grid__item--masonry-third{width:calc(33.333333% - 30px)}}.masonry-grid__item--masonry-quarter{width:100%}@media (min-width: 768px){.masonry-grid__item--masonry-quarter{width:calc(50% - 30px)}}@media (min-width: 1440px){.masonry-grid__item--masonry-quarter{width:calc(25% - 30px)}}.masonry-grid__image{width:100%;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;-webkit-transform:scale(1);transform:scale(1)}@media (prefers-reduced-motion: reduce){.masonry-grid__image{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.masonry-grid__fa,.masonry-grid__fas{height:240px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;-webkit-transform:scale(1);transform:scale(1);text-align:center}@media (prefers-reduced-motion: reduce){.masonry-grid__fa,.masonry-grid__fas{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.masonry-grid__fa .fa,.masonry-grid__fas .fa{font-size:8em}.masonry-grid .masonry-grid__title-zoom img{display:none}.masonry-grid .masonry-grid__title-zoom::before{background-image:url("/courses/media/2019-template-assets/graphics/masonry-arrow.svg");width:30px;height:30px;content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-size:cover}.masonry-grid .masonry-grid__item--masonry-item-link .masonry-grid__title-zoom::before{background-image:url(/courses/media/2019-template-assets/graphics/masonry-arrow.svg)}.masonry-grid .masonry-grid__item--masonry-item-issuu .masonry-grid__title-zoom::before{background-image:url(/courses/media/2019-template-assets/graphics/masonry-external.svg)}.masonry-grid .masonry-grid__item--masonry-item-video .masonry-grid__title-zoom::before{background-image:url(/courses/media/2019-template-assets/graphics/masonry-play.svg)}.masonry-grid .masonry-grid__item--masonry-item-download .masonry-grid__title-zoom::before{background-image:url(/courses/media/2019-template-assets/graphics/masonry-external.svg)}.masonry-grid__title{position:absolute;width:100%;padding-right:15px;padding-left:15px}.masonry-grid__title:before{position:absolute;z-index:1;right:-20px;left:-20px;height:100px;content:"";-webkit-transition:all 0.2s ease;transition:all 0.2s ease}@media (prefers-reduced-motion: reduce){.masonry-grid__title:before{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.masonry-grid__title--top{top:0;padding-top:10px}@media (min-width: 1024px){.masonry-grid__title--top{padding-top:20px}}.masonry-grid__title--top:before{bottom:-30px;-webkit-transform:rotate(-2.5deg);transform:rotate(-2.5deg)}.masonry-grid__title--top .masonry-grid__title-zoom{top:10px}.masonry-grid__title--bottom{bottom:0;padding-bottom:10px}@media (min-width: 1024px){.masonry-grid__title--bottom{padding-bottom:20px}}.masonry-grid__title--bottom:before{top:-30px;-webkit-transform:rotate(2.5deg);transform:rotate(2.5deg)}.masonry-grid__title--bottom .masonry-grid__title-zoom{bottom:10px}.masonry-grid__title-heading{font-size:16px;font-weight:700;line-height:1;position:relative;z-index:2;margin:0;padding-right:45px;color:white}.masonry-grid__title-zoom{position:absolute;z-index:2;right:15px;overflow:hidden;width:35px;height:35px}.masonry-grid__title--pink{background-color:#F05A8D}.masonry-grid__title--pink:before{background-color:#F05A8D}.masonry-grid__title--blue{background-color:#00C0F3}.masonry-grid__title--blue:before{background-color:#00C0F3}.masonry-grid__title--yellow{background-color:#FECE35}.masonry-grid__title--yellow:before{background-color:#FECE35}.masonry-grid__title--yellow .masonry-grid__title-heading{color:#000}.masonry-grid__title--yellow .masonry-grid__title-zoom::before{background-position:0 -30px}.masonry-grid__content{padding:20px 20px 0}.masonry-grid__content h1,.masonry-grid__content h2,.masonry-grid__content h3,.masonry-grid__content h4,.masonry-grid__content h5,.masonry-grid__content h6{color:#182341}.masonry-minisite .item{width:calc(50% - 10px)}@media (min-width: 768px){.masonry-minisite .item{width:calc(25% - 10px)}}@media (min-width: 1024px){.masonry-grid__image{height:300px !important;-o-object-fit:cover;object-fit:cover}}.header-secondary-nav .display-scroll{display:none}.secondary-nav ul li.display-scroll{display:none}@media (max-width: 767px){.secondary-nav ul li.display-scroll{display:block}}@media (min-width: 768px){.slider-expand .flickity-viewport{overflow:visible}}@media (min-width: 1740px){.slider-expand .flickity-prev-next-button.previous{left:-50px}}@media (min-width: 1740px){.slider-expand .flickity-prev-next-button.next{right:-90px}}.slider-expand__cell{width:80%;margin-right:20px}@media (min-width: 768px){.slider-expand__cell{width:40%}}@media (min-width: 1024px){.slider-expand__cell{width:25%}}@media (min-width: 768px){.slider-expand__cell.is-selected{width:80%}.slider-expand__cell.is-selected:after{position:absolute;bottom:-40px;left:50%;width:28px;height:22px;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background-image:url("/courses/media/2019-template-assets/graphics/split-diamond.png")}.slider-expand__cell.is-selected img{width:50%}}@media (min-width: 1024px){.slider-expand__cell.is-selected{width:50%}.slider-expand__cell.is-selected img{width:50%}}.slider-expand__cell.is-selected figcaption{opacity:1}.slider-expand__cell img{width:100%}.slider-expand__cell figcaption{opacity:0}@media (min-width: 768px){.slider-expand__cell figcaption{position:absolute;top:0;left:50%;width:50%;padding:0 20px}}@media (min-width: 1024px){.slider-expand__cell figcaption{padding:0 40px}}.slider-expand__cell figcaption h2{font-size:22px;font-weight:700;line-height:0.96;margin:29px 0 0;color:#5B6A87}@media (min-width: 768px){.slider-expand__cell figcaption h2{margin-top:0}}@media (min-width: 1024px){.slider-expand__cell figcaption h2{font-size:28px}}.slider-expand__cell figcaption p{font-size:16px;line-height:1.4;margin:16px 0 0;color:#4F4F4F}@media (min-width: 1440px){.template--landing .call-to-action-bar{padding:60px 230px}}.call-to-action-bar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px;background-color:#00C0F3}@media (min-width: 768px){.call-to-action-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 1200px){.call-to-action-bar{padding:60px 90px}}.call-to-action-bar:after{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background-image:url("/courses/media/2019-template-assets/graphics/call-to-action-bar.png");background-repeat:no-repeat;background-position:center;background-size:cover}.call-to-action-bar a{color:white}@media (min-width: 768px){.call-to-action-bar__headings{padding-right:50px}}@media (min-width: 1024px){.call-to-action-bar__headings{padding-right:100px}}.call-to-action-bar__title,.call-to-action-bar__sub-title{font-weight:bold;line-height:1;width:100%;margin-bottom:30px;margin-top:30px}.call-to-action-bar__title{font-size:32px;color:white}@media (min-width: 768px){.call-to-action-bar__title{font-size:49px}}@media (min-width: 1024px){.call-to-action-bar__title{font-size:66px}}.call-to-action-bar__sub-title{font-size:24px;color:black}@media (min-width: 768px){.call-to-action-bar__sub-title{font-size:32px}}@media (min-width: 1024px){.call-to-action-bar__sub-title{font-size:40px}}.call-to-action-bar__cta{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:400px}.call-to-action-bar__cta .btn{font-size:14px;font-weight:bold}@media (min-width: 768px){.call-to-action-bar__cta .btn{font-size:18px}}.call-to-action-bar__cta-process{padding:22px;text-transform:uppercase;background-color:#FCEE32}.call-to-action-bar__cta-process:hover{background-color:#FFF89B}.call-to-action-bar__cta-link{padding:22px 22px 0 22px;padding-bottom:0;color:white}.call-to-action-bar__cta:hover .call-to-action-bar__cta-link{pointer-events:none}.search-page>.search-page::after{content:'';display:table;clear:both}.search-page>div[class*="col"]{padding:0}@media (min-width: 768px){.search-page>div[class*="col"]{padding:0 15px}}@media (min-width: 768px){.search-page>div.col-md-4,.latest_news .list.v2 .search-page>div.item{float:left;max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}}@media (min-width: 1024px){.search-page>div.col-md-4,.latest_news .list.v2 .search-page>div.item{max-width:33.333333%;-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%}}@media (min-width: 768px){.search-page>div.col-md-12{float:right;max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}}@media (min-width: 1024px){.search-page>div.col-md-12{max-width:66.666667%;-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%}}.search-page .pagination{margin:0;padding:0}@media (min-width: 768px){.search-page .pagination{margin:0 0 20px}}@media (min-width: 1024px){.search-page .pagination{margin:50px 0}}.search-page .pagination li{line-height:40px;width:40px;height:40px;text-align:center}@media (min-width: 1024px){.search-page .pagination li{line-height:70px;width:70px;height:70px}}.search-page .pagination li a{font-weight:700;display:block;color:black}.search-page .pagination li.active{background-color:#FCEE32}@media (min-width: 768px){.search-side.sidebar{margin-left:-15px}}.search-sidebar>h2,.search-side.sidebar>h2{display:none}.search-sidebar>h3,.search-side.sidebar>h3{font-size:24px;margin-bottom:30px;color:#182341}.search-sidebar .sidebar-content>h3,.search-side.sidebar .sidebar-content>h3{font-size:24px;margin-bottom:30px;color:#182341}.search-sidebar>h4,.search-side.sidebar>h4{font-size:24px;margin-top:30px;margin-bottom:30px;color:#182341}.search-sidebar>.search-box-container,.search-side.sidebar>.search-box-container{display:none}.component-search .search-side .side-buttons{display:none}.component-search .search-page .search-box-container{display:none}#search-facets .hidden{display:none}#search-facets a{display:inline-block;padding:20px 15px}#search-facets .panel-default{margin-bottom:10px}#search-facets .panel-heading{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#182341}#search-facets .panel-heading a{color:white !important}#search-facets .panel-toggle:after{position:absolute;top:50%;right:15px;width:0;height:0;content:"";-webkit-transition:-webkit-transform 0.1s ease;transition:-webkit-transform 0.1s ease;transition:transform 0.1s ease;transition:transform 0.1s ease, -webkit-transform 0.1s ease;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:14px solid white}@media (prefers-reduced-motion: reduce){#search-facets .panel-toggle:after{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}#search-facets .panel-toggle.collapsed:after{-webkit-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg)}#search-facets .panel-toggle:hover{cursor:pointer}#search-facets .glyphicon-remove{position:relative;padding-left:18px}#search-facets .glyphicon-remove:after{position:absolute;top:-2px;left:0;width:15px;height:18px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/times-circle-o.svg");background-repeat:no-repeat;background-position:center;background-size:cover}#search-facets .list-group{padding-top:18px;border:1px solid #A9BFD8;border-top:0}#search-facets .list-group-item{font-size:15px;position:relative;width:100%;padding-top:12px;padding-right:65px;padding-bottom:12px;padding-left:40px;color:#182341}#search-facets .list-group-item:last-child{margin-bottom:30px}#search-facets .item-label{position:relative}#search-facets .item-label span.glyphicon:before{position:absolute;top:50%;left:-25px;width:15px;height:18px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-position:center;background-size:cover}#search-facets .item-label span.glyphicon-unchecked:before{content:url("/courses/media/2019-template-assets/graphics/Rectangle.svg")}#search-facets .item-label span.glyphicon-check:before{content:url("/courses/media/2019-template-assets/graphics/Rectangle-01.svg")}#search-facets span.badge{position:absolute;top:50%;right:15px;padding:3px 10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50px;background:#F2F2F2}#search-facets .collapse-trigger{position:relative}#search-facets .collapse-trigger:before,#search-facets .collapse-trigger:after{position:absolute;width:15px;height:15px;content:"";background-repeat:no-repeat;background-position:center}#search-facets .collapse-trigger:before{top:10px;left:15px;background-image:url("/courses/media/2019-template-assets/graphics/plus.svg")}#search-facets .collapse-trigger:after{font-size:13px;top:8px;left:40px;content:"MORE"}#search-facets .collapse-trigger[aria-expanded="true"]:before{background-image:url("/courses/media/2019-template-assets/graphics/minus.svg")}#search-facets .collapse-trigger[aria-expanded="true"]:after{content:"LESS"}#search-facets .collapse-trigger:hover{cursor:pointer}@media (min-width: 768px){.search-page .col-md-8{padding-right:0}}#search-result-count{font-size:20px;font-weight:500;color:#6C757D}#search-page-start::before{margin-right:7px;content:"Showing";color:#6C757D}#search-result-count h3{font-size:20px;font-weight:500}@media (min-width: 768px){#search-result-count h3{text-align:right}}#search-page-start,#search-page-end{color:#08C3F4}.course-search-results{margin-top:36px;padding:0;list-style:none}.course-search-results li{border-bottom:1px solid #A9BFD8}.course-search-results li:first-child{border-top:1px solid #A9BFD8}.course-search-results li a{display:block;padding:25px 0;color:#182341}@media (min-width: 1024px){.course-search-results li a{width:100%}}@media (min-width: 1200px){.course-search-results li a{padding:50px 0 70px}}.course-search-results li a:hover h3{color:#F05A8D}.course-search-results .alert{overflow:auto}.course-search-results h3{font-size:22px;font-weight:700;margin:0 0 12px}@media (min-width: 1024px){.course-search-results h3{width:100%;margin:0 0 25px}}@media (min-width: 1200px){.course-search-results h3{font-size:30px;line-height:35px;width:100%;margin:0 0 40px}}.course-search-results span{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1200px){.course-search-results span{float:left;padding-right:10px}}.course-search-results span h4{font-size:14px;font-weight:700;margin:0;padding-right:10px;color:#182341}@media (min-width: 1200px){.course-search-results span h4{padding-right:3px}}.course-search-results span.award{height:auto;color:#F05A8D}.course-search-results span.ucas,.course-search-results span.duration,.course-search-results span.mode{display:none}@media (min-width: 1024px){.course-search-results span.ucas,.course-search-results span.duration,.course-search-results span.mode{display:-webkit-box;display:-ms-flexbox;display:flex}}.heading.heading--search{margin-top:15px}.heading.heading--search:before{background-image:none;display:none}.heading--search-form .input-group .bootstrap-select.form-control .dropdown-toggle{font-size:20px;font-weight:300;line-height:30px;height:85px;padding:24px;color:#828282;border:1px solid #D5D4D5;border-radius:0;background-color:white}.news-article-detail{position:relative;padding-top:127px}.news-article-detail:before{position:absolute;top:0;left:0;width:206px;height:92px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/triangle-top-left.svg");background-size:cover}.news-article-detail a.back:hover svg{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.news-article-detail a.back.d-md-none{display:none !important}.news-article-detail a.back.d-md-inline-block{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news-article-detail a.back.d-md-inline-block svg{margin-right:10px;-webkit-transition:500ms ease-in-out;transition:500ms ease-in-out}@media (min-width: 768px){.news-article-detail a.back.d-md-inline-block svg{margin-right:30px}}@media (prefers-reduced-motion: reduce){.news-article-detail a.back.d-md-inline-block svg{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.news-article-detail h1,.news-article-detail h2,.news-article-detail h3,.news-article-detail h4,.news-article-detail h5,.news-article-detail h6{line-height:1.4;margin-top:40px;margin-bottom:30px}.news-article-detail h1,.news-article-detail h2{font-size:32px}.news-article-detail h3{font-size:24px}.news-article-detail h4,.news-article-detail h5{font-size:18px}.news-article-detail h6{font-size:16px}.news-article-detail p{line-height:1.65;margin-bottom:30px}.news-article-detail p img{width:auto !important;max-width:100%;height:auto !important}.news-article-detail--secondary{padding-top:20px}.news-article-detail--secondary:before{content:none}.news-article-detail__featured-image{width:100%;max-width:100%;margin-bottom:30px}@media (min-width: 768px){.news-article-detail__featured-image{float:right;width:300px;margin:0 0 30px 30px}}@media (min-width: 1024px){.news-article-detail__featured-image{width:570px}}.news-article-detail__featured-image img{width:100% !important;height:100% !important}.news-article-detail__featured-image+p{margin-top:24px}.news-article-detail__section_title h2{font-size:46px;font-weight:700;line-height:1;margin-bottom:36px;color:#182341}@media (min-width: 768px){.news-article-detail__section_title h2{font-size:41px}}@media (min-width: 1024px){.news-article-detail__section_title h2{font-size:66px}}.news-article-detail__date{font-size:14px;font-weight:700;margin-bottom:20px;color:#657593}@media (min-width: 1024px){.news-article-detail__date{font-size:18px;margin-bottom:0}}.news-article-detail__body p{line-height:1.6;margin-bottom:24px}.news-article-detail__body p>img{width:100% !important;height:100% !important}@media (min-width: 768px){.news-article-detail__body p>img{float:right;clear:both;max-width:300px;margin:30px 0 30px 30px}}@media (min-width: 1024px){.news-article-detail__body p>img{max-width:570px}}.news-article-detail__body blockquote{position:relative}.news-article-detail__body blockquote:after{content:""}.news-article-blockquote{position:relative;margin:50px 0;padding:50px 0;background-color:#182341}@media (min-width: 1024px){.news-article-blockquote{padding:100px 0 70px}}.news-article-blockquote:after{position:absolute;top:-65px;right:0;width:50px;height:122px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/blockquote-oblique.svg");background-repeat:no-repeat;background-size:100%}@media (min-width: 1024px){.news-article-blockquote:after{top:-85px;width:75px;height:183px}}@media (min-width: 1600px){.news-article-blockquote:after{top:-140px;width:101px;height:244px}}.news-article-blockquote__image{margin-top:-50px;margin-bottom:50px}@media (min-width: 1024px){.news-article-blockquote__image{position:absolute;top:0;left:0;width:50%;height:100%;margin:0}}@media (min-width: 1440px){.news-article-blockquote__image{width:40%}}.news-article-blockquote__image>img{width:100%}@media (min-width: 1024px){.news-article-blockquote__image>img{position:absolute;top:0;left:0;width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}}@media (min-width: 1024px){.news-article-blockquote__image+.container-fluid .row .col-12 blockquote,.news-article-blockquote__image+.container-fluid .row .latest_news .list.v1 .item blockquote,.latest_news .list.v1 .news-article-blockquote__image+.container-fluid .row .item blockquote{margin-left:calc(50% + 50px)}}@media (min-width: 1440px){.news-article-blockquote__image+.container-fluid .row .col-12 blockquote,.news-article-blockquote__image+.container-fluid .row .latest_news .list.v1 .item blockquote,.latest_news .list.v1 .news-article-blockquote__image+.container-fluid .row .item blockquote{margin-right:calc((100% - 1300px) / 2);margin-left:calc(40% + 50px)}}.news-article-blockquote blockquote{position:relative;max-width:100%;margin-top:50px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.news-article-blockquote blockquote{max-width:690px}}@media (min-width: 1024px){.news-article-blockquote blockquote{max-width:930px}}@media (min-width: 1200px){.news-article-blockquote blockquote{max-width:1300px}}.news-article-blockquote blockquote:before{position:absolute;top:-50px;left:0;width:36px;height:30px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/blockquote-mark.svg");background-repeat:no-repeat}.news-article-blockquote blockquote h1,.news-article-blockquote blockquote h2,.news-article-blockquote blockquote h3,.news-article-blockquote blockquote h4,.news-article-blockquote blockquote h5,.news-article-blockquote blockquote h6,.news-article-blockquote blockquote p{font-family:"Roboto Slab", serif;color:white}.news-article-blockquote blockquote h1,.news-article-blockquote blockquote h2,.news-article-blockquote blockquote h3,.news-article-blockquote blockquote h4,.news-article-blockquote blockquote h5,.news-article-blockquote blockquote h6{font-size:20px;margin-top:40px;margin-bottom:30px}.news-article-blockquote blockquote p{font-size:16px;line-height:1.8;position:relative;max-width:100%;margin-bottom:30px}.news-article-blockquote blockquote p:first-child{padding-top:20px}.news-article-blockquote blockquote p:last-child{margin-bottom:0}.news-article-detail__media-relations{margin:1rem 0}.news-article-detail__media-relations p{margin-bottom:0;padding:1rem;text-align:center;color:#000;background-color:#FECE35}.news-article-detail__media-relations p a{text-decoration:underline;color:black}.add-this-news{margin-bottom:50px}.add-this-news .at-share-btn{border-radius:50px !important}.add-this-news .at-svc-facebook{background-color:#3B5998 !important}.add-this-news .at-svc-twitter{background-color:#55ACEE !important}.art-student-detail{position:relative;padding-top:127px}.art-student-detail:before{position:absolute;top:0;left:0;width:206px;height:92px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/triangle-top-left.svg");background-size:cover}.art-student-detail a.back.d-md-none{display:none !important}.art-student-detail a.back.d-md-inline-block{display:block !important}.art-student-detail h1,.art-student-detail h2,.art-student-detail h3,.art-student-detail h4,.art-student-detail h5,.art-student-detail h6{line-height:1;margin-top:40px;margin-bottom:30px}.art-student-detail h1,.art-student-detail h2{font-size:32px}.art-student-detail h3{font-size:24px}.art-student-detail h4,.art-student-detail h5{font-size:18px}.art-student-detail h6{font-size:16px}.art-student-detail p{line-height:1.65;margin-bottom:30px}.art-student-detail p img{width:auto !important;max-width:100%;height:auto !important}.art-student-detail--secondary{padding-top:20px}.art-student-detail--secondary:before{content:none}.art-student-detail__featured-image{width:100%;max-width:100%;margin-bottom:30px}@media (min-width: 768px){.art-student-detail__featured-image{float:right;width:300px;margin:0 0 30px 30px}}@media (min-width: 1024px){.art-student-detail__featured-image{width:570px}}.art-student-detail__featured-image img{width:100% !important;height:100% !important}.art-student-detail__featured-image+p{margin-top:24px}.art-student-detail__section_title h2{font-size:46px;font-weight:700;line-height:1;margin-bottom:36px;color:#182341}@media (min-width: 768px){.art-student-detail__section_title h2{font-size:41px}}@media (min-width: 1024px){.art-student-detail__section_title h2{font-size:66px}}.art-student-detail__date{font-size:14px;font-weight:700;margin-bottom:20px;color:#657593}@media (min-width: 1024px){.art-student-detail__date{font-size:18px;margin-bottom:0}}.art-student-detail__body p{line-height:1.6;margin-bottom:24px}.art-student-detail__body p>img{width:100% !important;height:100% !important}@media (min-width: 768px){.art-student-detail__body p>img{float:right;clear:both;max-width:150px;margin:30px 0 30px 30px}}@media (min-width: 1024px){.art-student-detail__body p>img{max-width:250px}}.art-student-detail__body blockquote{position:relative}.art-student-detail__body blockquote:after{content:""}.art-student-blockquote{position:relative;margin:50px 0;padding:50px 0;background-color:#182341}@media (min-width: 1024px){.art-student-blockquote{padding:100px 0 70px}}.art-student-blockquote:after{position:absolute;top:-65px;right:0;width:50px;height:122px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/blockquote-oblique.svg");background-repeat:no-repeat;background-size:100%}@media (min-width: 1024px){.art-student-blockquote:after{top:-85px;width:75px;height:183px}}@media (min-width: 1600px){.art-student-blockquote:after{top:-140px;width:101px;height:244px}}.art-student-blockquote__image{margin-top:-50px;margin-bottom:50px}@media (min-width: 1024px){.art-student-blockquote__image{position:absolute;top:0;left:0;width:50%;height:100%;margin:0}}@media (min-width: 1440px){.art-student-blockquote__image{width:40%}}.art-student-blockquote__image>img{width:100%}@media (min-width: 1024px){.art-student-blockquote__image>img{position:absolute;top:0;left:0;width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}}@media (min-width: 1024px){.art-student-blockquote__image+.container-fluid .row .col-12 blockquote,.art-student-blockquote__image+.container-fluid .row .latest_news .list.v1 .item blockquote,.latest_news .list.v1 .art-student-blockquote__image+.container-fluid .row .item blockquote{margin-left:calc(50% + 50px)}}@media (min-width: 1440px){.art-student-blockquote__image+.container-fluid .row .col-12 blockquote,.art-student-blockquote__image+.container-fluid .row .latest_news .list.v1 .item blockquote,.latest_news .list.v1 .art-student-blockquote__image+.container-fluid .row .item blockquote{margin-right:calc((100% - 1300px) / 2);margin-left:calc(40% + 50px)}}.art-student-blockquote blockquote{position:relative;max-width:100%;margin-top:50px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.art-student-blockquote blockquote{max-width:690px}}@media (min-width: 1024px){.art-student-blockquote blockquote{max-width:930px}}@media (min-width: 1200px){.art-student-blockquote blockquote{max-width:1300px}}.art-student-blockquote blockquote:before{position:absolute;top:-50px;left:0;width:36px;height:30px;content:"";background-image:url("/courses/media/2019-template-assets/graphics/blockquote-mark.svg");background-repeat:no-repeat}.art-student-blockquote blockquote h1,.art-student-blockquote blockquote h2,.art-student-blockquote blockquote h3,.art-student-blockquote blockquote h4,.art-student-blockquote blockquote h5,.art-student-blockquote blockquote h6,.art-student-blockquote blockquote p{font-family:"Roboto Slab", serif;color:white}.art-student-blockquote blockquote h1,.art-student-blockquote blockquote h2,.art-student-blockquote blockquote h3,.art-student-blockquote blockquote h4,.art-student-blockquote blockquote h5,.art-student-blockquote blockquote h6{font-size:20px;margin-top:40px;margin-bottom:30px}.art-student-blockquote blockquote p{font-size:16px;line-height:1.8;position:relative;max-width:100%;margin-bottom:30px}.art-student-blockquote blockquote p:first-child{padding-top:20px}.art-student-blockquote blockquote p:last-child{margin-bottom:0}.art-student-detail__media-relations{margin:1rem 0}.art-student-detail__media-relations p{margin-bottom:0;padding:1rem;text-align:center;color:#000;background-color:#FECE35}.art-student-detail__media-relations p a{text-decoration:underline;color:black}.add-this-news{margin-bottom:50px}.add-this-news .at-share-btn{border-radius:50px !important}.add-this-news .at-svc-facebook{background-color:#3B5998 !important}.add-this-news .at-svc-twitter{background-color:#55ACEE !important}.heading--decision-tree{margin-top:-56px;padding-top:56px}@media (min-width: 1024px){.heading--decision-tree{margin-top:-106px;padding-top:106px}}.heading--decision-tree:before{margin-top:56px}@media (min-width: 1024px){.heading--decision-tree:before{margin-top:106px}}.heading--standard-banner.heading--search-form>.container-fluid{z-index:1;max-width:1250px}@media (min-width: 1440px){.heading--standard-banner.heading--search-form>.container-fluid{margin-right:0;margin-left:auto}}@media all and (min-width: 1800px){.heading--standard-banner.heading--search-form>.container-fluid{margin-right:80px}}@media all and (min-width: 1900px){.heading--standard-banner.heading--search-form>.container-fluid{margin-right:170px}}@media (min-width: 1024px){.heading--standard-banner.heading--search-form .section_title{padding-top:160px;padding-bottom:100px}}@media (min-width: 1024px){.heading--standard-banner.heading--search-form .section_title h2{margin-bottom:65px}}.heading--standard-banner.heading--search-form form.heading--search-form{max-width:1088px}@media (min-width: 1024px){.heading--standard-banner.heading--search-form form.heading--search-form .input-group{margin-bottom:17px}}.decision-tree-container{position:relative;z-index:12;bottom:0;width:100%;height:320px;padding:40px 0;background:#444f63}@media (min-width: 768px){.decision-tree-container{height:200px}}@media (min-width: 1200px){.decision-tree-container .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.decision-tree-container h2{font-size:24px;font-weight:600;line-height:1;position:relative;z-index:22;display:block;margin-bottom:20px;text-align:center;color:white}@media (min-width: 768px){.decision-tree-container h2{padding-left:80px;text-align:left}}@media (min-width: 1024px){.decision-tree-container h2{font-size:30px;padding-left:170px}}@media (min-width: 1200px){.decision-tree-container h2{font-size:32px;margin-bottom:0;padding-left:0}}@media (min-width: 1440px){.decision-tree-container h2{font-size:42px}}@media (min-width: 1600px){.decision-tree-container h2{font-size:48px}}.decision-tree-container__polygon{position:absolute;top:-75px;width:100px;height:150px;pointer-events:none}@media (min-width: 1024px){.decision-tree-container__polygon{top:-150px;width:200px;height:300px}}@media (min-width: 1200px){.decision-tree-container__polygon{top:50%;width:320px;height:600px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1440px){.decision-tree-container__polygon{width:480px;height:720px}}@media (min-width: 1600px){.decision-tree-container__polygon{width:600px;height:900px}}@media all and (min-width: 1800px){.decision-tree-container__polygon{width:700px;height:1050px}}.decision-tree-container--sky .hero_img path{fill:#00C0F3}.decision-tree-container--sky .btn-show{background:#00C0F3}.decision-tree-container--pink .hero_img path{fill:#F05A8D}.decision-tree-container--pink .btn-show{background:#F05A8D}.decision-tree-container--ganic .hero_img path{fill:#57C0A2}.decision-tree-container--ganic .btn-show{background:#57C0A2}.decision-tree-container--foil .hero_img path{fill:#B4D66B}.decision-tree-container--foil .btn-show{background:#B4D66B}@media (min-width: 1440px){.decision-tree-container--sunny h2{color:#333333}}.decision-tree-container--sunny .hero_img path{fill:#FAC817}.decision-tree-container--sunny .btn-show{color:#333333;background:#FAC817}@media (min-width: 1440px){.decision-tree-container--juicy h2{color:#333333}}.decision-tree-container--juicy .hero_img path{fill:#FECE35}.decision-tree-container--juicy .btn-show{color:#333333;background:#FECE35}@media (min-width: 1440px){.decision-tree-container--understate h2{color:#333333}}.decision-tree-container--understate .hero_img path{fill:#A9BFD8}.decision-tree-container--understate .btn-show{color:#333333;background:#A9BFD8}.decision-tree-container--darkgrey .hero_img path{fill:#969698}.decision-tree-container--darkgrey .btn-show{background:#969698}@media (min-width: 1440px){.decision-tree-container--lightgrey h2{color:#182341}}.decision-tree-container--lightgrey .hero_img path{fill:#D5D4D5}.decision-tree-container--lightgrey .btn-show{color:#182341;background:#D5D4D5}@media (min-width: 1440px){.decision-tree-container--lightblue h2{color:#182341}}.decision-tree-container--lightblue .hero_img path{fill:#F0F9FB}.decision-tree-container--lightblue .btn-show{color:#182341;background:#F0F9FB}.decision-tree-container--navy{background:#fff}.decision-tree-container--navy h2{color:black !important}@media (min-width: 1440px){.decision-tree-container--navy h2{color:white !important}}.decision-tree-container--navy .filter-option-inner-inner,.decision-tree-container--navy label{color:black !important}.decision-tree-container--navy .dropdown-toggle.custom-style{border-bottom-color:black}.decision-tree-container--navy .hero_img path{fill:#182341}.decision-tree-container--navy .btn-show{background:#182341}.decision-tree-container--white .hero_img path{fill:white}.decision-tree-container--white .btn-show{color:#182341;background:white}.decision-tree-container--white h2{color:white}@media (min-width: 1440px){.decision-tree-container--white h2{color:#182341}}.decision-tree-container .component{position:relative;z-index:23}@media (max-width: 1023.98px){.decision-tree-container .component{width:100%}}@media (min-width: 768px){.decision-tree{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 1024px){.decision-tree{padding-left:170px}}@media (min-width: 1200px){.decision-tree{padding-left:80px}}@media (min-width: 1440px){.decision-tree{padding-left:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 1600px){.decision-tree{padding-left:15px}}.decision-tree__component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.decision-tree__component{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width: 1200px){.decision-tree__component{width:100%;margin-top:0}}@media (min-width: 1440px){.decision-tree__component{margin-right:20px;margin-left:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 768px){.decision-tree__component .bootstrap-select>.dropdown-toggle{margin-left:0;padding-right:0;padding-left:0}}@media (min-width: 768px){.decision-tree__component .bootstrap-select>.dropdown-toggle::after{width:20px;background:url(/courses/media/2019-template-assets/graphics/Polygon.svg);background-repeat:no-repeat;background-position:right center}}@media (min-width: 768px){.decision-tree__component .bootstrap-select>.dropdown-toggle .filter-option-inner-inner{font-size:16px}}@media (min-width: 1200px){.decision-tree__component .bootstrap-select>.dropdown-toggle .filter-option-inner-inner{font-size:22px}}@media (min-width: 768px){.decision-tree__component+.text-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.decision-tree__component label{font-size:18px;display:none;margin:0 10px 20px 0}@media (min-width: 768px){.decision-tree__component label{font-size:14px;font-weight:bold;display:block;margin:0 10px 2px 0;text-transform:uppercase}}@media (min-width: 1440px){.decision-tree__component label{font-size:16px;margin-right:20px}}.decision-tree__component .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.decision-tree .btn-show{font-size:18px;font-weight:500;line-height:27px;width:100%;min-width:200px;margin:5px auto;padding:20px 30px;text-transform:uppercase;color:white;border:none;border-radius:0}@media (min-width: 768px){.decision-tree .btn-show{font-size:14px;width:auto;min-width:0;padding:10px 20px}}@media (min-width: 1024px){.decision-tree .btn-show{font-size:18px;width:100%;margin:0 0 0 20px;padding:20px 30px}}@media (min-width: 1440px){.decision-tree .btn-show{font-size:18px;min-width:200px;padding:10px 20px}}@media (min-width: 1600px){.decision-tree .btn-show{min-width:250px;padding:26px 30px}}.heading .component{position:relative;z-index:23}@media (max-width: 1023.98px){.heading .component{width:100%}}.dropdown-toggle.custom-style{width:100%;margin-left:5px;border-color:transparent;border-bottom:solid 3px white;border-radius:0}@media (max-width: 767.98px){.dropdown-toggle.custom-style{width:100%;max-width:100%;margin:0;margin-bottom:20px}}.dropdown-toggle.custom-style .filter-option{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:white}.dropdown-toggle.custom-style .filter-option-inner-inner{font-size:18px;font-weight:500;line-height:26px;color:white}@media (min-width: 1024px){.dropdown-toggle.custom-style .filter-option-inner-inner{font-size:24px}}.dropdown-toggle.custom-style:after{width:10px;height:10px;border:none;background:url("/courses/media/2019-template-assets/graphics/Polygon.svg")}.heading--decision-tree #SearchTab{border-bottom:0}.heading--decision-tree #SearchTab .nav-item{margin-right:20px}.heading--decision-tree #SearchTab .nav-link{padding:7px 0;color:#A9BFD8;border:0;border-bottom:3px solid #A9BFD8}.heading--decision-tree #SearchTab .nav-link.active{color:#182341;border-bottom:3px solid #FECE35}.heading--decision-tree #SearchTabContent .btn-link{color:#FECE35 !important}@media (min-width: 1024px){.heading--decision-tree #SearchTabContent .btn-link{margin-bottom:80px}}.heading--decision-tree #SearchTabContent .btn-link svg path{stroke:#FECE35}.dropup .dropdown-menu{top:100%;bottom:auto}.calendar-left{float:left}.calendar-right{float:right}.calendar-right #calendar_events{margin-left:10px}.error-message{padding:20px 20px}.mobile_show_calendar{display:none}#calendar_events_top{clear:both;width:100%;padding:0 !important}#calendar_events_top h1{font-size:46px;font-weight:bold;line-height:0.96;color:#182341}@media (min-width: 768px){#calendar_events_top h1{font-size:56px}}@media (min-width: 1024px){#calendar_events_top h1{font-size:66px}}#calendar_events_top p.view_period_range{font-size:24px;color:#A9BFD8}#calendar_events_top p.view_period_switchers{position:absolute;top:20px;right:0}#calendar_events_top p.view_period_switchers a{font-size:1em;font-weight:500;color:#1E3378}#calendar_events_top p.view_period_switchers a:hover{text-decoration:none;color:#1768B3}#calendar_events{clear:both;width:100%;margin:0 !important;padding:0 !important}.event{visibility:hidden;width:50%;padding:0 0 20px 20px}.event.tooltip-info .eventButton{display:none}#calendar_events>.section.no-tp{margin-left:-20px}#calendar_events .event{visibility:visible}.event_inner{background:#FFFFFF;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2);bakcground:#FFFFFF}.event .clear{float:inherit !important;clear:both}.event .eventDate{font-size:16px;display:block;padding:20px 20px 0;text-transform:uppercase;color:#A9BFD8}.event .eventTitle{font-size:24px;font-weight:700;line-height:1;float:left;clear:both;margin:20px;color:#182341}.event .eventDescription{clear:both;margin:20px}.event .eventinfo{clear:both;margin:20px}.event .eventinfo p{font-size:1em}.event .eventButton{clear:both;width:100%}.event .eventButton a{font-weight:700;display:block;padding:10px 20px;color:black;background-color:#FECE35}.event .eventButton a:hover{text-decoration:none;background:#FEC202}div #calendar_box{font-size:1em;line-height:1.5em;width:100%;color:#454545;background-color:#FECE35}div #calendar_box table{width:100%;margin-bottom:0}div #calendar_box table th{font-weight:600;padding:0;padding:5px 4px;text-align:center;text-transform:uppercase;border:none}div #calendar_box table th.day{font-size:0.9em;font-weight:600;text-transform:none;border:none}div #calendar_box table th a{display:block;margin-top:-3px;padding:3px;color:#FFFFFF}div #calendar_box table th a:hover{text-decoration:none;color:#557DFF}div #calendar_box table td{font-size:0.9em;font-weight:600;padding:0;padding:5px 4px;text-align:center}div #calendar_box table td.fillday{font-weight:300;color:#CDAD46}div #calendar_box table td.hasevent{background:#00C0F3}div #calendar_box table td.hasevent a{display:block;color:#FFFFFF}div #calendar_box table td.hasevent:hover{background:#1768B3}div #calendar_box table td.hasevent:hover a{text-decoration:none}div #calendar_box table td.today{color:#FFFFFF}div #calendar_box table td.today a{color:#FFFFFF}div #calendar_box table td.today:hover,div #calendar_box table td.today:hover a{text-decoration:none}div #view_switchers{font-size:0.9em;width:100%;padding:10px 0 10px 0;text-align:center;color:#FFFFFF;background:#A5ADC9}div #view_switchers span{margin:0 6px;color:#646D8D}div #view_switchers a{margin:0 6px;color:#FFFFFF}div #view_switchers a:hover{color:#646D8D}div #jumptoform legend{height:0;margin-bottom:10px}div #jumptoform div.select-left{float:left;width:48%}div #jumptoform div.select-right{float:right;width:48%}div #searchoptions{margin-bottom:10px}div #searchoptions legend{height:0;margin-bottom:10px}div .category{margin-bottom:15px;margin-left:0}span.catergory_colour,span.subcatergory_colour{display:block;float:left;height:23px;margin:0 10px}.calendar-sidebar .control-label{padding:5px 0 5px 0}span.catergory_colour.ug{width:10px;background:#82096A}span.catergory_colour.pg{width:10px;background:#006838}span.catergory_colour.corp{width:10px;background:#1768B3}span.catergory_colour.in{width:10px;background:#00ACA5}span.catergory_colour.bu{width:10px;background:#F26522}span.subcatergory_colour.ug{width:10px;margin:0}span.subcatergory_colour.pg{width:10px;margin:0}span.subcatergory_colour.corp{width:10px;margin:0}span.subcatergory_colour.in{width:10px;margin:0}span.subcatergory_colour.bu{width:10px;margin:0}div .category .icheckbox_square-blue{float:left;margin-right:10px}div .subcategory{margin-bottom:15px;margin-left:20px}div .subcategory .icheckbox_square-blue{float:left;margin-right:10px;margin-left:10px}div .last-button{margin-bottom:0}div .control-label{font-size:1.1em;width:100%;margin:0;padding:5px 0 15px 0;text-transform:uppercase;color:#182341}div .calendar-sidebar input,div .calendar-sidebar select{margin-bottom:10px;border-radius:0}#calendar_events_top dl{float:left;width:100%;margin:0 0 10px 0;padding:5px 0;color:#2A2A2A}#calendar_events_top dt{font-size:1.1em;font-weight:700;float:left;width:15%;padding:10px;border-bottom:1px dotted #D6DFFF}#calendar_events_top dd{font-size:1.1em;float:left;width:85%;padding:10px;border-bottom:1px dotted #D6DFFF}.back_to_events_bottom a{position:relaitve;left:25px;display:block;float:left;padding:12px 55px;text-align:center;text-transform:uppercase;color:#FFFFFF;background:#1768B3}.back_to_events_bottom a:hover{text-decoration:none;background:#0091D0}#calendar_events_top h1,#calendar_events_top h2,#calendar_events_top h3,#calendar_events_top h4,#calendar_events_top h5{clear:both}#calendar_events_top .Undergraduate h1{color:#82096A}#calendar_events_top .Undergraduate .back_to_events_top a,#calendar_events_top .Undergraduate .back_to_events_bottom a{color:#FFFFFF;background:#82096A}#calendar_events_top .Undergraduate .back_to_events_top a:hover,#calendar_events_top .Undergraduate .back_to_events_bottom a:hover{color:#FFFFFF;background:#AD0A7B}#calendar_events_top .Undergraduate a.calendar-button{font-size:0.9em;display:block;float:left;clear:both;margin-bottom:20px;padding:12px 55px;text-transform:uppercase;color:#FFFFFF;background:#82096A}#calendar_events_top .Undergraduate a.calendar-button:hover{text-decoration:none;color:#FFFFFF;background:#AD0A7B}#calendar_events_top .Postgraduate h1{color:#006838}#calendar_events_top .Postgraduate .back_to_events_top a,#calendar_events_top .Postgraduate .back_to_events_bottom a{color:#FFFFFF;background:#006838}#calendar_events_top .Postgraduate .back_to_events_top a:hover,#calendar_events_top .Postgraduate .back_to_events_bottom a:hover{color:#FFFFFF;background:#39B54A}#calendar_events_top .Postgraduate a.calendar-button{font-size:0.9em;display:block;float:left;clear:both;margin-bottom:20px;padding:12px 55px;text-transform:uppercase;color:#FFFFFF;background:#006838}#calendar_events_top .Postgraduate a.calendar-button:hover{text-decoration:none;color:#FFFFFF;background:#39B54A}#calendar_events_top .Business h1{color:#B12E1A}#calendar_events_top .Business .back_to_events_top a,#calendar_events_top .Business .back_to_events_bottom a{color:#FFFFFF;background:#B12E1A}#calendar_events_top .Business .back_to_events_top a:hover,#calendar_events_top .Business .back_to_events_bottom a:hover{color:#FFFFFF;background:#F26522}#calendar_events_top .Business a.calendar-button{font-size:0.9em;display:block;float:left;clear:both;margin-bottom:20px;padding:12px 55px;text-transform:uppercase;color:#FFFFFF;background:#B12E1A}#calendar_events_top .Business a.calendar-button:hover{text-decoration:none;color:#FFFFFF;background:#F26522}#calendar_events_top .International h1{color:#008F8A}#calendar_events_top .International .back_to_events_top a,#calendar_events_top .International .back_to_events_bottom a{color:#FFFFFF;background:#008F8A}#calendar_events_top .International .back_to_events_top a:hover,#calendar_events_top .International .back_to_events_bottom a:hover{color:#FFFFFF;background:#00ACA5}#calendar_events_top .International a.calendar-button{font-size:0.9em;display:block;float:left;clear:both;margin-bottom:20px;padding:12px 55px;text-transform:uppercase;color:#FFFFFF;background:#008F8A}#calendar_events_top .International a.calendar-button:hover{text-decoration:none;color:#FFFFFF;background:#00ACA5}#calendar_events_top .eventImage{position:relative;float:right;max-width:500px;margin:0 0 0 20px}#calendar_events_top .eventImage img{width:100% !important;height:auto !important}@media (min-width: 992px){div #view_switchers{font-size:0.8em}}@media (min-width: 1200px){div #view_switchers{font-size:0.9em}}@media (min-width: 768px) and (max-width: 979px){.calendar-left{float:left;width:40%}.calendar-right{float:right;width:60%}#calendar_events_top p.view_period_switchers{position:relative;top:auto;right:0}.event{width:100%}#calendar_events_top h2{margin:15px 10px}#calendar_events_top .eventImage{position:relative;float:right;width:100%;max-width:none;margin:0 0 20px 0;text-align:center}#calendar_events_top .eventImage img{width:auto !important;max-width:100% !important;height:auto !important}}@media (max-width: 767px){.mobile_show_calendar{font-size:1.2em;font-weight:700;position:relative;z-index:7;display:block;width:100%;margin-top:10px;padding:12px 0;cursor:pointer;text-align:center;text-transform:uppercase;color:#FFFFFF;background:#1E3378}.calendar-left{float:left;width:100%}.mobile_hide{position:relative;z-index:5;top:-4px;float:left;overflow:hidden;width:100%;height:0;padding-top:2px;padding-bottom:0;border:2px solid #A5ADC9;border-top:none}.mobile_open{position:relative;top:-2px;float:left;width:100%;height:auto;padding-top:2px;padding-bottom:0;border:2px solid #A5ADC9;border-top:none}.calendar-left #calendar_box{float:left;width:50%;max-width:none;margin-top:10px;margin-bottom:12px;padding:0 0 0 0}.calendar-left #jumptoform{display:none}.calendar-left .calendar-sidebar{float:left;width:50%;padding:10px 10px 0 10px}.calendar-left div #calendar_box table td{padding:8px 4px}.calendar-right{float:right;clear:both;width:100%}#calendar_events_top{margin:0 0 0 0}#calendar_events_top p{padding:0 10px}#calendar_events_top p.view_period_range{font-size:1.2em}#calendar_events_top p.view_period_switchers{font-size:1.1em;position:relative;top:auto;right:0}.event{width:50%;padding:0 10px 15px 10px}#calendar_events_top h2{margin:15px 10px}#calendar_events_top dt{width:30%}#calendar_events_top dd{width:70%}.back_to_events_bottom a{position:relaitve;left:0;display:block;float:inherit;width:100%;margin:0 0;padding:12px 0;text-align:center;text-transform:uppercase;color:#FFFFFF;background:#1768B3}.back_to_events_bottom a:hover{text-decoration:none;background:#0091D0}#calendar_events_top .eventImage{position:relative;float:right;width:100%;max-width:none;margin:0 0 20px 0;text-align:center}#calendar_events_top .eventImage img{width:auto !important;max-width:90% !important;height:auto !important}}@media (max-width: 590px){.calendar-left #calendar_box{float:left;width:100%;padding:0 10px 0 10px}.calendar-left .calendar-sidebar{float:left;width:100%}.event{width:100%;padding:0}#calendar_events_top dt{width:100%}#calendar_events_top dd{width:100%}#calendar_events_top .eventImage img{width:auto !important;max-width:95% !important;height:auto !important}}.category label{font-weight:normal;display:inline;margin-bottom:0}.header-search{margin:2rem 0 0;padding:1rem;background:rgba(0,0,0,0.05)}.header-search legend{display:none}.header-search+.header-search{margin-top:0;margin-bottom:2rem}#search_field input{height:50px;border:1px solid #969698;border-radius:6px}#calendar_page{font-size:1em;line-height:1.5em;display:block;width:100%;margin-top:15px;color:#454545}#calendar_page table{width:100%;margin-bottom:0;table-layout:fixed;border:3px solid #A9BFD8;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2)}#calendar_page .cal-table thead{background-color:#FECE35}#calendar_page table th{text-align:center}#calendar_page table th#pbc_next_month a,#calendar_page table th#pbc_prev_month a{color:#00C0F3}#calendar_page table th a{display:block;margin-top:-3px;padding:3px;color:#FFFFFF}#calendar_page table td{font-size:0.9em;font-weight:bold;height:150px;padding:5px 4px;text-align:center;vertical-align:top;color:#1E3378;background:#FFFFFF}#calendar_page table td a{color:#1E3378}#calendar_page table td:hover a{color:#00C0F3}#calendar_page table tbody tr.calendar-dayrow .hasMoreEvents span{display:block;margin-bottom:2px;color:#FFFFFF;background-color:#182341}#calendar_page table tbody tr.calendar-dayrow .cal-event a{font-size:0.80em;line-height:1.1;display:block;overflow:hidden;padding:10px;max-height:4.5;margin-bottom:2px;padding:8px;white-space:normal;color:#FFFFFF;background-color:#00C0F3;text-align:center}#calendar_page table tbody tr.calendar-dayrow .cal-event a:hover{background-color:#182341}#calendar_page table tbody tr.calendar-dayrow .cal-event.bu-event a{background:#B12E1A}#calendar_page table tbody tr.calendar-dayrow .cal-event.bu-event a:hover{background:#CB351E}#calendar_page table tbody tr.calendar-dayrow .cal-event.pg-event a{background:#006838}#calendar_page table tbody tr.calendar-dayrow .cal-event.pg-event a:hover{background:#008548}#calendar_page table tbody tr.calendar-dayrow .cal-event.ug-event a{background:#82096A}#calendar_page table tbody tr.calendar-dayrow .cal-event.ug-event a:hover{background:#C40B8B}#calendar_page table tbody tr.calendar-dayrow .cal-event.in-event a{background:#008F8A}#calendar_page table tbody tr.calendar-dayrow .cal-event.in-event a:hover{background:#00B3AD}#calendar_page table tbody tr.calendar-dayrow .tooltip-info{font-size:1em;position:absolute;z-index:100;display:none;width:250px;min-height:100px;margin-top:-45px;margin-left:calc(100%/7);padding:0;text-align:left;color:#000000;background-color:white}#calendar_page table tbody tr.calendar-dayrow .tooltip-info{display:block}#calendar_page table tbody tr.calendar-dayrow .tooltip-info:after,#calendar_page table tbody tr.calendar-dayrow .tooltip-info:before{position:absolute;top:32px;right:100%;width:0;height:0;content:" ";pointer-events:none;border:solid transparent}#calendar_page table tbody tr.calendar-dayrow .tooltip-info:before{margin-top:-10px;border-width:10px;border-color:rgba(0,0,0,0);border-right-color:#A5ADC9}#calendar_page table tbody tr.calendar-dayrow .tooltip-info:after{margin-top:-8px;margin-right:-2px;border-width:8px;border-color:transparent;border-right-color:white}#calendar_page table tbody tr.calendar-dayrow .tooltip-info .eventDate{font-size:0.9em;line-height:1.5rem;display:block;margin-bottom:0.5rem;padding:0.3rem;color:#FFFFFF}#calendar_page table tbody tr.calendar-dayrow .tooltip-info h2.eventTitle{font-size:1.7rem;margin:10px}#calendar_page table tbody tr.calendar-dayrow .tooltip-info p{margin-bottom:0.5rem}#calendar_page table tbody tr.calendar-dayrow .tooltip-info .eventinfo{font-size:1rem;font-weight:bold;line-height:1.5rem;margin:10px;padding:0.3rem}#calendar_page table tbody tr.calendar-dayrow .tooltip-info .eventDescription{font-size:1rem;font-weight:normal;line-height:1.5rem;margin:10px;padding:0.3rem}#calendar_page table tbody tr.calendar-dayrow .tooltip-info .eventButton span{font-size:1.1em;font-size:0.9em;font-weight:normal;display:block;padding:10px;padding:0.5rem;text-indent:10px;text-indent:10px;color:#FFFFFF;background:#00C0F3}.calendar-right #view_period_switchers .view_period_switchers{display:none;visibility:hidden}#view_period_switchers .view_period_switchers{display:none;visibility:hidden}.calendar-right #view_period_switchers .view_period_switchers{display:block;visibility:visible}@media only screen and (min-width: 960px){#calendar_page table tbody tr.calendar-dayrow .tooltip-info.active{display:block;visibility:visible}}.calendar_views{display:none;float:right;clear:both;margin-right:20px;margin-bottom:10px;text-align:right}@media (min-width: 1024px){.calendar_views{display:block}}.calendar_views a{line-height:36px;display:inline-block;width:40px;height:40px;margin-left:10px;text-align:center;color:black;border:2px solid #FECE35;border-radius:50px;background-color:#FECE35}.calendar_views a.active{opacity:0.2;pointer-events:none}.calendar_views a:hover{border:2px solid #00C0F3;background-color:#00C0F3}.col-md-16 .calendar_views a.cal-view,.calendar-right .calendar_views a.list-view{cursor:auto;color:#1E3378;border:2px solid #1E3378;background:#FFFFFF}.component-isotope-filters{background:#f7f7f7}.component-isotope-filters button{color:#000}.component-isotope-filters button.isotope-news{background:#FECE35}.component-isotope-filters button.isotope-news.active{color:#FECE35;border:2px solid #FECE35;background-color:#F7F7F7}.component-isotope-filters button.isotope-article{background:#00C0F3}.component-isotope-filters button.isotope-article.active{color:#00C0F3;border:2px solid #00C0F3;background-color:#F7F7F7}.component-isotope-filters button.isotope-event{background:#F05A8D}.component-isotope-filters button.isotope-event.active{color:#F05A8D;border:2px solid #F05A8D;background-color:#F7F7F7}.component-isotope-filters button.isotope-video{background:#B4D66B}.component-isotope-filters button.isotope-video.active{color:#B4D66B;border:2px solid #B4D66B;background-color:#F7F7F7}.component-isotope-filters button.isotope-foil{background:#B4D66B}.component-isotope-filters button.isotope-foil.active{color:#B4D66B;border:2px solid #B4D66B;background-color:#F7F7F7}.component-isotope-filters button.isotope-yellow{background:#FECE35}.component-isotope-filters button.isotope-yellow.active{color:black;border:2px solid #FECE35;background-color:#F7F7F7}.component-isotope-filters button.isotope-blue{background:#00C0F3}.component-isotope-filters button.isotope-blue.active{color:#00C0F3;border:2px solid #00C0F3;background-color:#F7F7F7}.component-isotope-filters button.isotope-pink{background:#F05A8D}.component-isotope-filters button.isotope-pink.active{color:#F05A8D;border:2px solid #F05A8D;background-color:#F7F7F7}.component-isotope-filters .component-isotope-filters__large{padding:0}.component-isotope-filters .component-isotope-filters__large button{font-size:11px;line-height:1.3;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(50% - 10px);height:auto;margin-right:10px;padding:10px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){.component-isotope-filters .component-isotope-filters__large button{font-size:14px;width:calc(33% - 10px);margin-bottom:10px}}@media (min-width: 1024px){.component-isotope-filters .component-isotope-filters__large button{font-size:16px;width:calc(25% - 10px)}}.component-isotope-filters .component-isotope-filters__large button:nth-of-type(2n+2){margin-right:10px}.component-isotope-filters{position:relative;width:100%}.component-isotope-filters+.latest_news{padding-top:0}.component-isotope-filters div{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1200px;margin:0 auto;padding:50px 15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}@media (min-width: 1024px){.component-isotope-filters div{padding:50px 15px 100px}}@media (min-width: 1440px){.component-isotope-filters div{padding:70px 15px 140px}}.component-isotope-filters div p{width:100%}.component-isotope-filters div button{width:calc(50% - 6px);margin-right:12px;margin-bottom:12px;text-transform:uppercase}@media (min-width: 1024px){.component-isotope-filters div button{width:calc(25% - 12px);margin-right:16px;margin-bottom:0}}.component-isotope-filters div button:nth-of-type(2n+2){margin-right:0}@media (min-width: 1024px){.component-isotope-filters div button:nth-of-type(2n+2){margin-right:12px}}@media (min-width: 1024px){.component-isotope-filters div button:last-of-type{margin-right:0}}.component-hero-dates .component-hero-dates__wrapper .hero-dates--postgraduate .hero-dates__lg{color:#B4D66B}.component-hero-dates .component-hero-dates__further-toggle{max-width:1200px;margin:0 auto;text-align:center}.component-hero-dates .component-hero-dates__further-dates{max-width:1200px;margin:0 auto;display:none;text-align:center}.component-hero-dates .component-hero-dates__further-dates ul{padding:0;list-style-type:none}.component-hero-dates .component-hero-dates__further-dates ul li{position:relative;text-align:left;margin-bottom:30px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:40px}.component-hero-dates .component-hero-dates__further-dates ul li:before{position:absolute;top:8px;left:0;width:0;height:0;content:"";border:8px solid transparent;border-bottom:6px solid #FECE35}.component-hero-dates .component-hero-dates__further-dates ul li:after{position:absolute;top:22px;left:0;width:0;height:0;content:"";border:8px solid transparent;border-top:6px solid #FECE35}.component-hero-dates .component-hero-dates__further-dates ul li.undergraduate{border-bottom:2px solid #00C0F3}.component-hero-dates .component-hero-dates__further-dates ul li.postgraduate{border-bottom:2px solid #B4D66B}.component-hero-dates .component-hero-dates__further-dates ul li span{text-transform:Capitalize}.component-hero-dates .component-hero-dates__further-dates ul li a{float:right}.hero-dates{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:50px 0}@media (min-width: 1024px){.hero-dates{padding:70px 0}}.hero-dates__segment{font-size:20px;font-weight:700;margin-bottom:8px;text-align:center;text-transform:capitalize;color:#182341}@media (min-width: 768px){.hero-dates__segment{font-size:30px}}.hero-dates__align{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hero-dates__lg{font-size:60px;font-weight:700;line-height:0.9;margin-right:12px;margin-bottom:-5px;color:#00C0F3}@media (min-width: 768px){.hero-dates__lg{font-size:100px}}@media (min-width: 1024px){.hero-dates__lg{font-size:144px}}.hero-dates__sm{font-size:24px;color:#182341}@media (min-width: 768px){.hero-dates__sm{font-size:36px}}@media (min-width: 1024px){.hero-dates__sm{font-size:50px}}.hero-dates__sm span{line-height:0.9;display:block}.hero-dates__month{font-weight:700}.hero-dates__year{font-weight:900}.hero-dates__btn{font-size:15px;font-weight:700;line-height:50px;width:100%;max-width:280px;height:50px;margin-top:35px;padding:0 15px;text-transform:uppercase}@media (min-width: 768px){.hero-dates__btn{font-size:18px;line-height:60px;height:60px;margin-top:45px}}@media (min-width: 1024px){.hero-dates__btn{line-height:77px;height:77px;margin-top:55px}}.search-results{margin-top:20px}.search-results li{margin-bottom:30px}.component-testimonial{position:relative;z-index:11;padding-top:245px;padding-bottom:87px;color:#182341;background:white}@media (min-width: 1024px){.component-testimonial{padding-right:30px;padding-left:20px}}@media (max-width: 767.98px){.component-testimonial{padding-top:40px;padding-bottom:30px}}@media (max-width: 1023.98px){.component-testimonial .media{-ms-flex-wrap:wrap;flex-wrap:wrap}}.component-testimonial .media-body{font-size:32px;font-weight:300;line-height:43px;position:relative;padding-top:20px}@media (max-width: 1023.98px){.component-testimonial .media-body{font-size:16px;line-height:23px;padding-left:50px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.component-testimonial .media-body strong{font-size:100%}}.component-testimonial .media-body:before,.component-testimonial .media-body:after{position:absolute;width:50px;height:50px;content:"";background-repeat:no-repeat}.component-testimonial .media-body:before{top:0;left:-50px;background-image:url("/courses/media/2019-template-assets/graphics/download-(2).svg")}@media (max-width: 1023.98px){.component-testimonial .media-body:before{left:0}}.component-testimonial .media-body:after{right:-10px;bottom:0;background-image:url("/courses/media/2019-template-assets/graphics/download-(1)-(1).svg")}@media (max-width: 767.98px){.component-testimonial .media-body:after{display:none}}.component-testimonial .media-body strong{font-size:130%;font-weight:bold}.component-testimonial .media-image{position:relative;margin-right:3%;overflow:hidden}@media (max-width: 1023.98px){.component-testimonial .media-image{-webkit-transform:translateX(calc(-50px - 15px));transform:translateX(calc(-50px - 15px))}}.component-testimonial .media-image:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;content:"";background:url("/courses/media/2019-template-assets/graphics/mask-white.png");background-size:100%}.component-testimonial .media-image:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:auto;height:100%;content:"";background:url("/courses/media/2019-template-assets/graphics/fig.svg");background-repeat:no-repeat;background-position:center right}@media (max-width: 767.98px){.component-testimonial .media-image:after{background-size:auto 70%}}.component-testimonial .media-footer{font-size:14px;font-weight:500;line-height:25px;margin-top:50px}.component-course-listing .component-course-listing__letter-listing{display:block;width:100%;margin-top:40px;padding:0}.component-course-listing .component-course-listing__letter-listing ul{width:100%;padding:0;table-layout:fixed;list-style-type:none}@media (min-width: 1024px){.component-course-listing .component-course-listing__letter-listing ul{display:table}}.component-course-listing .component-course-listing__letter-listing ul li{display:table-cell;width:16.666666%;text-align:center}@media (min-width: 768px){.component-course-listing .component-course-listing__letter-listing ul li{width:6.666666%}}@media (min-width: 1024px){.component-course-listing .component-course-listing__letter-listing ul li{width:auto}}.component-course-listing .component-course-listing__letter-listing ul li a{display:block;padding:10px}.component-course-listing .component-course-listing__letter-listing ul li.active,.component-course-listing .component-course-listing__letter-listing ul li:hover{background-color:#F05A8D}.component-course-listing .component-course-listing__letter-listing ul li.active a,.component-course-listing .component-course-listing__letter-listing ul li:hover a{font-weight:bold;color:#fff}.component-course-listing .component-course-listing__course-list h2{padding-left:20px;background:#F05A8D;color:#fff}.component-navigation-carousel .component-navigation-carousel--logo .component-navigation-carousel__carousel .logo-carousel{display:inline-block}.component-carousel{position:relative;padding-bottom:70px}.component-carousel .slick-dots{bottom:-47px}.component-carousel .component-carousel__items.slick-dotted.slick-slider{margin-bottom:0}.component-carousel .component-carousel__slide>a>img,.component-carousel .component-carousel__slide>img{min-height:240px;-o-object-fit:cover;object-fit:cover}.component-carousel .component-carousel__slide>a>img{min-height:200px}.component-carousel[data-img-prev],.component-carousel[data-img-next]{padding-right:30px;padding-left:30px}@media all and (min-width: 960px){.component-carousel[data-img-prev],.component-carousel[data-img-next]{padding-left:100px;padding-right:100px}}.component-carousel[data-img-prev] .slick-arrow,.component-carousel[data-img-next] .slick-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:78px;height:78px;display:none}@media all and (min-width: 960px){.component-carousel[data-img-prev] .slick-arrow,.component-carousel[data-img-next] .slick-arrow{display:block}}.component-carousel[data-img-prev] .slick-arrow.slick-prev,.component-carousel[data-img-next] .slick-arrow.slick-prev{left:-100px;background-image:url(/courses/media/2019-template-assets/graphics/slick--prev.svg);background-position:top}.component-carousel[data-img-prev] .slick-arrow.slick-prev:hover,.component-carousel[data-img-next] .slick-arrow.slick-prev:hover{background-position:bottom}.component-carousel[data-img-prev] .slick-arrow.slick-next,.component-carousel[data-img-next] .slick-arrow.slick-next{right:-100px;background-image:url(/courses/media/2019-template-assets/graphics/slick--prev.svg);background-position:top}.component-carousel[data-img-prev] .slick-arrow.slick-next:hover,.component-carousel[data-img-next] .slick-arrow.slick-next:hover{background-position:bottom}.component-carousel[data-img-prev] .slick-arrow::before,.component-carousel[data-img-next] .slick-arrow::before{display:none}.component-carousel[data-img-prev] .slick-arrow img,.component-carousel[data-img-next] .slick-arrow img{max-width:14px;display:none}.component-carousel--banner .container-fluid{padding-right:0;padding-left:0}.component-carousel--banner .slick-track{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.component-carousel--banner .slick-slide{height:auto}@media (min-width: 768px){.component-carousel:not(.component-carousel--banner) .component-carousel__slide-overlay{padding-left:40px}}.component-carousel:not(.component-carousel--banner) .component-carousel__image::after{display:block}@media (min-width: 1200px){.component-carousel:not(.component-carousel--banner) .component-carousel__image::after{width:300px}}.component-carousel__slide{background-color:#f7f7f7}.component-carousel__slide-overlay{padding:20px}@media (min-width: 768px){.component-carousel__slide-overlay{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;position:absolute;z-index:1;top:50%;right:0;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 768px) and (min-width: 576px){.component-carousel__slide-overlay{max-width:540px}}@media (min-width: 768px) and (min-width: 768px){.component-carousel__slide-overlay{max-width:720px}}@media (min-width: 768px) and (min-width: 1024px){.component-carousel__slide-overlay{max-width:960px}}@media (min-width: 768px) and (min-width: 1200px){.component-carousel__slide-overlay{max-width:1330px}}.component-carousel__slide-overlay h2{font-size:28px;font-weight:bold;line-height:1.15;margin-bottom:10px;color:#182341}@media (min-width: 768px){.component-carousel__slide-overlay h2{font-size:44px;margin-bottom:20px}}.component-carousel__slide-overlay p{margin-bottom:20px;color:#333}@media (min-width: 768px){.component-carousel__slide-overlay p{font-size:18px;margin-bottom:40px}}@media (min-width: 768px){.component-carousel__slide-overlay h2,.component-carousel__slide-overlay p{max-width:40%}}.component-carousel__slide-overlay span,.component-carousel__slide-overlay a{font-size:14px;font-weight:bold;display:inline-block;padding:10px 20px;text-transform:uppercase;color:white;background-color:#FECE35}.component-carousel__image{position:relative}@media (min-width: 768px){.component-carousel__image::after{position:absolute;top:0;left:0;width:40%;height:100%;content:"";background-color:#f7f7f7}}@media (min-width: 1024px){.component-carousel__image::after{width:30%}}@media (min-width: 1200px){.component-carousel__image::after{display:none;width:10%}}@media (min-width: 768px){.component-carousel__image::before{position:absolute;top:0;left:0;width:50%;height:100%;content:"";-webkit-transform:skew(30deg);transform:skew(30deg);background-color:#f7f7f7}}@media (min-width: 1024px){.component-carousel__image::before{width:50%}}@media (min-width: 1200px){.component-carousel__image::before{left:7.5%;width:40%}}.component-carousel__image img{width:100%;max-width:none;height:200px;-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.component-carousel__image img{height:300px}}@media (min-width: 1200px){.component-carousel__image img{height:400px}}.component-carousel__items img{max-width:100%}.key--fragments-rossoneri{z-index:3}.fragments{position:relative;z-index:1;width:100%}.fragment{position:absolute;z-index:10}@media (max-width: 1023.98px){.fragments--rossoneri{display:none}}.fragments--rossoneri .fragment--1{z-index:11;top:0;right:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media (max-width: 1439.98px){.fragments--rossoneri .fragment--1{-webkit-transform:scale(0.75) translateY(-200%) translateX(50px);transform:scale(0.75) translateY(-200%) translateX(50px)}}.fragments--rossoneri .fragment--2{top:0;right:90px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 1439.98px){.fragments--rossoneri .fragment--2{-webkit-transform:scale(0.75) translateY(-200%) translateX(80px);transform:scale(0.75) translateY(-200%) translateX(80px)}}.fragments--diamond{position:absolute;z-index:21;bottom:0;left:20px}@media (min-width: 1024px){.fragments--diamond{left:44px}}.fragments--diamond svg{max-width:40px;height:100%}@media (min-width: 576px){.fragments--diamond svg{max-width:65px}}@media (min-width: 768px){.fragments--diamond svg{max-width:120px}}@media (min-width: 1024px){.fragments--diamond svg{max-width:90px}}@media (min-width: 1440px){.fragments--diamond svg{max-width:120px}}@media (min-width: 1600px){.fragments--diamond svg{max-width:180px}}.fragments--diamond .fragment--1{top:0;-webkit-transform:translateY(calc(-100% + 1px));transform:translateY(calc(-100% + 1px))}@media (min-width: 1200px){.fragments--diamond .fragment--1{-webkit-transform:translateY(calc(-100% + 2px));transform:translateY(calc(-100% + 2px))}}.fragments--diamond .fragment--2{top:0}.fragments--triangle{position:absolute;bottom:0}@media (max-width: 1023.98px){.fragments--triangle{display:none}}@media (max-width: 1199.98px){.fragments--triangle svg{max-width:150px}}.fragments--triangle.fragments--right .fragment{right:0}.fragments--triangle.fragments--left .fragment{left:0}.fragments--triangle .fragment{bottom:0;-webkit-transform:translateY(50%);transform:translateY(50%)}.fragments--trapeze{position:absolute;bottom:0}@media (max-width: 1023.98px){.fragments--trapeze{display:none}}@media (max-width: 1199.98px){.fragments--trapeze svg{max-width:100px}}.fragments--trapeze .fragment{bottom:0;left:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}.fragments--lozenge{position:absolute;z-index:11;bottom:0;-webkit-transform-origin:100% 0;transform-origin:100% 0}@media (max-width: 1199.98px){.fragments--lozenge{-webkit-transform:scale(0.5);transform:scale(0.5)}}@media (max-width: 767.98px){.fragments--lozenge{-webkit-transform:scale(0.333);transform:scale(0.333)}}.fragments--lozenge .fragment{top:0;right:0;-webkit-transform:translateY(-25%);transform:translateY(-25%)}.fragments--polyform,.fragments--origami{position:absolute;bottom:0}@media (max-width: 1023.98px){.fragments--polyform,.fragments--origami{display:none}}@media (max-width: 1439.98px){.fragments--polyform,.fragments--origami{-webkit-transform:scale(0.5);transform:scale(0.5)}}.fragments--polyform .fragment,.fragments--origami .fragment{top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.fragments--polyform .fragment--1,.fragments--origami .fragment--1{right:60px;bottom:-220px}.fragments--polyform .fragment--2,.fragments--origami .fragment--2{z-index:11}.fragments--polyform .fragment--3,.fragments--origami .fragment--3{bottom:220px}.fragments--origami.fragments--left{-webkit-transform-origin:0 0;transform-origin:0 0}.fragments--origami.fragments--left .fragment{left:0}.fragments--origami.fragments--right{-webkit-transform-origin:100% 0;transform-origin:100% 0}.fragments--origami.fragments--right .fragment{right:0}.fragments--polyform{-webkit-transform-origin:100% 0;transform-origin:100% 0}.fragments--polyform .fragment{right:0}.fragments--canary{position:absolute;bottom:0;-webkit-transform-origin:0 0;transform-origin:0 0}@media (max-width: 1023.98px){.fragments--canary{display:none}}@media (max-width: 1439.98px){.fragments--canary{-webkit-transform:scale(0.5);transform:scale(0.5)}}.fragments--canary .fragment--1{z-index:11;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.fragments--canary .fragment--2{top:60px}@media (max-width: 1023.98px){section:last-child .fragments--rossoneri{z-index:100;display:block}}@media (max-width: 1023.98px){section:last-child .fragments--rossoneri .fragment--1{-webkit-transform:scale(0.5) translateY(-200%) translateX(110px);transform:scale(0.5) translateY(-200%) translateX(110px)}}@media (max-width: 1023.98px){section:last-child .fragments--rossoneri .fragment--2{-webkit-transform:scale(0.5) translateY(-200%) translateX(220px);transform:scale(0.5) translateY(-200%) translateX(220px)}}.component-video{position:relative;padding-bottom:20px;z-index:4}.component-video h2{font-size:40px;color:#182341}@media (min-width: 1024px){.component-video h2{font-size:48px}}@media (min-width: 768px){.heading--clearing-fullwidth-image{background-image:none !important}}.heading--clearing-fullwidth-image:after{background:rgba(0,0,0,0.5) !important}.heading__video{display:none;position:absolute;top:50%;left:50%;width:200%;height:200%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media (min-width: 768px){.heading__video{display:block}}.heading__video-outer{position:relative;height:auto;width:auto;min-height:100%;min-width:100%}.heading__video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.alphabetical-nav-list{display:block;width:100%;margin-top:40px;padding:0}.alphabetical-nav-list ul{width:100%;padding:0;table-layout:fixed;list-style-type:none}@media (min-width: 1024px){.alphabetical-nav-list ul{display:table}}.alphabetical-nav-list ul li{display:table-cell;width:16.666666%;text-align:center}@media (min-width: 768px){.alphabetical-nav-list ul li{width:6.666666%}}@media (min-width: 1024px){.alphabetical-nav-list ul li{width:auto}}.alphabetical-nav-list ul li a{display:block;padding:10px}.alphabetical-nav-list ul li.active,.alphabetical-nav-list ul li:hover{background-color:#F05A8D}.alphabetical-nav-list ul li.active a,.alphabetical-nav-list ul li:hover a{font-weight:bold;color:#fff}.LISDB-anchor{text-align:left;text-rendering:auto;-webkit-box-sizing:inherit;box-sizing:inherit;margin-top:0;margin-bottom:.5rem;font-weight:500;font-size:1.75rem;line-height:1.71429;padding-left:20px;background:#F05A8D;color:#fff}.component-tab{padding-top:50px;padding-bottom:50px}.hamburger{padding:12px 6px;display:inline-block;cursor:pointer;-webkit-transition-property:opacity, -webkit-filter;transition-property:opacity, -webkit-filter;transition-property:opacity, filter;transition-property:opacity, filter, -webkit-filter;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#fff}.hamburger-box{width:20px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:20px;height:1px;background-color:#fff;border-radius:0;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-6.5px}.hamburger-inner::after{bottom:-6.5px}.hamburger--spin .hamburger-inner{-webkit-transition-duration:0.22s;transition-duration:0.22s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{-webkit-transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in;transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin .hamburger-inner::after{-webkit-transition:bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:0.12s;transition-delay:0.12s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger{background-color:#182341;z-index:1030;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.hamburger::after{font-size:8px;line-height:1;position:absolute;right:0;bottom:8px;left:0;content:"Menu";text-transform:uppercase;color:white}@media (min-width: 1024px){.hamburger::after{font-size:11px;font-weight:bold;bottom:27px}}.hamburger .hamburger-box{margin:auto;position:relative;top:-2px}@media (min-width: 1024px){.hamburger .hamburger-box{width:33px;height:25px;top:-10px}}.offcanvas-collapse.open ~ .hamburger{background:#182341}@media (min-width: 1024px){.hamburger-inner{margin-top:-1.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:33px;height:3px}.hamburger-inner::before{top:-11px}.hamburger-inner::after{bottom:-11px}}@media (max-width: 1439.98px){.offcanvas-collapse{position:fixed;top:0;right:-20px;bottom:0;overflow-y:auto;width:100%;max-width:475px;margin-left:auto;padding-right:40px;padding-left:20px;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#182341}}@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce){.offcanvas-collapse{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}@media (max-width: 1439.98px){.offcanvas-collapse .main_menu:before{font-size:32px;font-weight:bold;line-height:38px;position:absolute;top:66px;left:20px;content:"Main Menu";color:white}.offcanvas-collapse.open{-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width: 767.98px){.offcanvas-collapse{left:0;width:auto}}.c-navbar{max-width:1920px;height:56px;margin-right:auto;margin-left:auto;background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.1);box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}@media (min-width: 1024px){.c-navbar{height:106px}.c-navbar .container-fluid{margin-right:0;margin-left:auto}}.c-navbar .container-fluid{padding:0 0 0 10px}@media (min-width: 1200px){.c-navbar .container-fluid{padding:0 0 0 15px}}@media (min-width: 1600px){.c-navbar .container-fluid{padding:0 0 0 5.7299%}}@media (max-width: 1439.98px){.c-navbar .container-fluid{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.c-navbar .unsticky{display:none}.c-navbar .onsticky{display:block}.c-navbar .navbar-nav{opacity:0}@media (min-width: 1440px){.c-navbar .navbar-nav{opacity:1}}.c-navbar.active-nav{background:transparent;-webkit-box-shadow:none;box-shadow:none}@media (min-width: 1440px){.c-navbar.active-nav .navbar-nav .nav-link{color:white}}.c-navbar.active-nav .unsticky{display:block}.c-navbar.active-nav .onsticky{display:none}.c-navbar.active-nav:not(.sticky) .navbar-nav .nav-link:hover{background:#232933}.c-navbar.active-nav.sticky{background:white;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.1);box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}@media (min-width: 1440px){.c-navbar.active-nav.sticky .navbar-nav .nav-link{color:#333}}.c-navbar.active-nav.sticky .onsticky{display:block}.c-navbar.active-nav.sticky .unsticky{display:none}@media (max-width: 1439.98px){.c-navbar .navbar-brand{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width: 575.98px){.c-navbar .navbar-brand .logo__text{display:none}}.c-navbar .navbar-brand svg,.c-navbar .navbar-brand img{width:auto;height:46px}@media (min-width: 1024px){.c-navbar .navbar-brand svg,.c-navbar .navbar-brand img{height:68px}}@media (max-width: 575.98px){.c-navbar .navbar-brand svg,.c-navbar .navbar-brand img{height:40px}}@media (min-width: 1024px){.c-navbar .navbar-nav{padding-top:15px;padding-bottom:15px}}@media (max-width: 1439.98px){.c-navbar .navbar-nav{display:block;float:left;clear:both;width:100%;padding:35px 0}.c-navbar .navbar-nav>li{display:block;float:left;overflow:hidden;width:100%}.c-navbar .navbar-nav.main_menu{border-bottom:solid 1px rgba(255,255,255,0.4)}}.c-navbar .navbar-collapse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 1439.98px){.c-navbar .navbar-collapse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:75px}}.c-navbar .nav-item{text-align:center}@media (max-width: 1439.98px){.c-navbar .nav-item{text-align:left}.c-navbar .nav-item.dropdown{clear:both}.c-navbar .nav-item.dropdown>.nav-link{float:left;width:calc(100% - 44px)}.c-navbar .nav-item .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;width:44px;height:42px;border:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-navbar .nav-item .dropdown-toggle:after{display:none}.c-navbar .nav-item .dropdown-toggle:hover svg path{stroke:#00C0F3}.c-navbar .nav-item .dropdown-toggle:focus{-webkit-box-shadow:none;box-shadow:none}}@media (min-width: 1024px){.c-navbar .nav-item.active .nav-link{font-weight:600;position:relative;color:#00C0F3}}.c-navbar .navbar-nav .nav-link{font-size:22px;font-weight:600;line-height:26px;text-transform:capitalize;color:#fff}@media (min-width: 1440px){.c-navbar .navbar-nav .nav-link{font-size:14px;line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:8px;padding-left:8px;text-transform:uppercase;color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width: 1600px){.c-navbar .navbar-nav .nav-link{padding-right:15px;padding-left:15px}}.c-navbar .navbar-nav .nav-link:hover{color:#F05A8D}.c-navbar .nav-btn{width:56px;height:56px;text-align:center;border:none;border-radius:0}@media (min-width: 1024px){.c-navbar .nav-btn{width:106px;height:106px}}.c-navbar .nav-btn:focus{-webkit-transition:none;transition:none;outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.c-navbar .btn-courses{font-size:16px;font-weight:600;line-height:56px;width:auto;padding:0 20px;-webkit-transition:500ms ease-in-out;transition:500ms ease-in-out;color:white;background:#00C0F3}@media (min-width: 576px){.c-navbar .btn-courses{display:block}}@media (min-width: 1024px){.c-navbar .btn-courses{line-height:106px}}@media (min-width: 1440px){.c-navbar .btn-courses{font-size:18px;white-space:nowrap}}@media (max-width: 575.98px){.c-navbar .btn-courses{font-size:14px;position:absolute;top:-100%;right:112px;padding:0 16px;opacity:0}}@media (prefers-reduced-motion: reduce){.c-navbar .btn-courses{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.c-navbar .btn-search{position:relative;background:white}@media (min-width: 1024px){.c-navbar .btn-search{background:#182341}}.c-navbar .btn-search::after{font-size:8px;line-height:1;position:absolute;right:0;bottom:8px;left:0;content:"Search";text-transform:uppercase}@media (min-width: 1024px){.c-navbar .btn-search::after{font-size:11px;font-weight:bold;bottom:27px;color:white}}.c-navbar .btn-search span:first-child{position:relative;top:-12px}.c-navbar .btn-search span:last-child{position:relative;top:-4px}@media (min-width: 1440px){.c-navbar .main_menu .nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.c-navbar .main_menu .nav-item:last-child{margin-right:20px}}.c-navbar .side_menu{padding:35px 0}@media (min-width: 1440px){.c-navbar .side_menu{position:absolute;top:0;right:-20px;display:none;width:100%;max-width:400px;height:100vh;padding-top:106px;padding-right:40px;padding-bottom:35px;padding-left:20px;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transform:translateX(100%);transform:translateX(100%);background:#182341}}@media (min-width: 1440px) and (prefers-reduced-motion: reduce){.c-navbar .side_menu{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}@media (min-width: 1440px){.c-navbar .side_menu .nav-item .nav-link{font-size:18px;padding-left:0}.c-navbar .side_menu .nav-item:nth-child(1){margin-top:35px;padding-top:35px;border-top:solid 1px rgba(255,255,255,0.3)}}.c-navbar .side_menu .nav-link{font-size:16px;font-weight:600;line-height:26px;text-transform:none;color:white !important}.c-navbar .side_menu .nav-link:hover{color:#00C0F3 !important}.c-navbar .open .navbar-nav{opacity:1}@media (min-width: 1024px){.c-navbar .navbar-nav .dropdown-toggle svg{width:30px;height:100%}}@media (max-width: 1439.98px){.c-navbar .navbar-nav .dropdown{position:static}.c-navbar .navbar-nav .dropdown button[aria-expanded="true"],.c-navbar .navbar-nav .dropdown .btn-active{position:absolute;z-index:1004;top:10px;left:20px;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.c-navbar .navbar-nav .dropdown button[aria-expanded="true"].lv-2,.c-navbar .navbar-nav .dropdown .btn-active.lv-2{z-index:1004;left:20px}.c-navbar .navbar-nav .dropdown button[aria-expanded="true"].d-none,.c-navbar .navbar-nav .dropdown .btn-active.d-none{display:none}.c-navbar .navbar-nav ul.dropdown-menu{position:absolute;top:0;right:0;display:block;overflow:hidden;width:100%;min-width:100%;max-width:none;height:100vh;margin:0;padding-top:60px;padding-right:40px;padding-bottom:20px;padding-left:20px;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14);-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transform:translateX(-100%);transform:translateX(-100%);border:none;background:#182341}}@media (max-width: 1439.98px) and (min-width: 768px){.c-navbar .navbar-nav ul.dropdown-menu{height:150vh}}@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce){.c-navbar .navbar-nav ul.dropdown-menu{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}@media (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item{overflow:hidden;width:100%}.c-navbar .navbar-nav ul.dropdown-menu .nav-item .nav-link{font-size:18px;font-weight:400}.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview{font-size:22px;font-weight:bold;line-height:38px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;color:white;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width: 1439.98px) and (min-width: 1024px) and (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview h2{margin-bottom:0}.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview a{font-size:14px;font-weight:bold;position:relative;margin-left:20px;text-transform:uppercase;color:white}}@media (max-width: 1439.98px) and (min-width: 1024px) and (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview a{margin-left:0}}@media (max-width: 1439.98px){.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview a::before{position:absolute;right:0;bottom:6px;left:0;width:calc(100% - 6px);height:2px;margin:0 auto;content:"";background:white}.c-navbar .navbar-nav ul.dropdown-menu .nav-item.nav-item--overview a img{display:none}.c-navbar .navbar-nav ul.dropdown-menu.show{overflow-y:auto;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1440px){.c-navbar .Menu_Search{display:none}}.c-navbar .Menu_Search .btn{padding-top:0;padding-bottom:0;border:none;background:white}.c-navbar .Menu_Search .btn-lg{border-top-right-radius:2px;border-bottom-right-radius:2px}.c-navbar .Menu_Search .btn-lg svg{width:24px;margin-top:-4px}.c-navbar .Menu_Search .form-control{font-size:16px;padding:12px 10px;border:none;border-radius:2px}.menuModal{padding-right:0 !important}.menuModal__overview{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;color:white;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menuModal__overview h2{margin-bottom:0;text-transform:uppercase}.menuModal__overview:hover{color:#FFFFFF}.menuModal__overview:hover img{-webkit-transform:translateX(10px);transform:translateX(10px)}.menuModal__overview:hover span{color:#F05A8D}.menuModal__overview span{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;color:white;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menuModal__overview span img{margin-left:10px;-webkit-transition:300ms ease-in-out;transition:300ms ease-in-out}@media (prefers-reduced-motion: reduce){.menuModal__overview span img{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.menuModal .modal-dialog{max-width:100%;margin:0}.menuModal .modal-content{min-height:100vh;background-color:rgba(89,103,129,0.96);-webkit-box-shadow:none;box-shadow:none}.menuModal .modal-header{position:relative;z-index:2;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;height:106px;padding:0 15px;border:none;border-radius:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1600px){.menuModal .modal-header{padding:0 15px 0 5.72999%}}.menuModal .modal-header .close{top:0;right:0;width:106px;height:106px;margin:0;border-radius:0;background-color:#FECE35}.menuModal .modal-header .modal-title{font-size:26px;font-weight:bold;line-height:40px;display:inline-block;padding:33px 64px;text-transform:uppercase;color:white;background:#57C0A2}.menuModal .modal-header .modal-title:before{position:absolute;z-index:-1;top:-50%;left:268px;display:-webkit-box;display:-ms-flexbox;display:flex;width:79px;height:168px;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#387A88}.menuModal .modal-body{padding-top:50px;padding-right:50px;padding-left:100px}@media (min-width: 1600px){.menuModal .modal-body{padding-top:64px;padding-right:64px;padding-left:175px}}.menuModal .modal-body .container{max-width:none}.menuModal .modal-body .menu__container{margin-right:30px}.menuModal .modal-body .menu-item{width:calc(33.3333% - 30px);margin-right:30px;border-bottom:solid 1px #A9BFD8}.menuModal .modal-body .menu-item:nth-child(1),.menuModal .modal-body .menu-item:nth-child(2),.menuModal .modal-body .menu-item:nth-child(3){border-top:solid 1px #A9BFD8}.menuModal .modal-body .menu-item .title{font-family:roboto-slab, serif;font-size:18px;font-weight:bold;display:block;padding-top:24px;padding-bottom:11px;color:white}@media (min-width: 1600px){.menuModal .modal-body .menu-item .title{font-size:20px;line-height:26px}}.menuModal .modal-body .menu-item a:hover{color:#FAC817}.menuModal .modal-body .drop-menu{margin-bottom:24px;padding:0;list-style:none}.menuModal .modal-body .drop-menu li:nth-child(last){margin-bottom:3px}.menuModal .modal-body .drop-menu a{font-size:14px;line-height:1.20;display:block;margin-bottom:14px;color:white}@media (min-width: 1600px){.menuModal .modal-body .drop-menu a{font-size:18px;line-height:21px;margin-bottom:16px}}.menuModal .boxed{position:relative;z-index:11;max-width:561px;margin-right:0;margin-left:auto;background:white;-webkit-filter:drop-shadow(0px, 4px 6px rgba(0,0,0,0.15));filter:drop-shadow(0px, 4px 6px rgba(0,0,0,0.15))}.menuModal .boxed .menu_img_wrap{position:relative;overflow:hidden;min-width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.menuModal .boxed .menu_img_wrap:after{display:block;padding-bottom:50%;content:""}.menuModal .boxed .menu_img_wrap img{position:absolute;top:50%;right:-50%;left:-50%;max-width:100%;height:auto;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.menuModal .boxed .menu_content_wrap{font-size:20px;line-height:25px;position:relative;padding:40px;color:#182341}@media (min-width: 1600px){.menuModal .boxed .menu_content_wrap{font-size:24px;line-height:32px}}.menuModal .boxed .menu_content_wrap p{font-weight:300;margin-bottom:15px}.menuModal .boxed .menu_content_wrap p b{font-size:18px;line-height:22px;display:block;margin-bottom:30px}.menuModal .boxed .menu_content_wrap p.punchline{text-transform:uppercase}.menuModal .boxed .menu_content_wrap p.punchline a{font-size:18px;font-weight:bold;line-height:27px}.menuModal .boxed .menu_content_wrap p.punchline a svg{float:left}.menuModal .boxed .floating{position:absolute;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.menuModal .corner-right{position:absolute;right:0;bottom:0}@media (max-width: 575.98px){.menu-opened .btn-courses{top:0;opacity:1}}.secondary-nav{margin-top:15px;position:relative}@media (min-width: 1024px){.secondary-nav{margin-top:0;margin-bottom:0;background-color:#182341}}@media (min-width: 1024px){.secondary-nav .collapse{display:block}}.secondary-nav__card{margin-bottom:15px;padding:0;background:#182341}@media (min-width: 1024px){.secondary-nav__card{margin:0;border:0}}.secondary-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none}@media (min-width: 1024px){.secondary-nav ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.secondary-nav li{text-align:center}.secondary-nav a{font-size:12px;font-weight:500;line-height:60px;display:block;height:60px;text-transform:uppercase;color:white}@media (min-width: 1200px){.secondary-nav a{font-size:14px}}@media (min-width: 1024px){.secondary-nav+section.news-article-detail{padding-top:100px}}.btn--secondary-nav{line-height:60px;display:block;width:100%;height:60px;margin-bottom:15px;padding:0 15px;text-align:center;text-transform:uppercase;color:white;background-color:#182341}@media (min-width: 1024px){.btn--secondary-nav{display:none}}.banner-homepage{position:relative;margin-top:-56px}@media (min-width: 1024px){.banner-homepage{margin-top:-106px}}.banner-homepage:after{position:absolute;z-index:10;top:0;right:0;left:0;height:75vh;content:"";opacity:0.6;background:-webkit-gradient(linear, left top, left bottom, from(#2e3061), to(rgba(46,48,97,0)));background:linear-gradient(to bottom, #2e3061 0%, rgba(46,48,97,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3061', endColorstr='#002e3061', GradientType=0)}@media (min-width: 1200px){.banner-homepage:after{height:50vh}}.banner-homepage .heading__video{z-index:10}@media (prefers-reduced-motion: no-preference){.banner-homepage .overlay_content a,.banner-homepage .decision-tree-container svg,.banner-homepage .decision-tree-container .container-fluid{visibility:hidden}}.banner-homepage .overlay_content a{display:inline-block}.banner-homepage .item{position:relative;overflow:hidden;height:100vh;min-height:700px}@media (min-width: 1024px){.banner-homepage .item{min-height:700px}}.banner-homepage .item:before{background:linear-gradient(45deg, rgba(0,0,0,0.41), transparent)}.banner-homepage .item .overlay-mobile{position:absolute;z-index:11;top:50%;right:0;bottom:0;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.banner-homepage .item .overlay-mobile a{display:block;width:134px;height:105px;margin:auto}.banner-homepage .item .overlay_content{position:absolute;z-index:21;top:calc(45% - 100px);right:0;left:0;margin:auto;color:white}@media (min-width: 1024px){.banner-homepage .item .overlay_content{top:40%;max-width:70%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none){.banner-homepage .item .overlay_content{width:70%}}@media (max-width: 1023.98px){.banner-homepage .item .overlay_content{top:152px}}.banner-homepage .item>img{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;min-height:100%;margin:auto}@media (max-width: 575.98px){.banner-homepage .item>img{right:auto;left:-160%;height:100%;margin:auto}}.banner-homepage a{color:inherit}.banner-homepage .subtitle{font-size:16px;font-weight:400;display:block;margin-bottom:8px}@media (min-width: 768px){.banner-homepage .subtitle{font-size:30px}}.banner-homepage h1{font-size:46px;font-weight:700;line-height:1}@media (min-width: 768px){.banner-homepage h1{font-size:78px}}@media (min-width: 1024px){.banner-homepage h1{font-size:110px}}@media (min-width: 1440px){.banner-homepage h1{font-size:150px}}.banner-homepage h1 span{display:block}@media (min-width: 768px){.banner-homepage h1 span{font-size:70px}}@media (min-width: 1024px){.banner-homepage h1 span{font-size:94px}}@media (min-width: 1440px){.banner-homepage h1 span{font-size:120px}}.banner-homepage h1 span br{display:none}.banner-homepage .container{max-width:100%}@media (min-width: 1024px){.banner-homepage .container{width:85%}}@media (max-width: 767.98px){.banner-homepage .component{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.banner-homepage .component .fit-width{width:100% !important}}.banner-homepage .component label{font-size:20px;font-weight:300;line-height:30px;margin:0 20px 0 0;white-space:nowrap;color:black}@media (max-width: 1023.98px){.banner-homepage .component label{font-size:16px;line-height:26px}}.banner-homepage .decision-tree-container{position:absolute;z-index:22}.banner-homepage .heading--decision-tree{min-height:100vh}@media (min-width: 1024px){.longarrow{max-width:15vw;margin-left:25px}}@media (max-width: 575.98px){.longarrow{display:block;width:225px;height:16px;margin-top:15px;margin-bottom:15px;background:url("/courses/media/2019-template-assets/graphics/mobile_arrow.svg")}.longarrow img{display:none}}@media (min-width: 1024px){.hero-container{margin-bottom:0 !important;border-top:0 !important}}.footer{font-size:14px;line-height:25px;position:relative;z-index:20;color:white;background-color:#182341}@media (min-width: 1024px){.footer .col-lg{max-width:420px}}@media (max-width: 575.98px){.footer{text-align:center}.footer .row{padding-top:40px}.footer .row br+br{display:none}.footer .row:nth-child(2){padding-top:45px;padding-bottom:35px}.footer h4{font-size:14px;line-height:20px;margin-bottom:16px}.footer .list-inline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .list-inline .list-inline-item{font-size:14px;font-weight:600;line-height:20px;margin-bottom:5px}.footer address{font-size:14px;line-height:20px;margin-bottom:29px;padding-bottom:36px;background-image:url("/courses/media/2019-template-assets/graphics/Group.svg");background-repeat:no-repeat;background-position:bottom center}.footer article .list-unstyled{display:none}}.footer a{color:white}.footer a:hover{text-decoration:underline;color:white;background:#182341;text-underline-offset:4px}.footer a.btn{padding:0;text-align:left}.footer h4{font-size:16px;line-height:28px;margin-bottom:20px;white-space:nowrap;text-transform:uppercase}.footer .row{width:auto;margin-top:-7px;padding-top:90px;padding-bottom:36px;background-image:url("/courses/media/2019-template-assets/graphics/Group.svg");background-repeat:no-repeat;background-position:top center}.footer .row:nth-child(2){padding-top:72px;padding-bottom:56px}.footer .row:nth-child(3){padding-top:44px;padding-bottom:40px}.footer .brands-row{margin:0 -10px}.footer .brands-row .item{margin-bottom:20px;padding-right:10px;padding-left:10px}@media (max-width: 767.98px){.footer .brands-row .item{max-width:48%}}.footer .brands-row .item img{max-width:100%;height:auto}.footer .list-inline .list-inline-item{line-height:1.1;margin:0 0.25rem;text-align:center;text-transform:uppercase}.footer .btn{font-size:14px;line-height:25px}#back-to-top{font-size:26px;line-height:1;position:fixed;z-index:1001;right:10px;bottom:70px;width:46px;height:46px;text-align:center;border-radius:50%;background:rgba(0,0,0,0.3);-webkit-box-shadow:4px 3px 4px rgba(0,0,0,0.2);box-shadow:4px 3px 4px rgba(0,0,0,0.2)}@media (max-width: 767.98px){#back-to-top{right:5px;bottom:10px}}#back-to-top.hide{display:none}#back-to-top.show{display:block}#back-to-top:hover{background:rgba(0,0,0,0.8)}#back-to-top:focus{-webkit-box-shadow:0 0 0 0.2rem #00c0f3;box-shadow:0 0 0 0.2rem #00c0f3}#back-to-top .svg-inline--fa,#back-to-top .fas{font-size:22px;line-height:46px;position:relative;top:50%;height:46px;-webkit-transform:translate(0px, -50%);transform:translate(0px, -50%);color:white}.socialLinks,.socialNavList{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){.socialLinks,.socialNavList{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.socialLinks [class*="nav"],.socialNavList [class*="nav"]{font-size:22px;list-style:none;text-align:center}.socialLinks [class*="nav"]+li,.socialNavList [class*="nav"]+li{margin-left:20px}@media (max-width: 767.98px){.socialLinks [class*="nav"]+li,.socialNavList [class*="nav"]+li{margin-left:10px}}.socialLinks [class*="nav"] a,.socialNavList [class*="nav"] a{font-size:22px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:38px;height:38px;padding:5px;text-decoration:none;color:transparent;border-radius:50%;background:transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.socialLinks [class*="nav"] a span,.socialNavList [class*="nav"] a span{font-size:22px;line-height:38px;display:none;padding-left:14px;text-transform:capitalize}@media (min-width: 1024px){.socialLinks [class*="nav"] a span,.socialNavList [class*="nav"] a span{display:inline-block;vertical-align:middle}}.socialLinks [class*="nav"] a:before,.socialNavList [class*="nav"] a:before{font-family:"Font Awesome 5 Brands";font-weight:400;position:absolute;top:50%;right:0;left:0;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;color:#A8BCC6}.socialLinks [class*="nav"]:hover a,.socialNavList [class*="nav"]:hover a{color:transparent;outline:0 none}.socialLinks .nav-linkedin a:before,.socialLinks .navlinkedin a:before,.socialNavList .nav-linkedin a:before,.socialNavList .navlinkedin a:before{content:"\f0e1"}.socialLinks .nav-linkedin:hover a:before,.socialLinks .navlinkedin:hover a:before,.socialNavList .nav-linkedin:hover a:before,.socialNavList .navlinkedin:hover a:before{color:#007BB6}.socialLinks .nav-facebook a:before,.socialLinks .navfacebook a:before,.socialNavList .nav-facebook a:before,.socialNavList .navfacebook a:before{content:"\f39e"}.socialLinks .nav-facebook:hover a:before,.socialLinks .navfacebook:hover a:before,.socialNavList .nav-facebook:hover a:before,.socialNavList .navfacebook:hover a:before{color:#3B5998}.socialLinks .nav-twitter a:before,.socialLinks .navtwitter a:before,.socialNavList .nav-twitter a:before,.socialNavList .navtwitter a:before{content:"\f099"}.socialLinks .nav-twitter:hover a:before,.socialLinks .navtwitter:hover a:before,.socialNavList .nav-twitter:hover a:before,.socialNavList .navtwitter:hover a:before{color:#00B6F1}.socialLinks .nav-youtube a:before,.socialNavList .nav-youtube a:before{content:"\f16a"}.socialLinks .nav-youtube:hover a:before,.socialNavList .nav-youtube:hover a:before{color:#FF0000}.socialLinks .nav-vimeo a:before,.socialNavList .nav-vimeo a:before{content:"\f27d"}.socialLinks .nav-vimeo:hover a:before,.socialNavList .nav-vimeo:hover a:before{color:#AAD450}.socialLinks .nav-google a:before,.socialLinks .navgoogle a:before,.socialNavList .nav-google a:before,.socialNavList .navgoogle a:before{content:"\f0d5"}.socialLinks .nav-google:hover a:before,.socialLinks .navgoogle:hover a:before,.socialNavList .nav-google:hover a:before,.socialNavList .navgoogle:hover a:before{color:#DD4B39}.socialLinks .nav-instagram a:before,.socialNavList .nav-instagram a:before{content:"\f16d"}.socialLinks .nav-instagram:hover a:before,.socialNavList .nav-instagram:hover a:before{color:#517FA4}.socialLinks .nav-youtube a:before,.socialNavList .nav-youtube a:before{content:"\f167"}.socialLinks .nav-youtube:hover a:before,.socialNavList .nav-youtube:hover a:before{color:#BB0000}.socialLinks .nav-rss-feed a:before,.socialNavList .nav-rss-feed a:before{font-family:"Font Awesome 5 Solid";content:"\f143"}.socialLinks .nav-rss-feed:hover a:before,.socialNavList .nav-rss-feed:hover a:before{color:#F26522}.socialLinks .nav-g-plus a:before,.socialNavList .nav-g-plus a:before{content:"\f0d5"}.socialLinks .nav-g-plus:hover a:before,.socialNavList .nav-g-plus:hover a:before{color:#DD4B39}.socialLinks .nav-email a:before,.socialNavList .nav-email a:before{font-family:"Font Awesome 5 Free";font-weight:400;content:"\f0e0"}.socialLinks .nav-email:hover a:before,.socialNavList .nav-email:hover a:before{color:#430297}.footer .list-inline.justify-content-center{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer .list-inline.justify-content-center .list-inline-item{margin-right:10px;margin-left:10px}@media (min-width: 576px){.footer .list-inline.justify-content-center .list-inline-item{margin-right:15px;margin-left:15px}}#SearchModal{padding-right:0 !important}#SearchModal .modal-dialog{max-width:100%;margin:0}#SearchModal .modal-header{height:56px;border:none}@media (min-width: 576px){#SearchModal .modal-header{height:106px}}#SearchModal .modal-header .close{top:18px;right:18px}@media (min-width: 576px){#SearchModal .modal-header .close{top:38px;right:38px}}#SearchModal .modal-header .close svg{width:30px;height:30px}@media (min-width: 576px){#SearchModal .modal-header .close svg{width:38px;height:38px}}#SearchModal .modal-content{min-height:100vh}#SearchModal .container{max-width:1598px}#SearchModal .corner-right{position:absolute;right:0;bottom:0;max-width:24vw}#SearchModal .title{font-size:96px;font-weight:bold;line-height:101px;margin-top:37px;margin-bottom:73px}@media (max-width: 1023.98px){#SearchModal .title{font-size:70px;line-height:1.1;margin:0 0 50px}}@media (max-width: 767.98px){#SearchModal .title{font-size:50px;margin:0 0 30px}}#SearchModal .form-control{font-size:18px;line-height:35px;height:60px;padding:12.5px}@media (min-width: 576px){#SearchModal .form-control{font-size:20px}}@media (min-width: 1024px){#SearchModal .form-control{font-size:30px;line-height:45px;height:110px;padding:12px 55px}}#SearchModal .btn-xl{height:60px}@media (min-width: 1024px){#SearchModal .btn-xl{height:110px;min-height:100%;padding:18px 24px}}@media (max-width: 1023.98px){#SearchModal .btn-xl{padding:12px}#SearchModal .btn-xl svg{max-width:43px;height:auto}}@media (max-width: 767.98px){#SearchModal .btn-xl svg{max-width:23px;height:auto}}#SearchModal .input-group{margin-bottom:30px}@media (min-width: 1024px){#SearchModal .input-group{margin-bottom:100px}}#SearchModal .subtitle{font-size:34px;line-height:40px;display:block;margin-bottom:56px;color:white}@media (max-width: 767.98px){#SearchModal .subtitle{font-size:24px;line-height:30px;margin-bottom:26px}}#SearchModal .search-item{max-width:304px;margin-bottom:10px;padding:10px 0 0;list-style:none;border-top:solid 1px #A9BFD8}@media (min-width: 1024px){#SearchModal .search-item{padding:30px 0 0}}#SearchModal .search-item a{font-size:14px;line-height:20px;color:white}@media (min-width: 1024px){#SearchModal .search-item a{font-size:18px;line-height:38px}}#SearchModal #MainSearchTab{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#SearchModal #MainSearchTab .nav-item{margin-right:20px}#SearchModal #MainSearchTab .nav-link{padding:7px 0;color:#A9BFD8;border:0;border-bottom:2px solid #A9BFD8;text-transform:uppercase;font-size:12px}@media (min-width: 768px){#SearchModal #MainSearchTab .nav-link{font-size:16px;border-bottom-width:3px}}#SearchModal #MainSearchTab .nav-link.active{color:#fff;background-color:transparent;border-bottom:2px solid #FECE35}@media (min-width: 768px){#SearchModal #MainSearchTab .nav-link.active{border-bottom-width:3px}}#SearchModal #MainSearchContent .btn-link{color:#FECE35 !important}@media (min-width: 1024px){#SearchModal #MainSearchContent .btn-link{margin-bottom:80px}}#SearchModal #MainSearchContent .btn-link svg path{stroke:#FECE35}.two-columns,.page-wrap-side-nav{position:relative;overflow:hidden;padding:20px 0;background:#f7f7f7}@media (min-width: 768px){.two-columns,.page-wrap-side-nav{padding-top:50px}}@media (min-width: 1024px){.two-columns,.page-wrap-side-nav{padding-top:100px}}.two-columns .general-content,.page-wrap-side-nav .general-content{padding-top:0 !important}.two-columns .side-menu .hdls,.page-wrap-side-nav .side-menu .hdls{font-size:16px;font-weight:bold;line-height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:58px;padding-right:13px;padding-left:13px;color:#182341;border:none;border-radius:0;background:white;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.two-columns .side-menu .hdls span,.page-wrap-side-nav .side-menu .hdls span{margin-right:10px}.two-columns .container-fluid,.page-wrap-side-nav .container-fluid{max-width:1715px}.list-nav{overflow:hidden;max-height:0;margin-bottom:20px;padding-left:0;list-style:none;-webkit-transition:all 0.6s cubic-bezier(0.51, 0.09, 0, 1.18);transition:all 0.6s cubic-bezier(0.51, 0.09, 0, 1.18)}@media (min-width: 1024px){.list-nav{max-height:none;padding-right:38px}}@media (max-width: 1023.98px){.list-nav{padding:20px 15px 0}}@media (prefers-reduced-motion: reduce){.list-nav{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}.list-nav.opened{max-height:1000px}@media (max-width: 1023.98px){.list-nav.opened{border-top:1px solid #000000;background-color:white}}.list-nav .own-menu-inner a:hover{color:white !important;background:#182341 !important}.list-nav li{font-size:16px;line-height:16px}.list-nav li .sub-menu li:not(.sel){padding-left:10px;background-color:#C14A72}.list-nav li .sub-menu li:not(.sel) a{color:white}.list-nav li.active a{font-size:24px;font-weight:bold;line-height:28px;padding:0}.list-nav li a{line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 15px;color:#182341;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list-nav li.active{margin-bottom:20px}.list-nav li svg{display:none}.list-nav li.sel a,.list-nav li .currentbranch0 a,.list-nav li .currentbranch1 a,.list-nav li .currentbranch2 a,.list-nav li .currentbranch3 a,.list-nav li .currentbranch4 a,.list-nav li .currentbranch5 a{font-size:18px;font-weight:bold;position:relative;margin-top:-3px;color:white;border-bottom:none;background:#C14A72}.list-nav .sub-menu,.list-nav .multilevel-linkul-0,.list-nav .multilevel-linkul-1,.list-nav .multilevel-linkul-2,.list-nav .multilevel-linkul-3,.list-nav .multilevel-linkul-4,.list-nav .multilevel-linkul-5{margin-left:0;padding-left:0;list-style:none}.list-nav .sub-menu li.sel a,.list-nav .sub-menu li .currentbranch0 a,.list-nav .sub-menu li .currentbranch1 a,.list-nav .sub-menu li .currentbranch2 a,.list-nav .sub-menu li .currentbranch3 a,.list-nav .sub-menu li .currentbranch4 a,.list-nav .sub-menu li .currentbranch5 a,.list-nav .multilevel-linkul-0 li.sel a,.list-nav .multilevel-linkul-0 li .currentbranch0 a,.list-nav .multilevel-linkul-0 li .currentbranch1 a,.list-nav .multilevel-linkul-0 li .currentbranch2 a,.list-nav .multilevel-linkul-0 li .currentbranch3 a,.list-nav .multilevel-linkul-0 li .currentbranch4 a,.list-nav .multilevel-linkul-0 li .currentbranch5 a,.list-nav .multilevel-linkul-1 li.sel a,.list-nav .multilevel-linkul-1 li .currentbranch0 a,.list-nav .multilevel-linkul-1 li .currentbranch1 a,.list-nav .multilevel-linkul-1 li .currentbranch2 a,.list-nav .multilevel-linkul-1 li .currentbranch3 a,.list-nav .multilevel-linkul-1 li .currentbranch4 a,.list-nav .multilevel-linkul-1 li .currentbranch5 a,.list-nav .multilevel-linkul-2 li.sel a,.list-nav .multilevel-linkul-2 li .currentbranch0 a,.list-nav .multilevel-linkul-2 li .currentbranch1 a,.list-nav .multilevel-linkul-2 li .currentbranch2 a,.list-nav .multilevel-linkul-2 li .currentbranch3 a,.list-nav .multilevel-linkul-2 li .currentbranch4 a,.list-nav .multilevel-linkul-2 li .currentbranch5 a,.list-nav .multilevel-linkul-3 li.sel a,.list-nav .multilevel-linkul-3 li .currentbranch0 a,.list-nav .multilevel-linkul-3 li .currentbranch1 a,.list-nav .multilevel-linkul-3 li .currentbranch2 a,.list-nav .multilevel-linkul-3 li .currentbranch3 a,.list-nav .multilevel-linkul-3 li .currentbranch4 a,.list-nav .multilevel-linkul-3 li .currentbranch5 a,.list-nav .multilevel-linkul-4 li.sel a,.list-nav .multilevel-linkul-4 li .currentbranch0 a,.list-nav .multilevel-linkul-4 li .currentbranch1 a,.list-nav .multilevel-linkul-4 li .currentbranch2 a,.list-nav .multilevel-linkul-4 li .currentbranch3 a,.list-nav .multilevel-linkul-4 li .currentbranch4 a,.list-nav .multilevel-linkul-4 li .currentbranch5 a,.list-nav .multilevel-linkul-5 li.sel a,.list-nav .multilevel-linkul-5 li .currentbranch0 a,.list-nav .multilevel-linkul-5 li .currentbranch1 a,.list-nav .multilevel-linkul-5 li .currentbranch2 a,.list-nav .multilevel-linkul-5 li .currentbranch3 a,.list-nav .multilevel-linkul-5 li .currentbranch4 a,.list-nav .multilevel-linkul-5 li .currentbranch5 a{font-size:18px;font-weight:bold;position:relative;margin-top:-3px;color:white;border-bottom:none;background:#C14A72}iframe{margin-top:0 !important}section{position:relative}section+.general-content{padding-top:50px}@media (min-width: 1024px){section+.general-content{padding-top:100px}}section+.general-content{padding-top:20px}section.general-content+.general-content{padding-top:0}section.heading-search+.general-content{padding-top:0 !important}table{border-collapse:collapse}table th,table td{padding:10px}table,th,td{border:1px solid #A9BFD8}.general-content,.case-study{position:relative;padding-bottom:20px}.general-content img,.case-study img{max-width:100%}.general-content h1,.general-content h2,.general-content h3,.general-content h4,.general-content h5,.general-content h6,.case-study h1,.case-study h2,.case-study h3,.case-study h4,.case-study h5,.case-study h6{font-weight:bold;line-height:0.96;margin-bottom:30px;color:#182341}.general-content h1,.case-study h1{font-size:46px}@media (min-width: 1024px){.general-content h1,.case-study h1{font-size:66px}}.general-content h2,.case-study h2{font-size:40px}@media (min-width: 1024px){.general-content h2,.case-study h2{font-size:48px}}.general-content h3,.case-study h3{font-size:32px}@media (min-width: 1024px){.general-content h3,.case-study h3{font-size:40px}}.general-content h4,.case-study h4{font-size:26px}@media (min-width: 1024px){.general-content h4,.case-study h4{font-size:32px}}.general-content h5,.case-study h5{font-size:22px}@media (min-width: 1024px){.general-content h5,.case-study h5{font-size:24px}}.general-content h6,.case-study h6{font-size:16px}@media (min-width: 1024px){.general-content h6,.case-study h6{font-size:16px}}.general-content p,.case-study p{font-size:16px;line-height:1.65;margin-bottom:30px;color:#000000}.general-content p.text-big,.case-study p.text-big{font-size:26px}.general-content table td,.case-study table td{padding:10px}.general-content table p,.case-study table p{margin-bottom:0}.general-content iframe,.case-study iframe{width:100%;border:0}.general-content .container-fluid,.case-study .container-fluid{max-width:1715px}.general-content ol,.general-content ul,.general-content dl,.case-study ol,.case-study ul,.case-study dl{margin-top:0;margin-bottom:2.5rem}.general-content--landing,.case-study--landing{padding:50px 0 !important}@media (min-width: 1024px){.general-content--landing,.case-study--landing{padding:100px 0 !important}}.general-content--landing>.container,.case-study--landing>.container{max-width:1200px}.general-content--landing h1,.general-content--landing h2,.general-content--landing h3,.case-study--landing h1,.case-study--landing h2,.case-study--landing h3{font-size:46px;font-weight:300;line-height:0.84}@media (min-width: 768px){.general-content--landing h1,.general-content--landing h2,.general-content--landing h3,.case-study--landing h1,.case-study--landing h2,.case-study--landing h3{font-size:64px;margin-bottom:45px}}@media (min-width: 1024px){.general-content--landing h1,.general-content--landing h2,.general-content--landing h3,.case-study--landing h1,.case-study--landing h2,.case-study--landing h3{font-size:82px;margin-bottom:60px}}.general-content--landing h1 strong,.general-content--landing h2 strong,.general-content--landing h3 strong,.case-study--landing h1 strong,.case-study--landing h2 strong,.case-study--landing h3 strong{font-weight:700}.general-content--landing h1+p,.general-content--landing h2+p,.general-content--landing h3+p,.case-study--landing h1+p,.case-study--landing h2+p,.case-study--landing h3+p{margin-top:30px;margin-bottom:0}@media (min-width: 768px){.general-content--landing h1+p,.general-content--landing h2+p,.general-content--landing h3+p,.case-study--landing h1+p,.case-study--landing h2+p,.case-study--landing h3+p{margin-top:45px}}@media (min-width: 1024px){.general-content--landing h1+p,.general-content--landing h2+p,.general-content--landing h3+p,.case-study--landing h1+p,.case-study--landing h2+p,.case-study--landing h3+p{margin-top:60px}}.general-content--landing h4,.general-content--landing h5,.general-content--landing h6,.case-study--landing h4,.case-study--landing h5,.case-study--landing h6{font-size:46px;font-weight:300;line-height:1.3em}@media (min-width: 768px){.general-content--landing h4,.general-content--landing h5,.general-content--landing h6,.case-study--landing h4,.case-study--landing h5,.case-study--landing h6{font-size:64px;margin-bottom:45px}}@media (min-width: 1024px){.general-content--landing h4,.general-content--landing h5,.general-content--landing h6,.case-study--landing h4,.case-study--landing h5,.case-study--landing h6{font-size:82px;margin-bottom:60px}}.general-content--landing h4+p,.general-content--landing h5+p,.general-content--landing h6+p,.case-study--landing h4+p,.case-study--landing h5+p,.case-study--landing h6+p{margin-top:30px;margin-bottom:0}@media (min-width: 768px){.general-content--landing h4+p,.general-content--landing h5+p,.general-content--landing h6+p,.case-study--landing h4+p,.case-study--landing h5+p,.case-study--landing h6+p{margin-top:45px}}@media (min-width: 1024px){.general-content--landing h4+p,.general-content--landing h5+p,.general-content--landing h6+p,.case-study--landing h4+p,.case-study--landing h5+p,.case-study--landing h6+p{margin-top:60px}}.general-content--landing p,.case-study--landing p{font-size:16px;line-height:1.5;margin-top:30px;margin-bottom:15px;color:#333333}.general-content--landing ul,.case-study--landing ul{margin:85px 0 0;padding:0;padding-left:20px;list-style:none}@media (min-width: 768px){.general-content--landing ul,.case-study--landing ul{list-style-position:inside;-webkit-column-count:2;column-count:2}}.general-content--landing li,.case-study--landing li{font-size:18px;line-height:1.6;position:relative;margin-bottom:30px;padding-right:20px;padding-left:40px}.general-content--landing li:before,.case-study--landing li:before{position:absolute;top:0;left:0;width:0;height:0;content:"";border:8px solid transparent;border-bottom:6px solid #FECE35}.general-content--landing li:after,.case-study--landing li:after{position:absolute;top:14px;left:0;width:0;height:0;content:"";border:8px solid transparent;border-top:6px solid #FECE35}.general-content--landing .dropdown,.case-study--landing .dropdown{margin-top:50px}.general-content--landing .dropdown-menu,.case-study--landing .dropdown-menu{overflow-y:auto;width:100%;max-width:360px;max-height:300px}.general-content--landing .dropdown-item,.case-study--landing .dropdown-item{white-space:normal}.general-content__image img,.case-study__image img{max-width:100%}.container.container--logos{position:relative;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:40px 15px}.container.container--logos>div[class*="col"]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:20%;-webkit-box-flex:1;-ms-flex:1;flex:1}.container.container--logos>div[class*="col"] a{padding:10px}.container.container--logos>div[class*="col"] img{width:100% !important;height:auto !important;max-height:100% !important}#map-canvas{height:50vh;margin-bottom:50px}.ajax-load-area .pagination li{font-size:18px;font-weight:bold;line-height:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:70px;height:70px}@media (min-width: 1024px){.ajax-load-area .pagination li{width:77px;height:77px}}.ajax-load-area .pagination li a{font-weight:bold;color:black}ul.multilevel-linkul-0{background-color:white;border-bottom:2px solid #F05A8D}ul.multilevel-linkul-0 a{color:#333}.card--simple{margin-bottom:1rem;text-align:left}.card--simple .card-text{overflow:hidden;max-width:300px;white-space:nowrap;text-overflow:ellipsis}.card--simple .card-title{font-size:18px;font-size:1.125rem;line-height:1.3}.card-date{font-size:12px;font-size:.75rem;line-height:2;display:block;margin-bottom:10px}.card-title{font-size:22px;font-size:1.375rem;line-height:1.4}.card-text{font-size:16px;font-size:1rem;line-height:1.4}.card-link{position:relative;display:inline-block;padding-top:5px;padding-bottom:5px;color:#000}.card-link::after{position:absolute;top:5px;right:-25px;display:block;width:15px;height:100%;content:url('data:image/svg+xml; utf8, <svg viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4062 0.40625L20.8438 7.84375L21.3906 8.5L20.8438 9.15625L13.4062 16.5938L12.0938 15.2812L18.0547 9.375H0.5V7.625H18.0547L12.0938 1.71875L13.4062 0.40625Z" fill="black"/></svg>')}#stickycookiePolicy,#cookiePolicy{position:fixed;z-index:9999999999;right:0;bottom:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;text-align:center;color:#FFFFFF;background:rgba(0,0,0,0.8)}#stickycookiePolicy a,#cookiePolicy a{margin-left:10px;-webkit-transition:color 0.3s ease;transition:color 0.3s ease;white-space:nowrap;text-decoration:underline;color:#FFFFFF}@media (prefers-reduced-motion: reduce){#stickycookiePolicy a,#cookiePolicy a{-webkit-transition-duration:0.001s !important;transition-duration:0.001s !important}}#stickycookiePolicy a:hover,#cookiePolicy a:hover{color:#00C0F3}.no-script.modal-backdrop.fade.in{position:absolute;z-index:1100;top:0;right:0;bottom:0;left:0;opacity:0.5;background:#000}.modal.fade.in.no-js{position:fixed;z-index:1109;top:0;right:0;bottom:auto;left:0;display:block;padding:20px;text-align:center;background:#101820}.modal.fade.in.no-js .noscriptmsg{font-size:1.25em;margin-bottom:20px;color:#FFFFFF}input.modal-closing-trick{position:absolute;z-index:1110;top:-9999px;left:-9999px;visibility:hidden}input.modal-closing-trick:checked ~ div{display:none !important}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url("/courses/media/2019-template-assets/slick/ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";font-weight:normal;font-style:normal;src:url("/courses/media/2019-template-assets/slick/slick.eot");src:url("/courses/media/2019-template-assets/slick/slick.eot") format("embedded-opentype"),url("/courses/media/2019-template-assets/slick/slick.woff") format("woff"),url("/courses/media/2019-template-assets/slick/slick.ttf") format("truetype"),url("/courses/media/2019-template-assets/slick/slick.svg") format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;cursor:pointer;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);color:transparent;border:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;margin:0;padding:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:"slick";font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}select.bs-select-hidden,.bootstrap-select>select.bs-select-hidden,select.selectpicker{display:none !important}.bootstrap-select{width:220px \0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px;margin-left:auto}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:active{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active{color:rgba(255,255,255,0.5)}.bootstrap-select>select{position:absolute !important;bottom:0;left:50%;display:block !important;width:0.5px !important;height:100% !important;padding:0 !important;opacity:0 !important;border:none;z-index:0 !important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block !important;width:100% !important;z-index:2}.has-error .bootstrap-select .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.bootstrap-select.is-invalid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto !important}.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:220px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]){width:100%}.input-group .bootstrap-select.form-control,.bootstrap-select.form-control.input-group-btn{display:table-cell;z-index:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*="col-"]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*="col-"].dropdown-menu-right,.row .bootstrap-select[class*="col-"].dropdown-menu-right{float:right}.form-inline .bootstrap-select,.form-horizontal .bootstrap-select,.form-group .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle,.bootstrap-select.form-control-lg .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:none !important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0 !important;padding:0 !important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle:before{content:'';display:inline-block}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;padding-right:inherit;height:100%;width:100%;text-align:left;margin-right:-100%}.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0.5px !important;float:left;opacity:0 !important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*="col-"] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:none !important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,0.5) !important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:0.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);pointer-events:none;opacity:0.9;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:0.5em;height:1em;border-style:solid;border-width:0 0.26em 0.26em 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,0.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,0.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid white;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after{display:block}.bs-searchbox,.bs-actionsbox,.bs-donebutton{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}



/*# sourceMappingURL=/courses/media/2019-template-assets/css-js/main.min.css.map */








