@charset "UTF-8";
.sronly {
    position: absolute;
    left: -999999px;
} /*!
 * Bootstrap 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)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #4b277a;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1136;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[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;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.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: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #d73b4f;
    text-decoration: none;
    background-color: #fff0;
}
a:hover {
    color: #d73b4f;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -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: 0.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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 3.875rem;
}
.h2,
h2 {
    font-size: 2.875rem;
}
.h3,
h3 {
    font-size: 2.175rem;
}
.h4,
h4 {
    font-size: 1.875rem;
}
.h5,
h5 {
    font-size: 1.5625rem;
}
.h6,
h6 {
    font-size: 1.3125rem;
}
.lead {
    font-size: 1.5625rem;
    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 rgb(0 0 0 / 0.1);
}
.small,
small {
    font-size: 0.8125rem;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.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: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 0.8125rem;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.bg-icons-cards__content,
.card-slider-wrapper,
.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .bg-icons-cards__content,
    .card-slider-wrapper,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .bg-icons-cards__content,
    .card-slider-wrapper,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .bg-icons-cards__content,
    .card-slider-wrapper,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .bg-icons-cards__content,
    .card-slider-wrapper,
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.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 {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.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 {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.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 {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.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%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #1a1136;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgb(0 0 0 / 0.1);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(0 0 0 / 0.1);
}
.table tbody + tbody {
    border-top: 2px solid rgb(0 0 0 / 0.1);
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid rgb(0 0 0 / 0.1);
}
.table-bordered td,
.table-bordered th {
    border: 1px solid rgb(0 0 0 / 0.1);
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 0.05);
}
.table-hover tbody tr:hover {
    color: #1a1136;
    background-color: rgb(0 0 0 / 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #cdc3da;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #a18fba;
}
.table-hover .table-primary:hover {
    background-color: #c0b3d0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #c0b3d0;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    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 > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    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 > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    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 > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    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 > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    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 > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    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 > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    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-active,
.table-active > td,
.table-active > th {
    background-color: rgb(0 0 0 / 0.075);
}
.table-hover .table-active:hover {
    background-color: rgb(0 0 0 / 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgb(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: rgb(0 0 0 / 0.1);
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.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: rgb(255 255 255 / 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgb(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: 991.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;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.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.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: #fff0;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8957c9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(75 39 122 / 0.25);
}
.form-control::-moz-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(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #1a1136;
    background-color: #fff0;
    border: solid #fff0;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    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: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgb(40 167 69 / 0.9);
    border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.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 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgb(220 53 69 / 0.9);
    border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.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 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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 .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #1a1136;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff0;
    border: 1px solid #fff0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #1a1136;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(75 39 122 / 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #4b277a;
    border-color: #4b277a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #391e5d;
    border-color: #331b53;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(102 71 142 / 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #4b277a;
    border-color: #4b277a;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #331b53;
    border-color: #2d184a;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(102 71 142 / 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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(82 88 93 / 0.5);
}
.btn-outline-primary {
    color: #4b277a;
    border-color: #4b277a;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #4b277a;
    border-color: #4b277a;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(75 39 122 / 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #4b277a;
    background-color: #fff0;
}
.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: #4b277a;
    border-color: #4b277a;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgb(75 39 122 / 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 {
    box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: #fff0;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: #fff0;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(23 162 184 / 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: #fff0;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(255 193 7 / 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: #fff0;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: #fff0;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(248 249 250 / 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: #fff0;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgb(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 {
    box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: #fff0;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 0.5);
}
.btn-link {
    font-weight: 400;
    color: #d73b4f;
    text-decoration: none;
}
.btn-link:hover {
    color: #d73b4f;
    text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid #fff0;
    border-bottom: 0;
    border-left: 0.3em solid #fff0;
}
.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: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #1a1136;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid #fff0;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid #fff0;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #fff0;
    border-right: 0;
    border-bottom: 0.3em solid #fff0;
    border-left: 0.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: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #fff0;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid #fff0;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff0;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4b277a;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff0;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    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-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.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.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    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:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    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: 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: #4b277a;
    background-color: #4b277a;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(75 39 122 / 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8957c9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #a47ed6;
    border-color: #a47ed6;
}
.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: 0.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: 0.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: 0.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: #4b277a;
    background-color: #4b277a;
}
.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: rgb(75 39 122 / 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgb(75 39 122 / 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: rgb(75 39 122 / 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: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgb(75 39 122 / 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.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 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #8957c9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(75 39 122 / 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: 0.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 + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #8957c9;
    box-shadow: 0 0 0 0.2rem rgb(75 39 122 / 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 + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: #fff0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(75 39 122 / 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(75 39 122 / 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(75 39 122 / 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #4b277a;
    border: 0;
    border-radius: 1rem;
    -webkit-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-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: #a47ed6;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: #fff0;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4b277a;
    border: 0;
    border-radius: 1rem;
    -moz-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;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #a47ed6;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: #fff0;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #4b277a;
    border: 0;
    border-radius: 1rem;
    -ms-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;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #a47ed6;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #fff0;
    border-color: #fff0;
    border-width: 0.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 {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    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 #fff0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: #fff0;
    border-color: #fff0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    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: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4b277a;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0%;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .bg-icons-cards__content,
.navbar > .card-slider-wrapper,
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    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: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    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 > .bg-icons-cards__content,
    .navbar-expand-sm > .card-slider-wrapper,
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .bg-icons-cards__content,
    .navbar-expand-sm > .card-slider-wrapper,
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .bg-icons-cards__content,
    .navbar-expand-md > .card-slider-wrapper,
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .bg-icons-cards__content,
    .navbar-expand-md > .card-slider-wrapper,
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .bg-icons-cards__content,
    .navbar-expand-lg > .card-slider-wrapper,
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .bg-icons-cards__content,
    .navbar-expand-lg > .card-slider-wrapper,
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .bg-icons-cards__content,
    .navbar-expand-xl > .card-slider-wrapper,
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .bg-icons-cards__content,
    .navbar-expand-xl > .card-slider-wrapper,
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .bg-icons-cards__content,
.navbar-expand > .card-slider-wrapper,
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .bg-icons-cards__content,
.navbar-expand > .card-slider-wrapper,
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgb(0 0 0 / 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 0.5);
    border-color: rgb(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: rgb(0 0 0 / 0.5);
}
.navbar-light .navbar-text a {
    color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgb(0 0 0 / 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgb(255 255 255 / 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgb(255 255 255 / 0.5);
    border-color: rgb(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: rgb(255 255 255 / 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #fff0;
    border-radius: 23px;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.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: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0.03);
    border-bottom: 0 solid #fff0;
}
.card-header:first-child {
    border-radius: calc(23px - 0) calc(23px - 0) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgb(0 0 0 / 0.03);
    border-top: 0 solid #fff0;
}
.card-footer:last-child {
    border-radius: 0 0 calc(23px - 0) calc(23px - 0);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(23px - 0);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(23px - 0);
    border-top-right-radius: calc(23px - 0);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(23px - 0);
    border-bottom-left-radius: calc(23px - 0);
}
.card-deck {
    display: flex;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px;
    }
}
.card-group {
    display: flex;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group > .card {
        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-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        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-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-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: 0;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #1a1136;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4b277a;
    border-color: #4b277a;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.list-group-item-primary {
    color: #27143f;
    background-color: #cdc3da;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #27143f;
    background-color: #c0b3d0;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #27143f;
    border-color: #27143f;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: #fff0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.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: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    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 {
    flex-direction: column;
    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: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0.2);
    border-radius: 0.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: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.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;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid rgb(0 0 0 / 0.1);
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.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: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: #fff0;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.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: #4b277a !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #331b53 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid rgb(0 0 0 / 0.1) !important;
}
.border-top {
    border-top: 1px solid rgb(0 0 0 / 0.1) !important;
}
.border-right {
    border-right: 1px solid rgb(0 0 0 / 0.1) !important;
}
.border-bottom {
    border-bottom: 1px solid rgb(0 0 0 / 0.1) !important;
}
.border-left {
    border-left: 1px solid rgb(0 0 0 / 0.1) !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: #4b277a !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.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: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive,
.responsive-wrapper .responsive-element {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before,
.responsive-wrapper .responsive-element::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.responsive-wrapper .responsive-element .embed-responsive-item,
.responsive-wrapper .responsive-element embed,
.responsive-wrapper .responsive-element iframe,
.responsive-wrapper .responsive-element object,
.responsive-wrapper .responsive-element 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,
.responsive-wrapper .responsive-element::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.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;
    }
}
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_day label,
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_month label,
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_year label,
.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 {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.175) !important;
}
.shadow-none {
    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: #fff0;
}
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.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: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.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: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.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: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.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: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.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;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #4b277a !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #271440 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #1a1136 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgb(0 0 0 / 0.5) !important;
}
.text-white-50 {
    color: rgb(255 255 255 / 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: #fff0;
    text-shadow: none;
    background-color: #fff0;
    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;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .bg-icons-cards__content,
    .card-slider-wrapper,
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: rgb(0 0 0 / 0.1);
    }
    .table .thead-dark th {
        color: inherit;
        border-color: rgb(0 0 0 / 0.1);
    }
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.contact-link__text::before,
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa-pull-left.contact-link__text::before,
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa-pull-right.contact-link__text::before,
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left,
.pull-left.contact-link__text::before {
    margin-right: 0.3em;
}
.fa.pull-right,
.pull-right.contact-link__text::before {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-cog:before,
.fa-gear:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: ;
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-cogs:before,
.fa-gears:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: ;
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: ;
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before,
.fa-users:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-copy:before,
.fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "";
}
.fa-linkedin:before {
    content: ;
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-gavel:before,
.fa-legal:before {
    content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-bolt:before,
.fa-flash:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "";
}
.fa-eur:before,
.fa-euro:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before,
.fa-usd:before {
    content: "";
}
.fa-inr:before,
.fa-rupee:before {
    content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "";
}
.fa-krw:before,
.fa-won:before {
    content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "";
}
.fa-empire:before,
.fa-ge:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: ;
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-bed:before,
.fa-hotel:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-television:before,
.fa-tv:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}
.fa-handshake-o:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-o:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-book-o:before {
    content: "";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-circle-o:before {
    content: "";
}
.fa-user-o:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-eercast:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-snowflake-o:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_day label,
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_month label,
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_year label,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: fox_grotesque_pro_bld;
    src: url(../fonts/foxgrotesquepro-bold/fox_grotesque_pro_bld-webfont.woff2) format("woff2"), url(../fonts/foxgrotesquepro-bold/fox_grotesque_pro_bld-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: fox_grotesque_pro_light;
    src: url(../fonts/foxgrotesquepro-light/fox_grotesque_pro_light-webfont.woff2) format("woff2"), url(../fonts/foxgrotesquepro-light/fox_grotesque_pro_light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.h1,
h1 {
    line-height: 5.625rem;
    letter-spacing: -0.3125rem;
}
@media (max-width: 767.98px) {
    .h1,
    h1 {
        font-size: 2.825rem;
        line-height: 4.0625rem;
        letter-spacing: -0.15625rem;
    }
}
.h2,
h2 {
    line-height: 4.0625rem;
    letter-spacing: -0.15625rem;
}
@media (max-width: 767.98px) {
    .h2,
    h2 {
        font-size: 2.225rem;
        line-height: 3.125rem;
        letter-spacing: -0.09375rem;
    }
}
.h3,
h3 {
    line-height: 3.125rem;
    letter-spacing: -0.03125rem;
}
@media (max-width: 767.98px) {
    .h3,
    h3 {
        font-size: 1.925rem;
        line-height: 2.1875rem;
    }
}
.h4,
h4 {
    line-height: 2rem;
    letter-spacing: -0.03125rem;
}
@media (max-width: 767.98px) {
    .h4,
    h4 {
        font-size: 1.625rem;
        line-height: 1.875rem;
    }
}
.h5,
h5 {
    line-height: 1.875rem;
    letter-spacing: -0.03125rem;
}
@media (max-width: 767.98px) {
    .h5,
    h5 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
    }
}
.h6,
h6 {
    line-height: 1.625rem;
    letter-spacing: -0.03125rem;
}
@media (max-width: 767.98px) {
    .h6,
    h6 {
        font-size: 1.1875rem;
        line-height: 1.5rem;
    }
}
@media (max-width: 767.98px) {
    .lead {
        font-size: 1.25rem;
    }
}
li,
p,
span,
table {
    line-height: 1.625rem;
    letter-spacing: -0.00937rem;
}
@media (min-width: 768px) {
    li,
    p,
    span,
    table {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
}
p {
    margin-bottom: 1.25rem;
}
p + img {
    margin-bottom: 1.25rem;
}
a {
    text-decoration: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
a:hover {
    color: #d73b4f;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: #d73b4f;
    text-decoration-color: #d73b4f;
}
table {
    border-left: 1px solid rgb(0 0 0 / 0.1);
    border-top: 1px solid rgb(0 0 0 / 0.1);
}
td,
th {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    border-right: 1px solid rgb(0 0 0 / 0.1);
    padding: 5px 10px;
}
.text-highlight {
    color: #4b277a;
}
.text-red {
    color: #d73b4f;
}
.form-customised .gform_wrapper .gform_footer .gform_button,
.form-customised .gform_wrapper .gform_footer .gform_button:hover,
.link-btn,
.link-btn:hover,
.single-post .card .gform_wrapper .gform_footer input:hover[type="submit"],
.single-post .card .gform_wrapper .gform_footer input[type="submit"] {
    color: #fff;
    text-decoration: none;
}
.form-customised .gform_wrapper .gform_footer .gform_button,
.link-btn,
.single-post .card .gform_wrapper .gform_footer input[type="submit"] {
    align-items: center;
    background-color: #f3693f;
    border: none;
    border-radius: 35px;
    display: inline-flex;
    max-width: 100%;
    padding: 1.0625rem 3.25rem 1.125rem;
    transition: box-shadow 0.2s ease-in-out;
}
.header-btn .link-btn:hover {
    box-shadow: none;
}
.nav-btn {
    align-items: center;
    background-color: #f3693f;
    border: none;
    border-radius: 35px;
    display: inline-flex;
    max-width: 100%;
    padding: 0.375rem 1.9rem 0.495rem;
    transition: box-shadow 0.2s ease-in-out;
    white-space: nowrap;
}
.nav-btn .link-btn__text {
    font-size: 1.1em;
}
.nav-btn-m {
    background-color: #f3693f !important;
    border: none !important;
}
.hero-btn-wrap {
    display: inline-block;
}
.hero-btn {
    padding: 0.425rem 3.25rem 0.625rem;
}
.hero-btn .link-btn__text {
    font-size: 1.1em;
}
.form-customised .gform_wrapper .gform_footer .gform_button:hover,
.link-btn:hover,
.single-post .card .gform_wrapper .gform_footer input:hover[type="submit"] {
    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 0.25);
}
.form-customised .gform_wrapper .gform_footer .gform_button:hover .link-btn__text,
.link-btn:hover .link-btn__text,
.single-post .card .gform_wrapper .gform_footer input:hover[type="submit"] .link-btn__text {
    transform: translateX(-5px);
}
.form-customised .gform_wrapper .gform_footer .gform_button:hover .link-btn__icon,
.link-btn:hover .link-btn__icon,
.single-post .card .gform_wrapper .gform_footer input:hover[type="submit"] .link-btn__icon {
    opacity: 1;
    transform: translateX(15px);
}
@media (max-width: 767.98px) {
    .link-btn--no-icon {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
.link-btn--no-icon:hover .link-btn__text {
    transform: none;
}
.link-btn__icon,
.link-btn__text {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.link-btn__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -0.03125rem;
}
.link-btn__icon {
    flex-shrink: 0;
    opacity: 0;
}
.link-btn--white .link-btn__icon path {
    stroke: #f3693f;
}
.form-customised .gform_wrapper .gform_footer .gform_button[target~="_blank"] .link-btn__text,
.link-btn[target~="_blank"] .link-btn__text,
.single-post .card .gform_wrapper .gform_footer input[target~="_blank"][type="submit"] .link-btn__text {
    transform: translateX(1rem);
}
.form-customised .gform_wrapper .gform_footer .gform_button[target~="_blank"]:hover .link-btn__icon,
.link-btn[target~="_blank"]:hover .link-btn__icon,
.single-post .card .gform_wrapper .gform_footer input[target~="_blank"]:hover[type="submit"] .link-btn__icon {
    opacity: 0;
}
.form-customised .gform_wrapper .gform_footer .gform_button[target~="_blank"]::before,
.link-btn[target~="_blank"]::before,
.single-post .card .gform_wrapper .gform_footer input[type="submit"][target~="_blank"]::before {
    background: url(../images/icons/external-link-icon.svg) center no-repeat;
    background-size: cover;
    content: "";
    height: 1.5625rem;
    position: absolute;
    transform: translateX(-1rem);
    width: 1.5625rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .form-customised .gform_wrapper .gform_footer .gform_button[target~="_blank"],
    .link-btn[target~="_blank"],
    .single-post .card .gform_wrapper .gform_footer input[target~="_blank"][type="submit"] {
        display: inline-block;
    }
}
.link-btn--white {
    background-color: #fff;
    color: #f3693f;
}
.link-btn--white:hover {
    color: #f3693f;
}
.link-btn--white[target~="_blank"]::before {
    background: url(../images/icons/external-link-icon--orange.svg) center no-repeat;
}
.form-card {
    background-color: #fff;
    border-radius: 23px;
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.25);
    padding: 3.5rem 1.25rem 4.375rem;
    position: relative;
}
.form-card__title {
    color: #d73b4f;
    font-size: 2.225rem;
    letter-spacing: -0.03125rem;
    line-height: 2.1875rem;
    margin-bottom: 2.375rem;
    text-align: center;
}
@media (min-width: 768px) {
    .form-card__title {
        font-size: 2.875rem;
        line-height: 2.5rem;
        margin-bottom: 1.875rem;
    }
}
.gform_ajax_spinner {
    display: none;
}
.gform_confirmation_message {
    color: #02a896;
    font-weight: 700;
    margin-top: 0.625rem;
    text-align: center;
}
.form-customised .gform_wrapper {
    margin-top: 0;
}
.form-customised .gform_wrapper input:focus,
.form-customised .gform_wrapper select:focus,
.form-customised .gform_wrapper textarea:focus {
    border-color: #f3693f;
    outline: 0;
}
.form-customised .gform_wrapper input::-moz-placeholder,
.form-customised .gform_wrapper select::-moz-placeholder,
.form-customised .gform_wrapper textarea::-moz-placeholder {
    color: ;
}
.form-customised .gform_wrapper input:-ms-input-placeholder,
.form-customised .gform_wrapper select:-ms-input-placeholder,
.form-customised .gform_wrapper textarea:-ms-input-placeholder {
    color: ;
}
.form-customised .gform_wrapper input::placeholder,
.form-customised .gform_wrapper select::placeholder,
.form-customised .gform_wrapper textarea::placeholder {
    color: ;
}
.form-customised .gform_wrapper select,
.form-customised .gform_wrapper textarea {
    border-width: 0.125rem;
}
.form-customised .gform_wrapper .ginput_container_select {
    position: relative;
}
.form-customised .gform_wrapper .ginput_container_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.5rem;
    position: relative;
    background-color: #fff0;
}
.form-customised .gform_wrapper .ginput_container_select::before {
    border-color: #4b277a #fff0 #fff0 #fff0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    content: "";
    height: 0;
    position: absolute;
    right: 1.6875rem;
    top: calc(50% - 7px);
    width: 0;
    z-index: 0;
}
.form-customised .gform_wrapper li input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form-customised .gform_wrapper li select,
.form-customised .gform_wrapper li textarea {
    border-color: #4b277a;
    border-radius: 2rem;
    border-style: solid;
    font-size: 1rem;
    line-height: 1rem;
    padding: 1rem 1.5rem 1rem;
    width: 100%;
}
.form-customised .gform_wrapper li input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.form-customised .gform_wrapper li select:focus,
.form-customised .gform_wrapper li textarea:focus {
    border-color: #f3693f;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .form-customised .gform_wrapper li .gfield_date_day input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .form-customised .gform_wrapper li .gfield_date_month input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        padding-right: 1.25rem;
    }
}
.form-customised .gform_wrapper .ginput_container_consent,
.form-customised .gform_wrapper .top_label .gfield_label {
    color: #1a1136;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 2.1875rem;
}
@media (max-width: 1199.98px) {
    .form-customised .gform_wrapper .ginput_container_consent {
        padding-left: 0;
    }
    .form-customised .gform_wrapper .consent-field label,
    .form-customised .gform_wrapper .gfield.gfield--type-consent label {
        padding-left: 0 !important;
    }
}
.form-customised .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.form-customised .gform_wrapper .privacy-policy {
    color: #1a1136;
    font-size: 1rem;
}
@media (min-width: 992px) {
    .form-customised .gform_wrapper .privacy-policy {
        width: calc(100% - 290px);
    }
}
.form-customised .gform_wrapper .privacy-policy .gfield_label {
    display: none;
}
.form-customised .gform_wrapper .privacy-policy .ginput_container {
    display: flex;
}
.form-customised .gform_wrapper .privacy-policy .ginput_container_consent {
    position: relative;
}
.form-customised .gform_wrapper .privacy-policy .ginput_container_consent input[type="checkbox"] {
    cursor: pointer;
    height: 0.9375rem;
    opacity: 0.5;
    position: absolute;
    top: 0.4375rem;
    width: 0.875rem;
    z-index: 5;
}
@media (min-width: 768px) {
    .form-customised .gform_wrapper .privacy-policy .ginput_container_consent input[type="checkbox"] {
        left: 1.25rem;
    }
}
.form-customised .gform_wrapper .privacy-policy .ginput_container_consent input[type="checkbox"] + label {
    margin-left: 2.9375rem;
}
.form-customised .gform_wrapper .privacy-policy .ginput_container_consent input[type="checkbox"] + label::before {
    background-color: #fff;
    border: 1px solid #4b277a;
    content: "";
    height: 0.9375rem;
    left: 0;
    position: absolute;
    top: 0.4375rem;
    width: 0.9375rem;
    z-index: 10;
}
@media (min-width: 768px) {
    .form-customised .gform_wrapper .privacy-policy .ginput_container_consent input[type="checkbox"] + label::before {
        left: 1.25rem;
    }
}
.form-customised .gform_wrapper .privacy-policy .ginput_container_consent input[type="checkbox"]:checked + label::before {
    background-color: #02a896;
    border-color: #02a896;
}
.form-customised .gform_wrapper .privacy-policy .ginput_container_consent input[type="checkbox"]:checked + label::after {
    border: solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    height: 0.625rem;
    left: 0.3125rem;
    position: absolute;
    top: 0.5rem;
    transform: rotate(45deg);
    width: 0.3125rem;
    z-index: 15;
}
@media (min-width: 768px) {
    .form-customised .gform_wrapper .privacy-policy .ginput_container_consent input[type="checkbox"]:checked + label::after {
        left: 1.5625rem;
    }
}
.form-customised .gform_wrapper .gform_footer {
    margin-left: auto;
    text-align: center;
}
@media (min-width: 992px) {
    .form-customised .gform_wrapper .gform_footer {
        margin-right: 1rem;
        margin-top: -0.625rem;
        text-align: right;
        width: 290px;
    }
}
.form-customised .gform_wrapper .gform_footer .gform_button {
    font-size: 1.25rem;
    font-weight: 700;
    justify-content: center;
    margin-right: 0;
    min-width: 225px;
    width: auto;
}
.form-customised .gform_wrapper select::-ms-expand {
    display: none;
}
@media (max-width: 991.98px) {
    .form-customised .gform_wrapper .top_label li.gfield.gf_left_half,
    .form-customised .gform_wrapper .top_label li.gfield.gf_right_half {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding-right: 16px;
        float: none;
    }
}
.form-customised .gform_wrapper .gfield_required {
    color: #1a1136;
}
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi {
    justify-content: space-between;
}
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_day,
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_month,
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_year {
    max-width: none;
    width: auto;
}
@media (max-width: 767.98px) {
    .form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_day input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_month input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_year input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        text-align: center;
    }
}
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_day,
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_month {
    flex-shrink: 2;
}
.form-customised .gform_wrapper li.gfield .ginput_container_date .clear-multi > .gfield_date_year {
    flex-grow: 2;
}
.form-customised .gform_wrapper .ginput_container_radio .gfield_radio {
    display: flex;
    gap: 3.125rem;
    margin-top: 0.5rem;
    padding-left: 2.1875rem;
}
.form-customised .gform_wrapper .ginput_container_radio .gfield_radio li {
    align-items: baseline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
}
.form-customised .gform_wrapper .ginput_container_radio ul.gfield_radio li {
    align-items: center;
}
.form-customised .gform_wrapper .ginput_container_radio ul.gfield_radio .gchoice {
    margin-bottom: 0.625rem;
}
.form-customised .gform_wrapper .ginput_container_radio ul.gfield_radio .gchoice input[type="radio"] {
    height: 0;
    margin: 0.9375rem;
    width: 0;
}
.form-customised .gform_wrapper .ginput_container_radio ul.gfield_radio .gchoice input[type="radio"]:checked + label::after {
    background-color: #4b277a;
}
.form-customised .gform_wrapper .ginput_container_radio ul.gfield_radio .gchoice label {
    margin: 0;
    padding-left: 0.75rem;
}
.form-customised .gform_wrapper .ginput_container_radio ul.gfield_radio .gchoice label::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #4b277a;
    height: 1.875rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.875rem;
}
.form-customised .gform_wrapper .ginput_container_radio ul.gfield_radio .gchoice label::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 1.25rem;
    left: 0.3125rem;
    position: absolute;
    top: 0.3125rem;
    width: 1.25rem;
}
.form-customised .gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: 400 !important;
}
.form-customised .static-form .form-group {
    margin-bottom: 0;
    position: relative;
}
.form-customised .static-form .form-group input,
.form-customised .static-form .form-group select,
.form-customised .static-form .form-group textarea {
    margin-bottom: 1rem;
}
.form-customised .static-form .form-group input:focus,
.form-customised .static-form .form-group select:focus,
.form-customised .static-form .form-group textarea:focus {
    outline: 0;
}
.form-customised .static-form .form-group input::-moz-placeholder,
.form-customised .static-form .form-group select::-moz-placeholder,
.form-customised .static-form .form-group textarea::-moz-placeholder {
    color: ;
}
.form-customised .static-form .form-group input:-ms-input-placeholder,
.form-customised .static-form .form-group select:-ms-input-placeholder,
.form-customised .static-form .form-group textarea:-ms-input-placeholder {
    color: ;
}
.form-customised .static-form .form-group input::placeholder,
.form-customised .static-form .form-group select::placeholder,
.form-customised .static-form .form-group textarea::placeholder {
    color: ;
}
.form-customised .static-form .form-group select,
.form-customised .static-form .form-group textarea {
    border-width: 0.125rem;
}
.form-customised .static-form .form-group input,
.form-customised .static-form .form-group select,
.form-customised .static-form .form-group textarea {
    border-color: #4b277a;
    border-radius: 2.1875rem;
    border-style: solid;
    font-size: 1rem;
    line-height: 1rem;
    padding: 1.3125rem 2.0625rem 1.5rem;
    position: relative;
    transition: border-color 0.2s ease-in-out;
    width: 100%;
}
.form-customised .static-form .form-group input:focus,
.form-customised .static-form .form-group select:focus,
.form-customised .static-form .form-group textarea:focus {
    border-color: #f3693f;
}
.form-customised .static-form .form-group.valid input,
.form-customised .static-form .form-group.valid select,
.form-customised .static-form .form-group.valid textarea {
    border-color: #02a896;
}
.form-customised .static-form .form-group .error-message {
    display: none;
}
.form-customised .static-form .form-group.error input,
.form-customised .static-form .form-group.error select,
.form-customised .static-form .form-group.error textarea {
    border-color: #d73b4f;
    padding-right: 3.4375rem;
}
.form-customised .static-form .form-group.error label {
    display: none;
}
.form-customised .static-form .form-group.error .error-message {
    color: #d73b4f;
    display: block;
}
.form-customised .static-form .form-group.error::after {
    background: url(../images/icons/input-invalid-icon.svg) top no-repeat;
    background-size: cover;
    bottom: 2.3125rem;
    content: "";
    height: 30px;
    position: absolute;
    right: 1.875rem;
    width: 30px;
}
.form-customised .static-form .form-group.error input[type="checkbox"] + label {
    display: block;
}
.form-customised .static-form .form-group.error.form-goup--checkbox .error-message {
    margin-left: 0.9375rem;
}
.form-customised .static-form .form-group.error.form-goup--checkbox::after {
    display: none;
}
.form-customised .static-form .form-group.valid input,
.form-customised .static-form .form-group.valid select,
.form-customised .static-form .form-group.valid textarea {
    border-color: #02a896;
    padding-right: 3.4375rem;
}
.form-customised .static-form .form-group.valid::after {
    background: url(../images/icons/input-valid-icon.svg) top no-repeat;
    background-size: cover;
    bottom: 2.3125rem;
    content: "";
    height: 30px;
    position: absolute;
    right: 30px;
    width: 1.875rem;
}
.form-customised .static-form .form-group .error-message,
.form-customised .static-form .form-group label {
    color: #1a1136;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding-left: 2.1875rem;
}
.form-customised .static-form .form-group textarea {
    min-height: 7.5rem;
}
.form-customised .static-form .form-group .select-container {
    position: relative;
}
.form-customised .static-form .form-group .select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4.4375rem;
    line-height: 1.1875rem;
}
.form-customised .static-form .form-group .select-container::after {
    border-color: #4b277a #fff0 #fff0 #fff0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    content: "";
    height: 0;
    position: absolute;
    right: 1.6875rem;
    top: calc(50% - 3px);
    width: 0;
}
.form-customised .static-form .form-group input[type="checkbox"] {
    cursor: pointer;
    height: 0.9375rem;
    opacity: 0.5;
    position: absolute;
    top: 0.4375rem;
    width: 0.875rem;
    z-index: 5;
}
@media (min-width: 768px) {
    .form-customised .static-form .form-group input[type="checkbox"] {
        left: 1.25rem;
    }
}
.form-customised .static-form .form-group input[type="checkbox"] + label {
    margin-left: 2.9375rem;
    padding: 0 1.25rem 0 0;
}
.form-customised .static-form .form-group input[type="checkbox"] + label::before {
    background-color: #fff;
    border: 1px solid #4b277a;
    content: "";
    height: 0.9375rem;
    left: 0.625rem;
    position: absolute;
    top: 0.4375rem;
    width: 0.9375rem;
    z-index: 10;
}
@media (min-width: 768px) {
    .form-customised .static-form .form-group input[type="checkbox"] + label::before {
        left: 1.25rem;
    }
}
.form-customised .static-form .form-group input[type="checkbox"]:checked + label::before {
    background-color: #02a896;
    border-color: #02a896;
}
.form-customised .static-form .form-group input[type="checkbox"]:checked + label::after {
    border: solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    height: 0.625rem;
    left: 0.3125rem;
    position: absolute;
    top: 0.5rem;
    transform: rotate(45deg);
    width: 0.3125rem;
    z-index: 15;
}
@media (min-width: 768px) {
    .form-customised .static-form .form-group input[type="checkbox"]:checked + label::after {
        left: 1.5625rem;
    }
}
.form-customised .static-form input[type="submit"] {
    border: none;
    font-size: 1.25rem;
    font-weight: 700;
    justify-content: center;
    margin-top: 2.375rem;
    max-height: 4.3125rem;
    min-width: 14.0625rem;
    text-align: center;
}
@media (min-width: 768px) {
    .form-customised .static-form input[type="submit"] {
        margin-top: 0;
    }
}
.form-customised__text-bottom .wp-editor-wrapper,
.form-customised__text-bottom .wp-editor-wrapper p {
    font-size: 0.75rem;
    line-height: 1.6;
}
@media (min-width: 576px) {
    .form-customised__text-bottom {
        padding-right: 1rem;
    }
}
@media (max-width: 991.98px) {
    .form-customised__text-bottom {
        margin-bottom: 2.5rem;
    }
}
.form-customised--one-column .gform_wrapper .gform_footer {
    margin-bottom: 0.75rem;
    margin-top: 0;
    padding-top: 1.375rem;
    width: 100%;
}
@media (min-width: 576px) {
    .form-customised--one-column .gform_wrapper .gform_footer {
        padding-right: 1rem;
    }
}
.form-customised--one-column .gform_wrapper .gform_footer .gform_button {
    width: 100%;
}
.form-customised--one-column .form-card__title {
    text-align: left;
    font-size: 3.125rem;
}
@media (min-width: 992px) {
    .form-customised--one-column .form-card__title {
        font-size: 3.175rem;
    }
}
.form-customised--one-column .gform_validation_errors.validation_error {
    display: none;
}
.form-customised .gform_legacy_markup_wrapper .ginput_container_checkbox ul.gfield_checkbox {
    display: flex;
    gap: 3.125rem;
    padding-left: 2.25rem;
}
.form-customised .gform_legacy_markup_wrapper .ginput_container_checkbox ul.gfield_checkbox li.gchoice {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-items: flex-start;
}
.form-customised .gform_legacy_markup_wrapper .ginput_container_checkbox ul.gfield_checkbox li.gchoice input {
    margin-right: 0.75rem;
}
.form-customised .gform_legacy_markup_wrapper .ginput_container_checkbox ul.gfield_checkbox li.gchoice input[type="checkbox"]:checked + label {
    font-weight: 400;
}
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus {
    box-shadow: none;
    outline: 0;
}
body.user-is-tabbing .header-lang input:focus + span,
body.user-is-tabbing :focus {
    outline: 2px solid #7aacfe !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}
body.user-is-tabbing .form-customised .gform_wrapper .ginput_container_radio ul.gfield_radio .gchoice input:focus + label::before {
    border-color: #7aacfe !important;
}
@media (max-width: 991.98px) {
    .container--no-spc-mob {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}
img {
    max-width: 100%;
}
.accessability_container {
    overflow-y: scroll;
}
@-webkit-keyframes headerTopColourFadeIn {
    0% {
        background-color: #fff0;
    }
    100% {
        background-color: #4b277a;
    }
}
@keyframes headerTopColourFadeIn {
    0% {
        background-color: #fff0;
    }
    100% {
        background-color: #4b277a;
    }
}
.admin-bar .header,
.admin-bar .header.is-scrolling .header-bottom {
    top: 46px;
}
@media (min-width: 768px) {
    .admin-bar .header,
    .admin-bar .header.is-scrolling .header-bottom {
        top: 32px;
    }
}
@media (max-width: 767.98px) {
    .admin-bar .header.is-scrolling {
        top: 0;
    }
}
@media (max-width: 991.98px) {
    .block-wrapper {
        padding-top: 0 !important;
    }
}
@media (min-width: 992px) {
    .block-wrapper {
        margin-top: -10.625rem !important;
    }
}
@media (max-width: 991.98px) {
    .no-hero .block-wrapper {
        padding-top: 5.0625rem !important;
    }
}
@media (min-width: 992px) {
    .no-hero .block-wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
.header {
    background-color: #fff0;
    left: 0;
    padding: 0.75rem 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 0.2s ease-in-out;
    width: 100%;
    z-index: 100;
}
@media (max-width: 991.98px) {
    .header {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .header {
        padding-top: 0;
        position: relative;
    }
}
.no-js .header {
    background-color: #4b277a;
}
.error404 .header,
.error404 .header .header-bottom,
.header.is-scrolling,
.header.is-scrolling .header-bottom,
.no-hero .header,
.no-hero .header .header-bottom {
    background-color: #4b277a;
}
@media (min-width: 992px) {
    .header.is-scrolling .header-bottom {
        position: fixed;
    }
}
@media (min-width: 992px) {
    .header.dropdown-open .dropdown-toggle,
    .header.dropdown-open .navbar-list__link {
        opacity: 0.25;
        transition: opacity 0.2s ease-in-out;
    }
    .header.dropdown-open .dropdown-toggle[aria-expanded="true"] {
        opacity: 1;
    }
}
@media (max-width: 991.98px) {
    .header-top {
        padding-top: 0.75rem;
    }
}
@media (min-width: 992px) {
    .header-top {
        padding-top: 1.5625rem;
    }
}
@media (max-width: 991.98px) {
    .nav-is-active .header-top {
        -webkit-animation: headerTopColourFadeIn 0.5s 1 forwards;
        animation: headerTopColourFadeIn 0.5s 1 forwards;
        background-color: #fff0;
        position: relative;
        z-index: 5;
    }
}
.header-top__row {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .header-top__row {
        justify-content: flex-start;
    }
}
@media (min-width: 992px) {
    .header-top__row {
        border-bottom: 1px solid #fff;
        padding-bottom: 1.5625rem;
    }
}
.header-top__row > * {
    color: #fff;
    margin-right: 0.9375rem;
}
@media (min-width: 992px) {
    .header-top__row > * {
        margin-right: 1.25rem;
    }
}
.header-top__row > :last-child {
    margin-right: 0;
}
@media (min-width: 992px) {
    .header-top__row > :nth-last-child(2) {
        margin-right: 0;
    }
}
.header-top__row .header-logo {
    margin-right: auto;
}
.header-top__row .header-logo img {
    max-height: 2.8125rem;
}
@media (min-width: 992px) {
    .header-top__row .header-logo img {
        height: 4.1875rem;
        max-height: 4.1875rem;
        position: absolute;
        top: -0.4375rem;
    }
}
.header-bottom {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transition: background-color 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
    .header-bottom .bg-icons-cards__content,
    .header-bottom .card-slider-wrapper,
    .header-bottom .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.header-logo {
    display: block;
    width: 8.75rem;
}
@media (min-width: 992px) {
    .header-logo {
        width: 10rem;
    }
}
.form-customised .gform_wrapper .gform_footer .header-btn .gform_button,
.header-btn .form-customised .gform_wrapper .gform_footer .gform_button,
.header-btn .link-btn,
.header-btn .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.single-post .card .gform_wrapper .gform_footer .header-btn input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    border: solid 2px #ffffff;
    justify-content: center;
    margin-top: 0.625rem;
    width: 100%;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .form-customised .gform_wrapper .gform_footer .header-btn .gform_button,
    .header-btn .form-customised .gform_wrapper .gform_footer .gform_button,
    .header-btn .link-btn,
    .header-btn .single-post .card .gform_wrapper .gform_footer input[type="submit"],
    .single-post .card .gform_wrapper .gform_footer .header-btn input[type="submit"] {
        margin-top: 0;
        padding: 0.375rem 1.25rem 0.375rem 1.5625rem;
    }
}
@media (min-width: 992px) {
    .form-customised .gform_wrapper .gform_footer .header-btn .gform_button:hover .link-btn__icon,
    .header-btn .form-customised .gform_wrapper .gform_footer .gform_button:hover .link-btn__icon,
    .header-btn .link-btn:hover .link-btn__icon,
    .header-btn .single-post .card .gform_wrapper .gform_footer input:hover[type="submit"] .link-btn__icon,
    .single-post .card .gform_wrapper .gform_footer .header-btn input:hover[type="submit"] .link-btn__icon {
        transform: translateX(5px);
    }
}
@media (min-width: 992px) {
    .header-btn .link-btn__text {
        font-size: 1rem;
    }
}
.home .hero,
.home-hero-used .hero,
.page-template-document-page .hero {
    padding-top: 6.25rem;
}
@media (min-width: 768px) {
    .home .hero,
    .home-hero-used .hero,
    .page-template-document-page .hero {
        padding-top: 7.8125rem;
    }
}
@media (min-width: 992px) {
    .home .hero,
    .home-hero-used .hero,
    .page-template-document-page .hero {
        padding-top: 15rem;
    }
}
.home .hero::before,
.home-hero-used .hero::before,
.page-template-document-page .hero::before {
    background-image: linear-gradient(180deg, #000 0, #fff0 100%);
    content: "";
    height: 15.625rem;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.page-template-document-page .hero {
    padding-top: 4.6875rem;
}
@media (min-width: 992px) {
    .page-template-document-page .hero {
        padding-top: 9.375rem;
    }
}
button.aicon_link {
    display: none;
}
.footer {
    background-color: #1a1136;
    box-shadow: 0 -3px 13px 0 rgb(0 0 0 / 0.15);
    padding: 2.75rem 0 2.6875rem;
}
@media (min-width: 768px) {
    .footer {
        padding: 2.3125rem 0 1.875rem;
    }
}
.footer *,
.footer :hover {
    color: #fff;
}
.footer * {
    font-size: 1rem;
}
.footer-collapse-toggle {
    align-items: center;
    background-color: #fff0;
    border: none;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0 0.3125rem;
    text-align: left;
    width: 100%;
}
.footer-collapse-toggle[aria-expanded="true"] .footer-collapse-toggle__title {
    font-weight: 700;
}
.footer-collapse-toggle[aria-expanded="true"] .footer-collapse-toggle__icon {
    transform: rotate(270deg);
}
.footer-collapse-toggle__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: unset;
    line-height: 2.25rem;
    margin-bottom: 0;
    padding: 0.3125rem 0;
}
.footer-collapse-toggle__icon {
    flex-shrink: 0;
    position: relative;
    transform: rotate(90deg);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
    right: 0.125rem;
}
.footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 2.8125rem;
    position: relative;
}
@media (min-width: 768px) {
    .footer-logo {
        justify-content: flex-start;
    }
}
@media (min-width: 992px) {
    .footer-logo {
        float: left;
        width: 166px;
    }
}
.footer-logo::after,
.footer-logo::before {
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
}
@media (max-width: 767.98px) {
    .footer-logo::after,
    .footer-logo::before {
        transform: translateX(-50%);
    }
}
.footer-logo::before {
    background-image: url(../images/ring-orange.svg);
    background-size: 9.1875rem 7.625rem;
    height: 7.625rem;
    width: 9.1875rem;
}
@media (max-width: 767.98px) {
    .footer-logo::before {
        left: 49%;
        top: 0;
    }
}
@media (min-width: 768px) {
    .footer-logo::before {
        left: -0.3125rem;
        top: 0.5625rem;
    }
}
.footer-logo::after {
    background-image: url(../images/ring-blue.svg);
    background-size: 8.625rem 8.375rem;
    height: 8.375rem;
    width: 8.625rem;
}
@media (max-width: 767.98px) {
    .footer-logo::after {
        left: 50%;
        top: -0.5625rem;
    }
}
@media (min-width: 768px) {
    .footer-logo::after {
        left: 0;
        top: 0;
    }
}
.footer-logo__img {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 5px solid #02a896;
    border-radius: 50%;
    height: 7.1875rem;
    position: relative;
    width: 7.1875rem;
}
@media (min-width: 768px) {
    .footer-logo__img {
        left: 0.8125rem;
        top: 0.625rem;
    }
}
@media (max-width: 767.98px) {
    .footer-contact {
        border-bottom: 1px solid #fff;
        margin-bottom: 2.375rem;
    }
}
@media (min-width: 768px) {
    .footer-contact {
        margin-bottom: 0.5rem;
    }
    .footer-contact + .footer-links {
        margin-top: 3.125rem;
    }
}
@media (min-width: 768px) {
    .footer-contact .collapse {
        align-items: flex-start;
    }
}
.footer-contact__address {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .footer-contact__address {
        margin-bottom: 1.875rem;
        position: relative;
    }
}
@media (min-width: 768px) {
    .footer-contact__address {
        padding-right: 1.875rem;
    }
}
.footer-contact__address span {
    display: block;
}
@media (min-width: 768px) {
    .footer-contact__address span {
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .footer-contact__address span:first-child {
        font-weight: 700;
    }
}
.footer-contact__tel,
.footer-contact__tel:hover {
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .footer-contact__tel {
        display: inline-block;
        margin-bottom: 1.3125rem;
    }
}
@media (min-width: 768px) {
    .footer-contact__tel {
        display: inline-block;
    }
}
.footer-contact__tel .contact-link__text::before,
.footer-contact__tel .fa {
    font-size: 1.1875rem;
    margin-right: 0.0625rem;
}
@media (min-width: 992px) {
    .footer-links {
        position: relative;
        transform: translateX(-166px);
        width: calc(100% + 166px);
    }
}
.footer-nav {
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .footer-nav__item {
        margin-right: 0.9375rem;
    }
}
@media (min-width: 1200px) {
    .footer-nav__item {
        margin-right: 1.25rem;
    }
}
@media (max-width: 767.98px) {
    .footer-nav__item:first-child .footer-nav__link {
        padding-top: 0;
    }
}
.footer-nav__item:last-child {
    margin-right: 0;
}
@media (max-width: 767.98px) {
    .footer-nav__item:last-child .footer-nav__link {
        padding-bottom: 0;
    }
}
.footer-nav__link,
.footer-nav__link:hover {
    text-decoration: none;
}
.footer-nav__link {
    border-bottom: 1px solid #fff0;
    transition: border-bottom-color 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
    .footer-nav__link {
        display: inline-block;
        padding-bottom: 0.1875rem;
        padding-top: 0.1875rem;
    }
}
.footer-nav__link:hover {
    border-bottom-color: #fff;
}
.footer-strapline {
    display: flex;
    justify-content: center;
    margin-bottom: 2.625rem;
}
@media (min-width: 768px) {
    .footer-strapline {
        justify-content: flex-end;
        margin-bottom: 3.375rem;
    }
}
.footer-strapline__img {
    height: 3.75rem;
    width: auto;
}
@media (min-width: 1200px) {
    .footer-strapline__img {
        height: 5.125rem;
    }
}
@media (max-width: 767.98px) {
    .footer .social-list {
        margin-bottom: 3rem;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .footer .social-list {
        margin-bottom: 1.625rem;
        position: relative;
        transform: translateX(-6px);
    }
}
.footer .social-list__link:hover {
    border-color: #fff;
}
.footer .social-list__icon {
    background-color: #fff;
    color: #1a1136;
}
@media (max-width: 767.98px) {
    .footer .social-list__icon {
        font-size: 1.5rem;
        height: 2.5625rem;
        width: 2.5625rem;
    }
}
@media (min-width: 768px) {
    .footer .social-list__icon {
        font-size: 1.375rem;
    }
}
.footer-copy-text {
    font-size: 1rem;
}
.footer-copy-text a,
.footer-copy-text a:hover {
    text-decoration: none;
}
.footer-copy-text a {
    border-bottom: 1px solid #fff0;
    transition: border-bottom-color 0.2s ease-in-out;
}
.footer-copy-text a:hover {
    border-bottom-color: #fff;
}
.footer--simple {
    padding: 2.25rem 0 1.875rem;
}
@media (min-width: 768px) {
    .footer--simple {
        padding: 2.8125rem 0 1.9375rem;
    }
}
@media (min-width: 992px) {
    .footer--simple {
        padding: 4.0625rem 0 1.9375rem;
    }
}
.footer--simple .footer-strapline {
    margin-bottom: 2.9375rem;
}
@media (min-width: 768px) {
    .footer--simple .footer-strapline__img {
        width: 21.25rem;
    }
}
@media (max-width: 767.98px) {
    .footer--simple .footer-links {
        border-bottom: 1px solid #fff;
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 992px) {
    .footer--simple .footer-links {
        transform: translateX(0);
        width: 100%;
    }
}
@media (min-width: 768px) {
    .footer--simple .footer-social {
        transform: translateX(12px);
    }
}
@media (max-width: 767.98px) {
    .footer--simple .social-list {
        margin-bottom: 1.875rem;
    }
}
@-webkit-keyframes navbarCollapseFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes navbarCollapseFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.navbar {
    padding: 0;
}
.navbar.is-active .collapse:not(.show) {
    display: block;
}
@media (max-width: 991.98px) {
    .navbar.is-active .navbar-collapse {
        -webkit-animation: navbarCollapseFadeIn 0.5s 1 forwards;
        animation: navbarCollapseFadeIn 0.5s 1 forwards;
    }
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #4b277a;
        bottom: 0;
        height: 100vh;
        left: 0;
        opacity: 0;
        overflow-y: scroll;
        padding-bottom: 9.375rem;
        padding-top: 4.0625rem;
        position: fixed;
        top: 0;
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        float: none;
        position: relative;
        top: auto;
    }
}
@media (max-width: 991.98px) {
    .navbar .dropdown-item,
    .navbar .dropdown-toggle,
    .navbar .header-btn,
    .navbar .header-search,
    .navbar .navbar-list__link {
        padding-left: 8.33333%;
        padding-right: 8.33333%;
    }
}
.block {
    position: relative;
}
.block--spc {
    padding: 3.125rem 0;
}
@media (min-width: 768px) {
    .block--spc {
        padding: 5rem 0;
    }
}
@media (min-width: 992px) {
    .block--spc {
        padding: 6.25rem 0;
    }
}
.block--spc + .form-contact {
    padding-top: 0;
}
.block--grey + .block--grey,
.block--orange + .block--orange,
.block--red + .block--red,
.block--white + .block--white,
.block--white + .form-contact,
.block.form-contact + .block--white {
    padding-top: 0;
}
.block--grey {
    background-color: #f3f5f9;
}
.block--red {
    background-color: #d73b4f;
}
.block--orange {
    background-color: #f3693f;
}
.block__bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}
.wp-editor-wrapper > :last-child {
    margin-bottom: 0;
}
.sticky-navbar-wrapper + .block--spc {
    padding-top: 1.875rem;
}
@media (min-width: 768px) {
    .sticky-navbar-wrapper + .block--spc {
        padding-top: 4.375rem;
    }
}
.responsive-wrapper {
    display: flex;
    justify-content: center;
}
.responsive-wrapper .responsive-element {
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
}
.cli-plugin-button {
    border-radius: 5px;
}
.cli-bar-message {
    color: #1a1136;
}
.cli-switch input:checked + .cli-slider {
    background-color: #4b277a;
}
#wt-cli-accept-all-btn,
#wt-cli-privacy-save-btn {
    background-color: #4b277a !important;
    border-radius: 5px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: #fff0;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    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 #fff0;
}
.slick-arrow.slick-hidden {
    display: none;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
    outline: 0;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/lightbox/prev.png) left 48% no-repeat;
    opacity: 1;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/lightbox/next.png) right 48% no-repeat;
    opacity: 1;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}
.two-card__title {
    color: #d73b4f;
    font-size: 1.25rem;
    letter-spacing: -0.01562rem;
    line-height: 1.5625rem;
}
@media (min-width: 768px) {
    .two-card__title {
        font-size: 1.5625rem;
        line-height: 1.875rem;
    }
}
.two-card__subtitle {
    color: #4b277a;
    font-size: 2.225rem;
    letter-spacing: -0.02063rem;
}
@media (min-width: 768px) {
    .two-card__subtitle {
        font-size: 2.875rem;
        letter-spacing: -0.125rem;
    }
}
@media (max-width: 767.98px) {
    .two-card__col {
        margin-bottom: 5rem;
    }
    .two-card__col:last-child {
        margin-bottom: 0;
    }
}
.two-card__heading * {
    margin-bottom: 0.625rem;
}
.two-card__heading :last-child {
    margin-bottom: 3.125rem;
}
.two-card .card-body__title {
    letter-spacing: -0.09375rem;
}
@media (min-width: 768px) {
    .two-card .card-body__title {
        letter-spacing: -0.125rem;
    }
}
.form-customised .gform_wrapper .gform_footer .two-card .card-body .gform_button,
.single-post .card .gform_wrapper .gform_footer .two-card .card-body input[type="submit"],
.two-card .card-body .form-customised .gform_wrapper .gform_footer .gform_button,
.two-card .card-body .link-btn,
.two-card .card-body .single-post .card .gform_wrapper .gform_footer input[type="submit"] {
    box-shadow: none;
}
.three-card__title {
    color: #d73b4f;
    font-size: 2.225rem;
    letter-spacing: -0.03125rem;
    line-height: 2.3125rem;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .three-card__title {
        font-size: 2.875rem;
        line-height: 3.125rem;
    }
}
.block--red .three-card__title {
    color: #fff;
}
.three-card__title--upper {
    font-size: 1.25rem;
    letter-spacing: -0.03125rem;
    line-height: 1.5625rem;
    margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
    .three-card__title--upper {
        font-size: 1.5625rem;
        line-height: 1.875rem;
        margin-bottom: 0.625rem;
    }
}
.block--red .three-card__title--upper {
    color: #1a1136;
}
@media (min-width: 768px) {
    .three-card--feed {
        overflow-x: hidden;
    }
}
.form-customised .gform_wrapper .gform_footer .three-card--feed .gform_button,
.single-post .card .gform_wrapper .gform_footer .three-card--feed input[type="submit"],
.three-card--feed .card-slider,
.three-card--feed .card-slider-wrapper,
.three-card--feed .form-customised .gform_wrapper .gform_footer .gform_button,
.three-card--feed .link-btn,
.three-card--feed .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.three-card--feed .three-card__title {
    position: relative;
}
.form-customised .gform_wrapper .gform_footer .three-card--feed .gform_button,
.single-post .card .gform_wrapper .gform_footer .three-card--feed input[type="submit"],
.three-card--feed .form-customised .gform_wrapper .gform_footer .gform_button,
.three-card--feed .link-btn,
.three-card--feed .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.three-card--feed .three-card__title {
    z-index: 10;
}
.three-card--feed .three-card__title:not(.three-card__title--upper) {
    letter-spacing: -0.125rem;
}
@media (min-width: 768px) {
    .three-card--feed .three-card__title:not(.three-card__title--upper) {
        margin-bottom: 3.75rem;
    }
}
.three-card--feed .card-slider-wrapper::after,
.three-card--feed .card-slider-wrapper::before {
    content: "";
    position: absolute;
}
.three-card--feed .card-slider-wrapper::before {
    background: url(../images/icons/speech-bubble-yellow.svg) no-repeat center;
    background-size: contain;
    bottom: 0;
    height: 6.3125rem;
    left: 0.3125rem;
    width: 6.9375rem;
}
@media (min-width: 768px) {
    .three-card--feed .card-slider-wrapper::before {
        background: url(../images/icons/speech-bubble-yellow-lrg.svg) no-repeat center;
        background-size: contain;
        bottom: auto;
        height: 17.625rem;
        left: -5.3125rem;
        top: -2.3125rem;
        width: 19.25rem;
    }
}
@media (min-width: 992px) {
    .three-card--feed .card-slider-wrapper::before {
        top: -4.8125rem;
    }
}
.three-card--feed .card-slider-wrapper::after {
    background: url(../images/icons/speech-bubble-blue-teal.svg) no-repeat center;
    background-size: contain;
    height: 9.6875rem;
    right: -1.875rem;
    top: 0;
    width: 9.4375rem;
}
@media (min-width: 768px) {
    .three-card--feed .card-slider-wrapper::after {
        background: url(../images/icons/speech-bubble-blue-teal-lrg.svg) no-repeat center;
        background-size: contain;
        bottom: -7.8125rem;
        height: 26.625rem;
        right: -3.625rem;
        top: auto;
        width: 28.75rem;
    }
}
@media (min-width: 992px) {
    .three-card--feed .card-slider-wrapper::after {
        bottom: -11.5625rem;
    }
}
.three-card--feed .card-slider {
    z-index: 5;
}
.three-card--feed .card-slider .slick-track {
    padding-top: 2.0625rem;
}
@media (min-width: 768px) {
    .three-card--feed .card-slider .slick-track {
        padding-top: 0;
    }
}
.form-customised .gform_wrapper .gform_footer .three-card--feed .gform_button,
.single-post .card .gform_wrapper .gform_footer .three-card--feed input[type="submit"],
.three-card--feed .form-customised .gform_wrapper .gform_footer .gform_button,
.three-card--feed .link-btn,
.three-card--feed .single-post .card .gform_wrapper .gform_footer input[type="submit"] {
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    .form-customised .gform_wrapper .gform_footer .three-card--feed .gform_button,
    .single-post .card .gform_wrapper .gform_footer .three-card--feed input[type="submit"],
    .three-card--feed .form-customised .gform_wrapper .gform_footer .gform_button,
    .three-card--feed .link-btn,
    .three-card--feed .single-post .card .gform_wrapper .gform_footer input[type="submit"] {
        margin-top: 3.75rem;
    }
}
@media (min-width: 992px) {
    .form-customised .gform_wrapper .gform_footer .three-card--feed .gform_button,
    .single-post .card .gform_wrapper .gform_footer .three-card--feed input[type="submit"],
    .three-card--feed .form-customised .gform_wrapper .gform_footer .gform_button,
    .three-card--feed .link-btn,
    .three-card--feed .single-post .card .gform_wrapper .gform_footer input[type="submit"] {
        margin-top: 5.375rem;
    }
}
.form-customised .gform_wrapper .gform_footer .three-card .card-body .gform_button,
.single-post .card .gform_wrapper .gform_footer .three-card .card-body input[type="submit"],
.three-card .card-body .form-customised .gform_wrapper .gform_footer .gform_button,
.three-card .card-body .link-btn,
.three-card .card-body .single-post .card .gform_wrapper .gform_footer input[type="submit"] {
    box-shadow: none;
}
.three-card.block--red .card {
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.5);
}
@media (min-width: 992px) {
    .three-card.block--red .card:hover {
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.25);
    }
}
.three-card__heading * {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .three-card__heading * {
        margin-bottom: 0.625rem;
    }
    .three-card__heading :last-child {
        margin-bottom: 2.1875rem;
    }
}
.hero,
.hero .bg-icons-cards__content,
.hero .card-slider-wrapper,
.hero .container,
.hero-img,
.hero-img__img,
.hero-logo,
.hero-logo__img {
    position: relative;
}
.hero--simple .block__bgimg::after,
.hero-img__ring,
.hero::after,
.hero__curve {
    position: absolute;
}
.hero {
    background-color: #4b277a;
    overflow: hidden;
    padding-top: 4.6875rem;
}
@media (min-width: 768px) {
    .hero {
        padding-bottom: 0.9375rem;
    }
}
@media (min-width: 992px) {
    .hero {
        padding-bottom: 1.25rem;
        padding-top: 9.375rem;
    }
}
.hero--simple.hero::after {
    content: none;
}
.hero--simple .block__bgimg::after {
    background: linear-gradient(90deg, #323232 0, #2a2a2f 35%, rgb(216 216 216 / 0.5) 100%);
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.9;
    top: 0;
    width: 100%;
}
.hero--simple .breadcrumbs {
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .hero--simple .breadcrumbs {
        margin-bottom: 6.25rem;
    }
}
.hero--simple .breadcrumbs__item,
.hero--simple .breadcrumbs__link {
    color: #fff;
}
.hero--simple .breadcrumbs__link:hover {
    border-bottom-color: #fff;
}
.hero--simple .hero::after {
    background-color: red;
    content: none !important;
}
.hero--simple .hero__curve {
    bottom: -1.3125rem;
    display: block;
}
@media (max-width: 767.98px) {
    .hero--simple .hero__curve {
        background-size: 700px;
    }
}
@media (min-width: 768px) {
    .hero--simple .hero__curve {
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .hero--simple .hero__curve {
        bottom: -5rem;
    }
}
.hero--simple .hero__title {
    color: #fff;
    margin-bottom: 4.75rem;
    margin-top: 0;
}
@media (min-width: 768px) {
    .hero--simple .hero__title {
        margin-bottom: 5.9375rem;
    }
}
.hero--simple .hero__text {
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .hero--simple .hero__text {
        margin-bottom: 0.75rem;
    }
}
.hero--simple .hero__text:first-child,
.hero--simple .hero__title:first-child {
    margin-top: 5rem;
}
.hero--small {
    padding: 5.9375rem 0 0 0;
}
.hero--small.hero::after {
    content: none;
}
.hero--small .breadcrumbs {
    margin: 2.5rem 0 0 0;
}
@media (min-width: 992px) {
    .hero--small .breadcrumbs {
        margin: 9.375rem 0 0 0;
    }
}
.hero--small .breadcrumbs__item,
.hero--small .breadcrumbs__link {
    color: #000;
}
.hero--small .breadcrumbs__link:hover {
    border-bottom-color: #000;
}
.hero--small .hero::after {
    background-color: red;
    content: none !important;
}
.hero--small .hero__curve {
    bottom: -1.3125rem;
    display: block;
}
@media (max-width: 767.98px) {
    .hero--small .hero__curve {
        background-size: 43.75rem;
    }
}
@media (min-width: 768px) {
    .hero--small .hero__curve {
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .hero--small .hero__curve {
        bottom: -5rem;
    }
}
@media (max-width: 991.98px) {
    .hero--simple-logo {
        padding-bottom: 1.25rem;
    }
}
@media (max-width: 767.98px) {
    .hero--simple-logo .hero__curve {
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .hero--simple-logo .hero__curve {
        bottom: -2.5rem;
    }
}
.hero--simple-logo .breadcrumbs {
    margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
    .hero--simple-logo .breadcrumbs {
        margin-bottom: 6.875rem;
    }
}
@media (min-width: 992px) {
    .hero--simple-logo .breadcrumbs {
        margin-bottom: 6.875rem;
    }
}
.hero::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 35%;
    left: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .hero::after {
        content: none;
    }
}
.hero__curve {
    background: url(../images/hero-banner-curve.svg) repeat-x bottom center;
    background-size: 1280px;
    bottom: -1px;
    display: none;
    height: 10.875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
@media (min-width: 768px) {
    .hero__curve {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero__curve {
        background-size: cover;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none), screen and (max-width: 991px) {
    .hero__curve {
        background-size: 500px 4.625rem;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none), screen and (min-width: 992px) {
    .hero__curve {
        background-size: 1280px 10.875rem;
    }
}
.hero__title {
    color: #fff;
    margin-bottom: 0.9375rem;
    position: relative;
    z-index: 20;
}
@media (max-width: 991.98px) {
    .hero__title {
        font-size: 2.825rem;
        letter-spacing: -0.15625rem;
        line-height: 3.125rem;
    }
}
@media (min-width: 992px) {
    .hero__title {
        font-size: 3.875rem;
        line-height: 75px;
        margin-top: 2.5rem;
    }
}
.hero__text {
    color: #fff;
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-size: 1.425rem;
}
@media (min-width: 768px) {
    .hero__text {
        font-size: 1.5625rem;
    }
}
@media (min-width: 992px) {
    .hero__text {
        width: 75%;
    }
}
.hero__text:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .hero__text:last-child {
        margin-bottom: 11.25rem;
    }
}
@media (min-width: 992px) {
    .hero__text:last-child {
        margin-bottom: 15.3125rem;
    }
}
@media (min-width: 1200px) {
    .hero__text:last-child {
        margin-bottom: 17.1875rem;
    }
}
.hero-img {
    margin-top: 2.5rem;
    z-index: 5;
}
@media (min-width: 768px) {
    .hero-img {
        margin-top: 0;
        transform: translateX(5%);
    }
}
.hero-img__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 100%;
    padding-bottom: 100%;
    opacity: 1;
    transform: translateX(-10px);
    transition: opacity 0.5s ease-in-out;
    width: calc(100% + 20px);
}
.page-loading .hero-img__img {
    opacity: 0;
}
@media (min-width: 768px) {
    .hero-img__img {
        transform: none;
    }
}
@media (min-width: 992px) {
    .hero-img__img {
        height: 28.75rem;
        padding-bottom: 0;
        width: 28.75rem;
    }
}
@media (min-width: 1200px) {
    .hero-img__img {
        height: 35.25rem;
        width: 35.25rem;
    }
}
.hero-img__ring {
    opacity: 1;
    top: 0;
    transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out;
}
.page-loading .hero-img__ring {
    opacity: 0;
}
.hero-img__ring--first,
.hero-img__ring--second,
.hero-img__ring--third {
    left: 0;
}
.hero-img__ring--first {
    transform: translate(-8%, -2%);
    width: 120%;
}
.page-loading .hero-img__ring--first {
    left: -10%;
}
.hero-img__ring--second {
    transform: translateX(8%);
    width: 95%;
}
.page-loading .hero-img__ring--second {
    left: -7%;
}
.hero-img__ring--third {
    transform: translate(-4%, -6%);
    width: 115%;
}
.page-loading .hero-img__ring--third {
    left: 10%;
}
.hero-logo {
    display: flex;
    justify-content: center;
    margin-top: -3.125rem;
    z-index: 5;
}
@media (min-width: 768px) {
    .hero-logo {
        bottom: 0;
        left: 4.375rem;
        position: absolute;
    }
}
@media (min-width: 992px) {
    .hero-logo {
        bottom: 4.0625rem;
    }
}
.hero-logo__frame {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 0.25);
    display: flex;
    height: 7.875rem;
    justify-content: center;
    overflow: hidden;
    width: 7.875rem;
}
@media (min-width: 768px) {
    .hero-logo__frame {
        height: 10rem;
        width: 10rem;
    }
}
.hero-logo__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 6.25rem;
    width: 6.25rem;
}
@media (min-width: 768px) {
    .hero-logo__img {
        height: 7.5rem;
        width: 7.5rem;
    }
}
.hero--single-post {
    margin-bottom: -14.375rem;
    padding-bottom: 13.75rem;
}
@media (min-width: 768px) {
    .hero--single-post {
        margin-bottom: -28.125rem;
        padding-bottom: 17.0625rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero + .block--white {
        padding-top: 3.125rem;
    }
}
@media (min-width: 992px) {
    .hero + .block--white {
        padding-top: 4.6875rem;
    }
}
.text-decorated {
    overflow-x: hidden;
}
.text-decorated .wp-editor-wrapper h2,
.text-decorated .wp-editor-wrapper h3,
.text-decorated .wp-editor-wrapper h4,
.text-decorated .wp-editor-wrapper h5,
.text-decorated .wp-editor-wrapper h6 {
    color: #d73b4f;
}
.text-decorated .wp-editor-wrapper h2 {
    font-size: 2.225rem;
    letter-spacing: -0.02063rem;
    line-height: 2.3125rem;
    margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
    .text-decorated .wp-editor-wrapper h2 {
        font-size: 2.875rem;
        line-height: 3.125rem;
        margin-bottom: 1.6875rem;
    }
}
.text-decorated .wp-editor-wrapper h3 {
    font-size: 1.925rem;
}
@media (min-width: 768px) {
    .text-decorated .wp-editor-wrapper h3 {
        font-size: 2.175rem;
    }
}
.text-decorated .hand {
    width: 5rem;
}
@media (min-width: 992px) {
    .text-decorated .hand {
        width: 9.125rem;
    }
}
.text-decorated .hand--teal {
    transform: translate(-20px, 0) rotate(20deg);
}
@media (min-width: 992px) {
    .text-decorated .hand--teal {
        transform: translate(0, 0) rotate(0);
    }
}
.text-decorated .hand--orange {
    transform: translate(-49px, -36px) rotate(20deg);
}
@media (min-width: 992px) {
    .text-decorated .hand--orange {
        transform: translate(-90px, -80px) rotate(0);
        width: 7.9375rem;
    }
}
.text-decorated .hand--blue {
    display: flex;
    margin-left: auto;
    margin-top: 0.3125rem;
    transform: translate(15px, 0);
    width: 5.8125rem;
}
@media (min-width: 768px) {
    .text-decorated .hand--blue {
        margin-top: -1.375rem;
        transform: translate(0, 0);
        width: 8.25rem;
    }
}
.text-decorated .hand-wrapper {
    display: none;
}
.text-decorated .hand-wrapper--top {
    margin-bottom: 0;
    margin-top: 3.125rem;
}
@media (min-width: 992px) {
    .text-decorated .hand-wrapper--top {
        margin-bottom: -6.5625rem;
        margin-top: 4.6875rem;
    }
}
.text-decorated--active {
    padding: 0.3125rem 0 !important;
}
.text-decorated--active .hand-wrapper {
    display: block;
}
@media (min-width: 768px) {
    .text-decorated--filter-nav .cat-filter {
        margin-bottom: 5rem;
    }
}
.img-txt__title {
    color: #d73b4f;
    font-size: 2.225rem;
    letter-spacing: -0.03125rem;
    margin-top: 1.5625rem;
}
@media (min-width: 768px) {
    .img-txt__title {
        font-size: 2.875rem;
        margin-top: 0.625rem;
    }
}
.img-txt__row {
    margin-bottom: 4.375rem;
}
@media (min-width: 768px) {
    .img-txt__row {
        margin-bottom: 3.9375rem;
    }
    .img-txt__row:nth-child(even) {
        flex-direction: row-reverse;
    }
    .img-txt__row:nth-child(even) .img-txt__heading,
    .img-txt__row:nth-child(even) .wp-editor-wrapper {
        margin-left: 0;
        margin-right: 2.1875rem;
    }
}
.img-txt__row:last-child {
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .img-txt__row:last-child {
        margin-bottom: 1.875rem;
    }
}
.img-txt__heading {
    color: #4b277a;
    font-size: 1.925rem;
    line-height: 2rem;
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .img-txt .wp-editor-wrapper,
    .img-txt__heading {
        margin-left: 1.875rem;
		font-size: 2.175rem;
    }
}
.img-txt__head :last-child {
    margin-bottom: 5.125rem;
}
@media (min-width: 768px) {
    .img-txt__head :last-child {
        margin-bottom: 4.25rem;
    }
}
.img-frame {
    margin-bottom: 3.25rem;
    position: relative;
}
@media (min-width: 992px) {
    .img-frame {
        margin-bottom: auto;
    }
}
.img-frame__img {
    border-radius: 20px;
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.5);
    height: auto;
    width: 100%;
}
.img-frame::before {
    background-image: url(../images/text-image-scribble.svg);
    background-size: cover;
    content: "";
    height: 100%;
    max-height: 22.875rem;
    position: absolute;
    right: -0.5rem;
    top: -1rem;
    width: calc(100% + 33px);
    z-index: -1;
}
@media (min-width: 768px) {
    .img-frame::before {
        right: -0.625rem;
        top: -24px;
    }
}
.testi {
	position: relative;
}
.testi-wrap {
	background: rgba(219,219,219,0.25);
	border-radius: 60px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 1.5625rem;
}
.testi .container {
	padding: 0 40px;
}
.testi .justify-content-center {
	width: auto !important;
	margin-bottom: 1.625rem;
}
.testi .img-frame__img {
	box-shadow: none;
}
@media (max-width: 992px) {
	.testi-wrap {
		border-radius: 30px;
		width: calc(100% - 30px);
		padding: 1.5625rem 0.5625rem;
	}
	.testi-wrap .container {
		padding: 0;
	}
	.testi-wrap .img-txt__head :last-child {
		margin-bottom: 2.625rem;
	}
}
.testi .img-bg-icon {
    margin-bottom: 2.5rem;
    margin: 1.5625rem;
}
@media (min-width: 768px) {
    .testi .img-bg-icon {
        margin-bottom: 3.25rem;
        margin: 2.625rem;
    }
}
.testi .img-bg-icon__img {
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.25);
}
.testi__quote {
	padding: 0.5625rem;
}
@media (max-width: 992px) {
	.testi__quote {
		margin: 1.5625rem;
		padding: 0;
	}
}
.testi__quote blockquote p {
    color: #4b277a;
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}
@media (min-width: 768px) {
    .testi__quote blockquote p {
        font-size: 1.5625rem;
        line-height: 1.875rem;
    }
}
.testi__quote blockquote p::before {
    content: "\201C";
    display: block;
    font-size: 2.8125rem;
    margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
    .testi__quote blockquote p::before {
        font-size: 3.75rem;
        margin-bottom: 0;
    }
}
.testi__quote blockquote p:last-child {
    margin-bottom: 0;
}
.testi__quote figcaption {
    margin: 0.9375rem 0;
}
@media (min-width: 768px) {
    .testi__quote figcaption {
        font-size: 1.125rem;
    }
}
.testi_link {
	font-size: 1.1rem;
}
.icon__title {
    color: #d73b4f;
    font-size: 2.225rem;
    letter-spacing: -0.03125rem;
    line-height: 2.3125rem;
    margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
    .icon__title {
        font-size: 2.875rem;
        line-height: 3.125rem;
    }
}
@media (min-width: 992px) {
    .icon__title {
        margin-bottom: 3.75rem;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}
.icon .card-slider-wrapper .card-slider {
    justify-content: flex-start;
}
.icon .card-slider-wrapper .card-slider .slick-track {
    padding: 0 0 3.75rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .icon .card-slider-wrapper .card-slider__slide {
        margin-bottom: 1.875rem;
    }
}
@media (min-width: 992px) {
    .icon .card-slider-wrapper .card-slider__slide {
        flex: 0 0 50%;
        margin-bottom: 3.125rem;
        max-width: 50%;
    }
}
.icon .card-slider-wrapper .card-slider__slide:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .icon .card-slider-wrapper .card-slider__slide:nth-last-child(-n + 2) {
        margin-top: 0;
    }
}
.icon-card__img {
    margin-bottom: 1.25rem;
    width: auto;
    height: 4.6875rem;
}
@media (min-width: 768px) {
    .icon-card__img {
        margin-bottom: 1.5625rem;
    }
}
.icon-card__title {
    color: #4b277a;
    font-size: 1.925rem;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
    overflow-x: hidden;
    padding-bottom: 1.5625rem;
    position: relative;
}
@media (min-width: 768px) {
    .icon-card__title {
        margin-bottom: 1.25rem;
		font-size: 2.175rem;
    }
}
.icon-card__title::after {
    background: url(../images/icons/underline-teal.svg) no-repeat left bottom;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 0.625rem;
    left: 0;
    min-width: 27.25rem;
    position: absolute;
    width: 100%;
}
@media (min-width: 992px) {
    .icon-card__title::after {
        width: 90%;
    }
}
@media (min-width: 992px) {
    .icon-card .wp-editor-wrapper {
        width: 85%;
    }
}
.form-contact .feature-banner {
    background-color: #1a1136;
    padding-bottom: 11.125rem;
    padding-top: 6.25rem;
}
.form-contact .feature-banner__title {
    font-size: 2rem;
    line-height: 2.3125rem;
}
@media (min-width: 992px) {
    .form-contact .feature-banner__title {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }
}
.form-contact .feature-banner__img {
    opacity: 0.5;
}
@media (min-width: 768px) {
    .form-contact .feature-banner {
        padding-bottom: 15.625rem;
    }
}
.form-contact .feature-banner::before {
    z-index: 1;
}
.form-contact .feature-banner + .bg-icons-cards__content,
.form-contact .feature-banner + .card-slider-wrapper,
.form-contact .feature-banner + .container {
    position: relative;
    z-index: 2;
}
.form-contact .form-card {
    margin-top: -10.5rem;
    position: relative;
}
@media (min-width: 768px) {
    .form-contact .form-card {
        margin-top: -13.5625rem;
    }
}
.search-results .cat-filter {
    margin-bottom: 1.5625rem;
}
.search-results__col {
    margin-top: 3.125rem;
}
@media (min-width: 768px) {
    .search-results__col {
        margin-top: 2.5rem;
    }
}
@media (min-width: 768px) {
    .archive-results .cat-filter {
        margin-bottom: 3.125rem;
    }
}
.archive-results__col:not(:first-child) {
    margin-top: 2.5rem;
}
@media (min-width: 768px) {
    .archive-results__col:not(:first-child):nth-child(2) {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .archive-results__col:not(:first-child) {
        margin-top: 3.125rem;
    }
    .archive-results__col:not(:first-child):nth-child(3) {
        margin-top: 0;
    }
}
.video-block {
    overflow-x: hidden;
}
@media (max-width: 767.98px) {
    .video-block.bg-icons-cards .bg-icons-cards__title:last-child {
        letter-spacing: -0.09375rem;
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 767.98px) {
    .video-block .bg-icons-cards__content {
        overflow-x: unset;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767.98px) {
    .video-block .bg-icons-cards__content::before {
        bottom: auto;
        top: -6.25rem;
    }
}
@media (max-width: 767.98px) {
    .video-block .bg-icons-cards__content::after {
        top: -1.875rem;
    }
}
@media (min-width: 992px) {
    .video-block .bg-icons-cards__content::after {
        right: -12.5rem;
    }
}
@media (min-width: 768px) {
    .video-block .bg-icons-cards__content:last-child {
        padding-bottom: 0.625rem;
    }
}
.video-block .bg-icons-cards__content:last-child::after {
    bottom: -4.0625rem;
}
@media (min-width: 992px) {
    .video-block .bg-icons-cards__content:last-child::after {
        bottom: -5.3125rem;
    }
}
@media (max-width: 767.98px) {
    .video-block .bg-icons-cards__content:last-child .figure-content {
        margin-bottom: 0;
    }
}
.video-block .video-heading {
    z-index: 10;
}
@media (max-width: 767.98px) {
    .video-block .video-wrap {
        margin-bottom: 1.5625rem;
    }
}
.video-block .video-wrap__bg {
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.25);
}
.video-block .video-wrap > iframe {
    display: none;
    z-index: 1;
}
.video-block .video-wrap.interacted > iframe {
    display: block;
}
@media (min-width: 768px) {
    .video-block .video-wrap.interacted + .figure-content {
        opacity: 0;
    }
}
@media (min-width: 768px) {
    .video-block .figure-content {
        margin-top: -6.25rem;
        padding: 0.625rem;
    }
}
@media (max-width: 767.98px) {
    .form-customised .gform_wrapper .gform_footer .video-block .gform_button,
    .single-post .card .gform_wrapper .gform_footer .video-block input[type="submit"],
    .video-block .form-customised .gform_wrapper .gform_footer .gform_button,
    .video-block .link-btn,
    .video-block .single-post .card .gform_wrapper .gform_footer input[type="submit"] {
        padding-left: 2.5rem;
        padding-right: 1.875rem;
    }
}
.video-block .video-heading * {
    margin-bottom: 0.625rem;
}
.video-block .video-heading :last-child {
    margin-bottom: 3.75rem;
}
.bg-icons-cards__title {
    color: #d73b4f;
    font-size: 2.225rem;
    line-height: 2.3125rem;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .bg-icons-cards__title {
        font-size: 2.875rem;
        line-height: 3.125rem;
        margin-bottom: 2.1875rem;
    }
}
.block--orange .bg-icons-cards__title,
.block--red .bg-icons-cards__title {
    color: #fff;
}
.bg-icons-cards__title--upper {
    font-size: 1.425rem;
    letter-spacing: -0.03125rem;
    line-height: 1.5625rem;
    margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
    .bg-icons-cards__title--upper {
        font-size: 1.5625rem;
        line-height: 1.875rem;
        margin-bottom: 0.625rem;
    }
}
.block--orange .bg-icons-cards__title--upper,
.block--red .bg-icons-cards__title--upper {
    color: #1a1136;
}
@media (min-width: 768px) {
    .bg-icons-cards {
        overflow-x: hidden;
    }
}
.bg-icons-cards .bg-icons-cards__content,
.bg-icons-cards .bg-icons-cards__title,
.bg-icons-cards .card-slider,
.bg-icons-cards .card-slider-wrapper,
.bg-icons-cards .figure-content,
.bg-icons-cards .form-customised .gform_wrapper .gform_footer .gform_button,
.bg-icons-cards .link-btn,
.bg-icons-cards .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.form-customised .gform_wrapper .gform_footer .bg-icons-cards .gform_button,
.single-post .card .gform_wrapper .gform_footer .bg-icons-cards input[type="submit"] {
    position: relative;
}
.bg-icons-cards .bg-icons-cards__title,
.bg-icons-cards .figure-content {
    z-index: 10;
}
.bg-icons-cards .bg-icons-cards__title:not(.bg-icons-cards__title--upper):not(.bg-icons-cards__title--video) {
    letter-spacing: -0.125rem;
}
@media (min-width: 768px) {
    .bg-icons-cards .bg-icons-cards__title:not(.bg-icons-cards__title--upper):not(.bg-icons-cards__title--video) {
        margin-bottom: 3.75rem;
    }
}
@media (max-width: 767.98px) {
    .bg-icons-cards__content {
        margin: 0;
        max-width: none;
        overflow-x: hidden;
        padding: 0;
        width: auto;
    }
}
.bg-icons-cards__content::after,
.bg-icons-cards__content::before {
    content: "";
    position: absolute;
}
.bg-icons-cards__content::before {
    background: url(../images/icons/speech-bubble-yellow.svg) no-repeat center;
    background-size: contain;
    bottom: 0;
    height: 6.3125rem;
    left: 0.3125rem;
    width: 6.9375rem;
}
@media (min-width: 768px) {
    .bg-icons-cards__content::before {
        background: url(../images/icons/speech-bubble-yellow-lrg.svg) no-repeat center;
        background-size: contain;
        bottom: auto;
        height: 17.625rem;
        left: -5.3125rem;
        top: -2.3125rem;
        width: 19.25rem;
    }
}
@media (min-width: 992px) {
    .bg-icons-cards__content::before {
        top: -4.8125rem;
    }
}
.bg-icons-cards__content::after {
    background: url(../images/icons/speech-bubble-blue-teal.svg) no-repeat center;
    background-size: contain;
    height: 9.6875rem;
    right: -1.875rem;
    top: 0;
    width: 9.4375rem;
}
@media (min-width: 768px) {
    .bg-icons-cards__content::after {
        background: url(../images/icons/speech-bubble-blue-teal-lrg.svg) no-repeat center;
        background-size: contain;
        bottom: -7.8125rem;
        height: 26.625rem;
        right: -3.625rem;
        top: auto;
        width: 28.75rem;
    }
}
@media (min-width: 992px) {
    .bg-icons-cards__content::after {
        bottom: -11.5625rem;
    }
}
.bg-icons-cards .card-slider {
    z-index: 5;
}
.bg-icons-cards .card-slider .slick-track {
    padding-top: 2.0625rem;
}
@media (min-width: 768px) {
    .bg-icons-cards .card-slider .slick-track {
        padding-top: 0;
    }
}
.bg-icons-cards .form-customised .gform_wrapper .gform_footer .gform_button,
.bg-icons-cards .link-btn,
.bg-icons-cards .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.form-customised .gform_wrapper .gform_footer .bg-icons-cards .gform_button,
.single-post .card .gform_wrapper .gform_footer .bg-icons-cards input[type="submit"] {
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    .bg-icons-cards .form-customised .gform_wrapper .gform_footer .gform_button,
    .bg-icons-cards .link-btn,
    .bg-icons-cards .single-post .card .gform_wrapper .gform_footer input[type="submit"],
    .form-customised .gform_wrapper .gform_footer .bg-icons-cards .gform_button,
    .single-post .card .gform_wrapper .gform_footer .bg-icons-cards input[type="submit"] {
        margin-top: 3.75rem;
    }
}
@media (min-width: 992px) {
    .bg-icons-cards .form-customised .gform_wrapper .gform_footer .gform_button,
    .bg-icons-cards .link-btn,
    .bg-icons-cards .single-post .card .gform_wrapper .gform_footer input[type="submit"],
    .form-customised .gform_wrapper .gform_footer .bg-icons-cards .gform_button,
    .single-post .card .gform_wrapper .gform_footer .bg-icons-cards input[type="submit"] {
        margin-top: 5.375rem;
    }
}
.figure-content {
    margin-bottom: 1.5625rem;
}
.figure-content__quote p {
    color: #fff;
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .figure-content__quote p {
        font-size: 1.5625rem;
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 768px) {
    .figure-content__caption {
        color: #fff;
        font-size: 1.125rem;
    }
}
.common-qs .wp-editor-wrapper h2,
.common-qs .wp-editor-wrapper h3,
.common-qs .wp-editor-wrapper h4,
.common-qs .wp-editor-wrapper h5,
.common-qs .wp-editor-wrapper h6,
.common-qs .wp-editor-wrapper ol:not(:last-child),
.common-qs .wp-editor-wrapper p:not(:last-child),
.common-qs .wp-editor-wrapper ul:not(:last-child) {
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .common-qs .wp-editor-wrapper h2,
    .common-qs .wp-editor-wrapper h3,
    .common-qs .wp-editor-wrapper h4,
    .common-qs .wp-editor-wrapper h5,
    .common-qs .wp-editor-wrapper h6,
    .common-qs .wp-editor-wrapper ol:not(:last-child),
    .common-qs .wp-editor-wrapper p:not(:last-child),
    .common-qs .wp-editor-wrapper ul:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}
.common-qs .wp-editor-wrapper h2,
.common-qs .wp-editor-wrapper h3 {
    color: #d73b4f;
}
.common-qs .wp-editor-wrapper h4,
.common-qs .wp-editor-wrapper h5,
.common-qs .wp-editor-wrapper h6 {
    color: #4b277a;
}
.common-qs .wp-editor-wrapper ol + h2,
.common-qs .wp-editor-wrapper ol + h3,
.common-qs .wp-editor-wrapper ol + h4,
.common-qs .wp-editor-wrapper ol + h5,
.common-qs .wp-editor-wrapper ol + h6,
.common-qs .wp-editor-wrapper p + h2,
.common-qs .wp-editor-wrapper p + h3,
.common-qs .wp-editor-wrapper p + h4,
.common-qs .wp-editor-wrapper p + h5,
.common-qs .wp-editor-wrapper p + h6,
.common-qs .wp-editor-wrapper ul + h2,
.common-qs .wp-editor-wrapper ul + h3,
.common-qs .wp-editor-wrapper ul + h4,
.common-qs .wp-editor-wrapper ul + h5,
.common-qs .wp-editor-wrapper ul + h6 {
    margin-top: 2.5rem;
}
@media (min-width: 768px) {
    .common-qs .wp-editor-wrapper ol + h2,
    .common-qs .wp-editor-wrapper ol + h3,
    .common-qs .wp-editor-wrapper ol + h4,
    .common-qs .wp-editor-wrapper ol + h5,
    .common-qs .wp-editor-wrapper ol + h6,
    .common-qs .wp-editor-wrapper p + h2,
    .common-qs .wp-editor-wrapper p + h3,
    .common-qs .wp-editor-wrapper p + h4,
    .common-qs .wp-editor-wrapper p + h5,
    .common-qs .wp-editor-wrapper p + h6,
    .common-qs .wp-editor-wrapper ul + h2,
    .common-qs .wp-editor-wrapper ul + h3,
    .common-qs .wp-editor-wrapper ul + h4,
    .common-qs .wp-editor-wrapper ul + h5,
    .common-qs .wp-editor-wrapper ul + h6 {
        margin-top: 3.75rem;
    }
}
.common-qs .cta-list-select {
    margin-bottom: 3.5rem;
}
.question-headings h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: -0.03125rem;
}
@media (max-width: 767.98px) {
    .question-headings h2 {
        font-size: 1.875rem;
        line-height: 2.1875rem;
    }
}
.la-archive .wp-editor-wrapper {
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .la-archive .wp-editor-wrapper {
        margin-bottom: 5.625rem;
    }
}
.la-archive .wp-editor-wrapper h2 {
    color: #d73b4f;
    font-size: 1.875rem;
    letter-spacing: -0.03125rem;
    line-height: 2.3125rem;
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .la-archive .wp-editor-wrapper h2 {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }
}
.logos-feed {
    overflow-x: hidden;
}
@media (min-width: 768px) {
    .logos-feed {
        margin-bottom: -3.125rem;
    }
}
.logos-feed__intro {
    margin-bottom: 3.4375rem;
}
@media (min-width: 992px) {
    .logos-feed__intro {
        margin-bottom: 8rem;
    }
}
.logos-feed__title {
    color: #4b277a;
    font-size: 1.875rem;
    letter-spacing: -0.09375rem;
    line-height: 2.3125rem;
    margin-bottom: 1.25rem;
    text-align: center;
}
@media (min-width: 992px) {
    .logos-feed__title {
        font-size: 2.5rem;
        line-height: 3.125rem;
        text-align: start;
    }
}
.logos-feed__text {
    color: #000;
    text-align: center;
}
@media (min-width: 992px) {
    .logos-feed__text {
        text-align: left;
    }
}
.form-customised .gform_wrapper .gform_footer .logos-feed .gform_button,
.logos-feed .form-customised .gform_wrapper .gform_footer .gform_button,
.logos-feed .link-btn,
.logos-feed .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.single-post .card .gform_wrapper .gform_footer .logos-feed input[type="submit"] {
    justify-content: center;
    margin-top: 3.75rem;
    width: 14.25rem;
}
@media (min-width: 992px) {
    .form-customised .gform_wrapper .gform_footer .logos-feed .gform_button,
    .logos-feed .form-customised .gform_wrapper .gform_footer .gform_button,
    .logos-feed .link-btn,
    .logos-feed .single-post .card .gform_wrapper .gform_footer input[type="submit"],
    .single-post .card .gform_wrapper .gform_footer .logos-feed input[type="submit"] {
        margin-top: 1.875rem;
    }
}
@media (min-width: 992px) {
    .logos-feed .link-btn--mobile {
        display: none;
    }
}
.logos-feed .link-btn--desktop {
    display: none;
}
@media (min-width: 992px) {
    .logos-feed .link-btn--desktop {
        display: inline-flex;
    }
}
.logos-feed .card-logo__frame {
    height: 6.25rem;
}
.logos-feed .card-logo__title {
    font-size: 1.125rem;
    margin-top: 1rem;
}
.map-block {
    overflow-x: hidden;
}
@media (min-width: 992px) {
    .map-block {
        padding-bottom: 10rem;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .map-block {
        overflow-x: auto;
        overflow-y: auto;
    }
}
.map-block__name {
    color: #d73b4f;
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 992px) {
    .map-block__name {
        font-size: 1.5625rem;
        letter-spacing: -0.03125rem;
        line-height: 2.1875rem;
        margin-bottom: 0.1875rem;
    }
}
.map-block__title {
    color: #4b277a;
    letter-spacing: -0.02063rem;
    line-height: 2rem;
    text-align: center;
}
@media (min-width: 992px) {
    .map-block__title {
        font-size: 2.5rem;
        letter-spacing: -0.125rem;
        line-height: 3.125rem;
    }
}
.map-block__content {
    background-color: #4b277a;
    margin-top: 6rem;
    padding: 0;
}
@media (min-width: 992px) {
    .map-block__content {
        margin-top: 6.25rem;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .map-block__content {
        margin-top: 3.125rem;
        padding: 3.125rem 0;
    }
}
.map-block__map {
    border-radius: 1.4375rem;
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.5);
    height: 26.375rem;
    margin-bottom: -0.75rem;
    padding: 0.125rem;
    transform: translateY(-52px);
}
@media (min-width: 992px) {
    .map-block__map {
        height: calc(100% + 120px);
        transform: translateY(-60px);
    }
}
.map-block__map iframe {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .map-block__map {
        height: 100%;
        transform: none;
    }
}
.map-block .map-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 3.125rem 0;
    position: relative;
}
@media (min-width: 768px) {
    .map-block .map-info {
        padding: 0 0 5rem 0;
    }
}
@media (min-width: 992px) {
    .map-block .map-info {
        align-items: flex-start;
        min-height: 36.4375rem;
        padding: 0 3.125rem;
    }
}
.map-block .map-info__text {
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
    word-break: break-word;
}
@media (min-width: 992px) {
    .map-block .map-info__text {
        margin-bottom: 0.9375rem;
        text-align: left;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .map-block .map-info__text {
        width: 100%;
    }
}
.map-block .map-info__text a {
    color: #fff;
}
.map-block .map-info .form-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
@media (max-width: 991.98px) {
    .map-block .map-info .form-container {
        margin-bottom: 1.875rem;
    }
}
.map-block .map-info .pin-decoration {
    background-size: contain;
    background: no-repeat center;
    display: none;
    height: 3.125rem;
    position: absolute;
    width: 3.125rem;
    width: 5.125rem;
}
@media (min-width: 992px) {
    .map-block .map-info .pin-decoration {
        display: block;
    }
}
.map-block .map-info .pin-decoration--blue {
    background-image: url(../images/icons/location-pin-blue.svg);
    height: 6.75rem;
    left: 6.25rem;
    top: -3.1875rem;
}
.map-block .map-info .pin-decoration--teal {
    background-image: url(../images/icons/location-pin-teal.svg);
    bottom: 9.6875rem;
    height: 7.3125rem;
    right: -5.125rem;
}
.map-block .map-info .pin-decoration--orange {
    background-image: url(../images/icons/location-pin-orange2.svg);
    bottom: -1.6875rem;
    height: 7.3125rem;
    right: -1.125rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .map-block .map-info .pin-decoration {
        display: none;
    }
}
.map-block .search-form {
    max-width: 19.5625rem;
}
@media (min-width: 992px) {
    .map-block .search-form {
        max-width: none;
    }
}
.map-block .search-form__input::-moz-placeholder {
    color: ;
    font-size: 1.125rem;
    letter-spacing: -0.00937rem;
}
.map-block .search-form__input:-ms-input-placeholder {
    color: ;
    font-size: 1.125rem;
    letter-spacing: -0.00937rem;
}
.map-block .search-form__input::placeholder {
    color: ;
    font-size: 1.125rem;
    letter-spacing: -0.00937rem;
}
@media (min-width: 992px) {
    .map-block .search-form__input {
        padding-right: 11.875rem;
    }
}
@media (min-width: 992px) {
    .map-block .search-form__submit {
        padding-bottom: 1.3125rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 183px;
    }
}
.map-block .office-info {
    margin-top: 2.1875rem;
    text-align: center;
}
@media (min-width: 992px) {
    .map-block .office-info {
        margin-top: 0.625rem;
        text-align: left;
    }
}
.map-block .office-info__address,
.map-block .office-info__email,
.map-block .office-info__phone {
    color: #fff;
    text-decoration: none;
}
.map-block .office-info__address,
.map-block .office-info__email,
.map-block .office-info__phone,
.map-block .office-info__web {
    font-size: 1.125rem;
    transition: color 0.2s ease-in-out;
}
.map-block .office-info__address {
    margin-bottom: 1.875rem;
}
.map-block .office-info__email:hover,
.map-block .office-info__phone:hover {
    color: #f3693f;
}
.map-block .office-info__web {
    color: #f3693f;
}
.map-block .office-info__web:hover {
    -webkit-text-decoration-color: #f3693f;
    text-decoration-color: #f3693f;
}
@media (max-width: 991.98px) {
    .map-block:last-child {
        padding-bottom: 0;
    }
}
@media (max-width: 991.98px) {
    .map-block .map-pin-info a,
    .map-block .map-pin-info p {
        line-height: 1.375rem;
    }
    .map-block .map-pin-info a {
        display: block;
    }
}
@media (min-width: 992px) {
    .members-login .form-customised .static-form {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
    }
}
@media (min-width: 992px) {
    .members-login .form-customised .static-form > :last-child {
        margin-top: 0.25rem;
    }
}
.members-login .form-customised .gform_wrapper .gform_footer .static-form .gform_button[type="submit"],
.members-login .form-customised .static-form .gform_wrapper .gform_footer .gform_button[type="submit"],
.members-login .form-customised .static-form .link-btn[type="submit"],
.members-login .form-customised .static-form .single-post .card .gform_wrapper .gform_footer input[type="submit"][type="submit"],
.single-post .card .gform_wrapper .gform_footer .members-login .form-customised .static-form input[type="submit"][type="submit"] {
    margin-top: 1.8125rem;
}
.members-login-info {
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .members-login-info {
        margin-bottom: 3.125rem;
    }
}
.members-login-info__title {
    letter-spacing: -0.03125rem;
    margin-bottom: 1.25rem;
}
.members-login-action__link {
    margin-top: 1.5rem;
}
@media (min-width: 992px) {
    .members-login-action__link {
        margin-top: 0.375rem;
    }
}
.page-loading .slick-dots,
.page-loading .slider-button,
.page-loading .slider-page-info,
.slider-items {
    opacity: 0;
    visibility: hidden;
}
.slick-dots,
.slider-button,
.slider-items.slick-initialized,
.slider-page-info {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    visibility: visible;
}
.slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
.slick-dots button {
    background-color: #fff0;
    border: none;
    height: 2.75rem;
    padding: 0.625rem;
    position: relative;
    text-indent: 9999px;
    width: 2.75rem;
}
.slick-dots button::after,
.slick-dots button::before {
    border-radius: 50%;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease-in-out;
}
.slick-dots button::before {
    background-color: #fff;
    border: 2px solid #d73b4f;
    height: 1.75rem;
    width: 1.75rem;
}
.block--orange .slick-dots button::before,
.block--red .slick-dots button::before {
    background-color: #fff0;
    border-color: #fff;
}
.slick-dots button::after {
    background-color: #d73b4f;
    height: 1.25rem;
    opacity: 0.5;
    width: 1.25rem;
}
.block--orange .slick-dots button::after,
.block--red .slick-dots button::after {
    background-color: #fff;
    opacity: 0.75;
}
.slick-dots .slick-active button::after,
.slick-dots .slick-active button::before {
    opacity: 1;
}
.skip-link-wrapper {
    display: block;
    left: 20%;
    position: absolute;
    top: 30px;
    width: 130px;
}
.skip-link {
    padding: 5px 10px;
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    left: -76px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 2em;
    z-index: 1;
    display: block;
    color: #333;
    transition: none;
}
.skip-link:focus {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    clip: auto;
    left: 0;
    top: 1.692em;
    text-align: center;
}
.social-list,
.social-list__icon,
.social-list__link {
    display: flex;
}
.social-list__icon,
.social-list__link {
    border-radius: 50%;
}
.social-list {
    padding-left: 0;
}
.social-list__item {
    display: inline-flex;
}
.social-list__link,
.social-list__link:hover {
    text-decoration: none;
}
.social-list__link {
    border: 2px solid #fff0;
    padding: 0.25rem;
    transition: border-color 0.2s ease-in-out;
}
.social-list__link:hover {
    border-color: #4b277a;
}
.social-list__icon {
    align-items: center;
    background-color: #4b277a;
    color: #fff;
    font-size: 1.1875rem;
    height: 2.125rem;
    justify-content: center;
    line-height: 1;
    transition: opacity 0.2s ease-in-out;
    width: 2.125rem;
}
.social-list--orange .social-list__link:hover {
    border-color: #f3693f;
}
.social-list--orange .social-list__icon {
    background-color: #f3693f;
}
.card a,
.card-location a,
.card:hover:not(.card--location) a {
    text-decoration: none;
}
.card {
    box-shadow: 0 13px 22px 0 rgb(0 0 0 / 0.25);
    height: 100%;
    overflow: hidden;
    text-align: center;
    transition: box-shadow 0.2s ease-in-out;
}
@media (min-width: 992px) {
    .card:hover:not(.card--static) {
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.25);
    }
    .card:hover:not(.card--static) .form-customised .gform_wrapper .gform_footer .gform_button,
    .card:hover:not(.card--static) .link-btn,
    .form-customised .gform_wrapper .gform_footer .card:hover:not(.card--static) .gform_button,
    .single-post .card:hover:not(.card--static) .gform_wrapper .gform_footer input[type="submit"] {
        box-shadow: none;
    }
    .card:hover:not(.card--static) .link-btn__text {
        transform: translateX(-5px);
    }
    .card:hover:not(.card--static) .link-btn__icon {
        opacity: 1;
        transform: translateX(15px);
    }
    .card:hover:not(.card--static) .card-body__cta-simple {
        color: #d73b4f;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        text-decoration-thickness: 2px;
        -webkit-text-decoration-color: #d73b4f;
        text-decoration-color: #d73b4f;
    }
}
.card__bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .card--static:hover .form-customised .gform_wrapper .gform_footer .gform_button,
    .card--static:hover .link-btn,
    .card--static:hover .single-post .card .gform_wrapper .gform_footer input[type="submit"],
    .form-customised .gform_wrapper .gform_footer .card--static:hover .gform_button,
    .single-post .card .gform_wrapper .gform_footer .card--static:hover input[type="submit"] {
        box-shadow: none;
    }
}
.card-header {
    align-items: center;
    background-color: #1a1136;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    min-height: 11.9375rem;
    padding: 1.25rem 0;
    position: relative;
}
@media (min-width: 768px) {
    .card-header {
        min-height: 17.75rem;
    }
}
.card-header::after {
    background-image: url(../images/rings.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    width: 95%;
}
.card-header__title {
    color: #fff;
    font-size: 1.5625rem;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    width: 65%;
}
@media (min-width: 768px) {
    .card-header__title {
        font-size: 1.875rem;
    }
}
.card-header__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .card-header__img {
        height: auto;
    }
}
.card-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 3.4375rem;
    padding-top: 0;
}
@media (min-width: 768px) {
    .card-body {
        padding-bottom: 3.3125rem;
    }
}
.card-body__cat {
    color: #3c3c3b;
    font-size: 1rem;
    margin-bottom: 0.3125rem;
}
.card-body__title {
    font-size: 1.925rem;
    line-height: 2.8125rem;
    letter-spacing: -0.03125rem;
    margin: 2.3125rem 0 1.4375rem;
}
@media (min-width: 768px) {
    .card-body__title {
        font-size: 2.175rem;
        margin: 3.125rem 0 1.5rem;
    }
}
.card-body__title a {
    color: #4b277a;
}
.card-body__text {
    margin-bottom: 2.8125rem;
    width: 90%;
}
@media (min-width: 768px) {
    .card-body__text {
        margin-bottom: 3.3125rem;
    }
}
@media (min-width: 1200px) {
    .card-body__text {
        width: 75%;
    }
}
.card-body .form-customised .gform_wrapper .gform_footer .gform_button,
.card-body .link-btn,
.card-body .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.card-body__cta-simple,
.form-customised .gform_wrapper .gform_footer .card-body .gform_button,
.single-post .card .gform_wrapper .gform_footer .card-body input[type="submit"] {
    margin-top: auto;
}
.card-body__icon {
    display: block;
    height: 4.1875rem;
}
.card-body__cta-simple {
    color: #d73b4f;
    text-decoration: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.card-body .form-customised .gform_wrapper .gform_footer .gform_button,
.card-body .link-btn,
.card-body .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.form-customised .gform_wrapper .gform_footer .card-body .gform_button,
.single-post .card .gform_wrapper .gform_footer .card-body input[type="submit"] {
    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 0.25);
}
.card--simple .card-header {
    min-height: 9.3125rem;
}
@media (min-width: 768px) {
    .card--simple .card-header {
        min-height: 10.25rem;
    }
}
.card--simple .card-header__img {
    opacity: 1;
}
.card--simple .card-header::after {
    content: none;
}
.card--simple .card-body {
    padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
    .card--simple .card-body {
        padding-bottom: 2.6875rem;
    }
}
.card--simple .card-body__title {
    font-size: 1.925rem;
    line-height: 1.875rem;
    margin: 2.1875rem 0 0.875rem;
}
@media (min-width: 768px) {
    .card--simple .card-body__title {
        margin-bottom: 0.75rem;
		font-size: 2.175rem;
    }
}
.card--simple .card-body__text {
    margin-bottom: 2.1875rem;
    width: 100%;
}
@media (min-width: 768px) {
    .card--simple .card-body__text {
        margin-bottom: 1.25rem;
    }
}
.card--img-full {
    background-color: #1a1136;
    min-height: 25.4375rem;
}
@media (min-width: 992px) {
    .card--img-full {
        min-height: 28.125rem;
    }
}
.card--img-full .card-body {
    padding-bottom: 2.5rem;
    z-index: 5;
}
@media (min-width: 768px) {
    .card--img-full .card-body {
        padding-bottom: 2.8125rem;
    }
}
.card--img-full .card-body__title {
    margin-top: 1.875rem;
}
.card--img-full .card-body__title a {
    color: #fff;
}
.card--img-full .card-body__title a span {
    display: block;
}
.card--img-full .card-body__title a span:first-child {
    font-size: 1.425rem;
    margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
    .card--img-full .card-body__title a span:first-child {
        font-size: 1.5625rem;
        margin-bottom: 0;
    }
}
.card--img-full .card-body__title a span:last-child {
    font-size: 2.225rem;
    line-height: 2.1875rem;
}
@media (min-width: 768px) {
    .card--img-full .card-body__title a span:last-child {
        font-size: 1.875rem;
        line-height: 2.8125rem;
    }
}
.card--single {
    background-color: #1a1136;
    height: auto;
    margin-bottom: 2.0625rem;
    padding: 7.0625rem 1.5rem 2.5rem;
    position: relative;
}
.card--single:last-child {
    margin-bottom: 0;
}
.card--single .card__bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}
.card--single .card-body {
    padding-bottom: 0;
    z-index: 5;
}
.card--single .card-body__title {
    line-height: 2.1875rem;
    margin-bottom: 5.8125rem;
    margin-top: 0;
}
.card--single .card-body__title a {
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: -0.5px;
    line-height: 2.1875rem;
}
.card--location {
    padding-bottom: 1.875rem;
    padding-top: 1.6875rem;
}
@media (min-width: 992px) {
    .card--location {
        padding-bottom: 2.5rem;
    }
}
.card--location .card__bgimg {
    opacity: 0.5;
    min-height: 560px;
}
.card--location p {
    color: #fff;
    width: 100%;
}
.card--location a {
    color: #fff;
    text-decoration: underline;
}
.card--location a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.card--location .card-body {
    padding: 0;
}
.card--location .card-body__title {
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: -0.5px;
    line-height: 2.1875rem;
    margin-bottom: 1.9375rem;
}
@media (min-width: 992px) {
    .card--location .card-body__title {
        font-size: 2rem;
    }
}
.card--cta .card__bgimg {
    opacity: 0.5;
}
.card--cta .card-body {
    padding: 0;
}
.card--cta .card-body__title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
}
@media (min-width: 768px) {
    .card--cta .card-body__title {
        font-size: 2rem;
    }
}
.card--align-left .card-body {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    text-align: left;
}
@media (min-width: 768px) {
    .card--align-left .card-body {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}
.card--align-left .card-body > * {
    width: 100%;
}
.card--align-left .card-body__cta-simple {
    margin-right: auto;
}
.card--text,
.card--text:hover,
.card--text:not(.card--static):hover {
    box-shadow: none;
}
.card--text {
    border-radius: 0;
}
.card--text .card-body {
    padding: 0;
}
.card--text .card-body__title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 1.5625rem;
    margin-top: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .card--text .card-body__title {
        font-size: 1.875rem;
        line-height: 2rem;
    }
}
.card--text .card-body__text {
    margin-bottom: 1.5625rem;
}
.card--text .card-body__cta-simple {
    margin-top: 0;
    margin-right: auto;
}
.breadcrumbs {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    z-index: 5;
}
.breadcrumbs__item {
    display: inline-block;
    font-size: 1.0625rem;
    position: relative;
}
.breadcrumbs__item:not(:last-child) {
    margin-right: 1.5rem;
}
.breadcrumbs__item:not(:last-child)::after {
    border-right: 2px solid #f3693f;
    border-top: 2px solid #f3693f;
    bottom: 0.625rem;
    content: "";
    height: 0.5rem;
    margin-left: 0.1875rem;
    position: absolute;
    right: -1.0625rem;
    transform: rotate(45deg);
    width: 0.5rem;
}
.breadcrumbs__link {
    border-bottom: 2px solid #fff0;
    text-decoration: none;
    transition: border-bottom-color 0.2s ease-in-out;
}
.breadcrumbs__link:hover {
    border-bottom-color: #1a1136;
    text-decoration: none;
}
.img-bg-icon {
    position: relative;
}
.img-bg-icon__img {
    border-radius: 20px;
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.5);
    height: auto;
    width: 100%;
}
.img-bg-icon::after,
.img-bg-icon::before {
    content: "";
    position: absolute;
    z-index: -1;
}
.img-bg-icon::before {
    background: url(../images/icons/speech-bubble-top.svg) no-repeat center;
    background-size: contain;
    height: 4.6875rem;
    left: -1.25rem;
    top: -1.5625rem;
    width: 7.8125rem;
}
@media (min-width: 768px) {
    .img-bg-icon::before {
        height: 7.25rem;
        left: -2.5rem;
        top: -2.625rem;
        width: 13.1875rem;
    }
}
.img-bg-icon::after {
    background: url(../images/icons/speech-bubble-bottom.svg) no-repeat center;
    background-size: contain;
    bottom: -1.9375rem;
    height: 4.1875rem;
    right: 2.1875rem;
    width: 3.6875rem;
}
@media (min-width: 768px) {
    .img-bg-icon::after {
        bottom: -3.25rem;
        height: 7rem;
        right: 1.9375rem;
        width: 6.125rem;
    }
}
.card-slider .slick-track {
    padding: 1.5625rem 0 3.75rem;
}
@media (max-width: 767.98px) {
    .card-slider .slick-slide > div {
        display: flex;
        height: 100%;
    }
}
.card-slider .slick-dots {
    margin-top: -1.875rem;
}
.card-slider__slide {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
}
@media (max-width: 767.98px) {
    .card-slider__slide:not(:first-child) {
        display: none;
    }
}
.card-slider-wrapper {
        overflow-x: hidden;
}
@media (max-width: 767.98px) {
    .card-slider-wrapper {
        margin: 0;
        max-width: none;
        overflow-x: hidden;
        padding: 0;
        width: auto;
    }
}
@media (min-width: 768px) {
    .card-slider-wrapper .card-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 768px) {
    .card-slider-wrapper .card-slider__slide {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .card-slider-wrapper .card-slider__slide {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
		margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .card-slider-wrapper .card-slider__slide:last-child {
        margin-top: 1.875rem;
    }
}
.feature-banner {
    padding: 8.0625rem 0 6.5625rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #4b277a;
    overflow: hidden;
}
@media (min-width: 768px) {
    .feature-banner {
        padding: 6.4375rem 0 5.9375rem;
    }
}
.feature-banner__title {
    color: #fff;
    font-size: 2.225rem;
    margin-bottom: 2.8125rem;
}
@media (min-width: 768px) {
    .feature-banner__title {
        font-size: 2.875rem;
        margin-bottom: 3.125rem;
    }
}
.feature-banner::before {
    background: url(../images/rings.svg) center no-repeat;
    background-size: cover;
    content: "";
    height: calc(100% + 60px);
    position: absolute;
    top: -1.875rem;
    transform: translateX(-50%);
    width: 125%;
}
@media (min-width: 768px) {
    .feature-banner::before {
        height: 100%;
        top: 0;
        width: 90%;
    }
}
@media (min-width: 992px) {
    .feature-banner::before {
        height: 100%;
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .feature-banner::before {
        height: 100%;
        width: 70%;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .feature-banner:before {
        left: 50%;
        background-size: 200%;
    }
}
.feature-banner__img {
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .feature-banner__img {
        max-height: none;
        height: auto;
    }
}
.logo-with-rings {
    display: flex;
    justify-content: center;
    margin: -1.25rem auto 0;
    position: relative;
    width: 9.6875rem;
}
@media (min-width: 768px) {
    .logo-with-rings {
        margin: -5rem auto 0;
    }
}
@media (min-width: 992px) {
    .logo-with-rings {
        width: 13.4375rem;
    }
}
.logo-with-rings::after,
.logo-with-rings::before {
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
}
@media (max-width: 767.98px) {
    .logo-with-rings::after,
    .logo-with-rings::before {
        transform: translateX(-50%);
    }
}
.logo-with-rings::before {
    background-image: url(../images/ring-orange.svg);
    background-size: 9.1875rem 7.625rem;
    height: 7.625rem;
    width: 9.1875rem;
}
@media (max-width: 767.98px) {
    .logo-with-rings::before {
        left: 49%;
        top: 0;
    }
}
@media (min-width: 768px) {
    .logo-with-rings::before {
        left: 3%;
        top: -2%;
    }
}
@media (min-width: 992px) {
    .logo-with-rings::before {
        background-size: 12.5rem 10.625rem;
        height: 10.625rem;
        left: 49%;
        top: -2%;
        transform: translateX(-50%);
        width: 12.5rem;
    }
}
.logo-with-rings::after {
    background-image: url(../images/ring-blue.svg);
    background-size: 8.625rem 8.375rem;
    height: 8.375rem;
    width: 8.625rem;
}
@media (max-width: 767.98px) {
    .logo-with-rings::after {
        left: 50%;
        top: -0.5625rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .logo-with-rings::after {
        top: -9%;
    }
}
@media (min-width: 992px) {
    .logo-with-rings::after {
        background-size: 11.875rem 13.125rem;
        height: 13.125rem;
        left: 49%;
        top: -16%;
        transform: translateX(-50%);
        width: 11.875rem;
    }
}
.logo-with-rings__img {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 5px solid #02a896;
    border-radius: 50%;
    box-shadow: 0 0 15px 8px rgb(0 0 0 / 0.25);
    height: 7.1875rem;
    position: relative;
    width: 7.1875rem;
}
@media (min-width: 992px) {
    .logo-with-rings__img {
        height: 10rem;
        width: 10rem;
    }
}
.navbar-toggler {
    background-color: #fff0;
    padding: 0;
    position: relative;
}
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler__bg path {
    fill: #f3693f;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler__icon svg:nth-child(1),
.navbar-toggler[aria-expanded="true"] .navbar-toggler__icon svg:nth-child(3) {
    left: -0.125rem;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler__icon svg:nth-child(1) {
    transform: rotate(-45deg) translateX(-50%);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler__icon svg:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler__icon svg:nth-child(3) {
    transform: rotate(45deg) translateX(-50%);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler__icon path {
    stroke: #fff;
}
.navbar-toggler .navbar-toggler__bg path {
    fill: #fff;
    transition: fill 0.2s ease-in-out;
}
.navbar-toggler__icon {
    position: absolute;
    left: 50%;
    top: 0.75rem;
    transform: translateX(-50%) scale(1.2);
    transition: transform 0.2s ease-in-out;
}
.navbar-toggler__icon svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.navbar-toggler__icon svg:nth-child(1),
.navbar-toggler__icon svg:nth-child(3) {
    transition: transform 0.2s ease-in-out, left 0.2s ease-in-out;
}
.navbar-toggler__icon svg:nth-child(1) {
    top: 0.3125rem;
}
.navbar-toggler__icon svg:nth-child(2) {
    left: -0.0625rem;
    top: 0.6875rem;
    transition: opacity 0.2s ease-in-out;
}
.navbar-toggler__icon svg:nth-child(3) {
    top: 1.0625rem;
}
.navbar-toggler__icon path {
    stroke: #f3693f;
    transition: stroke 0.2s ease-in-out;
}
.header-search {
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
}
@media (min-width: 992px) {
    .header-search {
        margin-bottom: 0;
        margin-top: 0;
    }
}
.header-search__btn svg,
.header-search__form {
    position: relative;
}
.header-search__btn,
.header-search__input {
    border: none;
}
.header-search__input {
    border: 3px solid #fff0;
    border-radius: 3.125rem;
    padding: 0.75rem 3.125rem 0.75rem 2.0625rem;
    transition: border-color 0.2s ease-in-out;
    width: 100%;
}
@media (min-width: 992px) {
    .header-search__input {
        padding: 0.4375rem 2.8125rem 0.4375rem 1.625rem;
    }
}
.header-search__input::-moz-placeholder {
    color: #3c3c3b;
    opacity: 1;
}
.header-search__input:-ms-input-placeholder {
    color: #3c3c3b;
    opacity: 1;
}
.header-search__input::placeholder {
    color: #3c3c3b;
    opacity: 1;
}
.header-search__input:focus,
.header-search__input:hover {
    border-color: #d73b4f;
}
.header-search__btn {
    background-color: #fff0;
    position: absolute;
    right: 1.375rem;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 992px) {
    .header-search__btn {
        right: 0.625rem;
    }
}
.header-search__btn svg {
    right: -0.3125rem;
    top: -0.125rem;
}
@media (min-width: 992px) {
    .header-search__btn svg {
        right: 0.3125rem;
    }
}
.navbar-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 991.98px) {
    .navbar-list {
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .navbar-list {
        justify-content: center;
        margin-bottom: 0;
    }
}
.navbar-list__item {
    position: relative;
}
@media (min-width: 992px) {
    .navbar-list__item {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
@media (min-width: 1200px) {
    .navbar-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
.navbar-list__item:last-child::after {
    content: none;
}
.navbar-list__item::after,
.navbar-list__item::before {
    content: "";
    position: absolute;
}
@media (min-width: 992px) {
    .navbar-list__item::before {
        background: url(../images/icons/nav-underline-orange.svg) no-repeat bottom center;
        bottom: 0.4375rem;
        height: 0.625rem;
        left: 50%;
        max-width: 90%;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
        transform: translateX(-50%);
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar-list__item::after {
        background-color: #1a1136;
        bottom: 0;
        height: 0.0625rem;
        left: 0;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .navbar-list__item.active::before,
    .navbar-list__item:hover::before {
        opacity: 1;
    }
}
.navbar-list .dropdown-item,
.navbar-list .dropdown-toggle,
.navbar-list__link,
.navbar-list__link:hover {
    color: #fff;
    text-decoration: none;
}
.navbar-list .dropdown-item,
.navbar-list .dropdown-toggle span,
.navbar-list__link {
    display: block;
    font-size: 1.5625rem;
    padding-bottom: 1.375rem;
    padding-top: 1.25rem;
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    [lang="cy"] .navbar-list .dropdown-item,
    [lang="cy"] .navbar-list .dropdown-toggle span,
    [lang="cy"] .navbar-list__link {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .navbar-list .dropdown-item,
    .navbar-list .dropdown-toggle span,
    .navbar-list__link {
        font-size: 1.0625rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        line-height: 1.25;
    }
}
.navbar-list .dropdown-toggle,
.navbar-list .dropdown-toggle:active,
.navbar-list .show .dropdown-toggle {
    background-color: #fff0;
    border: none;
    box-shadow: none;
    text-align: left;
}
@media (max-width: 991.98px) {
    .navbar-list .dropdown.show .dropdown-toggle {
        font-weight: 700;
    }
}
.navbar-list .dropdown-toggle {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .navbar-list .dropdown-toggle {
        padding: 0;
    }
}
.navbar-list .dropdown-toggle::after {
    content: none;
}
.navbar-list .dropdown-toggle__icon {
    position: relative;
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
    .navbar-list .dropdown-toggle__icon path {
        stroke: #f3693f;
    }
}
@media (min-width: 992px) {
    .navbar-list .dropdown-toggle__icon {
        margin-left: 0.625rem;
        top: 0.125rem;
        transform: rotate(90deg) scale(0.85);
    }
}
.navbar-list .dropdown-toggle[aria-expanded="true"] .dropdown-toggle__icon {
    transform: rotate(270deg);
}
@media (min-width: 992px) {
    .navbar-list .dropdown-toggle[aria-expanded="true"] .dropdown-toggle__icon {
        transform: rotate(270deg) scale(0.85);
    }
}
@media (max-width: 991.98px) {
    .navbar-list .dropdown-toggle[aria-expanded="true"] span {
        color: #f3693f;
        display: inline-block;
        position: relative;
        width: auto;
    }
    .navbar-list .dropdown-toggle[aria-expanded="true"] span::before {
        background-color: #f3693f;
        bottom: 0.625rem;
        content: "";
        height: 0.125rem;
        left: 0;
        position: absolute;
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar-list .dropdown-menu {
        background-color: #4b277a;
        border: none;
        margin-bottom: 0.0625rem;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .navbar-list .dropdown-menu {
        border-radius: 13px;
        left: auto;
        margin: 0;
        padding-bottom: 0.9375rem;
        padding-top: 0.9375rem;
        right: -6.5rem;
        top: 85%;
        width: 13.4375rem;
    }
    .navbar-list .dropdown-menu::before {
        background-color: #fff;
        border-radius: 2px;
        content: "";
        height: 1.25rem;
        left: 6rem;
        position: absolute;
        top: -0.5625rem;
        transform: rotate(45deg);
        width: 1.25rem;
    }
}
@media (max-width: 991.98px) {
    .navbar-list .dropdown-item {
        padding-bottom: 0;
        padding-top: 1.5625rem;
    }
    .navbar-list .dropdown-item:first-child {
        padding-top: 0;
    }
    .navbar-list .dropdown-item:last-child {
        padding-bottom: 1.5625rem;
    }
}
@media (min-width: 992px) {
    .navbar-list .dropdown-item {
        color: #1a1136;
        padding: 0.3125rem 1.5625rem;
        transition: border-bottom-color 0.2s ease-in-out;
        white-space: normal;
    }
}
.navbar-list .dropdown-item:hover {
    background-color: #fff0;
}
@media (min-width: 992px) {
    .navbar-list .dropdown-item:hover .dropdown-item__text {
        border-bottom-color: #1a1136;
    }
}
.navbar-list .dropdown-item__text {
    font-size: 1.5625rem;
}
@media (min-width: 992px) {
    .navbar-list .dropdown-item__text {
        border-bottom: 1px solid #fff0;
        border-top: 1px solid #fff0;
        font-size: 1.0625rem;
        transition: border-bottom-color 0.2s ease-in-out;
    }
}
.header-acc span {
    letter-spacing: -0.3125rem;
}
.header-acc span:first-child {
    font-size: 1.25rem;
    font-weight: 700;
}
.header-acc span:nth-child(2) {
    font-size: 1rem;
}
.header-acc span:last-child {
    font-size: 0.9375rem;
}
.header-acc a,
.header-acc a:hover {
    color: #fff;
    text-decoration: none;
}
.header-acc a {
    border-bottom: 1px solid #fff0;
    border-top: 1px solid #fff0;
    display: block;
    padding-right: 0.25rem;
    transition: border-bottom-color 0.2s ease-in-out;
}
@media (min-width: 992px) {
    .header-acc a:hover {
        border-bottom-color: #fff;
    }
}
@media (min-width: 992px) {
    .header-lang:hover .lang-text {
        border-bottom-color: #fff;
    }
}
.header-lang label {
    margin-bottom: 0;
    padding: 0;
}
.header-lang label:hover {
    cursor: pointer;
}
.header-lang label * {
    vertical-align: middle;
}
.header-lang label .togle-button {
    display: none;
}
@media (min-width: 992px) {
    .header-lang label .togle-button {
        display: inline-flex;
    }
}
.header-lang label input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
}
.header-lang label input + span,
.header-lang label input + span small {
    transition: all 0.3s ease-in-out;
}
.header-lang label input + span {
    background-color: #d73b4f;
    border: 1px solid #d73b4f;
    border-radius: 3.125rem;
    display: inline-block;
    height: 0.875rem;
    position: relative;
    width: 2.125rem;
}
.header-lang label input + span small {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: -0.25rem;
    transform: translateX(-0.3125rem);
    width: 1.25rem;
}
.header-lang label input:checked + span small {
    transform: translateX(1.125rem);
}
.header-lang label .lang-text {
    border-bottom: 1px solid #fff0;
    border-top: 1px solid #fff0;
    color: #fff;
    display: inline-flex;
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 0.3125rem;
	margin-right: 0.3125rem;
    transition: border-bottom-color 0.2s ease-in-out;
}
@media (min-width: 992px) {
    .header-lang label .lang-text {
        font-weight: 400;
    }
}
.header-lang label .lang-text--desktop {
    display: none;
}
@media (min-width: 992px) {
    .header-lang label .lang-text--desktop {
        display: inline-flex;
    }
}
@media (min-width: 992px) {
    .header-lang label .lang-text--mobile {
        display: none;
    }
}
.contact-card {
    border-radius: 1.25rem;
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.25);
    padding: 1.9375rem 0 2.125rem;
}
@media (min-width: 992px) {
    .contact-card {
        padding: 5.0625rem 0 5rem;
    }
}
.contact-card__title {
    color: #4b277a;
    font-size: 2.8125rem;
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .contact-card__title {
        font-size: 3.75rem;
        margin-bottom: 1.25rem;
    }
}
.contact-card__address {
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .contact-card__address {
        font-size: 1.5625rem;
        margin-bottom: 1.5625rem;
    }
}
.contact-card .social-list {
    margin-bottom: 0;
    margin-top: 1.875rem;
}
@media (max-width: 767.98px) {
    .contact-card .social-list {
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .contact-card .social-list {
        margin-top: 3.75rem;
        transform: translateX(-0.375rem);
    }
}
.contact-card .social-list__link:hover {
    border-color: #f3693f;
}
.contact-card .social-list__icon {
    background-color: #f3693f;
}
@media only screen and (min-width: 360px) {
    .contact-card .social-list__icon {
        font-size: 2rem;
        height: 3.4375rem;
        width: 3.4375rem;
    }
}
.contact-link,
.contact-link:hover {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) {
    .contact-link,
    .contact-link:hover {
        color: #1a1136;
    }
}
@media (max-width: 767.98px) {
    .contact-link {
        align-items: center;
        background-color: #f3693f;
        border: none;
        border-radius: 35px;
        display: flex;
        font-weight: 700;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 20.25rem;
        padding: 1.0625rem 3.25rem 1.125rem;
        transition: box-shadow 0.2s ease-in-out;
    }
    .contact-link__icon {
        font-size: 1.5625rem;
        margin-right: 0.9375rem;
    }
    .contact-link__text {
        font-size: 1.25rem;
        letter-spacing: -0.03125rem;
        line-height: 1.875rem;
    }
    .contact-link--purple {
        background-color: #4b277a;
    }
    .contact-link--purple .contact-link__text--desk::before,
    .contact-link--purple .contact-link__text::before {
        content: "\f0e0";
    }
}
@media (min-width: 992px) {
    .contact-link:hover .contact-link__text {
        border-bottom-color: #f3693f;
    }
}
.contact-link--tel .contact-link__text--desk::before {
    position: relative;
    transform: translateX(3px);
}
@media (min-width: 768px) {
    .contact-link__text {
        font-family: fox_grotesque_pro_bld, sans-serif;
    }
}
@media (min-width: 992px) {
    .contact-link__text {
        border-bottom: 2px solid #fff0;
        font-size: 1.875rem;
        letter-spacing: -0.03125rem;
        line-height: 2.8125rem;
        transition: border-bottom-color 0.2s ease-in-out;
    }
}
.contact-link__text::before {
    content: "\f095";
    transform: translateX(-0.625rem);
}
@media (min-width: 768px) {
    .contact-link__text::before {
        color: #f3693f;
        margin-right: 0.625rem;
        transform: none;
        width: 1.25rem;
    }
    .contact-link--purple .contact-link__text::before {
        content: "\f0e0";
    }
    .contact-link--external .contact-link__text::before {
        content: "";
        transform: translateY(0.125rem);
    }
}
@media (min-width: 992px) {
    .contact-link__text::before {
        margin-right: 1.875rem;
    }
}
@media (min-width: 768px) {
    .contact-link__text--mob {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 0.0625rem;
        margin: -0.0625rem;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0.0625rem;
    }
}
@media (max-width: 767.98px) {
    .contact-link__text--desk {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 0.0625rem;
        margin: -0.0625rem;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0.0625rem;
    }
}
@media (max-width: 767.98px) {
    .contact-card-icons {
        display: flex;
        justify-content: center;
        margin-top: 3.125rem;
        transform: translateX(-0.625rem);
    }
}
@media (max-width: 767.98px) {
    .contact-card-icons__img {
        height: 100%;
    }
}
@media (min-width: 768px) {
    .contact-card-icons__img {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .contact-card-icons__img:nth-child(1) {
        margin-top: 5.8125rem;
        width: 4.1875rem;
    }
}
@media (min-width: 768px) {
    .contact-card-icons__img:nth-child(1) {
        margin-left: auto;
    }
}
@media (max-width: 767.98px) {
    .contact-card-icons__img:nth-child(2) {
        margin-top: 2.25rem;
        width: 8.375rem;
    }
}
@media (max-width: 767.98px) {
    .contact-card-icons__img:nth-child(3) {
        width: 4.4375rem;
    }
}
@media (min-width: 768px) {
    .contact-card-icons__img:nth-child(3) {
        margin-left: auto;
        margin-top: 2.8125rem;
    }
}
@media (min-width: 992px) {
    .contact-card-icons__img:nth-child(3) {
        margin-left: auto;
        margin-top: 4.0625rem;
    }
}
@media (min-width: 992px) {
    .cat-filter-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .cat-filter-wrapper {
        max-width: 1140px;
    }
}
.cat-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 3.75rem;
}
@media (max-width: 991.98px) {
    .cat-filter {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-left: 8.333335%;
    }
}
@media (min-width: 768px) {
    .cat-filter {
        margin-bottom: 6.25rem;
    }
}
@media (min-width: 992px) {
    .cat-filter {
        justify-content: center;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
}
.cat-filter__item {
    flex-shrink: 0;
}
.cat-filter__cta,
.cat-filter__cta:hover {
    color: #1a1136;
    text-decoration: none;
}
.cat-filter__cta {
    background-color: #fff0;
    border: none;
    font-size: 1.0625rem;
    display: block;
    padding: 0 0.9375rem 0.625rem;
    position: relative;
}
@media (min-width: 992px) {
    .cat-filter__cta {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
.cat-filter__cta::after {
    background: url(../images/icons/category-underline.svg) no-repeat bottom center;
    background-size: 6.875rem;
    bottom: 0;
    content: "";
    height: 0.625rem;
    left: 50%;
    max-width: 6.875rem;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity 0.2s ease-in-out;
    width: 6.875rem;
}
.cat-filter__cta.active::after,
.cat-filter__cta:hover::after {
    opacity: 1;
}
.cat-filter__cta.active {
    font-weight: 700;
}
.pagination {
    margin: 3.125rem 0;
}
@media (min-width: 768px) {
    .pagination {
        margin: 5rem 0;
    }
}
@media (min-width: 992px) {
    .pagination {
        margin: 6.25rem 0;
    }
}
.page-numbers,
.page-numbers__item {
    display: flex;
    justify-content: center;
}
.page-numbers {
    align-items: center;
}
.page-numbers li {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}
.page-numbers__item,
.page-numbers__item:hover {
    text-decoration: none;
}
.page-numbers__item {
    background-color: #fff0;
    border-radius: 50%;
    color: #1a1136;
    flex-direction: column;
    font-size: 1.125rem;
    height: 2.8125rem;
    text-align: center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    width: 2.8125rem;
}
.page-numbers__item.current,
.page-numbers__item:not(.dots):hover {
    background-color: #d73b4f;
    color: #fff;
    font-weight: 700;
}
.page-numbers__item.current {
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 0.25);
}
.cta-card-wrapper {
    text-align: center;
}
.cta-card-wrapper .cta-card {
    border-radius: 23px;
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.25);
    display: flex;
    overflow: hidden;
    padding: 2.25rem 1.9375rem 20.125rem;
    position: relative;
    text-align: left;
}
@media (min-width: 992px) {
    .cta-card-wrapper .cta-card {
        padding: 4rem 4.375rem 11.25rem;
    }
}
.cta-card-wrapper .cta-card__image-wrapper {
    border-radius: 50%;
    bottom: 0;
    height: 24.4375rem;
    overflow: hidden;
    position: absolute;
    transform: translate(-54px, 26%);
    width: 125%;
}
@media (min-width: 768px) {
    .cta-card-wrapper .cta-card__image-wrapper {
        transform: translate(-110px, 26%);
    }
}
@media (min-width: 992px) {
    .cta-card-wrapper .cta-card__image-wrapper {
        height: 130%;
        right: 50%;
        top: 50%;
        transform: translate(-60px, -50%);
        width: 37.5rem;
    }
}
.cta-card-wrapper .cta-card__image-wrapper .cta-card__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .cta-card-wrapper .cta-card__image-wrapper .cta-card__img {
        width: auto;
        max-width: none;
    }
}
@media (min-width: 992px) {
    .cta-card-wrapper .cta-card .cta-card-body {
        margin-left: 50%;
    }
}
.cta-card-wrapper .cta-card .cta-card-body__over-title {
    color: #d73b4f;
    font-size: 1.425rem;
    line-height: 1.475rem;
    margin-bottom: 0.1875rem;
}
@media (min-width: 992px) {
    .cta-card-wrapper .cta-card .cta-card-body__over-title {
        font-size: 1.5625rem;
        margin-bottom: 0.75rem;
    }
}
.cta-card-wrapper .cta-card .cta-card-body__title {
    color: #4b277a;
    font-size: 2.225rem;
	line-height: 2.225rem;
    letter-spacing: -0.15625rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .cta-card-wrapper .cta-card .cta-card-body__title {
        font-size: 2.875rem;
        line-height: 3.0625rem;
    }
}
.cta-card-wrapper .cta-card .cta-card-body p:last-child {
    margin-bottom: 0;
}
.cta-card-wrapper .form-customised .gform_wrapper .gform_footer .gform_button,
.cta-card-wrapper .link-btn,
.cta-card-wrapper .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.form-customised .gform_wrapper .gform_footer .cta-card-wrapper .gform_button,
.single-post .card .gform_wrapper .gform_footer .cta-card-wrapper input[type="submit"] {
    margin-top: 2.875rem;
}
@media (min-width: 992px) {
    .cta-card-wrapper .form-customised .gform_wrapper .gform_footer .gform_button,
    .cta-card-wrapper .link-btn,
    .cta-card-wrapper .single-post .card .gform_wrapper .gform_footer input[type="submit"],
    .form-customised .gform_wrapper .gform_footer .cta-card-wrapper .gform_button,
    .single-post .card .gform_wrapper .gform_footer .cta-card-wrapper input[type="submit"] {
        margin-top: 0;
        transform: translate(50%, -128px);
    }
}
.search-form,
.sign-up-form {
    position: relative;
    text-align: left;
    width: 100%;
}
.search-form label,
.sign-up-form label {
    color: #fff;
    font-size: 1rem;
    margin-left: 1.75rem;
}
.search-form__input,
.sign-up-form__input {
    border: none;
    border-radius: 2.5rem;
    margin-bottom: 1.25rem;
    padding: 1.375rem 1.375rem 1.375rem 3.4375rem;
    position: relative;
    width: 100%;
}
.search-form__input:focus,
.sign-up-form__input:focus {
    outline: 0;
}
.search-form__input::-moz-placeholder,
.sign-up-form__input::-moz-placeholder {
    color: ;
    font-family: "Open Sans", sans-serif;
    font-size: 1.0625rem;
    opacity: 1;
}
.search-form__input:-ms-input-placeholder,
.sign-up-form__input:-ms-input-placeholder {
    color: ;
    font-family: "Open Sans", sans-serif;
    font-size: 1.0625rem;
    opacity: 1;
}
.search-form__input::placeholder,
.sign-up-form__input::placeholder {
    color: ;
    font-family: "Open Sans", sans-serif;
    font-size: 1.0625rem;
    opacity: 1;
}
.search-form__input:-ms-input-placeholder,
.sign-up-form__input:-ms-input-placeholder {
    color: ;
    font-size: 1.0625rem;
}
.search-form__input::-ms-input-placeholder,
.sign-up-form__input::-ms-input-placeholder {
    color: ;
    font-size: 1.0625rem;
}
.search-form__submit,
.sign-up-form__submit {
    display: flex;
    justify-content: center;
    width: 100%;
}
.search-form::after {
    background: url(../images/icons/search.svg) center no-repeat;
    background-size: contain;
    content: "";
    height: 1.125rem;
    left: 1.5rem;
    position: absolute;
    top: 1.5rem;
    width: 1.125rem;
    z-index: 50;
}
.sign-up-form__input {
    font-size: 1rem;
    padding-left: 1.75rem;
}
.sign-up-form__input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 1rem;
}
.sign-up-form__input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 1rem;
}
.sign-up-form__input::placeholder {
    color: #b3b3b3;
    font-size: 1rem;
}
.share-list__title {
    color: #4b277a;
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-size: 1.4375rem;
    margin-bottom: 0.5rem;
}
.share-list .social-list {
    margin-left: -0.3125rem;
}
.share-list .social-list__icon {
    height: 3.0625rem;
    font-size: 1.625rem;
    width: 3.0625rem;
}
.video-wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.video-wrap__bg {
    background-position: center;
    background-size: cover;
    border-radius: 1.4375rem;
    height: 100%;
    left: 0;
    max-height: 100%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.video-wrap__bg::after {
    background-color: rgb(26 17 54 / 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.video-wrap__play {
    height: 5.625rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5.625rem;
    z-index: 4;
}
@media (min-width: 992px) {
    .video-wrap__play {
        border-radius: 50%;
        box-shadow: none;
        height: 7.5rem;
        padding: 0;
        transition: box-shadow 0.2s ease-in-out;
        width: 7.5rem;
    }
    .video-wrap__play:hover {
        box-shadow: 0 7px 13px 0 rgb(0 0 0 / 0.25);
    }
}
.video-wrap > iframe {
    border-radius: 1.4375rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
}
.video-wrap.interacted {
    z-index: 15;
}
.video-wrap.interacted .video-wrap__bg {
    max-height: 0;
    opacity: 0;
}
.video-wrap.interacted .video-wrap__play {
    z-index: -1;
}
.sticky-navbar-wrapper {
    background-color: #4b277a;
}
.sticky-navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (max-width: 991.98px) {
    .sticky-navbar {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
}
@media (min-width: 992px) {
    .sticky-navbar {
        justify-content: center;
        padding: 2.1875rem 0 0.625rem;
    }
}
.sticky-navbar__item {
    flex-shrink: 0;
}
.sticky-navbar__item.active .sticky-navbar__link span {
    font-weight: 700;
}
.sticky-navbar__item.active .sticky-navbar__link span::before {
    opacity: 1;
}
.sticky-navbar__item:first-child .sticky-navbar__link {
    padding-left: 0;
}
.sticky-navbar__item:last-child .sticky-navbar__link {
    padding-right: 0;
}
.sticky-navbar__link {
    display: block;
    margin-right: 1.25rem;
    padding: 0 0.625rem;
    text-align: center;
}
@media (min-width: 992px) {
    .sticky-navbar__link {
        margin-right: 0;
        padding: 0 0.9375rem;
        transition: color 0.2s ease-in-out;
    }
}
.sticky-navbar__link span {
    color: #fff;
    font-size: 1.25rem;
    overflow: hidden;
    position: relative;
}
.sticky-navbar__link span::before {
    background: url(../images/icons/nav-underline-orange.svg) no-repeat bottom center;
    bottom: 0.75rem;
    content: "";
    height: 0.625rem;
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}
.sticky-navbar__link:hover span::before {
    opacity: 1;
}
@media (min-width: 1200px) {
    .sticky-navbar__link {
        padding: 0 1rem;
    }
}
.sticky-navbar__link span {
    display: inline-block;
    padding: 1.4375rem 0 1.125rem;
    transition: border-color 0.2s ease-in-out;
}
@media (min-width: 992px) {
    .sticky-navbar__link span {
        padding: 0 0 1.125rem;
    }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-content {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        z-index: 10;
    }
}
@media (min-width: 768px) {
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .sticky-content {
            top: 62px;
        }
    }
}
@media (min-width: 992px) {
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .sticky-content {
            top: 62px;
        }
    }
}
.sticky-content.will-stickyfill {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 10;
}
@media (min-width: 768px) {
    .sticky-content.will-stickyfill {
        top: 62px;
    }
}
@media (min-width: 992px) {
    .sticky-content.will-stickyfill {
        top: 62px;
    }
}
.sticky-content-wrapper .block {
    padding-top: 0;
}
.sticky-content-wrapper .block + .block {
    margin-top: -5rem;
}
.cta-list {
    background-color: #4b277a;
    border-radius: 1.25rem;
    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 0.25);
    margin-bottom: 0;
    padding: 1.5rem 2.25rem 1.8125rem;
}
.cta-list__link,
.cta-list__link:hover {
    color: #fff;
    text-decoration: none;
}
.cta-list__link {
    display: flex;
    justify-content: space-between;
    padding: 0.3125rem 0;
}
.cta-list__link:hover span::before {
    opacity: 1;
}
.cta-list__link span {
    border-bottom: 1px solid #fff0;
    font-size: 1.1875rem;
    letter-spacing: -0.01375rem;
    position: relative;
    transition: border-bottom-color 0.2s ease-in-out;
}
.cta-list__link span::before {
    background: url(../images/icons/nav-underline-white.svg) no-repeat bottom center;
    background-size: cover;
    bottom: -0.5625rem;
    content: "";
    height: 0.625rem;
    max-width: 90%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    width: 100%;
}
.cta-list__link::after {
    background: url(../images/icons/chevron-white.svg) no-repeat center;
    background-size: contain;
    content: "";
    flex-shrink: 0;
    height: 0.75rem;
    margin-left: 0.625rem;
    transform: translateY(0.625rem);
    width: 0.4375rem;
}
.cta-list__item--active .cta-list__link {
    font-weight: 700;
}
.cta-list__item--active .cta-list__link span::before {
    opacity: 1;
}
.cta-list-select,
body:not(.user-is-tabbing) .cta-list-select:focus {
    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 0.25);
}
.cta-list-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/chevron-down-orange.svg) no-repeat center right 20px;
    background-color: #fff;
    background-size: 12px 8px;
    border-color: #fff0;
    border-radius: 1.25rem;
    color: #1a1136;
    display: block;
    font-size: 1.125rem;
    letter-spacing: -0.01438rem;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0.75rem 2.5rem 0.875rem 2rem;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.cta-list-select:disabled,
.cta-list-select[aria-disabled="true"] {
    opacity: 0.5;
}
.cta-list-select::-ms-expand {
    display: none;
}
.card-logo {
    margin-bottom: 1.875rem;
    position: relative;
}
@media (min-width: 768px) {
    .card-logo {
        margin-bottom: 3.125rem;
    }
}
.card-logo__frame {
    border-radius: 0.9375rem;
    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 0.25);
    display: flex;
    height: 6.625rem;
    position: relative;
    transition: box-shadow 0.2s ease-in-out;
}
.card-logo:hover .card-logo__frame {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 0.25);
}
.card-logo__bgimg {
    background: no-repeat center;
    background-size: contain;
    height: calc(100% - 32px);
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: calc(100% - 32px);
}
.card-logo__title {
    color: #1a1136;
    display: flex;
    justify-content: center;
    letter-spacing: -0.00937rem;
    line-height: 1.875rem;
    margin-top: 0.9375rem;
    text-align: center;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    transition: -webkit-text-decoration-color 0.2s ease-in-out;
    transition: text-decoration-color 0.2s ease-in-out;
    transition: text-decoration-color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
}
.card-logo__title:hover {
    color: #1a1136;
    -webkit-text-decoration-color: #1a1136;
    text-decoration-color: #1a1136;
}
.logo-slider-mobile {
    display: block;
}
@media (min-width: 992px) {
    .logo-slider-mobile {
        display: none;
    }
}
.logo-slider-desktop {
    display: none;
}
@media (min-width: 992px) {
    .logo-slider-desktop {
        display: block;
        margin: 0 1.5625rem;
    }
}
@media (min-width: 1200px) {
    .logo-slider-desktop {
        margin: 0;
    }
}
.card-logo-slider .card-logo-slide {
    padding: 0.625rem 1.875rem 0;
}
@media (min-width: 992px) {
    .card-logo-slider .card-logo-slide {
        padding: 0.625rem 0.9375rem 0;
    }
}
@media (min-width: 1200px) {
    .card-logo-slider .card-logo-slide {
        padding: 0.625rem 0.75rem 0;
    }
}
.card-logo-slider .card-logo-slide .card-logo {
    margin-bottom: 1.375rem;
}
@media (min-width: 992px) {
    .card-logo-slider .card-logo-slide .card-logo {
        margin-bottom: 0.75rem;
    }
}
.card-logo-slider .slick-arrow {
    background: #fff0 no-repeat center url(../images/icons/right-arrow.svg);
    background-size: contain;
    border: none;
    height: 3.5625rem;
    position: absolute;
    width: 1.875rem;
    top: 35%;
}
.card-logo-slider .slick-arrow.slick-prev {
    background-image: url(../images/icons/left-arrow.svg);
    left: -2.5rem;
    z-index: 10;
}
@media (min-width: 1200px) {
    .card-logo-slider .slick-arrow.slick-prev {
        left: -1.875rem;
    }
}
@media only screen and (min-width: 1400px) {
    .card-logo-slider .slick-arrow.slick-prev {
        left: -3.75rem;
    }
}
.card-logo-slider .slick-arrow.slick-next {
    right: -2.5rem;
}
@media (min-width: 1200px) {
    .card-logo-slider .slick-arrow.slick-next {
        right: -1.875rem;
    }
}
@media only screen and (min-width: 1400px) {
    .card-logo-slider .slick-arrow.slick-next {
        right: -3.75rem;
    }
}
.card-logo-slider .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.25;
}
.card-logo-slider .slick-dots {
    justify-content: center;
    margin-top: 1.875rem;
}
@media (min-width: 992px) {
    .card-logo-slider .slick-dots {
        justify-content: flex-start;
        margin-left: 2.5rem;
        margin-top: 0.75rem;
    }
}
@media (min-width: 1200px) {
    .card-logo-slider .slick-dots {
        margin-left: 0.75rem;
    }
}
.btn-control {
    background: #fff0 no-repeat center;
    background-size: 100%;
    border: none;
    height: 3.375rem;
    margin-top: 1.25rem;
    transition: background-size 0.2s;
    width: 3.375rem;
}
@media (min-width: 992px) {
    .btn-control {
        background-size: 90%;
        bottom: 0;
        height: 2.8125rem;
        margin-top: 0;
        position: absolute;
        width: 2.8125rem;
    }
}
@media (min-width: 992px) {
    .btn-control:hover {
        background-size: 100%;
    }
}
.btn-control--play {
    background-image: url(../images/icons/play-button.svg);
    right: 0.75rem;
}
@media (min-width: 992px) {
    .btn-control--play {
        right: 3rem;
    }
}
@media (min-width: 1200px) {
    .btn-control--play {
        right: 1.5rem;
    }
}
.btn-control--pause {
    background-image: url(../images/icons/pause-button.svg);
    margin-left: calc(50% - 61px);
    margin-right: 0.75rem;
    right: 3.25rem;
}
@media (min-width: 992px) {
    .btn-control--pause {
        right: 5.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-control--pause {
        right: 4rem;
    }
}
.download-list {
    border-top: 1px solid #3c3c3b;
}
.download-list .form-customised .gform_wrapper .gform_footer .gform_button,
.download-list .link-btn,
.download-list .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.download-list__icon,
.form-customised .gform_wrapper .gform_footer .download-list .gform_button,
.single-post .card .gform_wrapper .gform_footer .download-list input[type="submit"] {
    flex-shrink: 0;
}
.download-list__icon,
.download-list__text {
    margin-right: 0.9375rem;
}
@media (min-width: 768px) {
    .download-list__icon,
    .download-list__text {
        margin-right: 2.1875rem;
    }
}
.download-list__item {
    border-bottom: 1px solid #3c3c3b;
    padding: 0.875rem 0 0.6875rem;
    position: relative;
}
@media (min-width: 768px) {
    .download-list__item {
        padding: 0.9375rem 0;
    }
}
.download-list__icon {
    height: 2rem;
    width: auto;
}
@media (min-width: 768px) {
    .download-list__icon {
        height: 3.6875rem;
    }
}
.download-list__text {
    color: #4b277a;
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-size: 1.425rem;
    letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
    .download-list__text {
        font-size: 1.5625rem;
    }
}
.download-list .form-customised .gform_wrapper .gform_footer .gform_button,
.download-list .link-btn,
.download-list .single-post .card .gform_wrapper .gform_footer input[type="submit"],
.form-customised .gform_wrapper .gform_footer .download-list .gform_button,
.single-post .card .gform_wrapper .gform_footer .download-list input[type="submit"] {
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .download-list .form-customised .gform_wrapper .gform_footer .gform_button,
    .download-list .link-btn,
    .download-list .single-post .card .gform_wrapper .gform_footer input[type="submit"],
    .form-customised .gform_wrapper .gform_footer .download-list .gform_button,
    .single-post .card .gform_wrapper .gform_footer .download-list input[type="submit"] {
        border-radius: 50%;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        width: 3.4375rem;
    }
}
@media (min-width: 768px) {
    .download-list .form-customised .gform_wrapper .gform_footer .gform_button,
    .download-list .link-btn,
    .download-list .single-post .card .gform_wrapper .gform_footer input[type="submit"],
    .form-customised .gform_wrapper .gform_footer .download-list .gform_button,
    .single-post .card .gform_wrapper .gform_footer .download-list input[type="submit"] {
        padding-right: 2.625rem;
    }
}
@media (max-width: 767.98px) {
    .download-list .form-customised .gform_wrapper .gform_footer .gform_button:hover,
    .download-list .link-btn:hover,
    .download-list .single-post .card .gform_wrapper .gform_footer input:hover[type="submit"],
    .form-customised .gform_wrapper .gform_footer .download-list .gform_button:hover,
    .single-post .card .gform_wrapper .gform_footer .download-list input:hover[type="submit"] {
        box-shadow: none;
    }
}
.download-list .form-customised .gform_wrapper .gform_footer .gform_button:hover .link-btn__icon,
.download-list .link-btn:hover .link-btn__icon,
.download-list .single-post .card .gform_wrapper .gform_footer input:hover[type="submit"] .link-btn__icon,
.form-customised .gform_wrapper .gform_footer .download-list .gform_button:hover .link-btn__icon,
.single-post .card .gform_wrapper .gform_footer .download-list input:hover[type="submit"] .link-btn__icon {
    transform: translateX(5px);
}
@media (max-width: 767.98px) {
    .download-list .form-customised .gform_wrapper .gform_footer .gform_button:hover .link-btn__icon,
    .download-list .link-btn:hover .link-btn__icon,
    .download-list .single-post .card .gform_wrapper .gform_footer input:hover[type="submit"] .link-btn__icon,
    .form-customised .gform_wrapper .gform_footer .download-list .gform_button:hover .link-btn__icon,
    .single-post .card .gform_wrapper .gform_footer .download-list input:hover[type="submit"] .link-btn__icon {
        transform: none;
    }
}
@media (max-width: 767.98px) {
    .download-list .link-btn__text {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}
@media (max-width: 767.98px) {
    .download-list .link-btn__icon {
        opacity: 1;
    }
}
.contact-column__title {
    color: #4b277a;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 0.3125rem;
}
.contact-column__title:not(:first-child) {
    margin-top: 2.5rem;
}
.contact-column .wp-editor-wrapper p {
    margin-bottom: 0.3125rem;
}
.contact-column .social-list {
    margin-top: 2.5rem;
}
.contact-column__mail {
    font-size: 1.125rem;
}
.placeholder-404-spacing {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
}
@media (min-width: 992px) {
    .placeholder-404-spacing {
        padding-bottom: 6.25rem;
        padding-top: 15.625rem;
    }
}
.placeholder-404-spacing h1 {
    color: #4b277a;
}
@media (max-width: 991.98px) {
    .placeholder-404-spacing h1 {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }
}
body.single-post {
    padding: 0;
}
.single-post {
    padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
    .single-post {
        padding-bottom: 3.125rem;
    }
}
@media (min-width: 992px) {
    .single-post {
        padding-bottom: 6.25rem;
    }
}
.single-post .hero::before {
    background-image: linear-gradient(180deg, #000 0, #fff0 100%);
    content: "";
    height: 15.625rem;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.single-post .hero__text {
    line-height: 30px;
    margin-bottom: 0.9375rem;
    margin-top: 4.6875rem;
}
@media (min-width: 768px) {
    .single-post .hero__text {
        margin-bottom: 0.3125rem;
        margin-top: 5.625rem;
    }
}
.single-post .hero--simple .hero__title {
    font-size: 2.8125rem;
    margin-bottom: 2.625rem;
    letter-spacing: -0.09375rem;
}
@media (min-width: 768px) {
    .single-post .hero--simple .hero__title {
        font-size: 3.75rem;
        letter-spacing: -0.15625rem;
        margin-bottom: 4.25rem;
    }
}
.single-post .breadcrumbs {
    position: relative;
    z-index: 20;
}
@media (min-width: 992px) {
    .single-post .breadcrumbs {
        margin-bottom: 1.5625rem;
    }
}
.single-post .featured-wrapper {
    overflow-x: hidden;
    padding-top: 3.125rem;
}
@media (min-width: 768px) {
    .single-post .featured-wrapper {
        padding-top: 6.25rem;
    }
}
.single-post .featured-element {
    margin: 0 0 4.375rem;
}
.single-post__content .wp-editor-wrapper {
    margin-bottom: 1.25rem;
}
.single-post__content .wp-editor-wrapper img {
    border-radius: 13px;
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / 0.25);
    height: auto;
    margin-bottom: 2.125rem;
}
@media (min-width: 768px) {
    .single-post__content .wp-editor-wrapper img {
        margin-bottom: 4.0625rem;
    }
}
.single-post__content .wp-editor-wrapper p {
    margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
    .single-post__content .wp-editor-wrapper p {
        margin-bottom: 1.75rem;
    }
}
.single-post__content .wp-editor-wrapper h2,
.single-post__content .wp-editor-wrapper h3 {
    color: #d73b4f;
    margin-bottom: 1.875rem;
}
.single-post__content .wp-editor-wrapper h4,
.single-post__content .wp-editor-wrapper h5,
.single-post__content .wp-editor-wrapper h6 {
    color: #4b277a;
}
.single-post__content .wp-editor-wrapper blockquote {
    margin: 3.125rem 0;
}
.single-post__content .wp-editor-wrapper blockquote p {
    font-size: 1.5625rem;
    font-family: fox_grotesque_pro_light, sans-serif;
}
.single-post__content .wp-editor-wrapper blockquote p:last-child {
    margin-bottom: 0;
}
.single-post__content .wp-editor-wrapper:last-child {
    margin-bottom: 0;
}
.single-post__content .share-list {
    margin-bottom: 5.9375rem;
}
@media (min-width: 768px) {
    .single-post__content .share-list {
        margin-bottom: 0;
    }
}
.single-post__content .share-list .social-list {
    margin-bottom: 0;
}
.single-post .bubble-decoration {
    display: block;
    min-height: 8.125rem;
    position: relative;
}
.single-post .bubble-decoration__main-element {
    z-index: 5;
    position: relative;
}
.single-post .bubble-decoration::before {
    background: url(../images/icons/speech-bubble-blue-teal.svg) no-repeat center;
    background-size: contain;
    content: "";
    height: 8.125rem;
    position: absolute;
    right: -1.25rem;
    top: -3.125rem;
    width: 8.125rem;
    z-index: 1;
}
@media (min-width: 768px) {
    .single-post .bubble-decoration::before {
        height: 20.9375rem;
        min-height: 15rem;
        right: -5.625rem;
        top: -5rem;
        width: 20.9375rem;
    }
}
@media (min-width: 992px) {
    .single-post .bubble-decoration::before {
        top: -6.25rem;
    }
}
.single-post .bubble-decoration::after {
    background: url(../images/icons/speech-bubble-yellow.svg) no-repeat center;
    background-size: contain;
    bottom: auto;
    content: "";
    height: 8.125rem;
    left: -2.5rem;
    position: absolute;
    top: -3.125rem;
    width: 8.125rem;
    z-index: 1;
}
@media (min-width: 768px) {
    .single-post .bubble-decoration::after {
        height: 11.25rem;
        left: -3.75rem;
        top: 6.25rem;
        width: 11.25rem;
    }
}
.single-post .card .gform_wrapper {
    margin: 0;
    width: 100%;
}
.single-post .card .gform_wrapper label.gfield_label {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 2.1875rem;
}
.single-post .card .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin-top: 0;
}
.single-post .card .gform_wrapper .top_label input.medium {
    width: 100%;
}
.single-post .card .gform_wrapper .top_label div.ginput_container {
    margin-top: 0.25rem;
}
.single-post .card .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-color: #fff;
    border-radius: 2.1875rem;
    border-style: solid;
    font-size: 1rem;
    line-height: 1rem;
    padding: 1.25rem 2.0625rem 1.4375rem;
    text-align: center;
    width: 100%;
}
.single-post .card .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
    border-color: #f3693f;
}
.single-post .card .gform_wrapper .gform_footer {
    margin-top: 0.25rem;
    padding-bottom: 0;
}
.single-post .card .gform_wrapper .gform_footer input[type="submit"] {
    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 0.25);
    font-size: 1.25rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.875rem !important;
    letter-spacing: -0.03125rem;
    margin-bottom: 0;
    padding-bottom: 1.1875rem;
    padding-top: 1.25rem;
    width: 100%;
}
.single-post .card .gform_wrapper .gform_footer input[type="submit"]:hover {
    box-shadow: none;
}
.single-post .card .gform_wrapper .gfield_required {
    color: #fff;
}
.single-post .card .gform_confirmation_wrapper .gform_confirmation_message {
    color: #fff;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .single-post .card .gform_confirmation_wrapper .gform_confirmation_message {
        font-size: 1.125rem;
    }
}
.question-headings {
    padding-bottom: 2.5rem;
}
.la-info-post-block .single-post__content .wp-editor-wrapper {
    margin-bottom: 3.125rem;
}
@media (min-width: 992px) {
    .la-info-post-block .single-post__content .wp-editor-wrapper {
        margin-bottom: 5rem;
    }
}
.la-info-post-block .single-post__content .wp-editor-wrapper h4,
.la-info-post-block .single-post__content .wp-editor-wrapper h5,
.la-info-post-block .single-post__content .wp-editor-wrapper h6 {
    margin-bottom: 1.875rem;
}
.la-info-post-block .single-post__content .wp-editor-wrapper p + h2,
.la-info-post-block .single-post__content .wp-editor-wrapper p + h3,
.la-info-post-block .single-post__content .wp-editor-wrapper p + h4,
.la-info-post-block .single-post__content .wp-editor-wrapper p + h5,
.la-info-post-block .single-post__content .wp-editor-wrapper p + h6 {
    margin-top: 1.875rem;
}
iframe#signup-frame {
    flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
    min-width: 360px !important;
    margin: 0 auto;
    border-radius: 20px;
}
@media only screen and (max-width: 768px) {
    iframe#signup-frame {
        flex: 83.33333% !important;
        max-width: 83.33333% !important;
        min-width: auto !important;
        margin: 0 auto;
        border-radius: 20px;
    }
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery__title {
    color: #d73b4f;
    font-size: 1.875rem;
    letter-spacing: -0.03125rem;
    line-height: 2.3125rem;
    margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
    .gallery__title {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }
}
@media (min-width: 992px) {
    .gallery__title {
        margin-bottom: 3.75rem;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}
.gallery__item {
    width: 15.66%;
    margin: 0.5%;
    aspect-ratio: 1/1;
    overflow: hidden;
    transition: ease all 0.5s;
}
@media (max-width: 768px) {
    .gallery__item {
        width: 32.33%;
    }
}
.gallery__item:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0);
}
.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shortcode {
    padding-top: 1em !important;
}
.search-results {
    padding-bottom: 2.5em !important;
}
.synopsis {
    padding-top: 2em;
}
.collapsible {
    background-color: #f5f5f5;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 30px;
    text-align: left;
    outline: none;
    margin-bottom: 15px !important;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}
.collapsible:hover {
    background-color: #f3693f;
    color: #fff;
}
.faqactive,
.faqactive:hover {
    background-color: #d73b4f;
    color: #fff;
    border-radius: 30px 30px 0 0;
    transition: all 0.2s ease;
}
.collapsible span {
	padding-top: 2.5px;
    margin: 0;
	font-size: 1.5625rem;
	font-family: fox_grotesque_pro_bld, sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 768px) { 
	.collapsible span {
		font-size: 1.425rem;
	}
}
.collapsible:after {
    font-size: 1.5625rem;
    font-weight: 700;
    content: "\002B";
    padding-left: 15px;
}
.faqactive:after {
    content: "\2212";
}
.collapse-content {
    background-image: linear-gradient(to bottom, #fff, #fafafa);
    padding: 0;
	width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 15px;
    margin-top: -15px;
    border-radius: 0 0 30px 30px;
}
.answer {
    padding: 15px;
}
.hero_rings {
    padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1214px) {
    .hero_rings {
        padding-bottom: 10rem;
    }
}
.highlight-ring__row {
    background-color: #4b277a;
	color: #FFFFFF;
	border-radius: 30px;
	padding: 60px;
}
.highlight-ring-container {
    display: flex;
	align-items: flex-start;
}
.highlight-ring {
    width: calc(33.33% - 60px);
    margin: 0 30px;
}
.highlight-ring-header {
	position: relative;
    width: 100%;
	min-height: 200px;
	padding: 0 30px;
    background-image: url(../images/ring-blue-lrg-alt.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
	align-items: center;
	justify-content: center;
}
.highlight-ring:nth-of-type(+2) .highlight-ring-header {
    background-image: url(../images/ring-teal-lrg-alt.svg);
}
.highlight-ring:nth-of-type(+3) .highlight-ring-header {
    background-image: url(../images/ring-orange-lrg.svg);
}
.highlight-ring-header::after {
	display: inline-block;
	content: "";
	background-image: url(../images/icons/plus-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
	position: absolute;
	top: 0;
	height: 100%;
	right: -50px;
	width: 50px;
}
.highlight-ring:last-of-type .highlight-ring-header::after {
	background-image: none;
	height: 0;
	margin: 0;
}
.highlight-ring-header h3 {
	text-align: center;
    font-size: 2.175rem;
    line-height: 1.1;
}
.highlight-ring__text {
    margin-top: 1rem;
}
.highlight-ring__text p {
    line-height: 1.456;
	font-size: 1.1em;
}
.highlight-ring .text-center {
    width: 100%;
}

@media (max-width: 992px) {
	.highlight-ring__row {
		padding: 30px;
	}
	.highlight-ring:nth-of-type(+1) .highlight-ring-header::after, .highlight-ring:nth-of-type(+2) .highlight-ring-header::after {
		right: -50px;
		width: 30px;
	}
	.highlight-ring-header h3 {
    	font-size: 1.4rem;
	}
	.highlight-ring-header {
		min-height: 120px;
	}
}

@media (max-width: 768px) {
	.highlight-ring-block {
		padding-right: 15px;
		padding-left: 15px; 
	}
	.highlight-ring__row {
		width: calc(100% - 30px) !important;
	}
	.highlight-ring:nth-of-type(+1) .highlight-ring-header::after, .highlight-ring:nth-of-type(+2) .highlight-ring-header::after {
		background-image: none;
	}
	.highlight-ring {
    	width: calc(100% - 30px);
	}
	.highlight-ring::after {
		display: block;
		content: "";
		background-image: url(../images/icons/plus-icon-white.svg);
    	background-repeat: no-repeat;
    	background-size: 45px auto;
    	background-position: center;
		position: relative;
		height: 60px;
		margin: 15px 0;
		text-align: center;
	}
	.highlight-ring-container .highlight-ring:last-of-type::after {
		background-image: none;
		height: 0;
		margin: 0;
	}
	.highlight-ring-header {
		min-height: 120px;
		background-image: url(../images/ring-blue-long.svg);
    	background-size: 100% 100%;
	}
	.highlight-ring:nth-of-type(+2) .highlight-ring-header {
    	background-image: url(../images/ring-teal-long.svg);
	}
	.highlight-ring:nth-of-type(+3) .highlight-ring-header {
    	background-image: url(../images/ring-orange-long.svg);
	}
	.highlight-ring-header h3 {
    	font-size: 1.925rem;
	}
}
.recent-posts {
    border-radius: 23px;
    box-shadow: 0 13px 42px 0 rgb(0 0 0 / .25);
    display: flex;
    overflow: hidden;
    padding: 2.25rem 1.9375rem;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .recent-posts {
        flex: 83.33333%!important;
        max-width: 83.33333%!important;
        min-width: auto!important;
        margin: 0 auto 30px auto;
        }
}
span.gravityflow-status-box-field-label, span.gravityflow-status-box-field-value {
	font-size: 1rem;
	display: block;
	line-height: 1.425rem;
}
span.gravityflow-status-box-field-label {
	font-weight: 700;
}
span.gravityflow-status-box-field-value {
	margin-bottom: 10px;
}
.gravityflow_workflow_wrap table, .manage-column > a > span {
	font-size: 1.05em !important;
}
#gravityflow-status-list .table-wrap {
	overflow: visible;
}

/* Table Wrap */

.table-wrap {
	overflow-x: auto; 
	-webkit-overflow-scrolling: touch;
}

/* ACF Map */

.single-sidebar-map {
	height: 300px;
}
.acf-map {
    width: 100%;
    height: 100%;
    border: none;
	border-radius: 2rem;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}

/* New Heading adjustments */

h1.wp-block-heading {
    color: #d73b4f;
    font-size: 3.175rem;
    letter-spacing: -0.03125rem;
    line-height: 2.1875rem;
    margin-bottom: 2.375rem;
}

.small_heading {
	margin-bottom: 0.5rem;
    font-family: fox_grotesque_pro_bld, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.back_img_title {
	color: #d73b4f;
	font-size: 2.875rem;
}

@media only screen and (max-width: 768px) {
    h1.wp-block-heading {
		font-size: 2.825rem;
	}

	.back_img_title {
		font-size: 2.225rem;
	}
}
@media (min-width:992px) {
	.landing-nudge {
		margin-top: 10.625rem !important
	}
}
.landing-lang-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9999;
}
.landing-lang-toggle .link-btn {
	padding: 0.625rem 1.25rem;
}
.container:has(> .landing-lang-toggle) {
	position: relative;
}

/* Event CPT */

.event-details h3 {
    margin-bottom: 0.15rem !important;
}
.event-details h4 {
    margin-bottom: 0.75rem !important;
}
.event_card-body__title {
    font-size: 1.625rem;
    line-height: 1.8125rem;
    letter-spacing: -0.03125rem;
    margin: 1.3125rem 0 0.15rem;
}

/* New Gravity Forms Markup styles */

.form-customised {
	container: form-column / inline-size;
}
@container form-column (max-width: 600px) {
  .gform_wrapper .gfield:not(.gfield--width-full) {
    grid-column: 1/-1 !important;
  }
}

.form-customised .gform_wrapper .gfield input.large, .gform_wrapper .gfield select.large, .gform_wrapper .gfield textarea.large, .gform_wrapper.gravity-theme .ginput_container_date input {
    border-color: #4b277a;
    border-radius: 2rem;
    border-style: solid;
    font-size: 1rem;
    line-height: 1rem;
    padding: 1rem 1.5rem 1rem;
    width: 100%;
}
.form-customised .gform_wrapper.gravity-theme .ginput_container_date input,
.form-customised .gform_wrapper.gravity-theme input[type=number] {
	border-color: #4b277a;
    border-radius: 2rem;
    border-style: solid;
    font-size: 1rem;
    line-height: 1rem;
    padding: 1rem 1.5rem 1rem;
    width: 100%;
}